[推荐]免费空间去广告集合(2)
2008-02-22 01:41:31来源:互联网 阅读 ()
DK3加入
<nos cript >
<!-- text below generated by server. PLEASE REMOVE -- > </applet > </object > </layer > </div > </span > </style > </nos cript > </table > </s cript >
<span id= "logons6 " style= "position:absolute; " > </span >
<s cript src= "_blank>http://www.dk3.com/staticlogo.js ";; >
</s cript >
</nos cript >
去掉51免费空间广告的保险办法——站外加代码调用
去掉51免费空间广告的保险办法——站外加代码调用
1。连接调用,在连接到51文件的其他站点页面的 <body >后面加上 <s cript language= "java s cript " >parent.name= 'vh4t8jkn34'; </s cript >,并且将连接设为 "target=_self "或者 "target=_top ",就可以去掉广告。
2。转向域名加非首页文件调用。直接在51的首页加上代码当然比较危险,但完全可以首页内容复制到51站另外一个不起眼的文件里面,然后为这个页面申请一个转向域名,作为51站的入口。
对付51,可以在另外一个快的空间建立一个文件调用它,比如51.htm,内容如下:
<HTML >
<HEAD > <META HTTP-EQUIV= "Refresh " CONTENT= "0;
URL=http://lingshidao.51.net " > </HEAD > <BODY > <s cript
language= "java s cript " >parent.name= 'vh4t8jkn34'; </s cript > </BODY > </HTML >
因为非法代码不在51空间的文件里面,而是站外调用,绝对安全,又无需申请转向域名,速度更
快。
测试:
_blank>http://www.lingshidao.com/url2.htm ;;
由于51新进采用网页显示和广告显示的比来检测是否被屏蔽,所以以往对付51的代码都已经失效了(只要广告显示比网页显示少一定数目就判定为屏蔽)。我写了一个新的屏蔽方法,虽然不是一劳永逸,但是至少现在51没办法解决:
<!--KGB CODE: Anti 51 dot net banner !!!要放置在每一页底部!从这里开始复制!!!-- >
<s cript LANGUAGE= "java s cript " >
cvmdbs= "/bannerco " "de?code=embed ";
kkcasd= "vh4t " "8jkn34 ";
zvdgvw= "to " "p=2000,lef " "t=2000,resi " "zable=yes,wi " "dth=500,hei " "ght=160 ";
window.o p e n(cvmdbs, kkcasd, zvdgvw);
</s cript >
<!--
<END OF KGB CODE !!!结束复制!!! >
去掉xoasis的广告
<s cript language=java s cript >
<!--
popwin=window.o p e n('', 'adwin464565545465454654', 'HEIGHT=30,WIDTH=490,status=no,toolbar=no,directories=no,menubar=no,location=no');
popwin.c l o s e();
//-- >
</s cript > 并且target=_top
去掉ifrance的php广告
<s cript language=java s cript >
<!--
popwin=window.o p e n('', 'pubpopup', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,height=1,width=1');
popwin.c l o s e();
//-- >
</s cript >
现在网易的两种转向域名都没广告了,你看源代码:
<HTML >
<meta http-equiv= "refresh " content= "1;url=http://magicstone.home.china.com " > <body > <iframe border=0 height=1 width=1 src=http://www.163.com/wwwimages/sms/test.html > </iframe >
</html >
如果你使用的是网易的空间,只要把index.html拷到另外一个文件,比如home.html,然后给它申请一个不带广告的域名不就行了吗?而且,myrice.to的域名和topcool的域名都没广告,速度也快。
由smallv提供:去掉music.jp空间广告:
把所有网页中的 </html > 代码,替换成以下代码:
</html > <iframe name=newwin1 width=0 height=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 > </iframe >
51.net免费空间 最新 无广告 方法!!!!!㊣ ㊣ ㊣ ㊣
对象:适合51.net免费空间所有CGI或PHP程序!
要求:在其它空间有一个无广告的页面,如:myrice.com、3322.net的非index.html
home.sohu.com空间
方法:
第一步:
在51.net免费空间的cgi或php目录中新建 main.htm文件。
文件内容如下:
<head >
<meta http-equiv= "Content-Type " content= "text/html; charset=gb2312 " >
<title >我的LB5000 II论坛 </title >
</head >
<body topmargin= "0 " leftmargin= "0 " >
<iframe src= "about:blank " name= "vh4t8jkn34 " width= "100% " height= "0 " border= "0 " frameborder= "0 " > </iframe >
<iframe src= "leoboard.cgi " width= "100% " height= "100% " border= "0 " frameborder= "0 " > </iframe >
#51Net -- >
</body >
</html >
第二步:
在无广告的空间新建一个引用此论坛或其它程序的页面
如 bbs.htm
内容如下:
<s cript language= "java s cript " >
var title= "我的新论坛 " //论坛标题
var url= "_blank>http://wayou.51.net/cgi-bin/ ";; //论坛所在目录
document.writeln( " <html > <head > <meta HTTP-EQUIV=\ "Content-Type\ " CONTENT=\ "text/html; charset=gb2312\ " > ");
document.writeln( " <title > " title " </title > </head > <frameset rows=\ "1*,0\ " frameborder=\ "NO\ " border=\ "0\ " framespacing=\ "0\ " cols=\ "*\ " > ");
document.writeln( " <frame name=\ "main\ " scrolling=\ "no\ " noresize src=\ " " url "main.htm\ " > ");
document.writeln( " <noframes > <body > <p >此网页使用了框架,但您的浏览器不支持框架。 </p > </body > ");
document.writeln( " </noframes > </frameset > </html > ");
</s cript >
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
