Jump to content
MakeWebGames

Recommended Posts

Posted

There are ways of encrypting and retrieving streams(or in this case, code) from another remote server.

Zend Guard is something I'd never use personally, I've seen many ways of actually "decoding" the scripts before my own eyes.

Encryption is the only way to give clients data, without them seeing what it really is. Unless you are compiling or encrypting code, really anyone can read it.

Posted
what if you had a link criminal.php?docrime=1&useitm=3 (granted its not default mccodes but you get what i mean)

so it would change criminal.php?docrime=1&useitm=3 to robbery.php?docrime=1&useitm=3

Getting back on topic..

The header() code would simply redirect you to robbery.php

You would need an if() statement, tertiary statement, or similar code to determine whether the user has more than just criminal.php in their URL

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...