• 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][TFS 0.3]Powergamers and online time stats

I need help to translate two more things ^^

These:

Experience zdobyte danego dnia
Godzin Online danego dnia

Would you help me please?! :D
 
Please help me :(
I'm not from poland and I don't understand their language.. :/
 
Everything is in polish :(
Code:
Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\onlinetime.php on line 20
 
I need help to translate two more things ^^

These:

Experience zdobyte danego dnia
Godzin Online danego dnia

Would you help me please?! :D

Experience gained by day
Hours online by day
 
You must:
- use Gesior acc. maker
- use MySQL database
- use TFS 0.3 pre-alpha in version (rev.) 900 or higher EDIT: or 0.2.13 compiled with parameter "-D__GLOBAL_STORAGE__"

But u can always try maybe its work on TFS 0.2

koli~~
 
Question plx

I have a problem...

in char info, how i can change the lenguaje?

the graphic is in pl i whant spanish or english.

waiting for an answer ^_^

Yours.
Richi~
 
I have a problem...

in char info, how i can change the lenguaje?

the graphic is in pl i whant spanish or english.

waiting for an answer ^_^

Yours.
Richi~
In charinfo.php is:
PHP:
$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Experience danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
and:
PHP:
$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Godzin Online danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
and:
PHP:
$chart [ 'chart_data' ] = array ( array ( "", "7 dni temu", "","6 dni temu", "", "5 dni temu", "", "4 dni temu", "", "3 dni temu", "", "2 dni temu", "", "1 dni temu", "", "Dzisiaj"),
										  array ( "Experience zdobyte danego dnia", $player_exp[7],"",$player_exp[6], "",$player_exp[5], "",$player_exp[4], "",$player_exp[3], "", $player_exp[2], "", $player_exp[1], "", $player_exp[0]));
dni temu = days ago
 
I have a problem who knows how to do the table exp, from above great thanks for the help
 
i have problems gensior how I am supposed to go this graph through exp
tabela_exp.png
 
Back
Top