View Single Post
  #2  
Old 12-18-2004, 07:04 PM
FiCtIoN
Sarnak
 
Join Date: Mar 2004
Posts: 34
Default

have you sourced in the minilogin variable in mysql

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;
and this to create the account

Code:
insert into account (name,status, minilogin_ip) values('account_name_here',250,'127.0.0.1');
__________________
In a world without fences and walls, who needs Gates and Windows?
Reply With Quote