View Single Post
  #2  
Old 05-09-2006, 06:38 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

Have you added the other users to the account table in your database?


To add accounts, follow these steps:

1) Click Start / Run / type in "mysql -u root"

2) Type in "use YOURDATABASENAME" if you used cavedude's database, replace YOURDATABASENAME with eq, if you used PEQ's database, replace it with peq.

3) Type "insert into account (name,status, minilogin_ip) values('USERNAME',255,'IPADDRESSOFUSER');" replace username with the user's name and IPADDRESSOFUSER with the user's ip address. Passwords are not required using minilogin; instead verification is based off of the IP address, so make sure it is correct.

Also, make sure the server is fully loaded before connecting. This can cause things to get "funky".
Reply With Quote