Jump to content
MakeWebGames

3XTR3M3

Members
  • Posts

    145
  • Joined

  • Last visited

    Never

Everything posted by 3XTR3M3

  1. Re: Admin.php Modification - Why Isn't It Working??? lol
  2. Re: How Can I Make It So When Someone Presses F5 It Goes To news.php................ hey how come you cant do that your self if you seem you can code
  3. Re: [mccode] mailbox with smilies if i can be bothered
  4. Re: [mccodes] Free Crystal Bank [v1] works great thanks
  5. Re: [Free] [V1] Random Explore Mod nice mod
  6. I KNow ITs SO easy Lol its just a little help for those who cant do it ALTER TABLE `users` ADD `crimes` INT( 11 ) NOT NULL DEFAULT '0'; Then Go In Header Or Viewuser Put [b]Crimes Comitted:[/b] {$ir['crimes']} Then in halloffame if you have it Find action=level'>LEVEL CRIMES SUCEEDED Pos User Crimes Done "; $q=mysql_query("SELECT u.*,g.* FROM users u LEFT JOIN gangs g ON g.gangID=u.gang WHERE u.user_level != 0 ORDER BY crimes DESC,userid ASC LIMIT 20", $c); $p=0; while($r=mysql_fetch_array($q)) { $p++; if($r['userid'] == $userid) { $t="[b]";$et="[/b]"; } else { $t="";$et=""; } print "$t$p$et $t{$r['gangPREF']} {$r['username']} [{$r['userid']}]$et $t".money_formatter($r['crimes'],'')."$et "; } print ""; }   Hope it Helps feel free give me +1 its easy do have any problems post ok thanks Liam
  7. Re: [mccode] mailbox with smilies Good thing i just couldnt find any decent smilies
  8. 3XTR3M3

    why

    Re: why
  9. Re: [mccode] Personal Detals for v2.0 for v1 change db thing to global $ir,$c,
  10. 3XTR3M3

    why

    Re: why yep thanks seany join now www.deaths-city.info
  11. 3XTR3M3

    why

    Re: why works great thanks ferdi
  12. 3XTR3M3

    why

    Re: why there is nothing wrong with it though as soon as i removed from after ip $c); i get that enclasped what ever``
  13. 3XTR3M3

    why

    Re: why were talking about a reg page mate now a login
  14. 3XTR3M3

    why

    Re: why   INSERT INTO users (username, login_name, userpass, level, money, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, class, gender, signedup, email, lastip) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['class']}', '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', '$ip') i get this now Parse error: syntax error, unexpected T_STRING in /home/liam/public_html/register.php on line 60
  15. 3XTR3M3

    why

    Re: why yep its just when i added that class
  16. 3XTR3M3

    why

    "; $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$ip)) { die("Your IP has been banned, there is no way around this.
  17. Re: [TGM] User Rating System [TGM] i seen this mod used on alot of games now i see its quite promotional
  18. Re: [v1][FREE] Gang Welcome Message good extra
  19. Re: [FREE][CRYSTAL GYM] easy to make lol still good
  20. Re: [mccode] Register Page hey go on a like toprpg games and look at alll the games see one you like buy one of them
  21. Re: FREE ADVANCED USERSONLINE MOD its allright but its easy to make lol
  22. Re: [mccode] Annoucement Mod yes cool mo must of took a while to make
  23. Re: [Free] [v1] Jail good mo works great what wouldi add in docrime mate on v1.1
  24. Re: [mccode] View Donators works great seen working at www.deaths-city.info/d.php
  25. Re: [mccode] Ajax chat script the colour to light lol good mod tho
×
×
  • Create New...