boxfire Posted January 10, 2004 Posted January 10, 2004 That can encrypt the URL of a page...I've found javascript put prefer PHP for my own sanity. Ideally, I'd like a script that can encrypt the URL slightly different for each user that visits that page, but I'm not sure that's possible... Basically, I have a download page that users get to after they pay, I just don't want them to be able to come back, no where the real page is, or let anyone else know w/o paying... Thanks! Justin Quote
borfast Posted January 10, 2004 Posted January 10, 2004 Justin, I don't know any such PHP script but why don't you port the JavaScript code to PHP? I've done that with a few scripts myself and it's not hard to do. As for the user-dependant URL, you could try using the user's IP address as a random number seed, or something like that. Quote
SEO Posted January 10, 2004 Posted January 10, 2004 Might this help: How could I hide or encrypt variables that appear in url so the user could not make querys directly from his browser? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.