zb4问题解答
帖子数 309
我去重庆终于回来了,因为五一要休息的嘛,过节后又要去哦。emoticon_11
我新站已经建立起来了哦,把你的链接加入到感谢里面了呵呵。
我只有首页想调用每个板块的内容不会,代码是根据你们写的教程来的啊,奇怪了啊。
<?php
aoto
$_zb_url = "http://www.hihiokok.com/bbs";
$_zb_path = "D:webroot(15) hostwwwbbs";
include $_zb_path."outlogin.php";
?>
<table width="97%" height="365" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" colspan="3"><strong><img src="img/popoico.gif" width="14" height="14"><span class="style1"> 更新日志</span></strong> </td>
<td width="50%"> </td>
<td width="33%" height="26" align="right" class="style3"><img src="img/reply_head.gif" width="7" height="6"><a href="http://www.hihiokok.com/bbs/zboard.php?id=notice">MORE</a></td>
</tr>
<tr>
<td background="img/b/linedot.gif" height="1" colspan="5"><img src="img/b/linedot.gif" width="43" height="1"></td>
</tr>
<tr>
<td height="84" colspan="3"><img src="img/o1.jpg" width="86" height="78"></td>
<td height="84" colspan="2"><? print_bbs("clover_SkinVer2", "本站公告", "notice", 1, 10)?></td>
</tr>
这是其中一段,应该没有问题吧?
* 帖子已被乐乐先生/小姐移动。 (2007-03-19 17:54)
我新站已经建立起来了哦,把你的链接加入到感谢里面了呵呵。
我只有首页想调用每个板块的内容不会,代码是根据你们写的教程来的啊,奇怪了啊。
<?php
aoto
$_zb_url = "http://www.hihiokok.com/bbs";
$_zb_path = "D:webroot(15) hostwwwbbs";
include $_zb_path."outlogin.php";
?>
<table width="97%" height="365" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" colspan="3"><strong><img src="img/popoico.gif" width="14" height="14"><span class="style1"> 更新日志</span></strong> </td>
<td width="50%"> </td>
<td width="33%" height="26" align="right" class="style3"><img src="img/reply_head.gif" width="7" height="6"><a href="http://www.hihiokok.com/bbs/zboard.php?id=notice">MORE</a></td>
</tr>
<tr>
<td background="img/b/linedot.gif" height="1" colspan="5"><img src="img/b/linedot.gif" width="43" height="1"></td>
</tr>
<tr>
<td height="84" colspan="3"><img src="img/o1.jpg" width="86" height="78"></td>
<td height="84" colspan="2"><? print_bbs("clover_SkinVer2", "本站公告", "notice", 1, 10)?></td>
</tr>
这是其中一段,应该没有问题吧?
* 帖子已被乐乐先生/小姐移动。 (2007-03-19 17:54)



$_zb_url = "http://www.hihiokok.com/bbs/";//必须有"/"这个
$_zb_path = "D:/webroot/(15) host/www/bbs/";
这样复制看看.