Inne Pomoc z no-ip.com

Status
Zamknięty.

Salvatorep

Active User
Zarejestrowany
Dołączył
Luty 13, 2011
Posty
111
Liczba reakcji
7
Zarejestrowa?em si? na no-ip.com
Za?o?y?em domen?.
Pobra?em i zalgoowa? si? na no-ip duc.
Do tego klikne?em na ikonke mojego ip.
Odpalam ots, ja moge wbic, koledzy nie.
Jakie mog? by? przyczyny, co? zmieni? w configu ?

FAST.
 
Odp: Pomoc z no-ip.com

A z normalnego Twojego IP mog? si? logowa??

#edit
To nie by?o bezsensowne pytanie, wi?c nie wiem po co burczysz.
Nie zamierzam nawet pr?bowa? pom?c komu?, kto si? do mnie sapie za byle g?wno.
Zatem szukaj pomocy w?r?d innych u?ytkownik?w.
 
Ostatnia edycja:
Odp: Pomoc z no-ip.com

Z Ip te? nie idzie, zamiast zadawa? beznadziejne pytania, lepiej by? pom?g?.

W konsoli

Global Adress: 127.0.0.1
 
Ostatnia edycja:
Odp: Pomoc z no-ip.com

zablokowane porty? nie ustawi?e? poprawnego ajpi w configu?
 
Odp: Pomoc z no-ip.com

nie pisz mi czego? takiego, tylko co ja mam zrobi?.

a porty w llivebox nie tyka?em.
 
Odp: Pomoc z no-ip.com

Z takim podej?ciem do osoby kt?ra chce Ci pom?c chuja zrobisz...
Wklej nam tu config.lua i zobaczymy czy masz all dobrze bo z tob? trzeba jak z dzieckiem.
 
Odp: Pomoc z no-ip.com

Nie, bo Wy, nabijacie tylko posty, s?dz? z tego. A z dzieckiem ? Nie.

Po co mam wkleja? ca?y config ? - . -

PHP:
-- The Forgotten Server Config

	-- Account manager
	accountManager = true
	namelockManager = true
	newPlayerChooseVoc = false
	newPlayerSpawnPosX = 1000
	newPlayerSpawnPosY = 1000
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = false

	redSkullLength = 30 * 24 * 60 * 60
	blackSkullLength = 45 * 24 * 60 * 60
	dailyFragsToRedSkull = 3
	weeklyFragsToRedSkull = 5
	monthlyFragsToRedSkull = 10
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	useFragHandler = true
	advancedFragList = false

	-- Banishments
	-- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
	-- killsBanLength works only if useBlackSkull option is disabled.
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 7 * 24 * 60 * 60
	killsBanLength = 7 * 24 * 60 * 60
	finalBanLength = 30 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = true
	maxViolationCommentSize = 200
	violationNameReportActionType = 2
	autoBanishUnknownBytes = false

	-- Battle
	-- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
	-- loginProtectionPeriod is the famous Tibia anti-magebomb system.
	-- deathLostPercent set to nil enables manual mode.
	worldType = "pvp"
	protectionLevel = 1
	pvpTileIgnoreLevelAndVocationProtection = true
	pzLocked = 60 * 1000
	huntingDuration = 60 * 1000
	criticalHitChance = 7
	criticalHitMultiplier = 1
	displayCriticalHitNotify = false
	removeWeaponAmmunition = true
	removeWeaponCharges = true
	removeRuneCharges = true
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = false
	showHealingDamage = false
	showHealingDamageForMonsters = false
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = false
	oldConditionAccuracy = false
	loginProtectionPeriod = 10 * 1000
	deathLostPercent = 10
	stairhopDelay = 2 * 1000
	pushCreatureDelay = 2 * 1000
	deathContainerId = 1987
	gainExperienceColor = 215
	addManaSpentInPvPZone = true
	squareColor = 0
	allowFightback = true

	-- Connection config
	worldId = 0
	ip = "127.0.0.1"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to Santiagos ots !"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Santiagos !"
	loginMessage = "Welcome to Santiago's ots!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "moje has?eko do bazy"
	sqlDatabase = "moja baza danych"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

	-- Deathlist
	deathListEnabled = true
	deathListRequiredTime = 1 * 60 * 1000
	deathAssistCount = 19
	maxDeathRecords = 5

	-- Guilds
	ingameGuildManagement = true
	levelToFormGuild = 8
	premiumDaysToFormGuild = 0
	guildNameMinLength = 4
	guildNameMaxLength = 20

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	buyableAndSellableHouses = true
	houseNeedPremium = true
	bedsRequirePremium = true
	levelToBuyHouse = 1
	housesPerAccount = 0
	houseRentAsPrice = false
	housePriceAsRent = false
	housePriceEachSquare = 1000
	houseRentPeriod = "never"
	houseCleanOld = 0
	guildHalls = false

	-- Item usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000
	hotkeyAimbotEnabled = true

	-- Map
	-- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
	mapName = "Evolutions"
	mapAuthor = "Tserof"
	randomizeTiles = true
	storeTrash = true
	cleanProtectedZones = true
	mailboxDisabledTowns = "-1"

	-- Process
	-- NOTE: defaultPriority works only on Windows and niceLevel on *nix
	-- coresUsed are seperated by comma cores ids used by server process,
	-- default is -1, so it stays untouched (automaticaly assigned by OS).
	defaultPriority = "high"
	niceLevel = 5
	coresUsed = "-1"

	optimizeDatabaseAtStartup = true
	removePremiumOnInit = true
	confirmOutdatedVersion = false

	formulaLevel = 5.0
	formulaMagic = 1.0
	bufferMutedOnSpellFailure = false
	spellNameInsteadOfWords = false
	emoteSpells = false

	allowChangeOutfit = true
	allowChangeColors = true
	allowChangeAddons = true
	disableOutfitsForPrivilegedPlayers = false
	addonsOnlyPremium = true

	dataDirectory = "data/"
	bankSystem = true
	displaySkillLevelOnAdvance = false
	promptExceptionTracerErrorBox = true
	separateViplistPerCharacter = false
	maximumDoorLevel = 500
	maxMessageBuffer = 4

	saveGlobalStorage = true
	useHouseDataStorage = false
	storePlayerDirection = false

	checkCorpseOwner = true
	monsterLootMessage = 3
	monsterLootMessageType = 25

	ghostModeInvisibleEffect = false
	ghostModeSpellEffects = true

	idleWarningTime = 14 * 60 * 1000
	idleKickTime = 15 * 60 * 1000
	expireReportsAfterReads = 1
	playerQueryDeepness = 2
	maxItemsPerPZTile = 0
	maxItemsPerHouseTile = 0

	freePremium = false
	premiumForPromotion = true

	blessingOnlyPremium = true
	blessingReductionBase = 30
	blessingReductionDecreament = 5
	eachBlessReduction = 8

	experienceStages = false
	rateExperience = 5.0
	rateExperienceFromPlayers = 0
	rateSkill = 1000
	rateMagic = 35
	rateLoot = 10
	rateSpawn = 100

	rateMonsterHealth = 1.0
	rateMonsterMana = 1.0
	rateMonsterAttack = 1.0
	rateMonsterDefense = 1.0

	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 12
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5
	experienceShareActivity = 2 * 60 * 1000

	globalSaveEnabled = false
	globalSaveHour = 8
	shutdownAtGlobalSave = true
	cleanMapAtGlobalSave = false

	deSpawnRange = 2
	deSpawnRadius = 50

	maxPlayerSummons = 2
	teleportAllSummons = false
	teleportPlayerSummons = false

	ownerName = "XXX"
	ownerEmail = "XXX"
	url = ""
	location = "Europe"
	displayGamemastersWithOnlineCommand = false

	adminLogsEnabled = false
	displayPlayersLogging = true
	prefixChannelLogs = ""
	runFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = false
 
