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

Configuration [FAQ] Gesior acc. maker for TFS

Gesior this is ur thread why ain't u answering anything :s will anyone help me? thanks..
 
ingame probably, u log in on ur character once again and account manager appears. rep++? u_U
 
Warning: parse_ini_file(E:/Documents and Settings/LoL/Pulpit/0.3/config.lua) [function.parse-ini-file]: failed to open stream: Permission denied in F:\Rx\XAMPP\htdocs\config-and-functions.php on line 13
Database error. Unknown database type in E:/Documents and Settings/LoL/Pulpit/0.3/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""
 
The famous Step 4.

Code:
STEP 4
Add samples to DB:
Added first news ticker.
Added first news.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1017 Can't find file: 'proc' (errno: 2)' in C:\xampp\htdocs\Gimini\install.php:408 Stack trace: #0 C:\xampp\htdocs\Gimini\install.php(408): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\Gimini\install.php on line 408

The "FAQ" tells me to use Gesior with 3.0 support.

At this moment when I tryed this, i am using TFS 0.3 Beta 3, and downloaded the "Gesior Acc maker for 0.3 Beta 3".

Step 1 - 3 went flawlessly,

Anyway on the FAQ they are mentioning line 100 ~ I got problems someplace within line 400 ~

edit1: Noticed that there is nobody else than me who got errors on this line of install.php(checked previously reports on this thread), got any ideas about how to fix this issue?

edit2: Here is the codes, it looks like its trying to add the vocation samples, why isn't this working properly?
Code:
$check_voc_0 = $SQL->query('SELECT * FROM players WHERE name = "Rook Sample" LIMIT 1 OFFSET 0')->fetch();
if(!isset($check_voc_0['name'])) {
[COLOR="Red"]$SQL->query('INSERT INTO players (name, group_id, account_id, sex, vocation, experience, level, maglevel, health, healthmax, mana, manamax, manaspent, soul, direction, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, posx, posy, posz, cap, lastlogin, lastip, save, conditions, redskulltime, redskull, guildnick, rank_id, town_id, loss_experience, loss_mana, loss_skills, lastlogout, blessings, premend, online, comment, created, hide_char, nick_verify) VALUES ("Rook Sample", 1, 1, 1, 0, 0, 1, 0, 185, 185, 35, 35, 0, 100,"", 44, 44, 44, 44, 128, 0, 0, 0, 0, 420, "", "", 1,"","","","","","1","","","","","","","","",'.time().',1,1)');[/COLOR]
echo "Added 'Rook Sample' character.<br/>";
} else {
echo "Character 'Rook Sample' already in database.<br/>";
}
Red line = line 408

edit3: I created an account, then tried to login to the account, so clicked the buttom with no contents inside, but at original tibia, it goes to the account management system.

But when I clicked the link, I somehow got to
http://otland.net//?subtopic=accountmanagement

wtf.?
 
Last edited:
I am on Debian and when I am installing it, it doesn't making tables and columns in my database file which is forgottenserver.s3db. Account maker says that he created those columns and tables but it didn't :(. HELP!

Using TFS 0.3b1pl2
 
I get this error while creating character :(

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\Program Files\xampp\htdocs\pot\OTS_Player.php:1832 Stack trace: #0 C:\Program Files\xampp\htdocs\accountmanagement.php(703): OTS_Player->getSkill(0) #1 C:\Program Files\xampp\htdocs\index.php(130): include('C:\Program File...') #2 {main} thrown in C:\Program Files\xampp\htdocs\pot\OTS_Player.php on line 1832
 
what is the pproblem if i get this error

Notice: Undefined index: page in C:\wamp\www\install.php on line 40

Notice: Undefined index: page in C:\wamp\www\install.php on line 53

Notice: Undefined index: page in C:\wamp\www\install.php on line 67

Please help me
 
Please help me someone

STEP 4
Add samples to DB:
Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\install.php on line 396

Code:
$check_news_ticker = $SQL->query('SELECT * FROM z_news_tickers WHERE image_id = 1 AND author = 1 AND hide_ticker = 0 LIMIT 1 OFFSET 0')->fetch();
 
STEP 4
Add samples to DB:

Fatal error: Call to a member function query() on a non-object in C:\Program Files\xampp\htdocs\install.php on line 390

When i'm trying to make step 4 xampp makes error
 
Last edited:
btw. where are other steps ? i got links only for 6&7 i'm using beta2

@up
xampp 1.6.6 ._.
 
Warning: parse_ini_file(E:/Documents and Settings/LoL/Pulpit/0.3/config.lua) [function.parse-ini-file]: failed to open stream: Permission denied in F:\Rx\XAMPP\htdocs\config-and-functions.php on line 13
Database error. Unknown database type in E:/Documents and Settings/LoL/Pulpit/0.3/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

Bump
 
Back
Top