Well, without knowing a little more, I'd say your problem #1 isn't. When the zones are started the start at port 7000. So you have 7000, 7001, 7002, 7003, and 7004 your 5th and final dynamic zone.
As for problem #2, based on the error it isn't creating your account. I'm guessing that you haven't attempted to setup minilogin. If you have then you probably already have an account named racerx719. If not then the issue seems to be related to the minilogin_ip field in your database. I'm not sure how to fix that error but you can manually add the account racerx719 to your database and that should allow you to login. It may not help others but.....
You can use this sql statement:
insert into account (name,status,lsaccount_id,minilogin_ip)
values ("racerx719",250,"104991","192.168.0.100");
status = 250 if you want to be a GM on your server, 0 to be normal char.
lsaccount_id=104991 Taken from your error message, should be correct.
minilogin_ip=192.168.0.100 is made up. This should be your ip address, it won't matter until you attempt to use minilogin so it could be anything but should probably make it match your ip
HTH
__________________
Syl
"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
|