View Single Post
  #2  
Old 11-13-2004, 01:38 PM
Sarepean
Discordant
 
Join Date: Sep 2004
Posts: 253
Default

Ah, you are trying MiniLogin, correct?

You need to run these queries:

Quote:
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('accountnamehere',250,'127.0.0.1');
-Sarepean
Reply With Quote