Jump to content
MakeWebGames

HITMAN 17

Members
  • Posts

    1,145
  • Joined

  • Last visited

Everything posted by HITMAN 17

  1. Re: [v1] Updated Statistics Page   thnx danny it works +1
  2. Re: [mccode] Register Page no danny
  3. Re: [v1] Updated Statistics Page can anyone make it work Parse error: syntax error, unexpected T_STRING in /home/rydog/public_html/stats.php on line 50
  4. Re: [Free] [V1] Random Explore Mod anyone got it for v2 plz post if so
  5. Re: [mccode] Jail Features anyone have this for v2
  6. Re: [mccode] Personal Detals for v2.0 nice there is lots of v2 codes here
  7. Re: [FREE][CRYSTAL GYM]   mate quote who u r talking to
  8. Re: [mccode] Black Jack never tryed black jac but it to complicated for me lol
  9. Re: Ruby Trader Mod FREE!!! V2 sweet im going to use that
  10. Re: [mccode] staff applications hmm not bad ppl
  11. Re: [FREE] Bodyguard V2.0 hmmm might try it soon just waiting for sumthing
  12. Re: [mccode] Register Page   Well, maybe you should purchase a login? First impressions are everything...oh and gameplay. no mate i just want a free one i dont care if crap
  13. Re: [mccode] Mining mod i see u plus one
  14. Re: [mccode] Mining mod has anyone got v2 that will help me do it so its easy and that ppl understand
  15. Re: [mccode] Streets for v2.0   ye plz rydog
  16. Re: [mccode] View Donators ok i made it a bit better u might need to edit it a bit <?php /*----------------------------------------------------- downsys supporter users -----------------------------------------------------*/ session_start(); require "global_func.php"; if ($_SESSION['loggedin'] == 0) { header("Location: login.php"); exit; } $userid = $_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is = mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid", $c) or die(mysql_error()); $ir = mysql_fetch_array($is); check_level(); $h->userdata($ir, $lv, $fm, $cm); $h->menuarea(); $Query = mysql_query("SELECT username, level, money, supporterdays, laston FROM users", $c); echo '<table stlye="border-width:1px;border-color:black;border-stlye:solid"><tr><th>Username</th><th>Level</th><th>Money</th><th>Supporter Days</th><th>Status</th></tr>'; while ($Row = mysql_fetch_array($Query)) { if ($Row['laston'] >= time() - 3600) $Line = 'Off'; else $Line = 'On'; echo '<tr><td>' . html_entity_decode($Row['username']) . '</td><td>' . $Row['level'] . '</td><td>' . money_format($Row['money']) . '</td><td>' . $Row['supporterdays'] . '</td><td>' . $Line . 'line</td></tr>'; } echo '<table>'; $h->endpage(); ?>
  17. Re: [mccode] View Donators ok mate thnx if u can make anything else [email protected]
  18. Re: FREE ADVANCED USERSONLINE MOD   no its v1
  19. Re: [mccode] Register Page does anyone have a better login page plz
  20. Re: [mccode] Register Page   the pics dont work mate
  21. Re: FREE ADVANCED USERSONLINE MOD   if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); print " "; $cn=0; $q=mysql_query("SELECT * FROM users WHERE laston>unix_timestamp()-15*60 ORDER BY laston DESC"); while($r=$db->fetch_row($q)) { $la=time()-$r['laston']; $unit="secs"; if($la >= 60) { $la=(int) ($la/60); $unit="mins"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } } if($r['laston'] > 0) { $la=time()-$r['laston']; $unit="seconds"; if($la >= 60) { $la=(int) ($la/60); $unit="minutes"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } } $str="$la $unit ago"; } else { $str="--"; } if($r['last_login'] > 0) { $ll=time()-$r['last_login']; $unit2="seconds"; if($ll >= 60) { $ll=(int) ($ll/60); $unit2="minutes"; } if($ll >= 60) { $ll=(int) ($ll/60); $unit2="hours"; if($ll >= 24) { $ll=(int) ($ll/24); $unit2="days"; } } $str2="$ll $unit2 ago"; } else { $str2="--"; } $cn++; print   it dont work
  22. Re: [mccode] View Donators if sum1 can make view supporters online for v1 i wud be much appreciated
  23. Re: [v1][FREE] Gang Welcome Message ok thnx +1
  24. Re: [mccode] Annoucement Mod emm ok i have done it but i need help finishing it off if u wud like to help me add me on msn [email protected]
  25. Re: Free New City Mod For v1 and lite ok i just added this wicked mod i like it thnx
×
×
  • Create New...