Jump to content
MakeWebGames

[mccode v1]Attack Stats


Halo

Recommended Posts

Re: [mccode v1]Attack Stats

Here for index.php home page for users just done it qucikly

echo "<table border=\"1\" class=\"h\"><tr colspan=\"2\"><th>Attack Statistics</th></tr>

<tr><td>Total Attacks:</td> <td>{$ir['atotal']}</td></tr>

<tr><td>Attacks Won:</td> <td>{$ir['awon']}</td></tr>

<tr><td>Attacks Lost:</td> <td>{$ir['alost']}</td></tr>

<tr><td>Times Attacked:</td> <td>{$ir['tattacked']}</td></tr>

<tr><td>People Left:</td> <td>{$ir['pleft']}</td></tr>

<tr><td>People Hospilatized:</td> <td>{$ir['phosp']}</td></tr>

<tr><td>People Mugged:</td> <td>{$ir['pmugged']}</td></tr>

<tr><td>Money Mugged:</td> <td>\${$ir['mmugged']}</td></tr></table>";

Just done that as fast as i could ty

Link to comment
Share on other sites

Re: [mccode v1]Attack Stats

 

Here for index.php home page for users just done it qucikly

echo "<table border="1" class="h"><tr colspan="2"><th>Attack Statistics</th></tr>

<tr><td>Total Attacks:</td> <td>{$ir['atotal']}</td></tr>

<tr><td>Attacks Won:</td> <td>{$ir['awon']}</td></tr>

<tr><td>Attacks Lost:</td> <td>{$ir['alost']}</td></tr>

<tr><td>Times Attacked:</td> <td>{$ir['tattacked']}</td></tr>

<tr><td>People Left:</td> <td>{$ir['pleft']}</td></tr>

<tr><td>People Hospilatized:</td> <td>{$ir['phosp']}</td></tr>

<tr><td>People Mugged:</td> <td>{$ir['pmugged']}</td></tr>

<tr><td>Money Mugged:</td> <td>\${$ir['mmugged']}</td></tr></table>";

Just done that as fast as i could ty

But does it even work? I tried it and it didn't...

Link to comment
Share on other sites

  • 1 year later...

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...