Kod: Tümünü seç
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
[phpBB Debug] PHP Notice: in file /wp-united/wpu-actions.php on line 198: Undefined variable: poster_id
http://anonymouse.org/cgi-bin/anon-www. ... metsiz.net
Konu sayfası:
http://anonymouse.org/cgi-bin/anon-www. ... -t148.html
wpu actions dosyasının 198. satırı:
Kod: Tümünü seç
if ((!isset($user_cache[$poster_id])) && !empty($bloglink_id)) {
Kod: Tümünü seç
function generate_viewtopic_link($bloglink_id, &$cache) {
global $wpSettings, $wpuAbs, $phpbb_root_path, $phpEx;
require_once($phpbb_root_path . 'wp-united/mod-settings.' . $phpEx);
$wpSettings = (empty($wpSettings)) ? get_integration_settings() : $wpSettings;
if ( $wpSettings['installLevel'] == 10 ) {
if (!empty($wpSettings['buttonsPost'])) {
if ((!isset($user_cache[$poster_id])) && !empty($bloglink_id)) {
if ($poster_id == ANONYMOUS) {
$cache['blog_img'] = '';
$cache['blog_link'] = '';
} else {
$cache['blog_img'] = ''; //TODO: SET FOR SUBSILVER!!
$cache['blog_link'] = append_sid($wpSettings['blogsUri'] . "?author=" . $bloglink_id);
}
}
}
}
}