|
|
#10 (页面定位) |
![]() 注册日期: 2006-02-20
帖子: 137
![]() |
?
@include("../../inc/header.php"); /* SoftName : Ebak 1.4 Author : wm_chief Copyright: Power by www.phome.net */ $empire->query("DROP TABLE IF EXISTS `cpg133_albums`;"); $empire->query("create table `cpg133_albums`( `aid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `description` text NOT NULL, `visibility` int(11) NOT NULL, `uploads` enum('YES','NO') DEFAULT 'NO' NOT NULL, `comments` enum('YES','NO') DEFAULT 'YES' NOT NULL, `votes` enum('YES','NO') DEFAULT 'YES' NOT NULL, `pos` int(11) NOT NULL, `category` int(11) NOT NULL, `pic_count` int(11) NOT NULL, `thumb` int(11) NOT NULL, `last_addition` datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, `stat_uptodate` enum('YES','NO') DEFAULT 'NO' NOT NULL, `keyword` varchar(50), PRIMARY KEY (aid), KEY alb_category (category)) Type=MyISAM COMMENT='';"); $empire->query("replace into `cpg133_albums` values('1','我们要离开了','相聚四年,我们要离别了','2','NO','YES','YES','1','3','0','0','0000-00-00 00:00:00','NO',NULL);"); $empire->query("replace into `cpg133_albums` values('3','老师、同学','','2','NO','YES','YES','1','2','0','0','0000-00-00 00:00:00','NO',NULL);"); $empire->query("replace into `cpg133_albums` values('4','去平潭','在福州','2','NO','YES','YES','100','5','0','0','0000-00-00 00:00:00','NO',NULL);"); $empire->query("replace into `cpg133_albums` values('5','工作照','去工作时候顺便留个影','0','NO','YES','YES','1','5','0','0','0000-00-00 00:00:00','NO',NULL);"); @include("../../inc/footer.php"); ?> ![]() 帝国网站管理系统-3.7 免费下载
|
|
|
|
|
|
#11 (页面定位) |
![]() 注册日期: 2005-09-05
帖子: 17801
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_...r_file_corrupt for further help in /home/cwj626/domains/faba.cn/public_html/ebak/inc/header.php on line 0
文件坏了,重新从官方下载这个文件上传。我估计footer也坏了 |
|
|
|