I was just messing with the arcade, and saw noticed one of the coolest feature....the personal score display page!
I thought may be this could be a part/extra feature for the hack to show a link to a member's score page in their postbit (or anywhere else). Heres the code
---------------------------------------------
What it does: It adds a link to a member's personal score page in his/her postbit.
The code:
PHP Code:
<a href="proarcade.php?action=userdetail&game=snake&user=$post[userid]"><img src="https://vborg.vbsupport.ru/images/arcade.gif" border="0" alt="View $post[username]'s arcade status"></a>
What do I need: A button called arcade. Just make one identical to your other profile buttons.
OR, if you dont want a button, simply use a text link like this:
PHP Code:
<a href="proarcade.php?action=userdetail&game=snake&user=$post[userid]">$post[username]'s arcade status"></a>
For a live demo, click
click here (or visit any other post in my forum.)