There is a guide, you simply need to change the database connection to not be pooled or that's how I remember it.Quote:
got game server working and now login server down
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Read the error 30 fixes, they have been posted here before.
@ person confused about which ip to use.
You will ALWAYS use 127.0.0.1 if you are hosting yourself. Regardless of if it is hosted locally, online or through hamachi, you will be using 127.0.0.1. Only OTHERS connecting will use the external ip.
That's why in the source there are two different ips. One for nano and one for the actual server. Change nano to 127.0.0.1 and the other to your external or hamachi ip if hosting online, change both to 127.0.0.1 if not.
Also ensure Website_ip is NOT 127.0.0.1 or your external ip. Connections using it will NOT work, it's for website server status/admin connections.