• 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 acc. maker for TFS

Status
Not open for further replies.
Top fraggers:
ban list ? :D
I'll post ban list/manager when TFS 0.3 will be released.

Dunno what you mean by ban list. I mean session on the site with the lets say, top 10 fraggers, which shows how many people they killed and the avg level of their kills. Like this one for example:
http://www.realots.net/ (on the buttom right of the site) Of course it doenst need to be like it, its just so you can unserstand what i mean :p

Whats the ban list, tho?
 
How can I make the deathlist to erase after 5 day each death?:p
 
Last edited:
So when do you think you are gona release the codes for the 3 things you showed in prev post.?



Also How would i go about adding that powergamers script... tryed making it it's on php and adding it into index.php

Didnt work.... got this error... when i did it's own php..
Code:
Fatal error: Call to a member function query() on a non-object in D:\xampp\htdocs\Rpg\exp.php on line 17
And when i tryed to add it to index.php..
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'players.exphist_lastexp' in 'order clause'' in D:\xampp\htdocs\Rpg\index.php:229 Stack trace: #0 D:\xampp\htdocs\Rpg\index.php(229): PDO->query(' SELECT * FROM ...') #1 {main} thrown in D:\xampp\htdocs\Rpg\index.php on line 229


So how do i exactly add it?
 
Thankz for making the history. Dunno if its working on windows, but even if its not, its still awesome and you answer requests very fast :p
It's work on windows/linux, but only with MySQL database.
So when do you think you are gona release the codes for the 3 things you showed in prev post.?
Also How would i go about adding that powergamers script... tryed making it it's on php and adding it into index.php
Didnt work.... got this error... when i did it's own php..
Code:
Fatal error: Call to a member function query() on a non-object in D:\xampp\htdocs\Rpg\exp.php on line 17
And when i tryed to add it to index.php..
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'players.exphist_lastexp' in 'order clause'' in D:\xampp\htdocs\Rpg\index.php:229 Stack trace: #0 D:\xampp\htdocs\Rpg\index.php(229): PDO->query(' SELECT * FROM ...') #1 {main} thrown in D:\xampp\htdocs\Rpg\index.php on line 229
So how do i exactly add it?
About this error with "players.exphist_lastexp". First you must execute this query in your MySQL database (add columns):
PHP:
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';
Then:
Code:
UPDATE players SET exphist_lastexp=players.experience;
I'll post how to install it step by step today. I think it work fine on my server. I changed a bit tables layout and now looks much better :)
http://debestia.hopto.org/index.php?subtopic=characters&name=Maxi+Rodriguez
(admin can select tables to show: online time in hourse/each day, experince/each day, experience gained/each day and/or expierience gained per hour/each day)
 
Last edited:
I repite:
Look, I have some errors on my webpage: www.arlaxis.com,, doesnt appear the: Login,, it appears on blue color and when i log in by Account -> Account management also doesnt appear the: my account( i think the error is the link where it goes). Also there is an error on houses, load vocations, monsters, spells, what i have to do?:S the error that appears on houses is the same to load vocations, monsters, spells.
What i have to do? thanks for all.
 
Invalid subtopic. Can't load page.

don't work the power gamers for me can help me?
_______________________________

