John99 Posted January 18, 2009 Posted January 18, 2009 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 Quote
gurpreet Posted January 18, 2009 Posted January 18, 2009 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... Quote
Adrian Posted December 23, 2010 Posted December 23, 2010 Well I just tested it and it dose mate if you need any help Pm me :) 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.