View Single Post
  #8  
Old 09-13-2005, 03:05 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

Quote:
Originally Posted by nrellihan
worked, everything up and connected but was getting a 1017 when trying to connect to my own server
make sure you added these to your Database for minilogin if there not in there then that could give you the 1017.

Code:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)'); 

alter table account add minilogin_ip varchar(32) not null;

insert into account (name,status, minilogin_ip) values('USERNAME_HERE',250,'127.0.0.1');