And... when a player want to deleted char for the web site, current this


Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'player' in 'where clause'' in C:\xampp\htdocs\pot\OTS_Player.php:2217 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(2217): PDO->query('DELETE FROM `pl...') #1 C:\xampp\htdocs\config-and-functions.php(180): OTS_Player->delete() #2 C:\xampp\htdocs\accountmanagement.php(332): delete_player() #3 C:\xampp\htdocs\index.php(140): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 2217
 
I repite:
Look, I have some errors on my webpage: www.arlaxis.com,, doesnt appear the: Login,, it appears on blue color and when i log in by Account -> Account management also doesnt appear the: my account( i think the error is the link where it goes). Also there is an error on houses, load vocations, monsters, spells, what i have to do?:S the error that appears on houses is the same to load vocations, monsters, spells.
What i have to do? thanks for all.
 
I am getting errors when I am pressing at: Load Monsters from OTS
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\Program\xampp\htdocs\pot\OTS_MonstersList.php on line 53

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

and whe I press at: Load Spells from OTS
I am getting this error:
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\Program\xampp\htdocs\pot\OTS_SpellsList.php on line 87

Fatal error: Call to undefined method domdocument::load() in C:\Program\xampp\htdocs\pot\OTS_SpellsList.php on line 88
and the last error is when I am pressing : Configure vocations
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\Program\xampp\htdocs\pot\OTS_VocationsList.php on line 39

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

How do I do to fix these errors? I haven't changed anything in these files
 
Last edited:
I am getting errors:
Code:
Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /var/www/config-and-functions.php on line 377

Warning: fgets(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 378

Warning: rewind(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 380

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 382

I am using Debian and tfs 0.3
 
Last edited:
I have a problem...

when I am installing I get this

Code:
C:/Dreamia/Server/forgottenserver.s3db - file isn't valid SQLite database.
C:/Dreamia/Server/forgottenserver.s3db - doesn't exist.

I am using TFS 0.2.13 REV. 906 and Gesior acc. maker 0.3.0 for TFS 0.3, I have also tested your acc maker for TFS 0.2.X. But one worked. What is the problem?
 
Gesior it will be great to see in new version of your ACC things like:
- Bans
- News Comments
- Pool
- Character Comment
I think that text statistics will be better and more esthetic than graphic (flash) statistics.
Greetings!
 
Database error - can't open SQLite database. Possible reasons:
C:\Documents and Settings\Tony\Escritorio\Mystic Spirit\ - file isn't valid SQLite database.
C:\Documents and Settings\Tony\Escritorio\Mystic Spirit\ - doesn't exist.
Wrong PHP configuration. Default PHP does not work with SQLite databases!

help plzz
 
I am getting errors:
Code:
Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /var/www/config-and-functions.php on line 377

Warning: fgets(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 378

Warning: rewind(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 380

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 382

I am using Debian and tfs 0.3
It's problem with one file.
Code:
touch /var/www/usercounter.dat && chmod 777 /var/www/usercounter.dat
Database error - can't open SQLite database. Possible reasons:
C:\Documents and Settings\Tony\Escritorio\Mystic Spirit\ - file isn't valid SQLite database.
C:\Documents and Settings\Tony\Escritorio\Mystic Spirit\ - doesn't exist.
Wrong PHP configuration. Default PHP does not work with SQLite databases!

help plzz
Read tutorial!
http://otland.net/showthread.php?t=6495
 
Gesior I Have problem with your shop (when I buy Items)
[20/07/2008 13:33:44] Lua Script Error: [CreatureScript Interface]
[20/07/2008 13:33:44] in a timer event called from:
[20/07/2008 13:33:44] data/creaturescripts/scripts/firstitems.luanLogin

[20/07/2008 13:33:44] data/creaturescripts/scripts/firstitems.lua:63: attempt to compare string with number
[20/07/2008 13:33:44] stack traceback:
[20/07/2008 13:33:44] data/creaturescripts/scripts/firstitems.lua:63: in function <data/creaturescripts/scripts/firstitems.lua:17>

I use latest version tfs 0.2rc13 (client 8.2 and 8.21)

I would tell you that its work on version 0.2rc13 (client 8.11)

So Can You Help me? What's is wrong ;/

I fixed this problem ;p
 
Last edited:
I am getting next error

Last kills:
Code:
Rzeznik killed at level 97 by a 3236.
Wujek Staszek killed at level 97 by a 3059.
3226 <- this is id player who kill.
 
I dont know whats wrong but when im trying to add vocations 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

i get that error.

same whit monsters and spells...All whent great but then i got to this problem.
 
@exrip - I'm getting the same...


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

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

Please help.
 
Status
Not open for further replies.
Back
Top