NOTICE: Undefined index: cn in /www/wwwroot/test.com/protected/tmp/eb87d54303c29f171a59a9bfeb6d046d.1740552840.main_storydetails.html.php on line 33
- /www/wwwroot/test.com/protected/lib/speed.php on line 524
519.
$msg = "ERROR";
520.
if($errno == E_WARNING)$msg = "WARNING";
521.
if($errno == E_NOTICE)$msg = "NOTICE";
522.
if($errno == E_STRICT)$msg = "STRICT";
523.
if($errno == 8192)$msg = "DEPRECATED";
524.
525.
err("$msg: $errstr in $errfile on line $errline");
}
526.
function err($msg){
527.
$msg = htmlspecialchars($msg);
528.
$traces = debug_backtrace();
529.
if(!empty($GLOBALS['err_handler'])){
- /www/wwwroot/test.com/protected/tmp/eb87d54303c29f171a59a9bfeb6d046d.1740552840.main_storydetails.html.php on line 33
28.
<div class="ax-panel" axPanel="arrow:{enable:false}">
29.
<div class="ax-panel-body ax-article" style="text-align: center !important;">
30.
<div class="ax-row ax-split">
31.
32.
<div class="ax-col ax-col-12" style="padding: 5px;">
33.
34.
<h1 style="margin-top: 45px;margin-left: 10px;"><?php echo htmlspecialchars($result['cn']['title'], ENT_QUOTES, "UTF-8"); ?></h1>
<article>
35.
<blockquote>
36.
<a href="http://story.renbenai.com" target="_blank">故事来自人本智汇熊猫天天AI故事</a>
37.
群推网 <a href="http://www.phoenixfm.cn" target="_blank">http://www.phoenixfm.cn</a> 推荐
38.
<a href="https://story.renbenai.com" target="_blank" class="layui-font-purple" alt="创作故事">我也写个故事?</a>
- /www/wwwroot/test.com/protected/tmp/d856a5ab21f08a71ffb29ab2869b4b0a.1741828541.layout.html.php on line 585
580.
581.
<?php endif; ?>
582.
583.
</div>
584.
<div class="ax-col ax-col-10">
585.
586.
<?php include $_view_obj->compile($__template_file); ?>
</div>
587.
<div class="ax-col ax-col-1">
588.
<?php if ($game_tutorial) : ?>
589.
<div class="ax-panel ax-margin" axPanel>
590.
<div class="ax-panel-header">
- /www/wwwroot/test.com/protected/lib/speed.php on line 401
396.
$complied_file = $this->compile($tempalte_name);
397.
398.
@ob_start();
399.
extract($this->template_vals, EXTR_SKIP);
400.
$_view_obj = & $this;
401.
402.
include $complied_file;
403.
return ob_get_clean();
404.
}
405.
406.
public function assign($mixed, $val = ''){
- /www/wwwroot/test.com/protected/lib/speed.php on line 213
208.
$this->_auto_display = false;
209.
210.
if($return){
211.
return $this->_v->render($tpl_name);
212.
}else{
213.
214.
echo $this->_v->render($tpl_name);
}
215.
}
216.
}
217.
218.
class Model{
- /www/wwwroot/test.com/protected/lib/speed.php on line 100
95.
$controller_obj = new $controller_name();
96.
$controller_obj->$action_name();
97.
98.
if($controller_obj->_auto_display){
99.
$auto_tpl_name = (empty($__module) ? '' : $__module.DS).$__controller.'_'.$__action.'.html';
100.
101.
if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
}
102.
103.
function url($c = 'main', $a = 'index', $param = array()){
104.
if(is_array($c)){
105.
$param = $c;
- /www/wwwroot/test.com/index.php on line 8
3.
header('Access-Control-Allow-Origin: *');
4.
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5.
header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
6.
define('APP_DIR', realpath('./'));
7.
define("APP_PATH",dirname(__FILE__));
8.
require(APP_DIR.'/protected/lib/speed.php');