挂弹窗影响百度排名么?
刘胡兰同志对这敌人雪亮的镰刀毫无畏惧,大声喊道“敏感词万岁,敏感词万岁”
嗯,敏感词万岁~~~~进入正题,弹窗影响百度排名么?
回答:知道alexa工具栏么,知道百度工具栏么?百度工具栏是不是可以统计和拦截弹窗啊?
到这里位置,东莞妇科www.22222262.com招聘友情链接,有好点的站的给我带带~~~~
刘胡兰同志对这敌人雪亮的镰刀毫无畏惧,大声喊道“敏感词万岁,敏感词万岁”
嗯,敏感词万岁~~~~进入正题,弹窗影响百度排名么?
回答:知道alexa工具栏么,知道百度工具栏么?百度工具栏是不是可以统计和拦截弹窗啊?
到这里位置,东莞妇科www.22222262.com招聘友情链接,有好点的站的给我带带~~~~
RewriteEngine On
RewriteBase /
RewriteRule ^archiver/((fid|tid)-[\w\-]+\.html)$ archiver/index.php?$1
RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2
RewriteRule ^tag-(.+)\.html$ tag.php?name=$1
复制以下代码到index.php替换即可
<?php
if(!file_exists(dirname(__FILE__) . “/data/common.inc.php”))
{
header(“Location:install/index.php”);
exit();
}
require_once (dirname(__FILE__) . “/include/common.inc.php”);
require_once DEDEINC.”/arc.partview.class.php”;
$GLOBALS['_arclistEnv'] = ‘index’;
$row = $dsql->GetOne(“Select * From `#@__homepageset`”);
$row['templet'] = MfTemplet($row['templet']);
$pv = new PartView();
$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . “/” . $row['templet']);
$pv->Display();
?>
解决办法:dede 系统–执行SQL语句
ALTER TABLE `#@__admintype` CHANGE `rank` `rank` FLOAT( 6 ) DEFAULT ’1′;
UPDATE `#@__admintype` set `rank`=(5 + (`rank`/10)) where `rank` > 10;
ALTER TABLE `#@__admin` CHANGE `usertype` `usertype` FLOAT( 6 ) UNSIGNED DEFAULT ’0′;
UPDATE `#@__admin` set `usertype`=(5 + (`usertype`/10)) where `usertype` > 10;
INSERT INTO `#@__sysconfig` (`aid`, `varname`, `info`, `groupid`, `type`, `value`) VALUES (746, ‘cfg_album_mark’, ‘图集是否使用水印(小图也会受影响)’, 3, ‘bool’, ‘N’);
ALTER TABLE `#@__arctype` ADD `seotitle` VARCHAR( 80 ) NOT NULL DEFAULT ” AFTER `keywords` ;
UPDATE `#@__arctype` set `seotitle` = `typename`;
ALTER TABLE `#@__arctype` CHANGE `keywords` `keywords` VARCHAR( 60 ) NOT NULL DEFAULT ”;
ALTER TABLE `#@__tagindex` ADD `typeid` SMALLINT( 5 ) UNSIGNED DEFAULT ’0′ NOT NULL AFTER `tag` ;