Jump to content
MakeWebGames

CrackTheCoder

Members
  • Posts

    39
  • Joined

  • Last visited

    Never

Everything posted by CrackTheCoder

  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
  15. This would be better if... If in the staff panel for admins only, it allowed you to turn on or off the certain features. like u can turn off display pic and the link wont show and the page will be deactiveated at a click of ur mouse lol. now if u can do that my friend.. this would be MUCH help.
  16. none You can put the GET and POST secure function in globals and sglobals to secure a few things. and my suggestion is for the forums... get rid of ingame forums and jus get a free phpBB forum. its better looking and its already secure. 8)
  17. Re: [mccode v2] Youtube Mod Why dont we just use actions? and then use the print <<<EOF function for the pages for embeding? its much faster and easier when u think about it
  18. Re: [v2] Approval System Ok i will post it in the morning.
  19. Re: HELP   thanks i will +1
  20. Someone just changed my basic settings and everything and they aint staff wat do i do?!
  21. Re: [v2] Approval System Yea illusions and radio are right.. I should take it down off my game and just prevent same ip users from registering.. Thanks Ppl. I promise i will have a useful mod next time i post.
  22. Re: [v2] Approval System   yea.. some ppls games dont have 24/7 staff. I have staff on about 22 hours a day
  23. Re: [v2] Approval System Hmm.. Maybe i should go with the prevention of same ip sign up.. But i might post it up for anyone who might want it anyway.
  24. I just wanted to know if anyone would have any use of an approval system. This is how it works. The user signs up. The user isnt allowed to Xfer anything until a staff member reads the pending approval and accepts it. The pending approvals compares the ip of the user to other members, and it will tell u if its a multi or not. u may deny it, which basically restricts the user from logging in, or if u accept, they can xfer. So tell me if u guys want it and i'll post it
×
×
  • Create New...