Instalacja acc makera

Status
Zamknięty.

gomez101

Advanced User
Zarejestrowany
Dołączył
Luty 18, 2010
Posty
164
Liczba reakcji
1
Dlaczego jak instaluje acc makera to w 1 punkcie wyskakuje mi co? takiego
STEP 1
Check server configuration
Warning: syntax error, unexpected '(' in C:/Ots/Binarie/config.lua on line 15 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Ots/Binarie/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.
Ps robie wed?ug tego poradnika http://tibia.net.pl/konfiguracja/4253-jak-zrobic-otsa-podstawy-podstaw.html
i mam silnik Qickly OTServ
 
Odp: Instalacja acc makera

W config.lua usu? wszystkie linie zaczynaj?ce si? na:
Tu masz gotowca:
PHP:
	-- Account manager
	accountManager = true
	namelockManager = true
	newPlayerChooseVoc = false
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = false

	-- Unjustified kills
	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
	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
	worldType = "pvp"
	protectionLevel = 50
	pvpTileIgnoreLevelAndVocationProtection = true
	pzLocked = 60 * 1000
	huntingDuration = 60 * 1000
	criticalHitChance = 7
	criticalHitMultiplier = 1
	displayCriticalHitNotify = false
	removeWeaponAmmunition = false
	removeWeaponCharges = false
	removeRuneCharges = false
	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 the Diamond Server!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Diamond"
	loginMessage = "Welcome to the Diamond Server!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

	-- Database
	sqlType = "sqlite"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = "ots"
	sqlFile = "sqlite.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
	mapName = "Evolutions"
	mapAuthor = "Robson"
	randomizeTiles = true
	storeTrash = true
	cleanProtectedZones = true
	mailboxDisabledTowns = "-1"

	-- Process
	defaultPriority = "high"
	niceLevel = 5
	coresUsed = "-1"

	-- Startup
	optimizeDatabaseAtStartup = true
	removePremiumOnInit = true
	confirmOutdatedVersion = false

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

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

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

	-- Saving-related
	saveGlobalStorage = true
	useHouseDataStorage = false
	storePlayerDirection = false

	-- Loot
	checkCorpseOwner = true
	monsterLootMessage = 3
	monsterLootMessageType = 25

	-- Ghost mode
	ghostModeInvisibleEffect = false
	ghostModeSpellEffects = true

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

	-- Premium-related
	freePremium = true
	premiumForPromotion = true

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

	-- Rates
	experienceStages = false
	rateExperience = 5.0
	rateExperienceFromPlayers = 0
	rateSkill = 3.0
	rateMagic = 3.0
	rateLoot = 2.0
	rateSpawn = 1

	-- Monster rates
	rateMonsterHealth = 1.0
	rateMonsterMana = 1.0
	rateMonsterAttack = 1.0
	rateMonsterDefense = 1.0

	-- Experience from players
	minLevelThresholdForKilledPlayer = 0.9
	maxLevelThresholdForKilledPlayer = 1.1

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

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

	-- Global save
	globalSaveEnabled = false
	globalSaveHour = 8
	shutdownAtGlobalSave = true
	cleanMapAtGlobalSave = false

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = false
	teleportPlayerSummons = false

	-- Status
	ownerName = "TibiaNetworks"
	ownerEmail = "robson@tibianetworks.net"
	url = "http://tibianetworks.net/"
	location = "Brazil"
	displayGamemastersWithOnlineCommand = false

	-- Logs
	adminLogsEnabled = false
	displayPlayersLogging = true
	prefixChannelLogs = ""
	runFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = false
Pami?taj aby ustawi? swoje dane! (Baz? danych, IP itp.)

Pozdrawiam,
ErMex


@Down rzeczywiscie nie przyjrza?em si? b??dom.
W scie?ce do pliku config.lua wpisz:
Kod:
C:/Ots/Binarie
 
Ostatnia edycja:
Odp: Instalacja acc makera

Ziom robisz tak wchodzisz w folder swojego ots i klikasz w?asciwo?ci tam b?dziesz miec scie?k? np

C:\Documents and Settings\****\Pulpit\****\****\OTS
Ale acc maker prosi o scie?ke w kt?rym znajduje sie config.lua wi?c musisz
Do scie?ki up doda?
\OTS < oczywiscie nazwa tam jak? ty masz :) To tyle

A je?eli chcesz abym naprawi? Ci ten pierwszy problem podaj mi 15 linijk? install.php, i 156.. albo wklej go tutaj calego sprob?j? pom?c.
 
Dobra zrobi?em jak mi powiedzia?e? ErMex i teraz przesz?em przez wszystkie ktoki i wyskakuje mi taki b??d
Database error - can't open SQLite database. Possible reasons:
C:/Ots/Binarie/ - file isn't valid SQLite database.
C:/Ots/Binarie/ - doesn't exist.
ale wed??g poradnika baze danych robi si? po instalacji acc makera
wi?c jak mam wpisa? nazwe i has?o bazy?
 
Ostatnio edytowane przez moderatora:
Odp: Instalacja acc makera

Linijk? :

PHP:
sqlType = "sqlite"

uzupe?niasz tak:

PHP:
sqlType = "mysql"

Nie zapomnij w??czy? Xampp'a!​
 
Odp: Instalacja acc makera

zmieni?em i wyskakuje mi takie co?
Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/Ots/Binarie/config.lua .
3. MySQL user, password, database or host is wrong.
 
mam running
running u mnie to MySql i Apache ! tyle mam
1. serwera MySQL nie jest uruchomiony na ho?cie.
2. u?ytkownika MySQL, has?o bazy danych lub host nie jest skonfigurowany w: C: / Ots / Binarie / config.lua.
3. u?ytkownika MySQL, has?o bazy danych lub host jest nie takie.
jak mog? mie? has?o bazy danych jak nie mam bazy danych poniewa? j? si? tworzy po zainstalowaniu acc makera

Notka moderatorska:
??cz?.
 
Ostatnio edytowane przez moderatora:
Odp: Instalacja acc makera

jak mog? mie? has?o bazy danych jak nie mam bazy danych poniewa? j? si? tworzy po zainstalowaniu acc makera

Nie os?abiaj... Jak chcesz odpali? Acc Makera bez bazy? Musisz zrobi? baz? w localhost/phpmyadmin i dopiero dzia?a? :)
 
jakim prawem zrobi?em baze danych wpisa?em jej has?o do cofing.lua i instaluje acc znowu mi wyskakuje
Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/Ots/Binarie/config.lua .
3. MySQL user, password, database or host is wrong.
Dlaczego tymrazem niewiecie????? mam runing na xamppie wszystko co mia?em mie? !
jak zrobi?em rzecz,kt?r? sam znalaz?em czyli zmieni?em nazw? ots na otserv
to w 4 kroku wyskakuje mi takie co?
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lastlogout' in 'field list'' in C:\xampp\htdocs\install.php:412 Stack trace: #0 C:\xampp\htdocs\install.php(412): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 412
coto jest????
?e tak si? wyra?e KU**A !!!!! MAM!!!!!!
temat do zamkni?cia
Notka moderatorska:
Zamykam
 
Ostatnio edytowane przez moderatora:
Status
Zamknięty.
Back
Do góry