
HITMAN 17
Members-
Posts
1,145 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by HITMAN 17
-
Re: Creating crimes in V2 can u show me one winning and one losing and a 50/50 formula plz
-
Re: Updated Personal Details [V2] can u give me some where to add it in my viewuser.php which will look good
-
Re: [mccode] Mining mod i really need the mine v2 badly has anyone get a working one that they will post for me plz
-
Re: staff applications
-
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
-
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
-
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
-
Re: Secure your script (lock it down from outsiders) wats this v2
-
Re: Crystal market exploit? wats this v2
-
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
-
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
-
Re: [V2]Mass Donator Days Credit[V2] Parse error: syntax error, unexpected T_STRING in /home/a5069509/public_html/staff_users.php on line
-
Re: Free Updated Newspaper ye i wud like the v2 mod plz plz post it
-
Re: Advanced newspaper mod. ye same and then posted in the free section
-
Re: Advanced newspaper mod. nice one just need an updated newspaper as i still have the old version
-
Re: [Mccode][Free] House Pictures works perfect thnx mate ya the best
-
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(); ?>
-
Re: Need Help Badly well stop talking about me im trying to learn to code and all u do is be horrible
-
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
-
Re: Updated jail features [V2] some of the first few escapes are blank can u fix this plz
-
Re: [Mccode][Free] House Pictures ok thnx 03lacey i just need this in v2 plz and then it shud work
-
Re: Polls error ino thats what i am getting annoyed with
-
Re: Polls error spam mate ever help or dont post plz
-
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
-
Re: vip packs and suppourters look in the free mods section