当前位置: 首页 > 工具软件 > Sakurairo > 使用案例 >

外星php,404.php · 外星飞碟/Sakurairo - Gitee.com

谢和颂
2023-12-01

/**

* The template for displaying 404 pages (not found).

*

* @link https://codex.wordpress.org/Creating_an_Error_404_Page

*

* @package Akina

*/

?>

>

<?php global $page, $paged;wp_title( '-', true, 'right' );

bloginfo( 'name' );$site_description = get_bloginfo( 'description', 'display' );

if ( $site_description && ( is_home() || is_front_page() ) ) echo " - $site_description";if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( 'page %s'), max( $paged, $page ) );/*第 %s 页*/?>

var the_url=window.location.href;

var the_dom="<?php echo str_replace("http://", "", str_replace("https://", "", get_site_url())); ?>";

var no_report = false;

if (the_dom!= '2heng.xin') {

no_report = true;

}

var the_ua=navigator.userAgent;

var the_ref=document.referrer;

function httpGet(theUrl) {

var xmlHttp = new XMLHttpRequest();

xmlHttp.open( "GET", theUrl, false ); // false for synchronous request

xmlHttp.send( null );

return xmlHttp.responseText;

}

var report_url = "https://api.mashiro.top/count/404/?" + "url="+the_url+"&ua="+the_ua+"&ref="+the_ref;

if (!no_report) httpGet(report_url);

一键复制

编辑

Web IDE

原始数据

按行查看

历史

 类似资料: