What's new

Drobny problem z WebServem

Status
Not open for further replies.

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Witam, ?ci?gn??em WebServer, No-Ip, zarejestrowa?em si? na No-Ip etc. No i do WebServa wklei?em Acc, wchodz? na moje no-ip i nic, ?e niby nie ma. A jak wchodz? "localhost/index.php" to wyskakuje zamiast tego "localhost/install.php" i ka?e mi napisa? gdzie znajduje si? silnik. No to ja pisz? i wyskakuje b??d ?e nie taki confing :/
 

teli2222

Active User
Joined
Dec 9, 2009
Messages
123
Reaction score
5
Odp: Drobny problem z WebServem

U?yj xampp 1.6.7. na web servie rzadko dzia?aj? acc.
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Tyle?e z Xamppem mam problemy i musz? te mysql i apache r?cznie odpala? :/
 
Joined
Nov 24, 2010
Messages
16
Reaction score
0
Odp: Drobny problem z WebServem

Tyle?e z Xamppem mam problemy i musz? te mysql i apache r?cznie odpala? :/
najwyra?niej masz nieodblokowane porty a jezeli chodzi o xampp to musisz wy??czy? GG Skype i tym podobnym poniewa? one blokuj? porty i powoduj? b??dy i apache i msql si? wy??czaj? samoczynnie :lol:
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Ta, odblokowa?em i podczas gdy klikam przy Apache "Start" to si? wiesza :/
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Od?wie?am
 
Last edited:

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Dzia?a ten confing od Help3R za co mu dzi?kuje
Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 3
	pzLocked = 60000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000
	stairJumpExhaustion = 2000
	animationTextOnHeal = "yes"

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "127.0.0.1"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 15

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	-- Messaging
	enableRuleViolationReports = "no"
	maxMessageBuffer = 4

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = ""
	mysqlDatabase = "theforgottenserver"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "no"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	-- Rates
	rateExp = 5
	rateSkill = 3
	rateLoot = 2
	rateMagic = 3
	rateSpawn = 1

	-- Real Server Save
	-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system use autoSaveEachMinutes. this serversave method
	-- may be unstable, we recommend using otadmin if you want real serversaves.
	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "sqlite"
	passwordType = "plain"
	sqlPass = "" 

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = ""
	ownerEmail = ""
	url = ""
	location = "Europe"
Ale podczas kroku 3 ("3. Add tables and columns to DB") wyskakuje b??d "Can't connect to SQLite database." :/ Do phpMyAdmin ?adowa?em plik mysql.sql.
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Nie dzia?a a wszystko dobrze wpisane (u?ytkownik, has?o, nazwa bazy) :/

#Edit
I wyskakuje te? b??d ?e co? ?le uzupe?nione :/
 
Last edited:

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Co? pogrzeba?em, pobawi?em sie, przeinstalowa?em baz? i ju? ??czy tylko teraz wyskakuje bug ?e czego? nie ma :/
Code:
A Database Error Occurred
Error Number: 1146

Table 'theforgottenserver.news' doesn't exist

SELECT `id`, `title`, `body`, `time` FROM `news` ORDER BY id DESC LIMIT 10
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Powiem tak, zapodaj kto? dzia?aj?cy i sprawdzony acc na moje gg i jak kto? wyt?umaczy jak zainstalowa? reput :) Ew. tutaj ale wola?bym na gg aby spamu nie robi?.
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

Od?wie?am
 
Last edited:

Don Makos

Advanced User
Joined
Aug 26, 2009
Messages
178
Reaction score
8
Odp: Drobny problem z WebServem

Co? pogrzeba?em, pobawi?em sie, przeinstalowa?em baz? i ju? ??czy tylko teraz wyskakuje bug ?e czego? nie ma :/
Code:
A Database Error Occurred
Error Number: 1146
Table 'theforgottenserver.news' doesn't exist
SELECT `id`, `title`, `body`, `time` FROM `news` ORDER BY id DESC LIMIT 10


Wyra?nie jest napisane ?e tabela theforgottenserver.news nie istnieje.
Musisz mie? co? nie tak z baz? danych...
 

Honly

Active User
Joined
Oct 28, 2010
Messages
146
Reaction score
2
Odp: Drobny problem z WebServem

@UP
Serio? A ja my?la?em ?e to co? w silniku... -.-'
@TOPIC
Zainstalowa?em acc z i WebServ odpalony, wszystko dobrze skonfigurowane w confingu a wyskakuje takie co?
Code:
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: D:/OTS/silnik/a - OTS/config.lua .
3. MySQL user, password, database or host is wrong.
 

Don Makos

Advanced User
Joined
Aug 26, 2009
Messages
178
Reaction score
8
Odp: Drobny problem z WebServem

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: D:/OTS/silnik/a - OTS/config.lua .
3. MySQL user, password, database or host is wrong.

Takie moje ma?e t?umaczenie:
1. Mysql server nie jest w??czony, nie jest hostowany
2. U?ytkownik, has?o, baza danych lub host nie jest skonfigurowany w ?cie?ce D:/OTS/silnik/a - OTS/config.lua .
3. U?ytkownik, has?o, baza danych lub host jest nieprawid?owy.

Zobacz czy nie pope?ni?e? takich b??d?w jak te co napisa?em, je?li s? to napraw, pisz na pw mo?e bo zaraz dostane upomnienie za ch?? pomocy ;)
 
Status
Not open for further replies.
Top