Super Danke!
Hmm aber ich bekomme jetzt diese Meldung obwohl ich es 1zu1 übernommen habe

(verträgt sich wohl nicht mit Post Rostratings)
Warning: strpos() [function.strpos]: Empty delimiter. in
/www/htdocs/websites/wp-content/plugins/postratings/postratings.php on line
975 Warning: strpos() [function.strpos]: Empty delimiter. in
/www/htdocs/websites/wp-content/plugins/useronline/useronline.php on line
778 Warning: Cannot modify
header information - headers already sent by (output started at /www/htdocs/websites/wp-
content/plugins/postratings/postratings.php:975) in
/www/htdocs/websites/wp-includes/pluggable.php on line
390
Hier mal die Zeilen aus der Meldung:
Postratings ab Zeile 975:
PHP-Code:
### Function: Plug Into WP-Stats
if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) {
add_filter('wp_stats_page_admin_plugins', 'postratings_page_admin_general_stats');
add_filter('wp_stats_page_admin_most', 'postratings_page_admin_most_stats');
add_filter('wp_stats_page_plugins', 'postratings_page_general_stats');
add_filter('wp_stats_page_most', 'postratings_page_most_stats');
}
Useronline ab Zeile 778:
PHP-Code:
### Function: Plug Into WP-Stats
if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) {
add_filter('wp_stats_page_admin_plugins', 'useronline_page_admin_general_stats');
add_filter('wp_stats_page_plugins', 'useronline_page_general_stats');
}
Pluggable Zeile 390:
PHP-Code:
header("Location: $location");
Vielleicht hilft dir das ja weiter ! ?