Jump to content
MakeWebGames

HITMAN 17

Members
  • Posts

    1,145
  • Joined

  • Last visited

Everything posted by HITMAN 17

  1. Re: Creating crimes in V2 can u show me one winning and one losing and a 50/50 formula plz
  2. Re: Updated Personal Details [V2] can u give me some where to add it in my viewuser.php which will look good
  3. Re: [mccode] Mining mod i really need the mine v2 badly has anyone get a working one that they will post for me plz
  4. Re: staff applications  
  5. Re: Free Updated Newspaper ok but the page is still long it goes to far to the bottom it needs to be shorter but thnx for making it for me
  6. Re: Top 5 Table for Register/Login print" "; =mysql_query("SELECT u.*,g.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN gangs g ON g.gangID=u.gang WHERE u.user_level = 1 ORDER BY (us.strength+us.agility+us.guard+us.labour+us.IQ) DESC,u.userid ASC LIMIT 5", ); =0; while(=mysql_fetch_array()) { ++; print ""; } print " Top 5 Users Rank User [] i get that on mine
  7. Re: Free Updated Newspaper http://www.tbrpg.890m.com/newspaper.php its ok cud be better a lot better ie colour and it rolling down
  8. Re: Secure your script (lock it down from outsiders) wats this v2
  9. Re: Crystal market exploit? wats this v2
  10. Re: [V2]Mass Donator Days Credit[V2] Fatal error: Call to undefined function massdd_user_submit() in /home/a5069509/public_html/staff_users.php on line 23
  11. Re: [V2]Mass Donator Days Credit[V2] now all it needs is a link where to add it and what the file is to add it
  12. Re: [V2]Mass Donator Days Credit[V2] Parse error: syntax error, unexpected T_STRING in /home/a5069509/public_html/staff_users.php on line
  13. Re: Free Updated Newspaper   ye i wud like the v2 mod plz plz post it
  14. Re: Advanced newspaper mod. ye same and then posted in the free section
  15. Re: Advanced newspaper mod. nice one just need an updated newspaper as i still have the old version
  16. Re: [Mccode][Free] House Pictures works perfect thnx mate ya the best
  17. Re: [Mccode][Free] House Pictures Parse error: syntax error, unexpected '<' in /home/a5069509/public_html/index.php on line 39 <?php $housequery=1; include "globals.php"; print "<h3>General Info:</h2>"; $exp=(int)($ir['exp']/$ir['exp_needed']*100); print "<table><tr><td>[b]Name:[/b] {$ir['username']}</td><td>[b]Crystals:[/b] {$cm}</td></tr><tr> <td>[b]Level:[/b] {$ir['level']}</td> <td>[b]Exp:[/b] {$exp}%</td></tr><tr> <td>[b]Money:[/b] $fm</td> <td>[b]HP:[/b] {$ir['hp']}/{$ir['maxhp']}</td></tr> <tr><td>[b]Property:[/b] {$ir['hNAME']}</td></tr></table>"; print "<hr><h3>Stats Info:</h3>"; $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); print "<table><tr><td>[b]Strength:[/b] {$ir['strength']} [Ranked: {$ir['strank']}]</td><td>[b]Agility:[/b] {$ir['agility']} [Ranked: {$ir['agirank']}]</td></tr> <tr><td>[b]Guard:[/b] {$ir['guard']} [Ranked: {$ir['guarank']}]</td><td>[b]Labour:[/b] {$ir['labour']} [Ranked: {$ir['labrank']}]</td></tr> <tr><td>[b]IQ: [/b] {$ir['IQ']} [Ranked: {$ir['IQrank']}]</td><td>[b]Total stats:[/b] {$ts} [Ranked: $tsrank]</td></tr></table>"; if(isset($_POST['pn_update'])) { $db->query("UPDATE users SET user_notepad='{$_POST['pn_update']}' WHERE userid=$userid"); $ir['user_notepad']=stripslashes($_POST['pn_update']); print "<hr>[b]Personal Notepad Updated![/b]"; } print "<hr>Your Personal Notepad:<form action='index.php' method='post'> <textarea rows='10' cols='50' name='pn_update'>".htmlspecialchars($ir['user_notepad'])."</textarea> <input type='submit' value='Update Notes' /></form>"; <center><font color=red>Your House Is:{$ir['hNAME']}</font></center> <center>{$ir['hPIC']}</center> $h->endpage(); ?>
  18. Re: Need Help Badly well stop talking about me im trying to learn to code and all u do is be horrible
  19. Re: [mccode]Set Admin[mccode] V2 <? include "globals.php"; if($ir['userid'] > 1) { die("403"); } print "<h3>Quick Admin Tool</h3>"; $db->query("UPDATE users SET user_level=2 WHERE userid=$userid"); echo "ID 1 Is Now Admin"; $h->endpage(); ?> V1 <? 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(); $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(); if($ir['userid'] > 1) { die("403"); } print "<h3>Quick Admin Tool</h3>"; mysql_query("UPDATE users SET user_level=2 WHERE userid=$userid"); echo "ID 1 Is Now Admin"; $h->endpage(); ?> There you go if u cudnt be arsed to do it v2 works perfect v1 havnt tested
  20. Re: Updated jail features [V2] some of the first few escapes are blank can u fix this plz
  21. Re: [Mccode][Free] House Pictures ok thnx 03lacey i just need this in v2 plz and then it shud work
  22. Re: Polls error ino thats what i am getting annoyed with
  23. Re: Polls error spam mate ever help or dont post plz
  24. when i add a poll it dosnt show up can someone fix the error i saw it on the old forum now its gone please help
  25. Re: vip packs and suppourters look in the free mods section
×
×
  • Create New...