błąd w sessions.php:
Kod:
function append_sid($url, $non_html_amp = false)
{
global $SID;
if ( !empty($SID) && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') !== false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
na
Kod:
function append_sid($url, $non_html_amp = false)
{
global $SID, $sfc;
$is_spider = user_is_spider();
if ( !defined('IN_ADMIN') && $sfc['mod_rewrite_enabled'] && (!$sfc['spiders_only'] || ($sfc['spiders_only'] && $is_spider)) )
{
$url = mod_rewrite_replace($url, $non_html_amp);
}
if ( !empty($SID) && !$is_spider && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
prawdiłowo powinno sięzmienić na:
Kod:
function append_sid($url, $non_html_amp = false)
{
global $SID, $sfc;
$is_spider = user_is_spider();
if ( !defined('IN_ADMIN') && $sfc['mod_rewrite_enabled'] && (!$sfc['spiders_only'] || ($sfc['spiders_only'] && $is_spider)) )
{
$url = mod_rewrite_replace($url, $non_html_amp);
}
if ( !empty($SID) && !$is_spider && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
return $url;
}
tak powinno wyglądac
by devilish
a plik function_color_rank.php usuwa link w who is on line

poprostu jest tylko ranka, bez przedrostka i linku do profilu
instalowałem na phpBB 2.0.18 + CR2