Jump to content
MakeWebGames

Recommended Posts

Posted

Well i got a game and i need someone to help me since i dont know much about securing and corn jobs i need someone to secure the whole game (basicly everything thats on the game now) and do the corn jobs i can offer you max 4 $ more i dont have unforcently thats all i have on my paypal atm.

I hope someone will help me even for that small amount of money...

Posted

People on here charge around $300 for completely securing the oh so secure Mccodes script.

For the Cron Jobs even though the question gets asked like all the time I'm sure someone can help you on here, firstly check these things those.

  • Your host supports crons in the first place?
  • Can you run them manually? (Type in http://game/cron_minute.php?code=???)
  • Have you inputed them correctly? should have the timings then the url of the cron and the cron should start with curl.
     
Posted

the corns are done now i am editing a bit securing i have been told to do this:

first you have to figure out if the $_GET or $_POST vairable is a number or a string

if its a number do this:

$_GET['xx']=abs((int)$_GET['xx']);

lazy way

$_GET['xx']=$_GET['xx']+0

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