DaLightz
See ya'll in the afterlife.
- May 19, 2012
- 1,136
- 262
Credits to Shaheem
------------
Ohkay, so first off, this is a re release/tut on how to make the users see their shells ballance. (for phoneix 3.7.2+)
Open -> app/class.template.php
Look for:
(So they can see ONLY when logged in Now we have to add this code somewhere after that
Just save.... There you go now you can use {shells} to show shells
------------
Ohkay, so first off, this is a re release/tut on how to make the users see their shells ballance. (for phoneix 3.7.2+)
Open -> app/class.template.php
Look for:
PHP:
if($users->isLogged())
Code:
$this->setParams('shells', $users->getInfo($_SESSION['user']['id'], 'vip_points'));