Jump to content
MakeWebGames

Crystal Market (SECURE)


Recommended Posts

  • 6 months later...
  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

Posted

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Try that works fine for me secure i believe, its to the fullest I can do anyways will have to edit the first 3 things tho to match your game name

Posted

Not only is ereg() deprecated, but why are you using mysql_real_escape_string() on a number? It won't effect anything on it, it's just not needed.

And you seem to be using the '@' operator to suppress errors, you can avoid this by checking if the given function (_GET) is set or not and see if it is in fact a number with something like ctype or filter_input.

That's just a few of many problems the last example posted has.....

Posted

look down the post here and use the one by maketextgames. it is good to see people try however mysql_real_escape_string() is for strings (text input) it escapes the text to stop an sql injection for numbers it does nothing as said above

  • 3 weeks later...
Posted
You know what made me decide to fix mccodes for myself? lol

Everyone saying it couldnt be secured and "wasn't" worth the hassle

So i spent entirely to darn much time ('Were talking months") to get it where it is now >,<

 

shrugz, we all need a project =P

If you're looking for a BIGGGGGGGGGGGGg project

get mccodes

If you're looking for something that comes secure already, Horizons is nice.

So heres an idea .... and something Id be greatly interested in. Ask the owners if they would be willing to post a copy of the secured files as a paid mod to licensed McCodes owners so we can DL secured files. Not such a big project, you already did the work, and would probably make a good sum off it.
Posted
So heres an idea .... and something Id be greatly interested in. Ask the owners if they would be willing to post a copy of the secured files as a paid mod to licensed McCodes owners so we can DL secured files. Not such a big project, you already did the work, and would probably make a good sum off it.

people already do offer to secure mccodes for a set amount if thats what you mean ?

Posted

no, not what I mean, I mean having the choice to buy the mccodes files with a licence (unsecured), or paying a bit extra for the codes with security (the difference going to the person who has secured the files) and a licence from Mccodes. Not going along and later finding out later that someone has to access your site, change your files, and you have to pay more, you know like knowing up front what your investment is really going to be.

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...