rickymenier
Member
- May 26, 2010
- 44
- 24
First, PheonixEMU does work with UberCMS, if y'all didn't know already.
Second, it disposes your connection when you login.
Here is a fix for that.
add this at the top of your page-client.php.
Short and simple tutorial.
Second, it disposes your connection when you login.
Here is a fix for that.
add this at the top of your page-client.php.
PHP:
<?php dbquery("UPDATE users SET ip_last = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE username = '" . USER_NAME . "'"); ?>
Short and simple tutorial.