Jump to content
MakeWebGames

Jesse60905

Members
  • Posts

    265
  • Joined

  • Last visited

    Never

Jesse60905's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [Free] Log Suspicious Users It doesn't
  2. Jesse60905

    WWI

    Re: WWI USA-21 Germany-18 Russia-18 Great Britan-25 France-18
  3. Re: [Free] Log Suspicious Users Perhaps borrowing the script put into V2 and modifying it a bit   foreach($_POST as $k => $v) { $_POST[$k]=addslashes($v); } foreach($_GET as $k => $v) { $_GET[$k]=addslashes($v); }   That would definately be able to do something while only filling up your db to 6gb lol.
  4. Re: Delete Just hit edit & search and replace...
  5. Jesse60905

    WWI

    Re: WWI USA-20 Germany-18 Russia-19 Great Britan-24 France-19
  6. Re: Delete Much better... Suggestion. Don't run that query I posted... Open your staff_users.php file and run a search & replace. Find: int Replace With: float Then in your users and userstats db replace all the int with bigint and all the 11's with 20.
  7. Re: [Free] Log Suspicious Users Holy.... Tyvm.
  8. Re: Delete Probably compensating for something else...
  9. Re: Delete Try running this query.   TRUNCATE TABLE crimegroups   After that shut up and learn PHP. "Cba to look". Lazy brat...
  10. Re: MCCodes Yes he intended to get paid but due to him being lazy he didn't.
  11. Re: Counting (nr game) 1673
  12. Re: Counting (nr game) 1669
  13. Jesse60905

    WWI

    Re: WWI USA-20 Germany-18 Russia-19 Great Britan-23 France-20
  14. Re: Emergency Broadcast System (Spam Thread) f957658afc4858002c2fe30915eb617440f7054a = sha1(If you can read this then you are very smart)
  15. Re: how to see the design by php? Sadly as php is server-side scripting there are only 2 working ways. 1) Upload to your site with:   if($ir['user_level'] ==1) { die("Sorry, staff only"); }   after the:   <?php   or... 2) Install wamp and set-up the codes on your computer which is an absolute joy. Here is the link. Either of those will work... If you're a newbie go for the first. To be honest, wamp confuses me.
×
×
  • Create New...