|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
php manual(PHP手册)肯定是要从网上下载一个的,它很权威,也很全面,我自己认为它是一本很好的参考书,但是不适合新手当教材使用。谷歌|法式|服装论坛|搜刮|discuz 在给discuz!服装论坛后台的扩大设置里启用 Google 搜刮,然后选摘要显示 Google 搜刮框的地位,有:在服装论坛首页显示、在主题列表页面显示、在主题内容页面显示,保举全体选择。至于前面的选择言语那就随意了,由于咱们不挪用这个。
找到服装论坛根目次下\include\javascript的谷歌.js文件,将其内容交换为:
document.writeln('<form method="get" action="http://www.谷歌.cn/search" target="谷歌_window">');
document.writeln('<table border="0" bgcolor="#ffffff">');
document.writeln('<tr><td nowrap="nowrap" valign="top" align="left" height="32">');
document.writeln('<a href="http://www.谷歌.com/">');
document.writeln('<img src="http://www.谷歌.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>');
document.writeln('</td>');
document.writeln('<td nowrap="nowrap">');
document.writeln('<input type="hidden" name="domains" value="www.alixixi.com;js.alixixi.com"></input>');
document.writeln('<label for="sbi" style="display: none">输出您的搜刮字词</label>');
document.writeln('<input type="text" name="q" size="12" maxlength="255" value="" id="sbi"></input>');
document.writeln('<label for="sbb" style="display: none">提交搜刮表单</label>');
document.writeln('<select name="sitesearch">');
document.writeln('<option value="">网页</option>');
document.writeln('<option value="www.alixixi.com">主站</option>');
document.writeln('<option value="js.alixixi.com">殊效</option>');
document.writeln('</select>');
document.writeln('<button type="submit" name="sa" value="搜刮" id="sbb">搜刮</button>');
document.writeln('<input type="hidden" name="client" value="pub-6261914751398528"></input>');
document.writeln('<input type="hidden" name="forid" value="1"></input>');
document.writeln('<input type="hidden" name="prog" value="aff"></input>');
document.writeln('<input type="hidden" name="ie" value="GB2312"></input>');
document.writeln('<input type="hidden" name="oe" value="GB2312"></input>');
document.writeln('<input type="hidden" name="safe" value="active"></input>');
document.writeln('<input type="hidden" name="hl" value="zh-CN"></input>');
document.writeln('</td></tr></table>');
document.writeln('</form>');
个中www.alixixi.com和js.alixixi.com交换为你本人的域名,pub-6261914751398528交换为你的谷歌 ID,GB2312交换为你要的网页编码。至于还有一些需求修正的,你本人看着办吧。
演示示例可以会见阿里西西首页,http://www.alixixi.com/看看谷歌的搜刮栏后果.
最近陆续的有人问我学习php的心得,现在整理为下面,希望可以对大家有些帮助。 |
|