• 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

Sorry for double post but I must correct fisrt post. Its my fault, all works perfectly.
 
Help error in open charinfo

Fatal error: Cannot redeclare saveconfig_ini() (previously declared in C:\Inetpub\vhosts\xxxxxxx\httpdocs\tibia\config-and-functions.php:99) in C:\Inetpub\vhosts\ufi.com.br\httpdocs\tibia\config-and-functions.php on line 110

my line in php

PHP:
//###################### FUNCTIONS ######################
//save config in ini file
function saveconfig_ini($config)
{
	$file = fopen("config/config.ini", "w");
	foreach($config as $param => $data)
	{
$file_data .= $param.' = "'.str_replace('"', '', $data).'"
';
	}
	rewind($file);
	fwrite($file, $file_data);
	fclose($file);
}
Thanks
 
PHP:
Scanned file:   pro-stats.zip

pro-stats.zip/charinfo.php - OK
pro-stats.zip/charts.php - OK
pro-stats.zip/charts.swf - OK
pro-stats.zip/charts.swf - OK
pro-stats.zip/exphist.php - OK
pro-stats.zip/onlinetime.php - OK
pro-stats.zip/charts_library/.DS_Store - OK
pro-stats.zip/charts_library/arno.swf - OK
pro-stats.zip/charts_library/arno.swf - OK
pro-stats.zip/charts_library/arst.swf - OK
pro-stats.zip/charts_library/arst.swf - OK
pro-stats.zip/charts_library/brfl.swf - OK
pro-stats.zip/charts_library/brfl.swf - OK
pro-stats.zip/charts_library/brno.swf - OK
pro-stats.zip/charts_library/brno.swf - OK
pro-stats.zip/charts_library/brst.swf - OK
pro-stats.zip/charts_library/brst.swf - OK
pro-stats.zip/charts_library/cl3d.swf - OK
pro-stats.zip/charts_library/cl3d.swf - OK
pro-stats.zip/charts_library/clfl.swf - OK
pro-stats.zip/charts_library/clfl.swf - OK
pro-stats.zip/charts_library/clno.swf - OK
pro-stats.zip/charts_library/clno.swf - OK
pro-stats.zip/charts_library/clp3.swf - OK
pro-stats.zip/charts_library/clp3.swf - OK
pro-stats.zip/charts_library/cls3.swf - OK
pro-stats.zip/charts_library/cls3.swf - OK
pro-stats.zip/charts_library/clst.swf - OK
pro-stats.zip/charts_library/clst.swf - OK
pro-stats.zip/charts_library/cnno.swf - OK
pro-stats.zip/charts_library/cnno.swf - OK
pro-stats.zip/charts_library/lnno.swf - OK
pro-stats.zip/charts_library/lnno.swf - OK
pro-stats.zip/charts_library/mxno.swf - OK
pro-stats.zip/charts_library/mxno.swf - OK
pro-stats.zip/charts_library/pi3d.swf - OK
pro-stats.zip/charts_library/pi3d.swf - OK
pro-stats.zip/charts_library/pino.swf - OK
pro-stats.zip/charts_library/pino.swf - OK
pro-stats.zip/charts_library/pono.swf - OK
pro-stats.zip/charts_library/pono.swf - OK
pro-stats.zip/charts_library/scno.swf - OK
pro-stats.zip/charts_library/scno.swf - OK
pro-stats.zip/characters.php - OK

@Moqill:
Did you know that i love you?
testing now
 
Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\tfs\exphist.php on line 21

Also using TFS 0.3.2 Crying Damson
 
Hmm, for me don't save playtime...

Btw. i don't have file "global.lua"
So where i need put this:
InitHistory = 0
?
 
There is a way to make the graphs in the char profile -> tables? if so, tell me how
 
Back
Top