Disguising Page Names<

liunx

Guest
Hey

On my site, i would like to disguise page file names, for example:

index.php would be something like index.php34093fdksf3j (something random afterwards) and this would change on every click for people.

Ive seen this on sites before and i have wondered how to go about doing it myself?

Ive seen scripts which disguise Download s, but not page names.

Does anyone know how to this or know where i can find a site with some script for it or anything?

ThanksYou could look into Mod Rewrite for apache.i dont know what that is but i searched google about it and it looks complicated whatever it is.

is there any other ways..?You just want it to say index.php?r=242dflkjd94534klsdjf?

I'm not sure why, but just make a function that will create a random string and assign it to a variables (r in my above example).

I'm not sure what good this will do.Ok Ill explain.

Im running an open source game and people can easily type in the pages to cheat.

I basically want to stop this somehow and i thought this might of been the easiest option.

I have virtually no php knowledge, so any suggestions?Use another kind of security like sessions.Sorry, i dont know how to do anything suggested or even know what they are.

Is there an easy way, or a site that explains how to do any of this. ive looked on google but im not entirely sure what im searching for.

sorry, thanks.i just asked someone about it who has it on his site and he says his does it due to cookies.

i have a cookies.php file which handles all the cookies, but it dont do that for me.

any ideas?Originally posted by _SKiLLz_


Im running an open source game and people can easily type in the pages to cheat.

I basically want to stop this somehow and i thought this might of been the easiest option.

I have virtually no php knowledge, so any suggestions?


what do you expect from open source????
 
Back
Top