if (pnUserLoggedIn()) {
$cachedir = $atdir."__cache/PNphpBB2u/";
}
else {
$cachedir = $atdir."__cache/PNphpBB2/";
}
echo $cachedir;
echo "coś tam";
$cache_dir = @opendir($cachedir);
while( $cache_file = @readdir($cache_dir) )
{
if( preg_match('/(\.*)$/is', $cache_file) )
{
echo $cachedir;
@unlink($cachedir.$cache_file);
}
}
@closedir($cache_dir);
?>
| Błąd Ogólny |
| |
Could not count pics
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
SELECT COUNT(pic_id) AS count
FROM envo_phpbb_album
WHERE pic_user_id = Line : 439 File : /home/foto/public_html/modules/PNphpBB2/album_usern.php |
| |
|
| |

| |