Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. Post you're bank.
  2. NO! This would give people a reason to hack you fucking n00b
  3. This should be in "REQUEST FOR NEW PLUGINS" Not chit chat -.-
  4. There are MANY places where you can find out how to secure so no, He don't need a top rating nor does anyone else who create these nice guides. These hack's are the baby one's. Hackers are moving up in the world, These hacks are used by n00bs, Such as Decio and his crew
  5. Instead off being a cry baby why not learn how too secure, All people do is post here, What make's you think were intertested? We've heard the same thing off the reset people "Ugh I got hacked" my answer is simple Then you shouldn't off opended the game When you open a game you're sure too get people trying too hack so before you open one get it secured. We all know MCCodes isn't secure off the slightest so why did you use it? Why not use EzRPG or something that you know is more then likely secured? Sorry but I'm getting tired off seeing these threads
  6. go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ...the cronwerks one? Cronwerks one are crap -_-
  7. Well I have to agree with seanybob you have some real issue's. You've spelt globals.php wrong You aint defined $gang You're if statement is messed Your query isn't correct Ah and well done on the longest title ever xD
  8. Looking good mate (: I can't see any major security issue's, Although I didn't play long enough to find any. But looks good :)
  9.   I'm not to sure on this either O.o 'Tis not very updated... As I said in the post there, It's not exactly a big update but yeh -.- jesus You must of clicked "Submit" just before me -.- I didn't see your post lol, No worries. Just a lil hot headed this morning, Sorry if I sounded snappy
  10. I'd say it could be better, in a LOT off ways but hey stick at it youll get better :)
  11. I opened the tab, I closed the tab, It wasn't worth me staying around after your login
  12.   I'm not to sure on this either O.o 'Tis not very updated... As I said in the post there, It's not exactly a big update but yeh -.- jesus
  13. Just updated bits, added a few bits here n there. It's not really updated but its the only word that sprung to mind so yeh lols
  14. It won't be for sale anymore as GoldenZero isn't around any longer. However it's still not alright to post up for free.
  15. Looking good Illusions. <?php /* # Created by Illusions # Updated by Pudda # Makewebgames.com */ include_once (DIRNAME(__FILE__) . '/globals.php'); /* # Edit below if you'd like to limit access if($ir['table_name'] < 2) { echo "This feature is for staff only."; $h->endpage(); exit; } */ $_GET['action'] = isset($_GET['action']) && ctype_alpha($_GET['action']) ? trim($_GET['action']) : 'prefs_home'; switch($_GET['action']) { case 'jail':jail();break; case 'hosp':hosp();break; case 'health':health();break; default:prefs_home();break; } if(!in_array($_GET['action'], array('jail', 'hosp','health','prefs_home'))) { echo "Invalid Action"; $h->endpage(); exit; } function prefs_home() { global $db,$userid,$h; print "<h2>Replenish Page</h2> <h3>Page code from illusions</h3> [url='?action=jail']<h2>GET OUT OF JAIL FREE</h2> [/url] [url='?action=hosp']<h2>RESET YOUR HOSPITAL TIME</h2>[/url] [url='?action=health']<h2>RE-GENERATE YOUR HEALTH</h2>[/url] "; } function jail() { global $db,$userid,$h; $db->query("UPDATE users SET jail=0 WHERE userid=$userid"); Print"<h1>GET OUT OF JAIL CARD USED</h1> [url='index.php']Return To Game[/url]"; } function hosp() { global $db,$userid,$h; $db->query("UPDATE users SET hospital=0 WHERE userid=$userid"); Print"<h1>TIMER REMOVED FROM HOSPITAL</h1> [url='index.php']Return To Game[/url]"; } function health() { global $db,$userid,$h; $db->query("UPDATE users SET energy=maxenergy, will=maxwill, hp=maxhp WHERE userid=$userid"); Print"<h1>ENERGY REPLENISHED</h1> [url='index.php']Return To Game[/url]"; } $h->endpage(); ?>   I've updated bits, It's Untested However I don't see a reason for it not too run =] @Illusions; Remember you don't have to define a filename, ?action= is fine =)
  16. Just use footer chat It does the same as that..easy to install ect
  17. It could be, But I wouldn't add it for two days, I'd sooner just run a comp or something :/ But yeh deffo could work for them
  18. May I suggest you read the code :P
  19. Yeah this defiantly aint being used where I'm around. I don't think anyone would appreciate this
  20. No problemo :)
  21. I do believe Golden released that as a Paid modification, However I couldn't be too sure - Sorry I'm not really interested in a pet mod but others may Whats the advantages off me spending time advancing it? I may decide to help :)
  22. John, I've seen some work which is nice. However I do think more examples are needed, as thats a plain banner really :P
  23. There aren't many which are secure though. I bet the code would be worth the money too :)
  24. His writing was like size 100 tho xD
×
×
  • Create New...