Php Profile Scripting ? =?(linkhere) possible at all ?

CyrusVirus

BANNED
Joined
Aug 20, 2009
Messages
1,109
Reaction score
693
Ok so the idea, is this, not sure if it would work at all actually.
but if you check out some of bhw's links. you will notice that it says this:

http://anonym.to/?http://(linkhere.com)

if you notice, at the end of the .to/ you can see
?url

like a redirection.
well, some social networking sites allow you to name your profile/username and it ends up being this:

sitename.com/username

so.. could you possibly do this

Username = ?http://blackhatworld.com

so it ends up being this.

sitename.com/?http://blackhatworld.com
for a redirection ?

Just curious

thanks for the input,

CyrusVirus
 
Last edited:
yeah look up .htaccess mod_rewrite (i believe) and youll get what you want
 
yeah look up .htaccess mod_rewrite (i believe) and youll get what you want
well im thinking more along the lines of doing it to certain sites. and having it redirected. just thought if it was possible, then someone might be able to use it.
 
It will not work.
http://anonym.to/ is taking everything AFTER "?" and checking whether it is valid URL or no. If it's valid URL script is redirecting user to it.

Sites that are creating links: site.com/profileName or very similar are working in different way. They are using mechanism called "URL routing". They are taking URL parts and using it as names of actions, variables used in mysql queries etc. Actually they are not redirecting, just pointing to some actions/site modules.

regards
Lukas
 
Back
Top