• 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] How to install it to an Avesta

Alonso knight

New Member
Joined
Jan 3, 2008
Messages
72
Reaction score
0
I love Gesior AAC, and I would like to install it in my Avesta. I know it's for TFS, but I've tried it changing much of the functios it has to search in the config.lua, but it allways tells that the config.lua isn't a TFS's config.lua.

¿Do you know what do I have to change?

Thanks :thumbup:
 
I've seen another guy with the same problem.

At the moment I'm using Nicaw... as allways. But I prefer Gesior's one. The only problem is that I can't install it. Could anyone explain me what files do I have to change?
 
I'm trying to use the Gesior AAC that works with 0.2 in my Avesta 7.6. I've been comparing both config.lua.

I've edite theese files:
htdocs/install.php
htdocs/config-and-functions.php
htdocs/signature.php
htdocs/databasemanager/config-and-functions.php

In all of them I've replaced this:
PHP:
$config['server']['sqlHost'];
$config['server']['sqlUser'];
$config['server']['sqlPass'];
$config['server']['sqlType'];
$config['server']['sqlDatabase'];
$config['server']['ip'];
$config['server']['port'];

to this:
PHP:
$config['server']['SQL_Host'];
$config['server']['SQL_User'];
$config['server']['SQL_Pass'];
$config['server']['SQL_Type'];
$config['server']['SQL_DB'];
$config['server']['IP'];
$config['server']['Port'];

And I get this error trying to install Gesior's AAC in STEP 1:
Check server configuration
File config.lua loaded from D:/IXION/IXION/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.

Do you know what am I doing wrong?
I'd thank you a lot if you could help me.
 
I can get the homepage and news working.

but if i try to login or search for a character or w/e.

I get this:
Code:
Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\pot\OTS_Account.php on line 371
 
Back
Top