Change of IP - Help

Status
Not open for further replies.

Netskyau

Member
Dec 16, 2013
56
0
Hi guys,

I've had my R63 Retro working fine for the past few weeks on localhost. Today I had to restart my router and it gave me a new local IP. Now, the database won't accept the connection to my user.

Client loads, Phoenix says:
Connection [0] from [127.0.0.1]
Connection Dropped [0] from [127.0.0.1]
Connection [0] from [127.0.0.1]
Connection Dropped [0] from [127.0.0.1]
Client redirects to the disconnect page.

Seems like it's refusing the connection. I made a new database to test, and it works fine. I have not edited anything in the normal database to cause error. I have not adjusted anything in either emu or config. My config and emu all point to localhost.
Any help, would be appreicated. :)
 
Last edited:

Netskyau

Member
Dec 16, 2013
56
0
Doesn't work. I think it has something to do with the database. I'm using XAMPP by the way. Considering if I change the database it works fine, just not on my normal one.
 

Dominic_

Member
Dec 22, 2013
131
10
Go onto your XAMPP control panel, and where it says runSQL and apache, make sure they are both running, if not click start, if they are stop and restart them.
 

Data

Posting Freak
May 19, 2013
593
97
Run these sqls;
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET ip_lastforbans = '1';
You might need to do this;
TRUNCATE TABLE bans;
Or just delete the ban for '127.0.0.1'.
Then reboot emu.
 
Status
Not open for further replies.

Users who are viewing this thread

Top