Jump to content
MakeWebGames

CrackTheCoder

Members
  • Posts

    39
  • Joined

  • Last visited

    Never

CrackTheCoder's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. RE: Help with Auto-Fed, For all users.   if($_GET['ID'] != abs(@intval($_GET['ID']))) {$db->query("INSERT INTO fedjail VALUES('',{$_GET['ID']}, 300, $userid, 'Hack Attempt')"); die("For attempting a known sql injection, your IP and Name has been banned. Nice attempt, Enjoy your Fed jail sentence."); }   change to   if($_GET['ID'] != abs(@intval($_GET['ID']))) {$db->query("INSERT INTO fedjail VALUES('',{$_GET['ID']}, 300, $userid, 'Hack Attempt')");$db->query("UPDATE users SET fedjail=1 WHERE userid=$userid"); die("For attempting a known sql injection, your IP and Name has been banned. Nice attempt, Enjoy your Fed jail sentence."); }   that should work.
  2. RE: Template I might be able to make you a template but i need to know the basics of how u want it to look. do u have a messeneger? my MSN is [email protected]
  3. Kerzo, i mean, some guy, froze my MSN acc and i cant log in to messenger i changed my pass still cant get it he used one of those freeezers. anyone know anyway around this?
  4. RE: TEMPLATE ill do it for 6 bucks. might take an hour tho
  5. well im pretty much looking for a like long time partner not for individual projects but a good cut of the sales. probably 40-50% of each sale
  6. I need a game partner. Here are just some basic things i look for: - Does what they're told - Has at least 1 year experience in Php/MySql - Knows how to code - Knows how to properly defend against Sql/XSS injections. - Can Code PSD's as from time to time i design but i need them coded. If you want to be my partner, and you have all of the above knowledge, Please contact me at [email protected] . I can do MSN messenger or Regular email. Doesnt matter to me. Thanks :)
  7. RE: Re: [mccode] Free Starter Pack     Do it then :lol: I will, and i will post it on here when im done with the little add-on twinket lol
  8. RE: Help! Youtube has some php tutorials, so u can try learning from them but basically its not jus something you learn one day and ur the best at it. Ive only been coding for about 4 months, but many people help me out with learning it.
  9. ur mod. This is just like a workshop mod. i saw it on here for like 10 dollars. its not the same thing but it pretty much does the same thing
  10. I am seelling this login for 10 dollars USD uncoded, or coded for an extra 5. also if you dont like the GOON LIFE logo, i can change it to whatever you want.
  11. Any game need an extra admin, coder? Im here. Contact me [email protected] ( thats my windows messneger address also). ;)
  12. Reply. Well.. These could probably be made in a few hours.. but do they come coded?
  13. helped. i already helped snake resolve his issue. thanks
  14. some help the person above has the right idea, but after ALTER u have to put TABLE so it would be... ALTER TABLE users ADD `signature` varchar(255) NOT NULL; i believe that is how u do it
×
×
  • Create New...