• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Help me host tibia website

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
Hello everyone! Right now I am having an fully working OTs with a website. But the website only works for me to check out and now I want to make the website public. I am using uniforserver and I'v just bought my personal webdomain and now I want link my "mysql" database + my "www" folder which hold my websites layout to my domain. Can someone help me? :)
I bought my domain from binero.se btw.

EDIT: Right now I write "localhost:80" to reach my website...

- - - Updated - - -

bump
 
generally anyone should be able to access your website if you have the ports unblocked.
what is your ip and/or website?

some routers don't allow for a feedback loop so you might not be able to see your website using lets say
Tibia Kingdoms - Latest News

I personally had to write local:host to view mine until I changed my hosts file in system32.
 
I have linked my IP address to this, alexot.zapto.org.
What ports have to be open in order to host the website?
What is the hosts file in sys32?
 
Both those ports are open but I can only connect to my website through "localhost:80" so I have to maybe change the localhost to my IP address in some kind of config file. But I do not know where to look for it...

EDIT: I can see my website by myself from my computer by writing "localhost:80" but only ME. I can see when someone register his/her account using the account manager in the tibia client (111111/tibia).
 
in config.lua
make sure that below config is the same in yours.
- Has to be false.
LUA:
	accountManager = false
- your IP
LUA:
     ip = "11.1.111.11"
- Make sure it's the same in yours.
LUA:
     	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171

Make sure that you have installed your Website correctly by going to.
Htdocs/config/config.ini or php
and setting Install = "yes"

then load your website by.. your no-ip
and see if it installs.
---------------------------------------------------

Also check if the Firewall is blocking any Ports.
Turn off your firewall and see if it works properly.

----------------------------------------------------
Also in no-ip make sure that you have create a HOST not a DOMAIN.
Download NO-IP DUC (Dynamic DNS - Free Dynamic Update Client Download)
Open it.
Enter your Email Address and Password to your no-ip account
Select the Host and Save.

Then your website should be loading by - ... Your no-ip address.
If not, that means that you have done something wrong or something
might be blocking your firewall.

Kind Regards,
X_anero



HELPED? GIMME A REP+:3
 
Back
Top