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

UNNAMED acc. maker 0.3.2 beta for TFS

Status
Not open for further replies.
For those who get this error:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1832 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(703): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(135): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1832

Here's the solution:
Import this into you Mysql database
Code:
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(1, 6, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 6, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 6, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(4, 6, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(5, 6, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 0, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 1, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 2, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 3, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 4, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 5, 10, 0);
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(6, 6, 10, 0);

Credits
JoccE: for making the SQL codes :p
Blue Charizard: For telling me what the problem was
 
Hello Otfans.

Everything works fine for me but there is one (but really big) problem.
When I'm tryin' to create new account by Account Maker it adds everything to database fine (account number as a name)

But...
When I'm tryin' to log in on Accout Maker into this account i can't because it's searching not for Name but ID of each account...
 
Hello Otfans.

Everything works fine for me but there is one (but really big) problem.
When I'm tryin' to create new account by Account Maker it adds everything to database fine (account number as a name)

But...
When I'm tryin' to log in on Accout Maker into this account i can't because it's searching not for Name but ID of each account...

Because you're using Gesior AAC 0.3.2 with TFS 0.2?
Download 0.3.1a for TFS 0.2 here:
http://otland.net/attachments/f118/...-beta-forgotten-server-unnamed031a-tfs-02.rar
 
I got problem with that blank 'login' button but I solve it by changing url in config.ini in acc maker files. Url in config.lua is changed too.
Now there is 'login' button but I can't log on my account .. It seems like I entered wrong pass but I'm sure they are correct.

Any1 kno what happend?
 
This file has never been downloaded yet
I'm first :)

Btw, will you update first page? (changelog, ect) xD
Only admins and moderators of otland can edit post/threads in 'Downloads' :(
I update link to post with newest version in my signature.
 
amm at config-and-functions.php at line 357 it says:

PHP:
$config['server']['port']
just... change it to your port?

sorry cant edit:

changeit to your loginport (7171) or just change it to:

PHP:
$config['server']['loginPort']

right?
 
im have error for spells and monsters
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

Fatal error: Call to undefined method domdocument::load() in D:\xampp\htdocs\pot\OTS_MonstersList.php on line 62

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\pot\OTS_SpellsList.php on line 97

Fatal error: Call to undefined method domdocument::load() in D:\xampp\htdocs\pot\OTS_SpellsList.php on line 98
 
Hello Gesior..
i Try install your home page in my server and get one strange error.
I am using tfs 3.0 and all my server configs is ok.
But in step 2 i get this error

Warning: parse_ini_file(/home/themask/Comodato/config.lua) [function.parse-ini-file]: failed to open stream: No such file or directory in /var/www/comodatositeee/install.php on line 177
Database error. Unknown database type in /home/themask/Comodato/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

So in sqltype your script are loading nothing but i have this configured in config.lua look at this

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "mypass"
sqlDatabase = "comodatoverao"

And for my server all work fine. So can you helpme with this error?? i think is a simple error
Waiting your reply
 
When I have installed the aac everything is working perfect, highscore, who is online, everything.


But in the top of the site there says:

Warning: Error parsing C:\server/config.lua on line 126 in C:\xampp\htdocs\config-and-functions.php on line 13

Can someone help me with this?
Just explain for me how to do?


// Suxex
 
I have problems when I want that there creates Sorcer, spade, druid, knight. Since I can solve it? Thank you
 
Status
Not open for further replies.
Back
Top