GG凭什么把我帐号屏蔽啊!我X你祖宗十八辈
您娘的!你真不是玩意啊 兄弟节哀吧 节吧。 我3个帐号都挂了 无语 违规了吧??? 正常。。。 google 是不是经常封赚的多的站的帐号啊 !?
晕晕······························
——————————————————————
国外服务器,GOOGLE,AOL等等国外搜索引擎都正常收录,日国外IP200多的英文站征友情连接!![url=http://www.plastic-mesh.com]plastic mesh[/url]
[url]http://www.plastic-mesh.com[/url]
联系QQ: 123713175 大家看看这个强人的广告吧
[url]http://www.qudong.com/notebook/asus/pingce/20080630/15648.html[/url]
这样不违规吗? 不明白 [quote]原帖由 [i]driver163[/i] 于 2008-7-5 13:00 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=27479942&ptid=2711775][img]http://www.im286.com/images/common/back.gif[/img][/url]
大家看看这个强人的广告吧
[url]http://www.qudong.com/notebook/asus/pingce/20080630/15648.html[/url]
这样不违规吗? 不明白 [/quote]
很正常啊,哪里违规了? 同情啊 [quote]原帖由 [i]伟少88[/i] 于 2008-7-5 10:50 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=27477237&ptid=2711775][img]http://www.im286.com/images/common/back.gif[/img][/url]
节吧。 [/quote] :( [quote]原帖由 [i]lostgold[/i] 于 2008-7-5 14:15 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=27481339&ptid=2711775][img]http://www.im286.com/images/common/back.gif[/img][/url]
很正常啊,哪里违规了? [/quote]
人家是大客户,和普通的代码不一样的 :ohh:
GG禁止修改代码 [quote]原帖由 [i]f992[/i] 于 2008-7-5 16:52 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=27484894&ptid=2711775][img]http://www.im286.com/images/common/back.gif[/img][/url]
人家是大客户,和普通的代码不一样的 [/quote]
我研究了他的代码,是自己改的没错,我尝试着改了一下,也实现了这样的效果,很明显违规了, 改变广告内容的大小,google提供的广告 改成了 Ads by Google ,最严重的是原来把鼠标放在蓝色的字体上面才能打开链接,并且会在状态栏显示google 的链接地址,经他改了之后 只要是广告行都可以打开,并且显示的不是 google的地址
以下是该站经过修改后的JS 文件,内容我贴出来,大家研究一下
document.writeln("<script type=\"text\/javascript\">");
<!--
function google_ad_request_done(google_ads) {
var s = '';
var i;
if (google_ads.length == 0) {
return;
}
if (google_ads[0].type == "image") {
s += '<a href="' + google_ads[0].url +
'" target="_top" title="go to ' + google_ads[0].visible_url +
'"><img border="0" src="' + google_ads[0].image_url +
'"width="' + google_ads[0].image_width +
'"height="' + google_ads[0].image_height + '"></a>';
} else if (google_ads[0].type == "flash") {
s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"' +
' WIDTH="' + google_ad.image_width +
'" HEIGHT="' + google_ad.image_height + '">' +
'<PARAM NAME="movie" VALUE="' + google_ad.image_url + '">' +
'<PARAM NAME="quality" VALUE="high">' +
'<PARAM NAME="AllowScriptAccess" VALUE="never">' +
'<EMBED src="' + google_ad.image_url +
'" WIDTH="' + google_ad.image_width +
'" HEIGHT="' + google_ad.image_height +
'" TYPE="application/x-shockwave-flash"' +
' AllowScriptAccess="never" ' +
' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
}
else if (google_ads[0].type="text") {
s += '<div style="text-align:left;font-weight:bold;font-size:11pt"></div>';
if (google_ads.length == 1) {
s +='<div style="margin-bottom:4px;margin-top:5px;width:680px;padding-left:15px;cursor:hand;font-size:14px;line-height:20px;" ' +
'onclick="window.open(\'' + google_ads[0].url + '\')" ' +
'onmouseout="window.status=\'\';return true;" ' +
'onmouseover="window.status=\'' +
google_ads[0].visible_url + '\';return true;">' +
'<a href="#" style="text-decoration:none;">' +
'<span style="font-size:14px;font-weight:bold;text-decoration:underline;color:#0000ff;line-height:18px;">' +
google_ads[0].line1 + '</span></a><br>' +
google_ads[0].line2 + " " + google_ads[0].line3 + '<br>' +
'<span style="font-size:12px;color:#008000;">' +
google_ads[0].visible_url + '</span></div>'
}
else if (google_ads.length > 1) {
for(i=0; i < google_ads.length; ++i) {
s += '<div style="padding:5px 0 0 15px;cursor:hand;font-size:14px;color:#000000;line-height:18px;" ' +
'onclick="window.open('+"'"+ google_ads[i].url + "'"+')" ' +
'onmouseout="window.status='+"''"+';return true;" ' +
'onmouseover="window.status='+"'"+
google_ads[i].visible_url + "'" +';return true;">' +
'<span style="text-decoration:underline;font-size:14px;color:#0000ff;font-weight:bold;">' +google_ads[i].line1 + '</span><br>' + google_ads[i].line2 + " " + google_ads[i].line3 + '<br>' +'<span style="color:#008000;font-size:14px;">' + google_ads[i].visible_url + '</span></div>';
if(i<google_ads.length) s += "";
}
}
}
s += '<div style="width:600px;padding-left:0px;margin-top:0px;cursor:hand;font-size:8pt;line-height:15px;"><a href=\"' + google_info.feedback_url + '\" style="color:999;border-bottom:0px #cccccc solid;"><p align="right">Ads by Google</p></a></div>'
s += '';
document.write(s);
return;
}
google_ad_client = 'pub-google adsense 客户号';
google_ad_slot = '1863141619';
google_ad_output = 'js';
google_max_num_ads = '1';
google_ad_type = 'text';
google_gl = 'CN';
google_language = 'zh-CN';
google_encoding = 'gb2312';
google_safe = 'high';
google_adtest = 'off';//此处正式上线请变为 off
google_ad_section = 'default';
google_feedback = 'on';
// -->
document.writeln("\/\/--><\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>")
把上面内容复制到记事本文档,然后把 “google adsense 客户号”换成你的 ID 号,保存成js 文件,然后利用
<script type="text/javascript" src="刚才保存的文件.js"></script> 这样的代码在要显示广告的页面中调取,一样能实现该网站的效果
另外适当修改代码中的参数,可以调整高度 宽度,文字位置 等等 google_ad_slot = '1863141619';这个是渠道代码
这个代码我早就看过,都是些大站有的,我还以为VIP代码呢 新浪也是类似的代码,我觉得可能不是自行可以修改的 这样做有效吗>?
GG不处罚? 你自己修改也能实现这样的效果,但这样应该是算作弊 :)
页:
[1]
2
