Người đăng: Final Fantasy
Gửi ngày 12 Tháng 4, 2008
In
Gửi mail
Đây là một số những dịch vụ cung cấp host và tên miền free, nhưng lại có banner và pop up làm xâu đi trang web của bạn. Bạn có thể thêm đoạn code này vào để phá nó đi! tuỳ bạn quyết định, nhưng nếu trang web của bạn bị phát hiện và bị xoá thì chúng tôi không chịu trách nhiệm đâu á!
geocities.com
Ở góc trên bên phải của banner có một dấu "X" nó dùng để đóng cửa sổ lại. Đoạn code này dùng để gọi một Javascript "yfOC" được ẩn trên server của họ. Để phá cái banner đó đi bạn chỉ phải gọi một đoạn code có thể đóng nó lại khi người dùng mở trang web.
CODE
<BODY onLoad="yfOC(-1)">
Cách thứ hai bạn có thể dùng đoạn code sau
CODE
<HTML>
<HEAD>
<TITLE>Your Title Goes Here</TITLE>
<BODY>
</HEAD>
</BODY>
<noscript><noscript><plaintext><plaintext>
</HTML>
hypermart.net
CODE
<!--#echo banner=""-->
Now to get rid of the banner use a no-script tag around the code, like this:
<noscript><!--#echo banner=""--></noscript>
.tk Domains
Thêm đoạn code sau vào giữa hai thẻ <head và < /head> ở trang đầu tiên của bạn để loại bỏ banner popup.
CODE
<script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage",
"subwindow","height=100,width=486");
</script>
<script language="JavaScript">
setup='toolbar=no,location=no,directories=no,status=
no,menubar=no,width=200,height=150'
setup += 'scrollbars=no,resizable=no'
pop = window.open ("","subwindow",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
<!-- This is the title to change for on the new window you open -->
pop.document.write('Iran Hackers');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
<!-- This is the line to change for how long the window is open -->
<!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. -->
pop.document.write(';",5000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
<!-- This changes the colour of the main background. -->
pop.document.write('<body bgcolor=#FFFF80>');
<!-- This is the actual content of the window you are opening -->
pop.document.write('<center><h3>Dont forget to visit</h3></center>');
pop.document.write('<center><h3><a href="http://www.ghostbone.com" target="_blank">ghostbone.com</a></h3></center>');
pop.document.write('<center><h6>For all your BannerKillers :)</h6></center>');
pop.document.write('</body>');
</script>
tripod.com
Bạn chỉ việc copy và dán đoạn code này vào
CODE
<html>
<script LANGUAGE="JavaScript">
<!--
function open () {return true;}
//-->
</SCRIPT>
<head>
<title>Your title goes here</title>
</head>
<body>
netfirms.com
CODE
<noembed>
<xmp>
<body>
</xmp>
</noembed>
Virtual Avenue
CODE
<HTML>
<HEAD>
<TITLE>Your Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<script LANGUAGE="JawaScript">
<!-- -->
</noscript>
<script language="JavaScript">
Freeservers
CODE
<HTML>
<HEAD>
<script LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
</HEAD>
<BODY>
<!--- Your web site goes here --->
TalkCity
CODE
<script language="javascript">
var winname1="tcn";
var winname2="av";
var windowname=winname1+winname2;
adWindow = window.open("http://www.yahoo.com", windowname, "toolbar=no, location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1")
adWindow.close()
</script>
<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<body>
<!--- Your web site goes here--->
easyspace.com
CODE
</HEAD>
<BODY>
<!-- your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>
angelfire.com
CODE
<HTML>
<HEAD>
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
<TITLE>Your Page Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your homepage goes here --!>
Nguồn: www.webdesign.org
© Bá Tước Monte Cristo - Vietphotoshop.com
Xem bình luận (1)
« Trở về danh mục
Gửi ngày 12 Tháng 4, 2008
In
Gửi mailĐây là một số những dịch vụ cung cấp host và tên miền free, nhưng lại có banner và pop up làm xâu đi trang web của bạn. Bạn có thể thêm đoạn code này vào để phá nó đi! tuỳ bạn quyết định, nhưng nếu trang web của bạn bị phát hiện và bị xoá thì chúng tôi không chịu trách nhiệm đâu á!
geocities.com
Ở góc trên bên phải của banner có một dấu "X" nó dùng để đóng cửa sổ lại. Đoạn code này dùng để gọi một Javascript "yfOC" được ẩn trên server của họ. Để phá cái banner đó đi bạn chỉ phải gọi một đoạn code có thể đóng nó lại khi người dùng mở trang web.
CODE
<BODY onLoad="yfOC(-1)">
Cách thứ hai bạn có thể dùng đoạn code sau
CODE
<HTML>
<HEAD>
<TITLE>Your Title Goes Here</TITLE>
<BODY>
</HEAD>
</BODY>
<noscript><noscript><plaintext><plaintext>
</HTML>
hypermart.net
CODE
<!--#echo banner=""-->
Now to get rid of the banner use a no-script tag around the code, like this:
<noscript><!--#echo banner=""--></noscript>
.tk Domains
Thêm đoạn code sau vào giữa hai thẻ <head và < /head> ở trang đầu tiên của bạn để loại bỏ banner popup.
CODE
<script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage",
"subwindow","height=100,width=486");
</script>
<script language="JavaScript">
setup='toolbar=no,location=no,directories=no,status=
no,menubar=no,width=200,height=150'
setup += 'scrollbars=no,resizable=no'
pop = window.open ("","subwindow",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
<!-- This is the title to change for on the new window you open -->
pop.document.write('Iran Hackers');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
<!-- This is the line to change for how long the window is open -->
<!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. -->
pop.document.write(';",5000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
<!-- This changes the colour of the main background. -->
pop.document.write('<body bgcolor=#FFFF80>');
<!-- This is the actual content of the window you are opening -->
pop.document.write('<center><h3>Dont forget to visit</h3></center>');
pop.document.write('<center><h3><a href="http://www.ghostbone.com" target="_blank">ghostbone.com</a></h3></center>');
pop.document.write('<center><h6>For all your BannerKillers :)</h6></center>');
pop.document.write('</body>');
</script>
tripod.com
Bạn chỉ việc copy và dán đoạn code này vào
CODE
<html>
<script LANGUAGE="JavaScript">
<!--
function open () {return true;}
//-->
</SCRIPT>
<head>
<title>Your title goes here</title>
</head>
<body>
netfirms.com
CODE
<noembed>
<xmp>
<body>
</xmp>
</noembed>
Virtual Avenue
CODE
<HTML>
<HEAD>
<TITLE>Your Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<script LANGUAGE="JawaScript">
<!-- -->
</noscript>
<script language="JavaScript">
Freeservers
CODE
<HTML>
<HEAD>
<script LANGUAGE="Javascript">
<!---
if (parent.frames.length)
top.location.href= document.location;
// --->
</SCRIPT>
</HEAD>
<BODY>
<!--- Your web site goes here --->
TalkCity
CODE
<script language="javascript">
var winname1="tcn";
var winname2="av";
var windowname=winname1+winname2;
adWindow = window.open("http://www.yahoo.com", windowname, "toolbar=no, location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1")
adWindow.close()
</script>
<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<body>
<!--- Your web site goes here--->
easyspace.com
CODE
</HEAD>
<BODY>
<!-- your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>
angelfire.com
CODE
<HTML>
<HEAD>
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
<TITLE>Your Page Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your homepage goes here --!>
Nguồn: www.webdesign.org
© Bá Tước Monte Cristo - Vietphotoshop.com
Xem bình luận (1)
« Trở về danh mục













RSS
xin chào các bạn . từ lâu tôi đã có một ý nghĩ kinh doanh trực tuyến rất hiệu quả . và tôi đang cố gắn thực hiện ý nghĩ đó của mình , hiện giờ tôi đang liên hệ với các công ty thiết kế web chuyên nghiệp để thực hiện ước mơ đó của mình . nhưng khi liên hệ rồi tôi lại không dám nghĩ đến việc thiết kế web nữa huống chi là thực hiện ý tưởng , bởi vì chi phí thiết kế quá cao so với khả năng tài chính của tôi . và lại còn nào là hotting rồi máy chủ ôi đủ thứ nhắc đến là tôi phát ngán . nhưng đều làm tôi lo nhất là không biết sao khi thiết kế song rồi và có được các bạn đón nhận hay không . nên nay tôi quyết định mời các thành viên thân thiết nhất của mạng intenet cùng thiết kế cho mình một trang web nhé . nếu trang web nào được mình chọn và để thực hiện ý tưởng đó của mình thì mình xin trả thù lao cho chủ nhân đã thiết kế trang web đó . và mời làm cộng tác viên có lợi thì chúng mình cùng hưởng nhé .
ý tưởng của mình là mình muốn thiết kế một trang web trực tuyến cập nhật thông tin tin tức trực tuyến . và bàn luận cũng như phản ánh những chuyện chướng tay gai mắt mà mình biết giống như chuyên mục tuổi trẻ cười vậy . và trang tổ chức sự kiện là hàng tháng mình sẽ bình luận cho ca sĩ hay người mẫu hoặc bài hát ....v...v... để tổ chức bỏ phiếu bình chọn giống như cách đây không lâu mình bình chọn cho vịnh hạ long vậy . và có thể là chuyên mục thông tin diễn đàn và mình cũng cần các sự góp ý và sáng tạo của các bạn
vậy mình mong các bạn hãy thử khả năng sáng tạo và tài thiết kế để cùng mình thực hiện ý tưởng độc đáo này nhé . nếu các bạn không muốn cùng mình thực hiện ý tưởng thì mình sẽ trả thù lao cho những trang web nào mà mình chọn .
mọi thắt mắc có thể gọi về điện thoại 097 6584 719
hoặc email ; nguyenlongthuan@gmail.com
mình rất mong các bạn đóng góp ý kiến cũng như cùng mình hợp tác