Jump to content
MakeWebGames

Silver

Members
  • Posts

    262
  • Joined

  • Last visited

Everything posted by Silver

  1. Re: Drugs Error or a better idea would be to actually buy my mod so you get free support and I can help you with these issues, instead of stealing them k thanks
  2. Re: [mccode] Advanced Warning System What seems to be the problem mate? What errors are you getting...if any?
  3. Re: Free service Just what I was about to say xD
  4. Re: Advanced Voting $15 Killah, mate. No-one is gonna buy your mods with an attitude like that, so chill. Edit - And for the record, amount only has one M
  5. Re: [V1] Number Plate [$5] Guys, don't slag him off. It's only $5, you just gotta use your imagination. If I were to buy this I would incorporate it into some sort of Car Mod (as was suggested) or crime mod. I would make a new mod to fit round this one... Example: An illegal street racing mod where you can be caught by the cops. The chances of being caught depend on how many times you've raced with the same number plate, and how many people participate. ^^ Oh yea, none of you here are clever enough to make that ^^ It could also be used for a GTA Crime mod perhaps.. Use your imaginations...
  6. Re: V2 cars mod This mod was created by ColdBlooded several months ago. Basically you are charging $15 for a conversion and for a mod which is already bugged (the challenger always wins) <--- meaning if the receiver has better stats they lose making it look like a crash, right? lol
  7. Re: NEW!! Advanced House Break-In Don't have it anymore Noelle, sorry
  8. Re: [mccode] Mods 4 Sale - UPDATED POST   I get so many n00bs adding me these days I don't know who's who, so I generally just appear offline all the time, if you drop me a PM with your email address (so i know who you are) I will drop you a message on msn next time we are both on. Thanks
  9. Re: NEW!! Advanced House Break-In Hey :) Sorry this is an old post and I no longer have this mod Thanks
  10. Re: 1st AS/CE MCCODE Modification [AutoTrainer] ill take one, if 10 have been sold make it 11 that's ever going to be sold xD
  11. Re: [mccode] Mods 4 Sale - UPDATED POST Actually my admin panel is awesome, just made a new one but its not for sale :) cPanel style :) (icons stole from google) xD
  12. Re: [mccode] Mods 4 Sale - UPDATED POST damn my mods were popular xD 61 posts here got a new mod coming out in about a week....hopefully, and its gonna be a big'un :P
  13. Re: Debit/Credit Card Mod $15   Because you are a retard that has obviously picked up a link from somewhere to edit your steps and crystals. You actually don't have a clue how to SQL inject but think your cool by doing it? You are right. The guy does need anti-injection scripts to protect his game from people like you.
  14. Re: New And Improved Register Good mod. I hate registering to a game to find the username is already taken, and having to redo the register form. I won't be buying it because I can make it myself :P but it's a great idea
  15. Re: [V1]Paper Boy Panel With New User Level[V1]   lmao Spooky, you must have got pretty bored and decided to dig up posts from last year.
  16. Re: Free gamedemo thingy   I agree, I`ve browsed through alot of these threads and kinda took notice to everyone calling each other "n00bs" what exactly is a n00b and how do you know these peoples are n00bs? All of you claim to be pro coders but yet you still hang around threads waiting for the newest FREE MODS :? and if you was never a noob then why are you even using mccodes? make your own Mr pro coders :-D and yes i know its coming since this would be one of my first post... Im a n00b :lol: I agree with both these quotes. Dragon you sound like a "n00b" yourself, so I wouldn't go judging other people before you really know what they are capable of. You are probably one of the ones that sits around waiting for the newest FREE mod to be posted. You all claim to be coders when really you know jack all :)
  17. Re: Attractive Advertisement Tutorial! the only thing i get stuck on is the text lol how do u do cool texts like that PS im CRAP at graphics and photoshop
  18. Re: Texas Hold 'Em Mod Well i'll buy it once you completed it and give it ago :) ...if you decide to sell that is
  19. Re: Texas Hold 'Em Mod This is an old post but I will be looking for this mod at some stage Drop me a PM or email seany :) [email protected]
  20. Re: Item Exchange Mod - :D I've already bought this mod and tested it. Very decent indeed. +1 <-- if that means anything still lol Edit - Well, karma has been removed lol but good mod anyway
  21. Re: [$25] Farm Mod   haha, thats what i told him when he was making it
  22. Re: [v1] NEW - Weapon Stocks & Transport kyle is just coming out with a complete load of bullshit, he prolly has a gay anal sex mod - thats the reason no-one else has it cos they dont swing that way
  23. Re: Favicons Set Up great post, thanks :)
  24. Re: [v1] NEW - Weapon Stocks & Transport   LOL thanks UCC :P but yea i admit it isnt :)
  25. Re: HELP URNGETLY!!!!!!!!!!!!!   <?php /*----------------------------------------------------------- -- William -- Password reset ------------------------------------------------------------*/ require "mysql.php"; require "global_func.php"; global $c; print "<html> <head> <title>american-wars Forgot Password</title> <style> body { font-family:Verdana;font-size:8pt;color: black;background: #C3C3C3; } .details { border: 2px dashed red; background: #F88;width:50%;height=120; } .details table,tr,td { font-size:10pt;border: 1px solid white; } .logo img { border: none; } a { text-decoration: none; } </style> </head> <body><center><div class=logo>[img=logo.png]</div>"; if($_GET['ID'] == 0) { die("Invalid userid"); } if(!$_GET['key']) { die("Just go now"); } $key=$_GET['key']; $a=mysql_query("SELECT * FROM `passreset` WHERE `key`='$key' AND userid={$_GET['ID']}",$c) or die(mysql_error()); if (mysql_num_rows($a)==0) { print "Invalid key, please try again <a href=forgot_password.php>Back</a>"; exit; } $b=mysql_fetch_array($a); $tt=mysql_query("SELECT * FROM users WHERE userid={$_GET['ID']}",$c) or die(mysql_error()); $gh=mysql_fetch_array($tt); $random=$_GET['key']; mysql_query("DELETE FROM passreset WHERE userid={$_GET['ID']}",$c) or die(mysql_error()); mysql_query("UPDATE `users` SET userpass=md5('{$_GET['key']}') WHERE userid={$_GET['ID']}",$c) or die(mysql_error()); print "Your new password has been mailed to you, use this to log in and then change it in the preferences."; $to = $gh['email']; $subject = "Forgot Password - american-wars"; $headers = "From: [email][email protected][/email]"; $body = "Hello {$gh['username']}! Your new password is $random log in with this password and change it in the preferences menu."; mail($to, $subject, $body, $headers); print "Password sent to your e-mail! [url='login.php']back[/url]"; ?>   should work
×
×
  • Create New...