Page 1 of 1

Help getting server to go live on Daoc Portal please!

PostPosted: Mon Mar 10, 2014 3:00 am
by lzugl
So i Got my server up and running and people can connect through right clicking on custom adding server with the ip address but the webpage shows it offline and i used to same ip address.. not sure why this is but any help would be appreciated..

When i signed up for the server under ip i put 98.232.128.71.. Do i need to use a different ip in that part?

In dol config It looks like this

Ip is my local. 192.168..
tcp 10300
udp 10400
detect region ips is Checked
region port is my local 192.168 as well but i also tried 0.0.0.0
region port 10400

Does this look right or is something wrong?? Someone said somethign about serverlistupdate which i found and put my pw and username in it but still nothing.. not sure if i have to load it or if that even has anything to do with it at all.. Can anyone please help i would appreciate it :)

Re: Help getting server to go live on Daoc Portal please!

PostPosted: Mon Mar 10, 2014 12:07 pm
by Tolakram
Don't touch dol config, why change anything in there?

Your server will need to be registered to your current IP, is it up to date? If not then edit your entry and update the IP. Also make sure dynamic IP is set to No, it's no longer supported.

You have to run the serverlist update script which sets a timer and updates the portal every 10 minutes or so. It must be able to log in using valid credentials.

The key piece of code is this (yours will look slightly different):

Updater = UrlEncode("http://portal.dolserver.net/serverlist. ... &username=" + UserName + "&password=" + Password + "&totalclients=" + stormClients.ToString() + "&version=" + ScriptVersion);

The UserName and Password must be set correctly. ScriptVersion should be 2.