在include/javascript/google.js文件中将下列代码
- document.writeln('<script type="text/javascript">');
- document.writeln('function validate_google(theform) {');
- document.writeln(' if(theform.site.value == 1) {');
- document.writeln(' theform.q.value = \'site:' + google_host + ' \' + theform.q.value;');
- document.writeln(' }');
- document.writeln('}');
- document.writeln('function submitFormWithChannel(channelname) {');
- document.writeln(' document.gform.channel.value=channelname;');
- document.writeln(' document.gform.submit();');
- document.writeln(' return;');
- document.writeln('}');
- document.writeln('</script>');
- document.writeln('<form name="gform" id="gform" method="get" action="http://www.google.cn/search?" target="_blank" onSubmit="validate_google(this);">');
- document.writeln('<input type="hidden" name="client" value="aff-discuz" />');
- document.writeln('<input type="hidden" name="ie" value="' + google_charset + '" />');
- document.writeln('<input type="hidden" name="oe" value="UTF-8" />');
- document.writeln('<input type="hidden" name="hl" value="' + google_hl + '" />');
- document.writeln('<input type="hidden" name="lr" value="' + google_lr + '" />');
- document.writeln('<input type="hidden" name="channel" value="search" />');
- document.write('<div onclick="javascript:submitFormWithChannel(\'logo\')" style="cursor:pointer;float: left;width:70px;height:23px;background: url(images/common/Google_small.png) !important;background: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'images/common/Google_small.png\', sizingMethod=\'scale\')"><img src="images/common/none.gif" border="0" alt="Google" /></div>');
- document.writeln(' <input type="text" size="10" name="q" id="q" maxlength="255" value=""></input>');
- document.writeln('<select name="site">');
- document.writeln('<option value="0">网页搜索</option>');
- document.writeln('<option value="1">站内搜索</option>');
- document.writeln('</select>');
- document.writeln(' <button type="submit" name="sa" value="true">搜索</button>');
- document.writeln('</form>');
复制代码将上面的代码里面的aff-discuz替换成自己的GG帐号?
麻烦懂的看看这样行不,行的话不会算作弊吧。。。。。。。
或许还要改哪里?
刚刚加入GG广告,还不太懂:lol