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');