Making PheonixEMU work with Uber

rickymenier

Member
May 26, 2010
41
17
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.
PHP:
<?php dbquery("UPDATE users SET ip_last = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE username = '" . USER_NAME . "'");   ?>

Short and simple tutorial.
 

Users who are viewing this thread

Top