• 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.
I'm having a ot server running, but i really wanna have your "acc. maker".

This is my problem and maybe many more ppls.. When you say like:
2. How to install?
1. In MySQL execute (phpmyadmin -> 'SQL'):
PHP Code:
ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
and:
PHP Code:
UPDATE `players` SET `exphist_lastexp`=`players`.`experience`

I dont get it :S I cant find it :blink:

I'm having a SQL ot and i know this about PhpMyAdmin database, but i need more details.

And this is a noobquestion(2x) When you say:
4. Now "Stop" and "Start" Apache in XAMPP and install again "Gesior acc. maker"
Install? :S I just downloaded the folders, where do i install this?! :eek:

All who "can" help me please wright <3
 
@UP

For the installation go to xampp/htdocs/config/config.ini

and change

install="no"

to

install="start"
 
Getting error when I follow the install tutorial.

------bugg1.JPG


When I go to step 4 I get this error message

http://data.fuskbugg.se/skalman01/------bugg2.JPG
 
Minimii , You having Xampp 1.7.0 ?
I had your problem and I download xampp 1.6.6 .
 
There is no Config map/document in the folder! :eek:

@UP

For the installation go to xampp/htdocs/config/config.ini

and change

install="no"

to

install="start"
 
how can i do two deaths on site like He was killed by xxx and by xxx ?.
 
I'm having a problem with sending emails.

The page delay to load, and when load, the page is blank.

Screenshot:
70972546.jpg


Can someone help me?
 
Account maker is already installed! To reinstall open file 'config.ini' in directory 'config' and change:
install = "no"
to:
install = "start"
and enter this site again.


I change install = "start" and this bug is showed in instalation.

HELP!!! PLX
 
Edit: If I change install = "no" this bug is showed:

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 C:\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: ""
 
I have a big problem with guild menager.
I creating guild and all is ok if I no invite players.
This is error:
Warning: Error parsing /home/moqill/fumbilia/config.lua on line 126 in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 13

Warning: fopen(config/serverstatus) [function.fopen]: failed to open stream: Permission denied in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 382

Warning: rewind(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 388

Warning: fwrite(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 389

Warning: fclose(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 390

Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 398

Warning: fgets(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 399

Warning: rewind(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 401

Warning: fclose(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 403

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/moqill/www/fumbilia.pl/pot/OTS_Player.php:112 Stack trace: #0 /home/moqill/www/fumbilia.pl/pot/OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 /home/moqill/www/fumbilia.pl/pot/InvitesDriver.php(49): OTS_Player->load('1') #2 /home/moqill/www/fumbilia.pl/pot/OTS_Guild.php(444): InvitesDriver->listRequests() #3 /home/moqill/www/fumbilia.pl/guilds.php(204): OTS_Guild->listInvites() #4 /home/moqill/www/fumbilia.pl/index.php(124): include('/home/moqill/ww...') #5 {main} thrown in /home/moqill/www/fumbilia.pl/pot/OTS_Player.php on line 112
My page is: fumbilia.pl
I use: Linux debian
 
@Moqill
Warning: Error parsing /home/moqill/fumbilia/config.lua on line 126 in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 13
Delete line 126 from TFS config.lua file
------------------------------------------------------------
Warning: fopen(config/serverstatus) [function.fopen]: failed to open stream: Permission denied in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 382

Warning: rewind(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 388

Warning: fwrite(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 389

Warning: fclose(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 390

Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 398

Warning: fgets(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 399

Warning: rewind(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 401

Warning: fclose(): supplied argument is not a valid stream resource in /home/moqill/www/fumbilia.pl/config-and-functions.php on line 403
in directory with acc. maker:
PHP:
chmod 666 usercounter.dat
cd config
chmod 666 serverstatus
------------------------------------------------------------
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/moqill/www/fumbilia.pl/pot/OTS_Player.php:112 Stack trace: #0 /home/moqill/www/fumbilia.pl/pot/OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 /home/moqill/www/fumbilia.pl/pot/InvitesDriver.php(49): OTS_Player->load('1') #2 /home/moqill/www/fumbilia.pl/pot/OTS_Guild.php(444): InvitesDriver->listRequests() #3 /home/moqill/www/fumbilia.pl/guilds.php(204): OTS_Guild->listInvites() #4 /home/moqill/www/fumbilia.pl/index.php(124): include('/home/moqill/ww...') #5 {main} thrown in /home/moqill/www/fumbilia.pl/pot/OTS_Player.php on line 112
Find in pot/OTS.php (line ~470):
PHP:
            case self::DB_MYSQL:
                $this->db = new OTS_DB_MySQL($params);
                break;
and replace with:
PHP:
         case self::DB_MYSQL:
            {
                $this->db = new OTS_DB_MySQL($params);
                $this->db->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);
                break;
            }
 
Here i am again =x

Now i got this error:

An error occorred while sending email! Try again or contact with admin.

Here's my config:

$config['site']['send_emails'] = "yes"; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.poczta.onet.pl"; // address
$config['site']['smtp_port'] = 25; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "mypassword"; // password

Is something config wrong?

HELP ME PLEASE!!!
 
Gęsior i need your help!

Gęsior can you help me?
I have a lot of errors in AccMaker :(

I have a errors in installation:
First:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

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

Second:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

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

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 88

Third:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 40

This is all in install errors ;/
I write : http://localhost/
And i see a next error:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

I go to library/spells i dont see anyone spell ;( As well as see when i go to library/monsters or go to community/houses.

Gęsior can you help me?!
I need help!

~~ Polish Version ~~

Gęsior możesz mi pomóc?
Mam bardzo dużo błędów.

Mam błędy nawet w instalacji AccMaker'a:
Pierwszy:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

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

Drugi:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

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

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 88

Trzeci:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 40

To są wszystkie błędy przy instalacji :(
Kiedy wchodzę na http://localhost/ to na samej górze mam kolejny błąd:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Jak wchodze w library/spells to nie pokazuje mi się żaden czar ;( Także tak jest jak wejde w library/monsters albo community/houses :(

Gęsior pomożesz mi?
Będę bardzo wdzięczny!

Proszę POMÓŻ!
 
Gęsior i need your help!

Gęsior can you help me?
I have a lot of errors in AccMaker :(

I have a errors in installation:
First:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

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

Second:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

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

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 88

Third:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 40

This is all in install errors ;/
When i go website : http://localhost/
And i see a next error:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

I go to library/spells i dont see anyone spell ;( As well as see when i go to library/monsters or go to community/houses.

Gęsior can you help me?!
I need help!

~~ Polish Version ~~

Gęsior możesz mi pomóc?
Mam bardzo dużo błędów.

Mam błędy nawet w instalacji AccMaker'a:
Pierwszy:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

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

Drugi:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

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

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 88

Trzeci:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 40

To są wszystkie błędy przy instalacji :(
Kiedy wchodzę na http://localhost/ to na samej górze mam kolejny błąd:
Warning: Error parsing D:/OTS TFS/config.lua on line 250 in C:\xampp\htdocs\config-and-functions.php on line 28

Jak wchodze w library/spells to nie pokazuje mi się żaden czar ;( Także tak jest jak wejde w library/monsters albo community/houses :(

Gęsior pomożesz mi?
Będę bardzo wdzięczny!

Proszę POMÓŻ!
 
Status
Not open for further replies.
Back
Top