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

[Gesior AAC] 0.3.4 (beta4) fixed v5

open ur config.lua and at the end leave url blank
like this

Code:
url = ""
TY and do you know how to make the Server NAME and SERVER NAME 2 thing work? i am confused with it.. i want to just make a char in my one server :blink:
 
Scratch that last post, Now i am getting some error (200002) when i try to log in my server now. I fixed the Server Name thing..
 
wtf is that error :-

STEP 1
Check server configuration

Warning: syntax error, unexpected ':' in C:/Documents and Settings/Administrator/Desktop/Soleria/Soleria/config.lua on line 82 in C:\xampp\htdocs\install.php on line 150
File config.lua loaded from C:/Documents and Settings/Administrator/Desktop/Soleria/Soleria/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.
 
hey hi im new I REALLY NEED HELP i dont understand the __GUI_LOGS__ flags
Can someone help me plz
 
When i add step 4, for some reason apache seems to fail and stops working, does anybody know why this would happen?
 
I need help.
i got this error.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'redskulltime' in 'field list'' in C:\xampp\htdocs\install.php:528 Stack trace: #0 C:\xampp\htdocs\install.php(528): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 528

What can i do to fix it?
I rep+ the one who help me fix it. ;)
 
Sorry for duble post. I fixed that promlem @up.


in ots_player.php, and install.php i need to delet all red before skulltime and skull. Because there isnt a redskulltime and redskull in the player tabel in the database.

But now i got an other error when i going to check highscore.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'time' in 'order clause'' in C:\xampp\htdocs\characters.php:200 Stack trace: #0 C:\xampp\htdocs\characters.php(200): PDO->query('SELECT * FROM p...') #1 C:\xampp\htdocs\index.php(142): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\characters.php on line 200

someone have that before and know how to fix that ?
 
u dont need delete these lines ;s
just add this to u db

ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEAFULT 0;
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEAFULT 0;
ALTER TABLE `player_deaths` ADD `time` bigint(20) unsigned NOT NULL DEFAULT '0';

its must repair all..
 
where i need to change this?
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEAFULT 0;
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEAFULT 0;
ALTER TABLE `player_deaths` ADD `time` bigint(20) unsigned NOT NULL DEFAULT '0';
 
afff i try but i cointinua having this problem

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'redskulltime' in 'field list'' in C:\xampplite\htdocs\install.php:528 Stack trace: #0 C:\xampplite\htdocs\install.php(528): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampplite\htdocs\install.php on line 528

Help plx!
 
help plx!


Fatal error: Call to a member function query() on a non-object in C:\xampplite\htdocs\install.php on line 512


what i need to do?!
 
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'direction' at row 1' in C:\xampp\htdocs\install.php:528 Stack trace: #0 C:\xampp\htdocs\install.php(528): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 528

using tfs 0.3.4pl2
 
where i need to change this?
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEAFULT 0;
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEAFULT 0;
ALTER TABLE `player_deaths` ADD `time` bigint(20) unsigned NOT NULL DEFAULT '0';

SQL task?

http://localhost/phpmyadmin
select ur database and press SQL paste this

Code:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEAFULT 0;
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEAFULT 0;
ALTER TABLE `player_deaths` ADD `time` bigint(20) unsigned NOT NULL DEFAULT '0';

n' continue
 
Gettin' this error when trying to add columns...

PHP:
STEP 3
Add tables and columns to DB
Installer try to add new tables and columns to database.

Add columns to table accounts
Can't add column key to table accounts, already exist?
Can't add column page_lastday to table accounts, already exist?
Can't add column email_new to table accounts, already exist?
Can't add column email_new_time to table accounts, already exist?
Can't add column created to table accounts, already exist?
Can't add column rlname to table accounts, already exist?
Can't add column location to table accounts, already exist?
Can't add column page_access to table accounts, already exist?
Can't add column email_code to table accounts, already exist?
Can't add column next_email to table accounts, already exist?
Can't add column premium_points to table accounts, already exist?

Add columns to table guilds
Can't add column description to table guilds, already exist?
Can't add column logo_gfx_name to table guilds, already exist?

Add columns to table players
Can't add column online to table players, already exist?
Can't add column created to table players, already exist?
Can't add column nick_verify to table players, already exist?
Can't add column old_name to table players, already exist?
Can't add column hide_char to table players, already exist?
Can't add column comment to table players, already exist?
Can't add column vote to table players, already exist?

Add new tables to database
Table z_news_big not added. Already exist?
Table z_news_tickers not added. Already exist?
Table z_spells not added. Already exist?
Table z_monsters not added. Already exist?
Table z_ots_comunication not added. Already exist?
Table z_shop_offer not added. Already exist?
Table z_shop_history_item not added. Already exist?
Table z_shop_history_pacc not added. Already exist?
Added table z_changelog (changelog).
Table z_polls not added. Already exist?
Table z_polls_answers not added. Already exist?
Table z_bug_tracker not added. Already exist?
Tables and columns added to database.
Go to STEP 4 - Add samples


And this error when trying to add samples

PHP:
STEP 4
Add samples to DB:
News ticker sample is already in database. New sample is not needed.
News sample is already in database. New sample is not needed.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'server.players' doesn't exist' in C:\Users\Familjen\Desktop\xampp\htdocs\install.php:526 Stack trace: #0 C:\Users\Familjen\Desktop\xampp\htdocs\install.php(526): PDO->query('SELECT * FROM p...') #1 {main} thrown in C:\Users\Familjen\Desktop\xampp\htdocs\install.php on line 526
 
Back
Top