• 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 get's redirect to some ones else? config is right!

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
Hey i just wrote in my ip syphero.mine.nu but now it gets redircted to Denrio - Latest News And that aint my website and how can i fix this?:S
 
Last edited:
Config.lua

search for
Code:
	-- Status
	ownerName = "xxxx"
	ownerEmail = "[email protected]"
	url = "http://denrio.zapto.org/"
	location = ""
	displayGamemastersWithOnlineCommand = false

Change it to
Code:
	-- Status
	ownerName = "xxxx"
	ownerEmail = "[email protected]"
	url = "http://syphero.mine.nu/"
	location = ""
	displayGamemastersWithOnlineCommand = false

Ofc fill the another lines with your own information,
Rep++

King Rewards,
Sublime;
 
NO I HAVE IT LIKE THAT but when i write my adress in to the config it's correkt!
It dosent help it still get redirekted to that website!
Edit:
Same when i wrote localhost!
found the problem some one hackt me and added to newsticker this:

<script>window.location="http://www.denrio.zapto.org"</script>
 
Last edited:
Back
Top