• 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!

Website help!

misery

Will Kill You
Joined
Jul 27, 2008
Messages
31
Reaction score
0
Location
phoenix
I'm using TFS 0.2 with armonia map, and using Gesior Acc maker for TFS 0.2

Hi all, havin' trouble with letting other people view my website. i can go to it fine with http://localhost AND http://ohblivion.servegame.com, but when my friends try they get
Code:
[b]The server at ohblivion.servegame.com is taking too long to respond. Connection has timed out
[/b]
So i'm thinkin' something with ports, maybe? I'm portforwarding 7171, 7272, 80, and 8080 (I have a router, so i'm just forwarding everything) in my firewall I have exceptions: 7171,7272,80,8080 both TCP and UDP. in my config.lua:
Code:
	-- Connection Config
	ip = "ohblivion.servegame.com"
	port = 7171
and
Code:
	-- Status
	ownerName = "David"
	ownerEmail = "[email protected]"
	[B]url = "http://ohblivion.servegame.com"[/B]
	location = "USA"
People can log into my ot fine, it's online, I have Xampp control panel open, no-ip DUC running fine that's keeping my IP set to ohblivion.servegame.com, and obviously the simple port forwarding program running as well.
The only other thing that might be a problem that I wasn't sure what to put was in admin panel, there's an option for subfolder
Code:
	Subfolder where is site. Like: /ots, leave empty if you use virtual host.
I'm not sure what a virtual host is exactly.. ANY help greatly appreciated and ++REP of course
 
go to httpd.conf at your apache folder, then change listen 80 into listen 8090, also scroll down and change localhost:80 to localhost:8090
Then portforward 8090 on both firewall and router, then use ohblivion.servegame.com:8090/ or localhost:8090 to go on the website
 
Problems not fixed, I repped you for trying to help me :)

go to httpd.conf at your apache folder, then change listen 80 into listen 8090, also scroll down and change localhost:80 to localhost:8090
Then portforward 8090 on both firewall and router, then use ohblivion.servegame.com:8090/ or localhost:8090 to go on the website

I changed it to 8090 and portforwarded, but still I'm not even able to get on the site with http://ohblivion.servegame.com:8090/ =/


Firefox can't establish a connection to the server at ohblivion.servegame.com:8080.


:EDIT:
Well i'm going back to my apartment tonight so I guess i'll have to resolve this next weekend =/
 
Last edited:
Back
Top