
Zan
Members-
Posts
124 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Zan
-
anyone?? remember ..im willing ot pay
-
yep its a footer chat yes its Fb rip off its available free .. i have the files downloaded with me
-
Thats Global chat...(where all the players can chat together) but what i have is between 2 players
-
Well..Not my chat I found it online...its awesome..but not mccodes... i want someone to convert it to mccodes V2 its a Facebook like chat thing im willing to pay if it works perfectly..im willing to pay extra for securing it also add me on MSN [email protected] or PM me
-
True I knew he was a bad guy He held a Referal Competetion in His demonicsoldiers.com game And the Price of it was 100$(real life money) Do any one think he would make a competetion for that much money... OK WE CAN ACCEPT THAT I entered the comp and i was leading with most referral..i thought he will pay me..i checked all the users thier referals-Everyone was below mine ...so Ninja -his referal was 0 after he chose the winner Ninja became more than me and he won the contest... Its Clearly proved that within 2-3 mins no one can refer so much... SO this means it was his own account trying to fool the members
-
Prison Survival - Out Rank, Out Will, Out Last
Zan replied to daftrude's topic in General Discussion
wats the link?? -
Thanks Bertrand..Dude u rock :P u come across everything :D
-
TO be Honest 1)Get a Proper name For the game 2)Get a paid Domain which have cron Jobs
-
no way thats gonna happen
-
Congragulation
-
<?php class headers { function startheaders() { global $ir, $set; echo <<<EOF <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>{$set['game_name']}</title> <style type="text/css"> <!-- body { background-color: #C0C0C0; margin-top: 0px; margin-bottom: 0px; font-family:calibri, helvetica, arial, geneva, sans-serif;font-size:12px;color: black; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } a:visited,a:active,a:hover,a:link { color: black;text-decoration: none; } table,tr,td { font-family:helvetica, arial, geneva, sans-serif;font-size: 12px; } img { border:none; } textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12px;color: black; } .table2 { } .lgrad { background-image:url(lgrad.jpg); background-repeat:repeat-y; width:19px; } .linegrad { background-image:url(linegrad.PNG); background-repeat:repeat-y; background-align: center; width:2px; } .rgrad { background-image:url(rgrad.jpg); background-repeat:repeat-y; width:19px; } .dgrad { background-image:url(dgrad.jpg); background-repeat:repeat-x; height:38px; } .dgradl { background-image:url(dgradl.jpg); background-repeat:no-repeat; height:38px; width:38px; } .dgradr { background-image:url(dgradr.jpg); background-repeat:no-repeat; height:38px; width:38px; } .center { width:932px; background-color:#C0C0C0; vertical-align:top; text-align:center; } .table { background-color:#C0C0C0; } .table3 { background-color:#C0C0C0; } .table td { background-color:#C0C0C0; height:22px; } .table3 td { background-color:#C0C0C0; } td .alt { background-color:#C0C0C0; height:22px; } td .h { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #C0C0C0; } .table th { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #C0C0C0; } --> </style></head> <body> <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2"> <tr> <td class="lgrad"></td> <td class="center"> EOF; } function userdata($ir,$lv,$fm,$cm,$dosessh=1) { global $db,$c,$userid, $set; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; $db->query("UPDATE users SET laston=unix_timestamp(),lastip='$IP' WHERE userid=$userid"); if(!$ir['email']) { global $domain; die ("<body>Your account may be broken. Please mail help@{$domain} stating your username and player ID."); } if($dosessh && ($_SESSION['attacking'] || $ir['attacking'])) { print "You lost all your EXP for running from the fight."; $db->query("UPDATE users SET exp=0,attacking=0 WHERE userid=$userid"); $_SESSION['attacking']=0; } $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $wiperc=(int) ($ir['will']/$ir['maxwill']*100); $experc=(int) ( $ir['exp']/$ir['exp_needed']*100); $brperc=(int) ($ir['brave']/$ir['maxbrave']*100); $hpperc=(int) ($ir['hp']/$ir['maxhp']*100); $enopp=100-$enperc; $wiopp=100-$wiperc; $exopp=100-$experc; $bropp=100-$brperc; $hpopp=100-$hpperc; $d=""; $u=$ir['username']; if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="[img=donator.gif]"; } $gn=""; global $staffpage; $bgcolor = 'FFFFFF'; print <<<OUT [img=title.jpg] <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20%" bgcolor="#C0C0C0" valign="top"> [b]Name:[/b] $gn{$u} [{$ir['userid']}] $d [b]Money:[/b] {$fm} [b]Level:[/b] {$ir['level']} [b]Crystals:[/b] {$ir['crystals']} [[url='logout.php']Emergency Logout[/url]] <hr /> [b]Energy:[/b] {$enperc}% <img src=greenbar.png width=$enperc height=10><img src=redbar.png width=$enopp height=10> [b]Will:[/b] {$wiperc}% <img src=bluebar.png width=$wiperc height=10><img src=redbar.png width=$wiopp height=10> [b]Brave:[/b] {$ir['brave']}/{$ir['maxbrave']} <img src=yellowbar.png width=$brperc height=10><img src=redbar.png width=$bropp height=10> [b]EXP:[/b] {$experc}% <img src=navybar.png width=$experc height=10><img src=redbar.png width=$exopp height=10> [b]Health:[/b] {$hpperc}% <img src=greenbar.png width=$hpperc height=10><img src=redbar.png width=$hpopp height=10> <hr /> OUT; if($ir['fedjail']) { $q=$db->query("SELECT * FROM fedjail WHERE fed_userid=$userid"); $r=$db->fetch_row($q); die("[b]<font color=red size=+1>You have been put in the {$set['game_name']} Federal Jail for {$r['fed_days']} day(s). Reason: {$r['fed_reason']}</font>[/b]</body></html>"); } if(file_exists('ipbans/'.$IP)) { die("[b]<font color=red size=+1>Your IP has been banned from {$set['game_name']}, there is no way around this.</font>[/b]</body></html>"); } } function menuarea() { global $ir,$c; $bgcolor = 'C0C0C0'; print '</td><td width="2" class="linegrad" bgcolor="#'.$bgcolor.'"></td><td width="80%" bgcolor="#'.$bgcolor.'" valign="top"> <center>'; if($ir['hospital']) { print "[b]NB:[/b] You are currently in hospital for {$ir['hospital']} minutes. "; } if($ir['jail']) { print "[b]NB:[/b] You are currently in jail for {$ir['jail']} minutes. "; } include("mainmenu1.php"); print "[url='donator.php'][b]Donate to {$set['game_name']} now for game benefits![/b][/url] "; } function smenuarea() { include "smenu.php"; global $ir,$c; $bgcolor = 'C0C0C0'; print '</td><td width="2" class="linegrad" bgcolor="#'.$bgcolor.'"></td><td width="80%" bgcolor="#'.$bgcolor.'" valign="top"><center>'; } function endpage() { global $db; print <<<OUT </center> </td> </tr> </table></td> <td class="rgrad"></td> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td class="dgradl"></td> <td class="dgrad"></td> <td class="dgradr"></td> </tr> </table> </td> </tr> </table> {$db->num_queries} queries</body> </html> OUT; } } ?> try this ;)
-
Hmm...OK any way whos it?
-
Thnks DJK :D
-
Peter im really sorry if it is causing u any inconveniece..if u want ill remove this thread :|
-
Thanks Teath and i already told...im just training with the pics ..im not stealing them :/
-
Thats what i said in the description of the game..Some pics are used from Peter's gallery ;)
-
This is my first ever try of making a layout....Everything is displayed in the picture :D Please Give Feed backs ;)
-
Ilike your Idea,It brings more players to the game..butthee prob is ,The players start doing middleman acyivity///from one accthey will send to someone and tell them to send it to the pther..like that ,they can create millions of accounts
-
Hmmm Bt if its plain mccodes and u din pay for securing the site or u din secure it by yur self... Then DUH..its easy to hack :P
-
[align=center]Mmorpgtops[/align] *This is a very new Voting Site *Its free to Sign your Game up to the rank list *There are plots to advertise your game *It is easy to add the voting link to your game *We have service of setting up everything for 5$ - Contact [email protected] for the service Visit Now http://www.mmorpgtops.com
-
im sure i have see nthis somewhere but good work..i like it
-
can u reupdate the layout pic?
-
Have you tried what i posted?