grimsybaby
Members-
Posts
67 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by grimsybaby
-
Re: 3 Revamps [V2] Mossy m8 find these and take them out, it should work. +$ir['accuracy'] $ir['accrank']=get_rank($ir['accuracy'],'accuracy'); +accuracy $ir['accuracy']=number_format($ir['accuracy']); <tr> <td width='50%'>[b]Accuracy: [/b] {$ir['accuracy']}</td> <td width='50%'> </td> </tr>
-
Re: Help needed should be in ur config.php lol why get mccodes if you didnt even know that ? :s
-
Re: [mccode V2] Chat Mod NEW couldnt edit my last post for some strange reason XD fixed it :) the only downside im not sure how to fix this but if a user goes into the chat the name stays there even if they arnt online, cant you change that so they go once they go off the page :s
-
Re: [mccode V2] Chat Mod NEW Done what you said Karlos m8 and.... another error apeard :P Fatal error: Call to a member function on a non-object in /home/thepanda/public_html/game/header.php on line 91
-
heres a few revamps i have done, hope you like them :) Index.php (this uses House Images [V2] and Advanced Marriage Mod [V2]) <?php $housequery=1; include "globals.php";$equip = array( $ir['equip_primary'] => 0, $ir['equip_secondary'] => 0, $ir['equip_armor'] => 0 ); $q = $db->query("SELECT * FROM items WHERE itmid IN({$ir['equip_primary']}, {$ir['equip_secondary']}, {$ir['equip_armor']})"); while($r=$db->fetch_row($q)) { $equip[$r['itmid']]=$r; } $exp=(int)($ir['exp']/$ir['exp_needed']*100); $m=$db->query("SELECT * FROM users WHERE userid='{$ir['married']}'"); $par=$db->fetch_row($m); if($ir['married'] != 0) { $partner= "[url='viewuser.php?u={$par[']<font color=blue>{$par['username']}</font>[/url] [[url='partner.php']Manage[/url]]"; } else { $partner= "<font color=red>N/A</font>"; } print "<table width='95%' border='0' align='center'> <tr> <td colspan='2'>[b]General User Infomation[/b]</td> </tr> <tr> <td width='50%'>[b]Name:[/b] {$ir['username']}</td> <td width='50%'>[b]Crystals:[/b] {$cm}</td> </tr> <tr> <td width='50%'>[b]Level:[/b] {$ir['level']}</td> <td width='50%'>[b]Exp:[/b] {$exp}%</td> </tr> <tr> <td width='50%'>[b]Money:[/b] $fm</td> <td width='50%'>[b]HP:[/b] {$ir['hp']}/{$ir['maxhp']}</td> </tr> <tr> <td width='50%'>[b]Married:[/b] $partner</td> <td width='50%'>[b]Days Married:[/b] {$ir['daysmarried']} Days</td> </tr> </table> <hr width='95%'>"; print "<table width='95%' border='0' align='center'> <tr>"; $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['accuracy']; $ts2=$ir['labour']+$ir['endurance']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['accrank']=get_rank($ir['accuracy'],'accuracy'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['endrank']=get_rank($ir['endurance'],'endurance'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+accuracy'); $ts2rank=get_rank($ts2,'labour+endurance+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['accuracy']=number_format($ir['accuracy']); $ir['labour']=number_format($ir['labour']); $ir['endurance']=number_format($ir['endurance']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); $ts2=number_format($ts2); print "<td colspan='2'>[b]Stats Infomation[/b]</td> </tr> <tr> <td width='50%'>[b]Battle Stats:[/b]</td> <td width='50%'>[b]Working Stats:[/b]</td> </tr> <tr> <td width='50%'>[b]Strength:[/b] {$ir['strength']}</td> <td width='50%'>[b]Endurance:[/b] {$ir['endurance']}</td> </tr> <tr> <td width='50%'>[b]Agility:[/b] {$ir['agility']}</td> <td width='50%'>[b]Labour:[/b] {$ir['labour']}</td> </tr> <tr> <td width='50%'>[b]Guard:[/b] {$ir['guard']}</td> <td width='50%'>[b]IQ: [/b] {$ir['IQ']}</td> </tr> <tr> <td width='50%'>[b]Accuracy: [/b] {$ir['accuracy']}</td> <td width='50%'> </td> </tr> <tr> <td width='50%'>[b]Total Battle Stats:[/b] {$ts}</td> <td width='50%'>[b]Total Working Stats:[/b] {$ts2}</td> </tr> </table> <hr width='95%'> <table width='95%' border='0' align='center'> <tr> <td colspan='2' align='center'>[b]Property[/b]</td> </tr> <tr> <td colspan='2' align='center'>[img=hsepics/{$ir[]</td> </tr> </table> <hr width='95%'> <table width='95%' border='0' align='center'> <tr> <td colspan='3' align='center'>[b]Equipped Items[/b]</td> </tr> <tr> <td width='33%' align='center'>"; if($equip[$ir['equip_primary']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]</a>"; } else { print "Noting Equipped."; } print "</td> <td width='33%' align='center'>"; if($equip[$ir['equip_armor']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]</a>"; } else { print "Noting Equipped."; } print "</td> <td width='33%' align='center'>"; if($equip[$ir['equip_secondary']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]</a>"; } else { print "Noting Equipped."; } print "</td> </tr> </table> <hr width='95%'>"; $h->endpage(); ?> Inventory.php (iamwicked helped slighty) (this uses Item Pic mod [V2]) <?php include "globals.php"; $equip = array( $ir['equip_primary'] => 0, $ir['equip_secondary'] => 0, $ir['equip_armor'] => 0 ); $q = $db->query("SELECT * FROM items WHERE itmid IN({$ir['equip_primary']}, {$ir['equip_secondary']}, {$ir['equip_armor']})"); while($r=$db->fetch_row($q)) { $equip[$r['itmid']]=$r; } print "<table width='75%' border='0'> <tr> <td width='25%' align='center'>[b]Primary Weapon[/b]</td> <td width='25%' align='center'>[b]Armour[/b]</td> <td width='25%' align='center'>[b]Secondary Weapon[/b]</td> </tr> <tr> <td align='center'>"; if($equip[$ir['equip_primary']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]"; } else { print "No item image."; } print "</td> <td align='center'>"; if($equip[$ir['equip_armor']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]"; } else { print "No item image."; } print "</td> <td align='center'>"; if($equip[$ir['equip_secondary']]['itmpic']['itmdesc']) { print"[img=/itmpics/{$equip[$ir[]"; } else { print "No item image."; } print "</td> </tr> <tr> <td align='center'>"; if($equip[$ir['equip_primary']]['itmid']) { print"[url='unequip.php?type=equip_primary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> <td align='center'>"; if($equip[$ir['equip_armor']]['itmid']) { print"[url='unequip.php?type=equip_armor']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> <td align='center'>"; if($equip[$ir['equip_secondary']]['itmid']) { print"[url='unequip.php?type=equip_secondary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> </tr> </table><hr width='95%'> <h3>Inventory</h3><hr width='95%'>"; $inv=$db->query("SELECT iv.*,i.*,it.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid LEFT JOIN itemtypes it ON i.itmtype=it.itmtypeid WHERE iv.inv_userid={$userid} ORDER BY i.itmtype ASC, i.itmname ASC"); if ($db->num_rows($inv) == 0) { print "[b]You have no items![/b]"; } else { print "[b]Your items are listed below.[/b] <table width=95% class=\"table\" border=\"0\" cellspacing=\"1\"> <tr> <td class=\"h\">Item</td> <td class=\"h\">Sell Value</td> <td class=\"h\">Total Sell Value</td> <td class=\"h\">Links</td> </tr>"; $lt=""; while($i=$db->fetch_row($inv)) { if($lt!=$i['itmtypename']) { $lt=$i['itmtypename']; print "\n<tr><td colspan=4>[b]{$lt}[/b]</td></tr>"; } if($i['weapon']) { $i['itmname']="<font color='red'>*</font>".$i['itmname']; } if($i['armor']) { $i['itmname']="<font color='green'>*</font>".$i['itmname']; } print "<tr><td>{$i['itmname']}"; if ($i['inv_qty'] > 1) { print " x{$i['inv_qty']}"; } print "</td><td>\${$i['itmsellprice']}</td><td>"; print "$".($i['itmsellprice']*$i['inv_qty']); print "</td><td>[[url='iteminfo.php?ID={$i[']Info[/url]] [[url='itemsend.php?ID={$i[']Send[/url]] [[url='itemsell.php?ID={$i[']Sell[/url]] [[url='imadd.php?ID={$i[']Add To Market[/url]]"; if($i['effect1_on'] || $i['effect2_on'] || $i['effect3_on']) { print " [[url='itemuse.php?ID={$i[']Use[/url]]"; } if($i['weapon']) { print " [[url='equip_weapon.php?ID={$i[']Equip as Weapon[/url]]"; } if($i['armor']) { print " [[url='equip_armor.php?ID={$i[']Equip as Armor[/url]]"; } print " [[url='displayadd.php?ID=$userid&action=add&itm={$i[']Display[/url]]"; print "</td></tr>"; } print "</table>"; print "[size="1"][b]NB:[/b] Items with a small red [/size]<font color='red'>*</font>[size="1"] next to their name can be used as weapons in combat. Items with a small green [/size]<font color='green'>*</font>[size="1"] next to their name can be used as armor in combat.[/size] "; } $h->endpage(); ?> Viewuser.php (this uses Profile Signatures [V2] and Personal Details [V2]) <?php include "globals.php"; $_GET['u'] = abs((int) $_GET['u']); if(!$_GET['u']) { print "Invalid use of file"; } else { $q=$db->query("SELECT u.*,us.*,c.*,h.*,g.*,f.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN cities c ON u.location=c.cityid LEFT JOIN houses h ON u.maxwill=h.hWILL LEFT JOIN gangs g ON g.gangID=u.gang LEFT JOIN fedjail f ON f.fed_userid=u.userid WHERE u.userid={$_GET['u']}"); if($db->num_rows($q) == 0) { print "Sorry, we could not find a user with that ID, check your source."; } else { $r=$db->fetch_row($q); $m=$db->query("SELECT * FROM users WHERE userid={$r['married']}"); $par=$db->fetch_row($m); if($r['user_level'] == 1) { $userl="Member"; } else if($r['user_level'] == 2) { $userl="Admin"; } else if ($r['user_level'] == 3) { $userl="Secretary"; } else if($r['user_level'] == 0) { $userl="NPC"; } else {$userl="Assistant"; } $lon=($r['laston'] > 0) ?date('F j, Y g:i:s a',$r['laston']) : "Never"; $sup=date('F j, Y g:i:s a',$r['signedup']); $ts=$r['strength']+$r['agility']+$r['guard']+$r['labour']+$r['IQ']; $d=""; 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="--"; } if($r['married'] != 0) { $partner= "[url='viewuser.php?u={$par[']<font color=green>{$par['username']}</font>[/url]"; } else { $partner= "<font color=red>N/A</font>"; } if($r['donatordays']) { $r['username'] = "<font color=red>{$r['username']}</font>";$d="[img=donator.gif]"; } if($r['laston'] >= time()-15*60) { $on="<font color=green>[b]Online[/b]</font>"; } else { $on="<font color=red>[b]Offline[/b]</font>"; } print "<h3>Profile for {$r['username']}</h3> <table width=95% cellspacing=1 class='table'><tr> <th align='left'>User Infomation</th> <th width='25%'>Display Picture</th></tr> <tr><td> Name: {$r['username']} [{$r['userid']}] $d Online: $on User Level: $userl Duties: {$r['duties']} Gender: {$r['gender']} Days Old: {$r['daysold']} Level: {$r['level']} Gang: "; if($r['gang']) { print "[url='gangs.php?action=view&ID={$r[']{$r['gangNAME']}[/url]"; } else { print "N/A"; } print " Property: {$r['hNAME']} Health: {$r['hp']}/{$r['maxhp']} Married: $partner Friends: {$r['friend_count']} Enemies: {$r['enemy_count']} Signed Up: $sup Last Active: $lon Last Action: $str Last Login: $str2 Location: {$r['cityname']} Referals: "; $rr=$db->query("SELECT * FROM referals WHERE refREFER={$r['userid']}"); print $db->num_rows($rr); print ""; if($r['fedjail']) { print " [b]<font color=red>In federal jail for {$r['fed_days']} day(s). {$r['fed_reason']}</font>"; } if($r['hospital']) { print " [b]<font color=red>In hospital for {$r['hospital']} minutes. {$r['hospreason']}</font>[/b]"; } if($r['jail']) { print " [b]<font color=red>In jail for {$r['jail']} minutes. {$r['jail_reason']}</font>[/b]"; } print "</td> <td align='center'>"; if($r['display_pic']) { print "[img={$r[]"; } else { print "This user has no display pic!"; } $sh=($ir['user_level'] >1) ? "Staff Info" : ""; print "</td></tr> <tr> <td width='25%' align='center'> </td> <td colspan='3' align='center'>[b]User I[b]nteraction[/b] Links[/b]</td> </tr> <tr> <td width='25%' align='left' valign='top'>"; $pd=$db->query("SELECT * FROM pdetails WHERE userid={$r['userid']}"); $p=$db->fetch_row($pd); echo "[b]<u>Personal Information:</u>[/b] "; if($p['personal']=='ON') { echo "First Name: {$p['first']} Last Name: {$p['last']} Age: {$p['age']} Aim Of The Game: {$p['aog']} Msn: {$p['msn']} Aim: {$p['aim']} Aol: {$p['aol']} Yahoo: {$p['yahoo']} "; } else { echo "This person dose not wont to share there personal details."; } print " </td> <td colspan='3' align='center'> [[url='mailbox.php?action=compose&ID={$r[']Send Mail[/url]] [[url='display.php?ID={$r[']Display Cabinet[/url]] [[url='sendcash.php?ID={$r[']Send Cash[/url]] "; if($set['sendcrys_on']) { print "[[url='sendcrys.php?ID={$r[']Send Crystals[/url]] "; } if($set['sendbank_on']) { if($ir['bankmoney'] >= 0 && $r['bankmoney'] >= 0) { print "[[url='sendbank.php?ID={$r[']Bank Transfer[/url]] "; } } print " [[url='attack.php?ID={$r[']Attack[/url]]"; if($ir['user_level'] == 2 || $ir['user_level'] == 3 || $ir['user_level'] == 5) { print " [[url='jailuser.php?userid={$r[']Jail[/url]] [[url='mailban.php?userid={$r[']MailBan[/url]]"; } if($ir['donatordays'] > 0) { print " [[url='friendslist.php?action=add&ID={$r[']Add Friends[/url]] [[url='blacklist.php?action=add&ID={$r[']Add Enemies[/url]] "; } print "</td> </tr> <tr> <td colspan='4' align='center'>$sh</td> </tr> <tr> <td colspan='4' align='center'>"; if($ir['user_level'] == 2 || $ir['user_level'] == 3 || $ir['user_level'] == 5) { $r['lastiph']=@gethostbyaddr($r['lastip']); $r['lastiph']=checkblank($r['lastiph']); $r['lastip_loginh']=@gethostbyaddr($r['lastip_login']); $r['lastip_loginh']=checkblank($r['lastip_loginh']); $r['lastip_signuph']=@gethostbyaddr($r['lastip_signup']); $r['lastip_signuph']=checkblank($r['lastip_signuph']); print "<h3>Internet Info</h3><table width='100%' border='0' cellspacing='1' class='table'> <tr><td align='center'></td><td align='center' class='h'>IP</td><td align='center' class='h'>Hostname</td></tr> <tr><td align='center' class='h'>Last Hit</td><td align='center'>$r[lastip]</td><td align='center'>$r[lastiph]</td></tr> <tr><td align='center' class='h'>Last Login</td><td align='center'>$r[lastip_login]</td><td align='center'>$r[lastip_loginh]</td></tr> <tr><td align='center' class='h'>Signup</td><td align='center'>$r[lastip_signup]</td><td align='center'>$r[lastip_signuph]</td></tr></table>"; print "<form action='staffnotes.php' method='post'> Staff Notes: <textarea rows=7 cols=60 name='staffnotes'>{$r['staffnotes']}</textarea> <input type='hidden' name='ID' value='{$_GET['u']}' /> <input type='submit' value='Change' /></form>"; } else { print ""; } print "</tr></table>"; } } function checkblank($in) { if(!$in) { return "N/A"; } return $in; } if($r['profileSIG'] == "") { print " <table cellspacing=1 class='table' width='95%'> <tr style='background:black'> <th>[b]<center>Profile Signature</center>[/b]</th> </tr> <tr> <td>[b]<center>This user has not got a profile signature!</center>[/b]</td> </tr> </table>"; } else { print " <table cellspacing=1 class='table' width='95%'> <tr style='background:black'> <th>[b]<center>Profile Signature</center>[/b]</th> </tr> <tr> <td>{$r['profileSIG']}</td> </tr> </table>"; } $h->endpage(); ?>
-
Re: Inventory Help yep been fixed by he is wicked :)
-
Re: Inventory Help already their as said in post above works in the shops and in the iteminfo ;) heres it working in the shop
-
Re: [mccode V2] Chat Mod NEW hmm doesnt work just brings you to another error
-
Re: Inventory Help they are in the correct folder on the www root directory as it works in the iteminfo.php and even in the shops :s thats what i dont understand lol
-
Re: Inventory Help well im trying thins not getting any joy :( it should work but it doesnt :( heres what i put :P <?php include "globals.php"; $equip = array( $ir['equip_primary'] => 0, $ir['equip_secondary'] => 0, $ir['equip_armor'] => 0 ); $q = $db->query("SELECT * FROM items WHERE itmid IN({$ir['equip_primary']}, {$ir['equip_secondary']}, {$ir['equip_armor']})"); while($r=$db->fetch_row($q)) { $equip[$r['itmid']]=$r; } print "<table width='75%' border='0'> <tr> <td width='25%' align='center'>[b]Primary Weapon[/b]</td> <td width='25%' align='center'>[b]Armour[/b]</td> <td width='25%' align='center'>[b]Secondary Weapon[/b]</td> </tr> <tr> <td align='center'>"; if($equip[$ir['equip_primary']]['itmpic']) { print"[img=/itmpics/{$r[]"; } else { print "No item image."; } print "</td> <td align='center'>"; if($equip[$ir['equip_armor']]['itmpic']) { print"[img=/itmpics/{$r[]"; } else { print "No item image."; } print "</td> <td align='center'>"; if($equip[$ir['equip_secondary']]['itmpic']) { print"[img=/itmpics/{$r[]"; } else { print "No item image."; } print "</td> </tr> <tr> <td align='center'>"; if($equip[$ir['equip_primary']]['itmid']) { print"[url='unequip.php?type=equip_primary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> <td align='center'>"; if($equip[$ir['equip_armor']]['itmid']) { print"[url='unequip.php?type=equip_armor']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> <td align='center'>"; if($equip[$ir['equip_secondary']]['itmid']) { print"[url='unequip.php?type=equip_secondary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</td> </tr> </table><hr width='95%'> <h3>Inventory</h3><hr width='95%'>"; $inv=$db->query("SELECT iv.*,i.*,it.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid LEFT JOIN itemtypes it ON i.itmtype=it.itmtypeid WHERE iv.inv_userid={$userid} ORDER BY i.itmtype ASC, i.itmname ASC"); if ($db->num_rows($inv) == 0) { print "[b]You have no items![/b]"; } else { print "[b]Your items are listed below.[/b] <table width=95% class=\"table\" border=\"0\" cellspacing=\"1\"> <tr> <td class=\"h\">Item</td> <td class=\"h\">Sell Value</td> <td class=\"h\">Total Sell Value</td> <td class=\"h\">Links</td> </tr>"; $lt=""; while($i=$db->fetch_row($inv)) { if($lt!=$i['itmtypename']) { $lt=$i['itmtypename']; print "\n<tr><td colspan=4>[b]{$lt}[/b]</td></tr>"; } if($i['weapon']) { $i['itmname']="<font color='red'>*</font>".$i['itmname']; } if($i['armor']) { $i['itmname']="<font color='green'>*</font>".$i['itmname']; } print "<tr><td>{$i['itmname']}"; if ($i['inv_qty'] > 1) { print " x{$i['inv_qty']}"; } print "</td><td>\${$i['itmsellprice']}</td><td>"; print "$".($i['itmsellprice']*$i['inv_qty']); print "</td><td>[[url='iteminfo.php?ID={$i[']Info[/url]] [[url='itemsend.php?ID={$i[']Send[/url]] [[url='itemsell.php?ID={$i[']Sell[/url]] [[url='imadd.php?ID={$i[']Add To Market[/url]]"; if($i['effect1_on'] || $i['effect2_on'] || $i['effect3_on']) { print " [[url='itemuse.php?ID={$i[']Use[/url]]"; } if($i['weapon']) { print " [[url='equip_weapon.php?ID={$i[']Equip as Weapon[/url]]"; } if($i['armor']) { print " [[url='equip_armor.php?ID={$i[']Equip as Armor[/url]]"; } print " [[url='displayadd.php?ID=$userid&action=add&itm={$i[']Display[/url]]"; print "</td></tr>"; } print "</table>"; print "[size="1"][b]NB:[/b] Items with a small red [/size]<font color='red'>*</font>[size="1"] next to their name can be used as weapons in combat. Items with a small green [/size]<font color='green'>*</font>[size="1"] next to their name can be used as armor in combat.[/size] "; } $h->endpage(); ?>
-
Re: Were does ppl host lol i never said i was running a game server with that hosting ;) i said i have a game server ;) which and i also said that the game server uses a fastdownload ;) maybe i didnt say it clearly enough :P i have a game server for a game, which doesnt reside on the webhost it runs off a main server in london so its ping is about 23 - 34 so pretty low for uk players. but i run a fastdownd server off it wich i put a link from a webroot url so it downloads the maps and stuff from it :P so its downloading all the time which takes up alot of bandwith is that clear ? :) but im currently useing a sub domain for the text rpg while i get it set up, i will be useing this osting company for a main domain :P
-
Re: Report Player Image what i ment is if their display picture has like hardcore xxx porn u could report the image
-
Re: Were does ppl host Why would you ever need 3000gb of bandwidth OR 300gb storage? Your making text based games. Most of your pages are under 10 KILObytes. And bandwidth is nothing, as usually they only track in bandwidth(or out, cant remember which). By buying a server like that all your doing is putting your server on the worst host possible. Think about it, if you were to buy a new computer, put an OS on it(more money), and then rent it to people, you would charge more than $4/month. Your most likely sharing that server with thousands of people, so if one of their sites ever gets big, your sites going offline. As is everyone else on the box. becuase i run a gameing clan and i have a game server and it runs with fastdownload wich takes the downloads from the webspace ;) thats why i have 300gb storage and 3000gb bandwith :P
-
Re: Were does ppl host i host with https://www.arvixe.com/ due to the fact u get 3000GB bandwith :P and 300gb storage :)
-
Re: Inventory Help i tried this hitman i faild :( sorry im still trying to figure it out, once i do ill post it up, unless someone has already done it XD
-
Re: what you think of this header :P i could possibly make another side but not possibly coding it in :( still learning XD
-
lol was a pain to do :D but was fun attachment for the image ^^
-
mccode-v2 Honor Awards - Modified by HarryB
grimsybaby replied to HarryB's topic in Free Modifications
Re: [mccode v2] Honor Awards - Modified by HarryB the link gonna be put back ? :s -
Re: Images when equipping an item. <table width='75%' border='0'> <tr> <td width='25%'><div align='center'>[b]Primary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Secondary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Armour[/b]</div></td> </tr> <tr> <td><div align='center'>"; if($equip[$ir['equip_primary']]['itmpic']) { print $itmpic = "[img=/itmpics/".$id[]"; } else { print "No Item Image"; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_secondary']]['itmpic']) { print $itmpic = "[img=/itmpics/".$id[]"; } else { print "No Item Image"; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_armor']]['itmpic']) { print $itmpic = "[img=/itmpics/".$id[]"; } else { print "No Item Image"; } print "</div></td> </tr> <tr> <td><div align='center'>"; if($equip[$ir['equip_primary']]['itmid']) { print"[url='unequip.php?type=equip_primary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_secondary']]['itmid']) { print"[url='unequip.php?type=equip_secondary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_armor']]['itmid']) { print"[url='unequip.php?type=equip_armor']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> </tr> </table> lol actually getting somewhere !!! :D its showing the picture image location but cant find the image :(
-
Re: Images when equipping an item. <table width='75%' border='0'> <tr> <td width='25%'><div align='center'>[b]Primary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Secondary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Armour[/b]</div></td> </tr> <tr> <td>echo '[img=itmpics/'.(($equip) ? $id['itmpic'] : 'NOPIC').']';</td> <td>echo '[img=itmpics/'.(($equip) ? $id['itmpic'] : 'NOPIC').']';</td> <td>echo '[img=itmpics/'.(($equip) ? $id['itmpic'] : 'NOPIC').']';</td> </tr> <tr> <td><div align='center'>"; if($equip[$ir['equip_primary']]['itmid']) { print"[url='unequip.php?type=equip_primary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_secondary']]['itmid']) { print"[url='unequip.php?type=equip_secondary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_armor']]['itmid']) { print"[url='unequip.php?type=equip_armor']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> </tr> </table>
-
Re: McCodes v2.0.2 attack hmm i have scanned my attackwin.php and it has nothing about EXP init, and im having the same problem as the starter poster lol i won an attack and it took all my EXP off :@
-
Re: Images when equipping an item. with adding that line im getting
-
heya everyone, did a search but couldnt find it anywhere so i decided to ask for help :) <table width='75%' border='0'> <tr> <td width='25%'><div align='center'>[b]Primary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Secondary Weapon[/b]</div></td> <td width='25%'><div align='center'>[b]Armour[/b]</div></td> </tr> <tr> <td>picture here of the item</td> <td>picture here of the item</td> <td>picture here of the item</td> </tr> <tr> <td><div align='center'>"; if($equip[$ir['equip_primary']]['itmid']) { print"[url='unequip.php?type=equip_primary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_secondary']]['itmid']) { print"[url='unequip.php?type=equip_secondary']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> <td><div align='center'>"; if($equip[$ir['equip_armor']]['itmid']) { print"[url='unequip.php?type=equip_armor']Unequip Item[/url]"; } else { print "Nothing equipped."; } print "</div></td> </tr> </table> i would like to try and add a picture of the item when equipping it would show up, in the part where it says "picture here of the item" i did ty putting in if($id['itmpic']) { $itmpic = "[img=/itmpics/".$id[]"; } but that didnt work :( anyhelp would be much apriciated :)
-
Re: [mccode v2] Battletent Fix im useing this battletent script and it doesnt seem to work for me :s i added a battlebot and they dont show on it :s what could be the problem?
-
Re: [mccode v1] Updated Mailbox an amazing mod :) best mailbox out their id say :) good work, i have a tiny twinge lol XD my mailbox on the mainmenu.php doesnt show if you get a message, always stays at Mainbox ( 0 ) all the time :( is their a fix for this ? :o