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

Solved Help players cant enter my website

ibrahimzxz

New Member
Joined
Jan 2, 2015
Messages
53
Reaction score
1
ello all i have a real hard problem :(
i started a tibia server 10.77 evolution map its work fine ... i have started a website when i enter the website with (localhost) its work .. the players cant enter the server i dont know why i have tryed to open the website with other network its not working just loading and not give the website page :(
this is my config file

Code:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 1
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = true
expFromPlayersLevelRange = 75


ip = "178.61.176.20"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to The ZxZ Server!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "ZxZ"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25


deathLosePercent = -1


housePriceEachSQM = 1000
houseRentPeriod = "never"


timeBetweenActions = 200
timeBetweenExActions = 1000


mapName = "Xedegux"
mapAuthor = "Komic"


marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100


mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "mypass"
mysqlDatabase = "zxzserver"
mysqlPort = 3306
mysqlSock = ""
passwordType = 'sha1'


allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false


rateExp = 9999999
rateSkill = 9999999
rateLoot = 9999999
rateMagic = 999999
rateSpawn = 10


deSpawnRange = 2
deSpawnRadius = 50


staminaSystem = true


warnUnsafeScripts = true
convertUnsafeScripts = true


defaultPriority = "high"
startupDatabaseOptimization = false


ownerName = "ibrahimzxz"
ownerEmail = "[email protected]"
url = "http://zxzserver.servegame.com/"
location = "Kuwait"


its high exp server :( any idea how i make the website work??????


to set it online and players can enter the website??and use my ip ?
And THx :)
 
Last edited by a moderator:
Back
Top