Homicidal Posted April 20, 2007 Posted April 20, 2007 Your account may be broken. Please mail [email protected] stating your username and player ID."); } if($dosessh && $_SESSION['attacking']) { print "You lost all your EXP for running from the fight."; mysql_query("UPDATE users SET exp=0 WHERE userid=$userid",$c); $_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 = "{$ir['username']}";$d=""; } if($ir['gang']) { $qg=mysql_query("SELECT * FROM gangs WHERE gangID={$ir['gang']}",$c); $rr=mysql_fetch_array($qg); $gn=$rr['gangPREF']." "; } else { $gn=""; } print " Name: $gn{$u} [{$ir['userid']}] $d Money: {$fm} Level: {$ir['level']} Crystals: {$ir['crystals']} [Emergency Logout] Energy: {$enperc}% Will: {$wiperc}% Brave: {$ir['brave']}/{$ir['maxbrave']} EXP: {$experc}% Health: {$hpperc}% Vote for Darkside Mafia on various gaming sites and be rewarded! Donate to Darkside Mafia, it's only \$3 and gets you a lot of benefits! "; $q=mysql_query("SELECT * FROM ads ORDER BY rand() LIMIT 1",$c); if(mysql_num_rows($q)) { $r=mysql_fetch_array($q); print " "; mysql_query("UPDATE ads SET adVIEWS=adVIEWS+1 WHERE adID={$r['adID']}",$c); } print " "; if($ir['fedjail']) { $q=mysql_query("SELECT * FROM fedjail WHERE fed_userid=$userid",$c); $r=mysql_fetch_array($q); die("You have been put in the Your Game Name Federal Jail for {$r['fed_days']} day(s). Reason: {$r['fed_reason']} Quote
Ghetto Posted April 21, 2007 Posted April 21, 2007 Re: Error Message when players hackign other players accounts... What version are you using? Quote
Homicidal Posted April 21, 2007 Author Posted April 21, 2007 Re: Error Message when players hackign other players accounts... v1 Quote
Homicidal Posted April 21, 2007 Author Posted April 21, 2007 Re: Error Message when players hackign other players accounts... Thanks that worked Quote
hamster01 Posted April 21, 2007 Posted April 21, 2007 Re: Error Message when players hackign other players accounts... oh yes. Globals. I figured this out only a while ago when i made a bbcode engine :| Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.