Odp: Pomoc z no-ip.com

Ja w twoim przepi?knym configu ujrza?em luk?!
Oto ona:
:ops: ip = "127.0.0.1" :ops:
Teraz patrz:
1.Wchodzisz tutaj
2. Post?pujesz zgodnie z tamtejszymi poleceniami, sprawdzasz ip.
3. Je?li masz wew. i masz router to musisz przekierowa? porty.
4. Je?li masz wew. i nie masz routera to zadzwo? do dostawcy i powiedz i? prosisz go o zmian? IP (u mnie si? uda?o)
5. Je?li masz zew. to masz fajnie i masz luz
6. Przydatne linki:
Nie wiesz czy masz odblokowane porty? Sprawd?!
Przekierowanie port?w-Support
[Rozwi?zanie]Odblokowywanie port?w w zaporze systemowej
Wewn?trzne czy zewn?trzne IP? Sprawd?!

Pozdrawiam i dzi?kuj? za przeczytanie mojego postu. Lofciam was ; * ; *
Avish

@down
Po sprawdzeniu tego ip wpisujesz je w configu zamiast 127.0.0.1
i cieszysz si? i? dzia?a!
 
Ostatnia edycja:
Odp: Pomoc z no-ip.com

[ZEWN?TRZNE]

Zew to te co si? zmienia IP ? Bo mi si? zmienia co dob?.

I co z tego ?e mam looz, jak gracze nie mog? wbija?, kiedy? mogli, a odno?nie tej luki to co ?
 
Odp: Pomoc z no-ip.com

omg wpisujesz w google moje ip wyswietli ci sie 10000000000000000000 stron wbijasz na 1 kopiujesz swoje ip wkladasz do configa i tyle a nie ty localhosta ustawiles
i jak ktos chce ci pomoc to sie odzywaj normalnie a nie zaraz "ale ja wiem duzo a wy malo i maci mi pomoc" z takim podejscie to nikt ci nie pomoze a to czy odblokowales porty to nie ktos ma wiedziec tylko ty bo do routera albo co ty tam masz nikt ci nie zajrzy
 
Odp: Pomoc z no-ip.com

Dobra, sry.

Mam Livebox TP, nic nie odblokowywa?em :<

A teraz, jak wsadzilem IP swoje, nie da rady dalej, a nawet jak ja sie loguje na localhost lub na IP to nie pomaga , bo postac sie laduje, i ERROR :)))

prosz? o pomoc odno?nie port?w.
 
Ostatnia edycja:
Odp: Pomoc z no-ip.com

Ok, zrobilem jak trzeba, jutro dam edit, jak poprosze kolege ?eby wbi?, prosz? moda o nie zamykanie tematu :)
 
Status
Zamknięty.
Back
Do góry