

















WyriHaximus wrote:The images with the current rank added to them are cached for atleast 1 day to prevent extra load on the server. So yes it's possible that a sites rank is displayed lower/high then the actual rank for that moment.
It seems your cron file contains a parse error, it should be around line 258 is it possible something went wrong editing that file?


mods/toplist_mod/dload.php?id=2"




workedTry clearing mods/toplist_mod/cache/.
















WyriHaximus wrote:There are a few tiny things about it I wanne change anyway to improve it might aswell take a peek at that again.







add_log('admin', 'LOG_PURGE_CACHE');
break;
} // Toplist MOD
$dir = $phpbb_root_path . "mods/toplist_mod/cache/";
$d = dir($dir);
while (false !== ($entry = $d->read())) {
@unlink($dir . $entry);
}
$d->close();
// Toplist MOD


Users browsing this forum: No registered users and 2 guests