Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. LOL you lot need to get out more !
  2. Yeah hence the cry for help in just doing the switch lol
  3. PHP_SELF can be exploited as you can append to the url youra.php youra.php/noob and anything appended will be treated as valid code so can lead to all kind of trouble.
  4. Main areas for this type of cheating is areas in your game which can earn a little bit of money and exp where the player can load the same page to gain quickly. Quite common for the lowest crimes which although gains a small amount has less chance them getting jailed or put in the hospital. $10 refreshed all day can quite build up quite nicely. Make sure you have your captcha set to a reasonable rate. Or change it to a click value. Or both! 8 minutes or 100 clicks for example. Set a session routine as Alabama stated. Its not cheating in a sense...just using a loophole in the game to gain quicker than you should but its a good thing to stop.
  5. Came across this I believe it is part of what your looking for although I cannot remember if there is more to it other than an addition in the inventory and of course the sql. repair.php   <?php include "globals.php"; print"<h1>Items Repair Center</h1> "; if($ir['itmdamage']>99) die(" <h3>This Item Doesnt Need Repairing</h3> <a href='inventory.php'> <h3>Inventory</h3></a>"); $_GET['ID']=abs((int) $_GET['ID']); $ir=$db->fetch_row($db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"));$cost=$ir['itmdamage']*10; $cf=number_format($cost); if($ir['money'] < $cost){ die("Sorry, you do not have enough money to repair this item. You need \$$cf. <a href='inventory.php'> <h3>Back</h3></a>");} print "You successfully repaired your Item and \$$cf. was deducted from your account <a href='inventory.php'> <h3>Back</h3></a>"; $db->query("UPDATE users SET money=money-{$cost} WHERE userid=$userid"); $db->query("UPDATE users SET itmdamage=100 WHERE userid={$ir['userid']}"); $h->endpage(); ?>   Condition {$ir['itmdamage']}% [[url='repairs.php?ID={$ir[']Repair[/url]]   It was pretty basic so didnt end up using it. Found in a old back up.
  6. Dont read this topic then Joshua :P Apparently drizzle can no longer find the mod and will write another. :whistling:
  7. Yeah well ill stop if and when you send the code. Seen as you know who then its not to difficult for you then is it. Oh and your yet again a liar. Mod bought. Not sent Paypal dispute opened. You asked if it could be closed and the mod would be sent Closed Mod never sent So dont come on here giving bullshit that you never heard anything about it.
  8. Crazy T why dont you just upload the code to a test site of your own and test it :P
  9. Perhaps if you do not have a clue what I just said then you should go learn before trying to run a game. http://www.phpmyadmin.net http://www.php.net http://www.mysql.com
  10. He did earlier....he decided to not send the code. Probably doesnt even have it. Seems to be a common event with Drizzle. Says he has something but actually doesnt. Says he will code something but cannot. Takes peoples money and yet he is still allowed to post here.
  11. go to phpmyadmin look at the items table. count how many fields is in items table now look at your insert where does it not match up?
  12. Well its what you have in that line thats causing you to load the default. Take a look at the case for this mod. How is it different from the other cases :D
  13. Sounds like your having a problem with the case so its loading the default. Have you got something above the switch?   $GET['action'] = isset($_GET['action']... etc
  14. So you wish to merge a one click attack with the original 3 option attack ....which defeats the purpose of a one click attack :D
  15. As I work in the same place as the person who bought it ive seen the paypal transaction and the emails so no I am not wrong but I can see the point of your post Djkanna.
  16. worked fine for me interesting way to do the bank :D
  17. Perhaps post in the Wishes for new modifications or the market place :D
  18. NO I wont take it to PM and whilst a scammer is allowed to post on this site then I will publicly keep on posting so nobody else gets scammed.
  19. TBH there is nothing to fix in the code that has been posted as Ive tested it and it works fine. So the problem lies elesewhere. Your either not running on PHP5 in which case that code will not work or You didnt place it in your code correctly or You have incorrect permissions on your site/server for the directory. PHP upload could have been disabled perhaps.
  20. Id disagree. From what ive seen over the past few months. The people who help him with the coding are good at php/mysql. Which is a different thing!
  21. Liar. You never made any such offer. Dont worry though for the $10 ill make sure that you never get any help or make another sale again. Like I said your a lil piss ant who has a lot to learn. Lets have a look at your signature whilst we are here.... HTML.CSS(Learned) <--- dont know it do you really as you cannot make a 3 column layout Decent PHP and MySql Skills <--- dont know this either do you Learning Javascript/AJAX <--- not likely seen as you are incapable of learning html.
  22. Not much $10 maybe.
×
×
  • Create New...