INSERT INTO tb_visit (host,refer,ip,time,date,user_agent) VALUES ('nangong','http://www.qin258.com/','34.237.124.210',1614513319,'2021-02-28 19:55:19','CCBot/2.0 (https://commoncrawl.org/faq/)')
执行错误: The table 'tb_visit' is full
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/SpeedPHP/Drivers/mysqli.php on line 62
57.
{
58.
$this->arrSql[] = $sql;
59.
if( $result = mysqli_query($this->conn, $sql) ){
60.
return $result;
61.
}else{
62.
63.
spError("{$sql}<br />执行错误: " . mysqli_error($this->conn));
}
64.
}
65.
66.
/**
67.
* 返回影响行数
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/SpeedPHP/Core/spModel.php on line 135
130.
}
131.
$col = join(',', $cols);
132.
$val = join(',', $vals);
133.
134.
$sql = "INSERT INTO {$this->tbl_name} ({$col}) VALUES ({$val})";
135.
136.
if( FALSE != $this->_db->exec($sql) ){ // 获取当前新增的ID
if( $newinserid = $this->_db->newinsertid() ){
137.
return $newinserid;
138.
}else{
139.
return array_pop( $this->find($row, "{$this->pk} DESC",$this->pk) );
140.
}
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/SpeedPHP/Extensions/spSeo.php on line 160
155.
"ip" => $ip,
156.
"time" => time(),
157.
"date" => date("Y-m-d H:i:s"),
158.
"user_agent" => $_SERVER['HTTP_USER_AGENT'],
159.
);
160.
161.
$visitModel->create($newrow);
}
162.
163.
function get_url() {
164.
# 解决通用问题
165.
$requestUri = '';
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/SpeedPHP/Extensions/spSeo.php on line 28
23.
$seo["header_img"] = $GLOBALS['G_SP']["header_img"];
24.
$seo["domain"] = $GLOBALS['G_SP']["domain"];
25.
$seo["info"] = $GLOBALS['G_SP']["info"];
26.
27.
$seo["http_host"] = $host;
28.
29.
$this->record_visit($host_suffix);
return $seo;
30.
}
31.
32.
//暂时不处理这个方法
33.
public function getSeoByHost($host_suffix) {
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/controller/main.php on line 8
3.
class main extends spController {
4.
5.
//获取网站首页的信息
6.
public function index() {
7.
$seoClass = spClass("spSeo");
8.
9.
$seo = $seoClass->getSeo();
if ($seo["host"] == "www") {
10.
$this->www($seo);
11.
} else if ($seo[type] == "category") {
12.
$this->category($seo);
13.
} else if ($seo[type] == "area") {
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/SpeedPHP/spFunctions.php on line 21
16.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
17.
eval($GLOBALS['G_SP']["dispatcher_error"]);
18.
exit;
19.
}
20.
// 路由并执行用户代码
21.
22.
$handle_controller->$__action();
// 控制器程序运行完毕,进行模板的自动输出
23.
if(FALSE != $GLOBALS['G_SP']['view']['auto_display']){
24.
$__tplname = $__controller.$GLOBALS['G_SP']['view']['auto_display_sep'].
25.
$__action.$GLOBALS['G_SP']['view']['auto_display_suffix']; // 拼装模板路径
26.
$handle_controller->auto_display($__tplname);
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/qin258/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/qin258/index.php on line 5
1.
<?php
2.
define("APP_PATH",dirname(__FILE__));
3.
define("SP_PATH",dirname(__FILE__).'/SpeedPHP');
4.
require(SP_PATH."/SpeedPHP.php");
5.
spRun();