Jump to content
MakeWebGames

Error Message when players hackign other players accounts...


Homicidal

Recommended Posts

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="donator.gif"; }

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]

logo.png

Energy: {$enperc}%

bargreen.gifbarred.gif

Will: {$wiperc}%

bargreen.gifbarred.gif

Brave: {$ir['brave']}/{$ir['maxbrave']}

bargreen.gifbarred.gif

EXP: {$experc}%

bargreen.gifbarred.gif

Health: {$hpperc}%

bargreen.gifbarred.gif

 

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 "

{$r[

";

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']}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...