路过 [博客] [个人文集] 警告次数: 1
加入时间: 2007/06/27 文章: 1578
经验值: 16928
|
|
|
作者:路过 在 众议院 发贴, 来自 http://www.hjclub.org
我没有修改那个帖子。
而且,那个 "onmouseover"是猜测。我是看显示出错信息网页的源码中看到的。
不知道那个部分是显示出错信息网页生成时自动加的,还是数据库中post_content的里面就包含的。
我使用的是操作是[个人设置]中的:
[将我以前的文集全部导入到blog里面 (如果已经导入过,无需再点击)]
也许你使用的是其他的操作?
据狼协说,一个个导入应该没问题。
-------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="shortcut icon" href="images/favicon.ico" >
<link rel="top" href="./index.php" title="海纳百川首页" />
<link rel="search" href="./search.php" title="搜索" />
<link rel="help" href="./faq.php" title="帮助" />
<link rel="author" href="./memberlist.php" title="会员列表" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.hjclub.com:/bbs/rss.php" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.hjclub.com:/bbs/rss.php?atom" />
<title>海纳百川 :: </title>
<link rel="stylesheet" href="templates/cnphpbbice/cnphpbbice.css" type="text/css">
<!-- Start add - Birthday MOD -->
<!-- End add - Birthday MOD -->
<script language="javascript" type="text/javascript">
<!--
var tags = new Array( 'span','div','td','tr','p','table','emphasis','a','h1','h2','h3','pre','sub','sup','i','th','cp','ul','ol','li','dt','dd');
//var tags = new Array( 'div','td','p','table','a','h1','h2','h3','pre');
var pixelArray = new Array('10','12','16','20','22','26','30');
var pixelArray1 = new Array('7pt','9pt','11pt','20px','22px','26px','30px');
var emarray= new Array('7pt','9pt','11pt','20px','22px','26px','30px');
var spacings = new Array('0','0','0','1','1','2','2');
var lineheights = new Array('0','0','0','130%','150%','200%','200%');
var initSize = 2;
function fontSizerReal(inc,unit, all) {
if (!document.getElementById)
return;
var size = initSize;
size += inc;
if (size < 0 ) {
size = 0;
}
if (size > 6 ) {
size = 6;
}
initSize = size;
getBody = document.getElementsByTagName('body')[0];
for (i = 0 ; i < tags.length ; i++ ) {
getallTags = getBody.getElementsByTagName(tags[i]);
for (k = 0 ; k < getallTags.length ; k++) {
if (getallTags[k].className == "topictitle2" || all)
getallTags[k].style.fontSize = pixelArray[size]+"px";
else if (getallTags[k].className == "topictitle5" )
getallTags[k].style.fontSize = pixelArray[size]+"px";
else if (getallTags[k].className == "postbody2" ) {
getallTags[k].style.fontSize = pixelArray1[size];
}
getallTags[k].style.letterSpacing = spacings[size];
if (lineheights[size] != 0)
getallTags[k].style.lineHeight = lineheights[size];
}
}
}
function fontSizer(inc,unit) {
fontSizerReal(inc,unit, false);
}
function setImageDimensions(gotImage)
{
if(gotImage.width > 750) {
gotImage.width = 750;
}
}
function changeImageDimensions(gotImage, type)
{
if(gotImage.width > 750 && type == 'out') {
gotImage.width = 750;
return;
}
if(type == 'over') {
gotImage.removeAttribute('width');
}
}
function onload1(){
}
//-->
</script>
<script language="Javascript" type="text/javascript">
<!--
function setCheckboxes(theForm, elementName, isChecked)
{
var chkboxes = document.forms[theForm].elements[elementName];
var count = chkboxes.length;
if (count)
{
for (var i = 0; i < count; i++)
{
chkboxes[i].checked = isChecked;
}
}
else
{
chkboxes.checked = isChecked;
}
return true;
}
//-->
</script>
<Script LANGUAGE="JavaScript">
// no allow to frame all page...
if(self!=top){top.location=self.location;}
</script>
<script type=text/javascript>
function menuFix() {
navs= document.getElementsByName("nav");
if (navs == null)
return ;
for (var j=0; j<navs.length; j++){
var sfEls = navs[j].getElementsByTagName("li");
if (sfEls == null)
continue ;
for (var i=0; i<sfEls.length; i++)
{
sfEls[i].onmouseover=function()
{
this.className+=(this.className.length>0? " ":
"") + "sfhover";
}
sfEls[i].onMouseDown=function()
{
this.className+=(this.className.length>0? " ":
"") + "sfhover";
}
sfEls[i].onMouseUp=function()
{
this.className+=(this.className.length>0? " ":
"") + "sfhover";
}
sfEls[i].onmouseout=function()
{
this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"),"");
}
}
}
}
</script>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4" onload="javascript:onload1();menuFix();">
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyline" align="center">
<tr >
<td class="topnav"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10%"><!--<a href="../index.php"><img src="templates/cnphpbbice/images/sitelogo.jpg" border="0" alt="海纳百川首页" /></a>--></td>
<td align="center" width="80%" valign="middle">
<span class="maintitle">海纳百川</span><br /><span class="gen"><br /></span></td>
<td align="center" nowrap width="10%"><!--
<a href="memberlist.php" class="mainmenu">会员列表</a><br>
<a href="topn.php" class="mainmenu">排 行 榜</a><br>
<a href="favorites.php" class="mainmenu">收 藏 夹</a> <br>
<a href="faq.php" class="mainmenu">-=帮助=-</a> -->
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="#A8DEBE">
<tr>
<td ><span class="mainmenu"><a href="login.php?logout=true&sid=2b2cc907b6ccb76c60facb40f0949470" class="mainmenu">注销 [ 路过 ]</a> | <a href="privmsg.php?folder=inbox" class="mainmenu">站内短信</a> | <a href="profile.php?mode=editprofile" class="mainmenu">个人设置</a></span></td>
<td align="right"> <span class="mainmenu">
<a href="../index.php" class="mainmenu">网站首页</a> |
<a href="index.php" class="mainmenu">论坛首页</a> |
<a href="../blog/index.php" class="mainmenu">博客</a> |
<!-- <a href="../photos/index.php" class="mainmenu">相簿</a> |
<a href="../collection.php" class="mainmenu">个人文集</a> |
<a href="../discussion.php" class="mainmenu">专题</a> |
<a href="viewtopic.php?p=956999" class="mainmenu"><font color="Red">广告位价格</font></a> |
<a href="viewtopic.php?p=858467" class="mainmenu" target="_blank">版规</a> |
<a href="http://project.haiguinet.com" class="mainmenu" target="_blank">团队平台</a> | -->
<a href="search.php" class="mainmenu">搜索</a> |
<a href="favorites.php" class="mainmenu">收藏夹</a> |
<a href="faq.php" class="mainmenu">帮助</a> |
<a href="groupcp.php" class="mainmenu">团队</a>
| <a href="./rsspage.php" class="mainmenu">RSS</a> </span>
</td>
</tr>
<tr bgcolor="#C1C3D2">
<td height="2" colspan="2"></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" height="4" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="1" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" class="nav"><a href="index.php" class="nav">海纳百川首页</a></td>
</tr>
</table>
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<th class="thHead" height="25"><b>普通错误</b></th>
</tr>
<tr>
<td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><span class="gen"><font color="#FF3333">如果下面的错误信息不能帮助你解决问题,请与管理员联系<a href="mailto:[email protected]">[email protected]</a>,请务必把出现的错误信息一同发给我们,谢谢!</font><br>Could not insert or update blog post.<br /><br /><b><u>DEBUG MODE</u></b><br /><br />INSERT INTO wp_posts
(post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order,pinged,post_content_filtered)
VALUES
('203', '2007-10-20 23:11:53', '2007-10-20 15:11:53', 'with a cover copy:
The leaders meet,
the cities grow,
the peasants are left behind.
这张照片网络版上没有:
Books for all, chairs for some
<br><a href="uploadfiles/200710201194353386.jpg" target="_blank"><img onload="setImageDimensions(this)" onmouseover="changeImageDimensions(this, 'over')" onmouseout="changeImageDimensions(this, 'out')" src="uploadfiles/200710201194353386.jpg" border="0" title="click to view fullsize image"/></a><br>
The Economist October 13th-19th 2007
<a href="http://www.economist.com/printedition/index.cfm?d=20071013" target="_blank" class="postlink">http://www.economist.com/printedition/index.cfm?d=20071013</a>
The cover story:
<a href="http://www.economist.com/opinion/displaystory.cfm?story_id=9947069" target="_blank" class="postlink">http://www.economist.com/opinion/displaystory.cfm?story_id=9947069</a>', '最近The Economist封面文章:China, beware', '', 'publish', 'open', 'open', '', '', 'http://www.hjclub.com/bbs/viewtopic.php?t=2660104', '2007-10-20 23:11:53', '2007-10-20 15:11:53', '0', '0','','')<br /><br />Line : 1665<br />File : functions.php</span></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<br clear="all" />
<div align="center"><span class="copyright"><br /><br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><a href="#top"><img src="templates/cnphpbbice/images/arrow.gif" width="33" height="11" border="0"></a></td>
</tr>
</table>
based on phpbb, All rights reserved.
</td>
</tr>
</table>
<!--
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><a href="http://www.hjclub.com:/bbs/rss.php?f=0"><img src="../images/rss.gif" border="0" /></a></td>
</tr>
</table>
-->
<table width="100%" align="center" border="0" cellpadding="3">
<tr>
<td align="center">
<span class="gensmall"><span class="copyright">
[ Page generation time: 11.289227 seconds ] :: [ 9 queries excuted ] :: [ GZIP compression enabled ]
</span></span>
</td>
</tr>
</table>
<!-- BEGIN google analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-302917-1";
urchinTracker();
</script>
<!-- END google analytics -->
</body>
</html>
作者:路过 在 众议院 发贴, 来自 http://www.hjclub.org |
|
|