Jump to content
MakeWebGames

ShizzleNizzle

Members
  • Posts

    295
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ShizzleNizzle's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [REVIEW REQUEST] Criminals-Nightmare   You must be including them wrong. I'm surprised your menu doesn't look a bit like this... Home lol Inventory lol Events lol Mailbox lol And so on and so forth, you seem to use it on everything for no reason. :lol:
  2. Re: Game Template [$10] Lol, I have that menu image as well...I found it on an image website. Good work Pog1, GREAT VALUE!
  3. Re: IRC Trouble Wouldn't you need to include globals.php?
  4. Re: [mccodes] Advanced Pet Mod [$15] I'd be pretty pissed off if he didn't send me the working copy, wouldn't you?
  5. Re: [mccodes] Advanced Pet Mod [$15] It's exactly what he deserves, just tell him to send you the correct copy otherwise you have full permission to post it to iron out the bugs your self
  6. Re: [MCCode]Full Design. Login,Reg and Game (4 pages) Mascots Too! [Awesome] Yes, I'd like a rough idea aswell
  7. Re: [mccodes] Advanced Pet Mod [$15] Adil, if he didn't send you the fixed version then just post it on the forums for some help lol That will surely piss him off and he might even send you the fixed version to take the mod down. It's his fault, you were only bitching because his coding was very poor and he refused to send you a correct copy.
  8. Re: Security $1 [Mc Code V2] So why pay for it if there is ALOT of free fixes on this forum?
  9. Re: urgent question It's a FireFox addon that's causing his game to be "hacked". There have been many posts on here with the fix for it, just search.
  10. Re: 2147483647-troubles! I'm pretty sure you have to change *int* to *float*.
  11. Re: New Game Out Erm, yea he was being sarcastic...   What the f**k Is that? Can you please learn how to type, It doesn't make you a gangster typin like that... It just makes you look like a damn retard :? :x Now that makes you look like a retard :lol:
  12. Re: Nation Mod I'm sure you released this for free on Dev-Forum.
  13. Re: help! Put a CAPTCHA on there.
  14. Re: new game   And nearly all games that do that will be gone next week... You'll probably make a $ and run around saying yippee then just shut down the game like most others do.
  15. Re: Awards Mod   CREATE TABLE IF NOT EXISTS `awards` ( `userid` int(11) NOT NULL DEFAULT '0', `type` int(11) NOT NULL, KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;   Add in header.php   $select= mysql_query(sprintf("SELECT * FROM awards WHERE userid= %u AND type= %s ", $userid , abs(@intval($ir['level'])) )); if(mysql_num_rows($select)) { } else { $level = array(5 , 10 , 15 , 25 , 50 , 100 , 150); $lev = $ir['level']; if(in_array($ir['level'],$level)) { mysql_query(sprintf("UPDATE users SET awards = awards + 2 WHERE (userid = %u) " , $userid)); mysql_query(sprintf("INSERT INTO awards values (%u , %u ) " , $userid , $lev )); } }   Thats for the level you can just edit that for anything else, or if you cant ill do it for you. NOTE: I don't know of a more efficient way of doing it, If you know of a better way please post
×
×
  • Create New...