
jimmytubbs
Members-
Posts
92 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by jimmytubbs
-
<?php 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['donatordays'] == 0) { die("This feature is for donators only.");}if($ir['hospital'] || $ir['jail']){print "You would have to be joking. You cant get into here through hospital.";exit;}if(!$_GET['spend']){if($ir['crystals']>11) { $ea="[url='tradement.php?spend=refill']Buy[/url]"; } else { $ea="N/A"; }if($ir['crystals']>19) { $ba="[url='tradement.php?spend=brave']Buy[/url]"; } else { $ba="N/A"; }if($ir['crystals']>49) { $ha="[url='tradement.php?spend=health']Buy[/url]"; } else { $ha="N/A"; }if($ir['crystals']>999) { $dpa="[url='tradement.php?spend=dp']Buy[/url]"; } else { $dpa="N/A"; }print "The Tradement Yard. What Do You Want To Spend Your {$ir['crystals']} Crystals On? <table width=100% border=1><tr><th>Reward</th><th>Crystals Needed</th><th>Buy</th></tr><tr><td>Energy Refill</td><td>12</td><td>$ea</td></tr><tr><td>Brave Refill</td><td>20</td><td>$ba</td></tr><tr><td>Health Refill</td><td>50</td><td>$ha</td></tr><tr><td>DP (Pack One)</td><td>1000</td><td>$dpa</td></tr><tr><td>IQ</td><td>1 Crystal for 5 IQ</td><td>[url='tradement.php?spend=IQ']Buy[/url]</td></tr><tr><td>Money</td><td>1 Crystal per \$200</td><td>[url='tradement.php?spend=money']Buy[/url]</td></tr></table>";}else{if($_GET['spend'] == 'refill'){if($ir['crystals'] <12){print "You don't have enough crystals!";}else if($ir['energy'] == $ir['maxenergy']){print "You already have full energy.";}else{mysql_query("UPDATE users SET energy=maxenergy,crystals=crystals-12 WHERE userid=$userid",$c) or die("Energy refill area is down, please retry in 5 minutes.");print "Your energy is now full and you have paid 12 crystals.";}}else if($_GET['spend'] == 'IQ'){$amm=$ir['crystals']*5;print "Type in the amount of crystals you want to swap for IQ. You can get [b]$amm[/b] IQ with all your [b]{$ir['crystals']}[/b] crystals One crystal = 5 IQ.<form action='tradement.php?spend=IQ2' method='post'><input type='text' name='crystals' value='{$ir['crystals']}' /> <input type='submit' value='Swap' /></form>";}else if($_GET['spend'] == 'IQ2'){$_POST['crystals']=(int) $_POST['crystals'];if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']){print "Error, you either do not have enough crystals or did not fill out the form. [url='tradement.php?spend=IQ']Back[/url]";}else{$iqgain=$_POST['crystals']*5;mysql_query("UPDATE users SET crystals=crystals-{$_POST['crystals']} WHERE userid=$userid",$c);mysql_query("UPDATE userstats SET IQ=IQ+$iqgain WHERE userid=$userid",$c);print "You have gained $iqgain IQ and have just spent {$_POST['crystals']} crystals.";}}else if($_GET['spend'] == 'money'){$acm=$ir['crystals']*200;print "Type in the amount of crystals you want to trade for cash. You can get \$$acm Cash for {$ir['crystals']} Crystals. One crystal = \$200.<form action='tradement.php?spend=money2' method='post'><input type='text' name='crystals' value='{$ir['crystals']}' /> <input type='submit' value='Swap' /></form>";}else if($_GET['spend'] == 'money2'){$_POST['crystals']=(int) $_POST['crystals'];if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']){print "Error, you either do not have enough crystals or did not fill out the form. [url='tradement.php?spend=money']Back[/url]";}else{$iqgain=$_POST['crystals']*200;mysql_query("UPDATE users SET crystals=crystals-{$_POST['crystals']},money=money+$iqgain WHERE userid=$userid",$c);print "You have recieved \$$iqgain and have spent {$_POST['crystals']}.";}}else if($_GET['spend'] == 'brave'){if($ir['crystals'] <20){print "You don't have enough crystals!";}else if($ir['brave'] == $ir['maxbrave']){print "You already have full brave.";}else{$nowcrys=$ir['crystals']-20;mysql_query("UPDATE users SET brave=maxbrave,crystals=crystals-20 WHERE userid=$userid",$c);print "You now have full brave and have spent 20 crystals. You now have $nowcrys Crystals.";}}else if($_GET['spend'] == 'health'){if($ir['crystals'] <50){print "You don't have enough crystals!";}else if($ir['health'] == $ir['maxhealth']){print "You already have full health.";}else{$nowcs=$ir['crystals']-50;mysql_query("UPDATE users SET health=maxhealth,crystals=crystals-50 WHERE userid=$userid",$c);print "You now have full health and have spent 50 crystals. You now have $nowcs crystals.";}}else if($_GET['spend'] == 'dp'){if($ir['crystals'] < 1000){print "You don't have enough crystals!";}else{$noww=$ir['crystals']-1000;if($noww = 0) { $noww="no"; }mysql_query("UPDATE users SET donatordays=donatordays+30,crystals=crystals-1000 WHERE userid=$userid",$c);print "You have a DP (Pack One) and have spent 1000 crystals.You wont recieve any benefits with this donator-pack. You now have $noww crystals.";}}} $h->endpage();?>
-
hi i want to know how to use the promo code on my game but i dont know what it is and i want to change it. cheers jimmytubbs<--------------> 2244thegame.co.uk
-
Hi i no this may sound noobish but i need the picture code cheers
-
hi i want to change the currency on my game from dollars $ to pounds £ any help cheers jimmytubbs
-
Re: User Rating hi can you help cheers
-
Re: [mccode] Stats Market Here is it in v1 <?php 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(); print "<h3>Stats Market</h3>"; $_GET['ID'] = abs(@intval($_GET['ID'])); switch($_GET['action']) { case "buy": stats_buy(); break; case "remove": stats_remove(); break; case "add": stats_add(); break; default: statsmarket_index(); break; } function statsmarket_index() { global $db,$ir,$c,$userid,$h; print "[url='statsmarket.php?action=add']> Add A Listing[/url] Viewing all listings... <table width=75% cellspacing=1 class='table'> <tr style='background:gray'> <th>Adder</th> <th>Stat</th> <th>Qty</th> <th>Price each</th> <th>Price total</th> <th>Links</th> </tr>"; $q=msql_query("SELECT sm.*, u.* FROM statsmarket sm LEFT JOIN users u ON u.userid=sm.smADDER ORDER BY smPRICE/smQTY ASC"); while($r=$db->fetch_row($q)) { if($r['smADDER'] == $userid) { $link = "[url='statsmarket.php?action=remove&ID={$r[']Remove[/url]"; } else { $link = "[url='statsmarket.php?action=buy&ID={$r[']Buy[/url]"; } $each= (float) $r['smPRICE'] / $r['smQTY']; print "\n<tr> <td>[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td> <td>{$r['smSTATS']}</td> <td>{$r['smQTY']}</td> <td> \$" . number_format($each)."</td> <td>\$".number_format($r['smPRICE'])."</td> <td>[$link]</td> </tr>"; } print "</table>"; } function stats_remove() { global $db,$ir,$c,$userid,$h; $f = mysql_query("SELECT * FROM statsmarket WHERE smID='{$_GET['ID']}'") or die(mysql_error()); $a = mysql_fetch_assoc($f); $q=msql_query("SELECT us.*,sm.* FROM statsmarket sm LEFT JOIN userstats us ON sm.smQTY=us.{$a['smSTATS']} WHERE sm.smID='{$_GET['ID']}' AND sm.smADDER='{$ir['userid']}'"); if(!$db->num_rows($q)) { print "Error, either this listing doesn't exist, or you are not the owner. [url='statsmarket.php']> Back[/url]"; $h->endpage(); exit; } $r=$db->fetch_row($q); //FIXED msql_query("UPDATE userstats SET {$r['smSTATS']}={$r['smSTATS']}+{$r['smQTY']} WHERE userid='{$ir['userid']}'") or die(mysql_error()); msql_query("DELETE FROM statsmarket WHERE smID={$_GET['ID']}"); print "Stats removed from market! [url='statsmarket.php']> Back[/url]"; } function stats_buy() { global $db,$ir,$c,$userid,$h; $q=msql_query("SELECT * FROM statsmarket st WHERE smID={$_GET['ID']}"); if(!$db->num_rows($q)) { print "Error, either this listing doesn't exist, or it has already been bought. [url='statsmarket.php']> Back[/url]"; $h->endpage(); exit; } $r=$db->fetch_row($q); if($r['smPRICE'] > $ir['money']) { print "Error, you do not have the funds to buy these stats. [url='statsmarket.php']> Back[/url]"; $h->endpage(); exit; } msql_query("UPDATE userstats SET {$r['smSTATS']}={$r['smSTATS']}+{$r['smQTY']} WHERE userid=$userid"); msql_query("DELETE FROM statsmarket WHERE smID={$_GET['ID']}"); msql_query("UPDATE `users` SET `money` = `money` - {$r['smPRICE']} WHERE `userid`={$ir['userid']}"); msql_query("UPDATE `users` SET `money`=`money` + {$r['smPRICE']} where `userid`={$r['smADDER']}"); event_add($r['smADDER'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] bought your {$r['smQTY']} {$r['smSTATS']} from the market for \$".number_format($r['smPRICE']).".",$c); print "You bought the {$r['smQTY']} {$r['smSTATS']} from the market for \$".number_format($r['smPRICE'])."."; print " [url='statsmarket.php']> Back[/url]"; } function stats_add() { global $db,$ir,$c,$userid,$h; $_POST['amnt'] = abs($_POST['amnt']); $_POST['price'] = abs($_POST['price']); if($_POST['amnt']) { if($_POST['amnt'] > $ir['strength']-10 || $_POST['amnt'] > $ir['IQ']-10 || $_POST['amnt'] > $ir['labour']-10 || $_POST['amnt'] > $ir['agility']-10 || $_POST['amnt'] > $ir['guard']-10) { echo "You are trying to add more stats to the market than you can add. Look at the stats, at the stat that you have the least of. Subtract that number by 10. That's the most you can add per listing for any stat. For example, if your lowest stat is IQ with 100 IQ, the most you can list per listing for any stat is 90. You must always have at least 10 of all stats. Strength: {$ir['strength']} Agility: {$ir['agility']} Guard: {$ir['guard']} Labour: {$ir['labour']} IQ: {$ir['IQ']} <a href='statsmarket.php'>> Back"; $h->endpage(); exit; } if($_POST['price'] > 200) { echo "You can only sell stats for up to 200 each. <a href='statsmarket.php'>> Back"; $h->endpage(); exit; } $a = mysql_query("SELECT * FROM statsmarket WHERE smADDER='{$ir['userid']}'") or die(mysql_error()); if(mysql_num_rows($a) > 3) { echo 'You may only add a certain ammount of stats.'; $h->endpage(); exit; } $tp=$_POST['amnt']*$_POST['price']; msql_query("INSERT INTO statsmarket VALUES('',{$_POST['amnt']},$userid,$tp,'{$_POST['sellstat']}')"); msql_query("UPDATE userstats SET {$_POST['sellstat']}={$_POST['sellstat']}-{$_POST['amnt']} WHERE userid=$userid"); print "Stats added to market! [url='statsmarket.php']> Back[/url]"; } else { print "[b]Adding a listing...[/b] Look at the stats, at the stat that you have the least of. Subtract that number by 10. That's the most you can add per listing for any stat. For example, if your lowest stat is IQ with 100 IQ, the most you can list per listing for any stat is 90. You must always have at least 10 of all stats. <form action='statsmarket.php?action=add' method='post'><table width=70% border=2><tr><td>Stats to add to market: </td> <td> <select type='dropdown' name='sellstat'> <option value='strength'>Strength (Have {$ir['strength']}) <option value='agility'>Agility (Have {$ir['agility']}) <option value='guard'>Guard (Have {$ir['guard']}) <option value='labour'>Labour (Have {$ir['labour']}) <option value='IQ'>IQ (Have {$ir['IQ']})</select></td></tr><tr> <td>How many stats:</td> <td><input type='text' name='amnt' value='' /></td></tr><tr> <td>Price for each stat:</td> <td><input type='text' name='price' value='200' /></td></tr><tr> <td colspan=2 align=center><input type='submit' value='Add To Market' /></tr></table></form>"; } } $h->endpage(); ?> <--------------> jimmytubbs<--------------------->2244thegame.co.uk
-
Re: Advanced Usersonline sz forgot to remove that
-
Re: Free service i wont steal your codes or game i just wanna do this for free
-
Re: Free service yh
-
Free service this free service is you upload your codes then i will set up yor game for free this is not a scam pm me for more info
-
Im now offering a free service Game creator just upload your codes to the server and ill do the rest this is not a scam pm for more info
-
Re: Tutorial: v2 - v1 Conversion hi on the v2 mods if it says put 'query' in file cron_day.php for v1 what do u put it in?
-
Re: Advanced Usersonline here it is in v2 <?php session_start(); include "globals.php"; $cn=0; switch($_GET['online']) { case 'fiveminutes': fiveminutes(); break; case 'thirtyminutes': thirtyminutes(); break; case 'onehour': onehour(); break; case 'oneday': oneday(); break; default: index(); break; } function index() { print " <table width='90%' border='2' height='20'> <tr> <th><u>[url='usersonline.php?online=fiveminutes']Five Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=thirtyminutes']Thirty Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=onehour']One Hour[/url]</u></th> <th><u>[url='usersonline.php?online=oneday']One Day[/url]</u></th> </tr> </table>"; } function fiveminutes() { print " <table width='90%' border='2' height='20'> <tr> <th><u>[url='usersonline.php?online=fiveminutes']Five Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=thirtyminutes']Thirty Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=onehour']One Hour[/url]</u></th> <th><u>[url='usersonline.php?online=oneday']One Day[/url]</u></th> </tr> </table>"; echo "<table width='90%' border='2' height='20'> <tr> <th height='6'><u>Order</u></th> <th><u>Name</u></th> <th><u>ID</u></th> <th><u>Level</u></th> <th><u>Gender<u/></th> <th><u>Last Action<u/></th> <th><u>Money</u></th> <th><u>Attack</u></th> </tr>"; $q=$db->query("SELECT * FROM users WHERE laston>unix_timestamp()-5*60 ORDER BY laston DESC"); while($r=mysql_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++; echo "<tr> <th>$cn.</th> <th>[url='viewuser.php?u={$r[']{$r['username']}[/url]</th> <th>{$r['userid']}</th> <th>{$r['level']}</th> <th>{$r['gender']}</th> <th>$str</th> <th>{$r['money']}</th> <th><a href='attack.php?ID={$r['userid']}'>Attack "; if($r['gender'] == 'Female') { echo "her"; } else { echo "him"; } echo "</a></th> </tr>"; } echo "</table>";} function thirtyminutes() { print " <table width='90%' border='2' height='20'> <tr> <th><u>[url='usersonline.php?online=fiveminutes']Five Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=thirtyminutes']Thirty Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=onehour']One Hour[/url]</u></th> <th><u>[url='usersonline.php?online=oneday']One Day[/url]</u></th> </tr> </table>"; echo "<table width='90%' border='2' height='20'> <tr> <th height='6'><u>Order</u></th> <th><u>Name</u></th> <th><u>ID</u></th> <th><u>Level</u></th> <th><u>Gender<u/></th> <th><u>Last Action<u/></th> <th><u>Money</u></th> <th><u>Attack</u></th> </tr>"; $q=$db->query("SELECT * FROM users WHERE laston>unix_timestamp()-30*60 ORDER BY laston DESC"); while($r=mysql_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++; echo "<tr> <th>$cn.</th> <th>[url='viewuser.php?u={$r[']{$r['username']}[/url]</th> <th>{$r['userid']}</th> <th>{$r['level']}</th> <th>{$r['gender']}</th> <th>$str</th> <th>{$r['money']}</th> <th><a href='attack.php?ID={$r['userid']}'>Attack "; if($r['gender'] == 'Female') { echo "her"; } else { echo "him"; } echo "</a></th> </tr>"; } echo "</table>";} function onehour() { print " <table width='90%' border='2' height='20'> <tr> <th><u>[url='usersonline.php?online=fiveminutes']Five Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=thirtyminutes']Thirty Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=onehour']One Hour[/url]</u></th> <th><u>[url='usersonline.php?online=oneday']One Day[/url]</u></th> </tr> </table>"; echo "<table width='90%' border='2' height='20'> <tr> <th height='6'><u>Order</u></th> <th><u>Name</u></th> <th><u>ID</u></th> <th><u>Level</u></th> <th><u>Gender<u/></th> <th><u>Last Action<u/></th> <th><u>Money</u></th> <th><u>Attack</u></th> </tr>"; $q=$db->query("SELECT * FROM users WHERE laston>unix_timestamp()-60*60 ORDER BY laston DESC"); while($r=mysql_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++; echo "<tr> <th>$cn.</th> <th>[url='viewuser.php?u={$r[']{$r['username']}[/url]</th> <th>{$r['userid']}</th> <th>{$r['level']}</th> <th>{$r['gender']}</th> <th>$str</th> <th>{$r['money']}</th> <th><a href='attack.php?ID={$r['userid']}'>Attack "; if($r['gender'] == 'Female') { echo "her"; } else { echo "him"; } echo "</a></th> </tr>"; } echo "</table>";} function oneday() { print " <table width='90%' border='2' height='20'> <tr> <th><u>[url='usersonline.php?online=fiveminutes']Five Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=thirtyminutes']Thirty Minutes[/url]</u></th> <th><u>[url='usersonline.php?online=onehour']One Hour[/url]</u></th> <th><u>[url='usersonline.php?online=oneday']One Day[/url]</u></th> </tr> </table>"; echo "<table width='90%' border='2' height='20'> <tr> <th height='6'><u>Order</u></th> <th><u>Name</u></th> <th><u>ID</u></th> <th><u>Level</u></th> <th><u>Gender<u/></th> <th><u>Last Action<u/></th> <th><u>Money</u></th> <th><u>Attack</u></th> </tr>"; $q=$db->query("SELECT * FROM users WHERE laston>unix_timestamp()-1440*60 ORDER BY laston DESC"); while($r=mysql_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++; echo "<tr> <th>$cn.</th> <th>[url='viewuser.php?u={$r[']{$r['username']}[/url]</th> <th>{$r['userid']}</th> <th>{$r['level']}</th> <th>{$r['gender']}</th> <th>$str</th> <th>{$r['money']}</th> <th><a href='attack.php?ID={$r['userid']}'>Attack "; if($r['gender'] == 'Female') { echo "her"; } else { echo "him"; } echo "</a></th> </tr>"; } echo "</table>";} $h->endpage(); ?>
-
Re: QUERIES F.Y.I im currently making my own codes
-
Re: QUERIES ive got v1
-
What query would i have to run for a bank i created on the same code as cyber bank which is called superbank?
-
hi i want to start coding so can you give me advice where to start
-
Re: Crons Guide cheers i will try it
-
Re: Crons Guide hi ive tried your crons way and i have done msql.php right but my v1 crons still dont work can u help?
-
hi for my game (mccodes lite) i want to change the names of houses crimes and places how do i do that Cheers jimmytubbs>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> :?