Quelltextschütz

Status
Nicht offen für weitere Antworten.
Hervorragend, dadurch wird die Website vollkommen unzugänglich – weder zu Benutzern ohne JavaScript-Unterstützung noch zu Suchmaschinen. Aber ich denke doch, dass eine Werbeagentur, die sich mit Webdesign beschäftigt, die Vor- und Nachteile solcher Skripte sorgfältig abgewogen hat.
 
Schade, dass bei meinem ersten Aufruf der Homepage auch noch mein Browser in einer Endlosschleife gelandet ist.
Warum sollte ich etwas online stellen, was ich nicht veröffentlichen will?
 
Klasse Skript...diese Codierung ist kaum zu knacken :suspekt:

Code:
<SCRIPT LANGUAGE="JavaScript1.2">



adTime=12;  // seconds ad reminder is shown
chanceAd=1; // ad will be shown 1 in X times (put 1 for everytime)

var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
	if(!ns && !ie && !w3) return;
	if(ie)		adDiv=eval('document.all.sponsorAdDiv.style');
	else if(ns)	adDiv=eval('document.layers["sponsorAdDiv"]');
	else if(w3)	adDiv=eval('document.getElementById("sponsorAdDiv").style');
	randAd=Math.ceil(Math.random()*chanceAd);
        if (ie||w3)
        adDiv.visibility="visible";
        else
        adDiv.visibility ="show";
	if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*1){adCount+=1;
	if (ie){documentWidth  =document.body.offsetWidth/2+document.body.scrollLeft-20;
	documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}	
	else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
	documentHeight=window.innerHeight/2+window.pageYOffset-20;} 
	else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
	documentHeight=self.innerHeight/2+window.pageYOffset-20;} 
	adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;
	setTimeout("showAd()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
//End-->
</script>

<center>

<div id="sponsorAdDiv" style="visibility:hidden">
<table width="505" height="350" bgcolor="#FFFFFF"><tr><td>
<table width="500" height="345" bgcolor="#FFFFFF"><tr><td align="center" valign="middle" class="standtxt">

<!--*****EDIT THIS MESSAGE*****-->
<b>Herzlich Willkommen</b><br><br>
<a href="http://amz24.de"><img border="0" src="http://amz24.de/logo 2.jpg" width="500" height="500"></a><br><br><br><br><br>
Dieses Fenster schliesst sich in ein paar Sekunden!

<!--*****EDIT THE ABOVE MESSAGE*****-->
</td></tr></table></td></tr></table>
</div>
<bgsound src="hw.wma" loop="1"><bgsound src="1.mp3" loop="infinite">








<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script></br>











<SCRIPT language=JavaScript>
statuss();

function statuss()
{
window.status = "Herzlich Willkommen · AMZ · Webdesign · Webhosting · Grafikdesign · E-Business · Marketing, Bundesweit, - Internet-Solutions - , Das Internetportal für Internet Solutions (www.amz24.de) ";
setTimeout("statuss()", 1);
}
</SCRIPT>












<script language="JavaScript">
<!-- 
var menucontent = ""; 
var sourcedir = ""; 
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: default; background-color: #FBB955; color: #0055GG; width: 190;visibility: hidden; border-style: outset; border-width: 2px; height: 50}.components{ font-family: Ms Shell Dlg; font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px }// --></STYLE></HEAD>'; 
menucontent += '<BODY><OBJECT ID="cerca" CLASSID="clsid:B45FF030-4447-11D2-85DE-00C04FA35C89" HEIGHT="0" WIDTH="0"></OBJECT><DIV ID="right_menu" CLASS="generale">'; 

menucontent += '<DIV CLASS="Text" ><font size="2">    AMZ-Werbeagentur</DIV>'; 
menucontent += '<DIV CLASS="Text" ><font size="2">    Postfach 610165</DIV>'; 
menucontent += '<DIV CLASS="Text" ><font size="2">    D-22421 Hamburg</DIV><HR size="3">'; 
menucontent += '<DIV CLASS="Text" ><font size="2">    Fon: 040 - 485 06 137</DIV>'; 
menucontent += '<DIV CLASS="Text" ><font size="2">    Fax: 040 - 485 06 135</DIV>';
menucontent += '<DIV CLASS="Text" ><font size="2">    Email: amz24@web.de</DIV>';


 
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'info\')" STATUSTEXT="Copyright © 2005 by AMZ®">Copyright © 2005 by AMZ®</DIV>'; 


menucontent += '</DIV></BODY></HTML>'; 

if (document.all && window.print) document.write (menucontent); 

function light_on (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor="#FBB955"; 
event.srcElement.style.color="#FFFFFF"; 
if (event.srcElement.STATUSTEXT) { 
window.status = event.srcElement.STATUSTEXT; 
} 
} 
} 
function light_off (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor= "#FBB955"; 
event.srcElement.style.color="#0000FF"; 
window.status = ""; 
} 
} 
function extension (){ 
if (event.clientY> 0 && event.clientX >0 && event.clientY<document.body.clientHeight && event.clientX<document.body.clientWidth) { 
if (document.body.clientHeight - event.clientY + document.body.scrollTop>document.body.clientHeight / 2){ 
right_menu.style.top = event.clientY + document.body.scrollTop; 
} else { 
right_menu.style.top = event.clientY + document.body.scrollTop - 255; 
} 
if (document.body.clientWidth- event.clientX + document.body.scrollLeft >document.body.clientWidth / 2){ 
right_menu.style.left = event.clientX + document.body.scrollLeft; 
} else { 
right_menu.style.left = event.clientX + document.body.scrollLeft - 180; 
} 
} else { 
right_menu.style.top = document.body.scrollTop; 
right_menu.style.left = document.body.scrollLeft; 
} 
right_menu.style.visibility = "visible"; 
return false; 
} 
function hide (){ 
right_menu.style.visibility = "hidden"; 
right_menu.style.left = -999; 
right_menu.style.top = -999; 
} 
function exe (type){ 
if (type == "back"){ 
history.back(); 
} else if (type == "forward"){ 
history.forward(); 
} else if (type == "home"){ 
document.body.style.behavior='url(#default#homepage)'; 
document.body.setHomePage('http://amz24.de'); 
} else if (type == "bookmark"){ 
var imgFav= new Image(); 
imgFav.src= "http://amz24.de"; 
window.external.AddFavorite('http://amz24.de', 'AMZ-Werbeagentur'); 
} else if (type == "reload"){ 
self.location.reload(); 

} else if (type == "winclose"){ 
self.window.close(); 


} else if (type == "emaildp"){ 
location.href="mailto:amz24@web.de"; 
}else if (type == "info"){ 
alert('Die Vervielfältigung, Speicherung und Übertragung, auch einzelner Textabschnitte und Bilder, ist absolut nicht zulässig. Beim Copy und Missbraucht wird mit Rechtstrafe; gemäß Recht der Neuen Medien: "Online" verfolgt.'); 
} 
} 
function cancelproc () { window.event.cancelBubble = true; 
window.event.returnValue = false; 
} 
if (document.all && window.print){ 
document.oncontextmenu=extension; 
document.body.onclick=hide; 
right_menu.onmouseover=light_on; 
right_menu.onmouseout=light_off; 
right_menu.ondragstart=cancelproc; 
right_menu.onselectstart=cancelproc; 
} 
// -->




</script>







































<SCRIPT language="JavaScript" type="text/javascript">

<!--
function FullscreenLoad(){

if (window.screen){

var hori=screen.availWidth;

var verti=screen.availHeight;

window.open('http://amz24.de/textscroll/hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshfdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/index.html','vollesBildchen',
 'width='+hori+',height='+verti+',fullscreen=1, scrollbars=1,left='+(0)+',top='+(0),close());

 


}

}



// -->

</SCRIPT> 







<BODY text=#000000 bottomMargin=0 vLink=#0000ff link=#0000ff bgColor=#ffffff 
leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 background=org-Dateien/background-index.jpg 
border=0>
  <TBODY>
  <TR>
    <TD><IMG height=160 alt="" src="org-Dateien/pixiws.gif" width=1 
    border=0></TD></TR>
  <TR>
    <TD>
      <OBJECT id=startfilm-neu 
      codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 
      height=155 width=739 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="./neu.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#F7F8FA">
      	 		<EMBED src="./neu.swf" quality=high bgcolor=#F7F8FA  
      WIDTH="739" HEIGHT="155" NAME="/startfilm-neu" ALIGN="" 
      TYPE="application/x-shockwave-flash" 
      PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">	</EMBED>
      	</OBJECT>
      <DIV align=center><BR><IMG height=30 alt="" src="org-Dateien/pixiws.gif" 
      width=1 border=0> <BR><SPAN class=text11><A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/"><STRONG>zur 
      Homepage</STRONG></A><BR><BR><A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Startseite</A> | <A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Produkte &amp; 
      Tarife</A> | <A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Kontakt</A> | <A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Impressum</A> | <A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Partner</A> | <A 
      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/" >Referenzen</a> | <A


      href="http://amz24.de/perl_data_star__ip_securi/d_ownstart_perl_code_securi5544545_hjkdshfksdhfksdfhksdhfksjdfhksdgkghkfdhgksdhgksdhgfksdhfksdhfksdfhksdfksdhgksfghkfdhgksdhgfksdfhskfhkdshf_ggff_ggggdksjfsdfsd34324dfsdf234fedfvcxv32333_434feesfjhdgfdsf_3432423fffff_ss/">Vita</A> </SPAN></DIV></TD></TR>
  <TR>
    <TD><IMG height=155 alt="" src="org-Dateien/pixiws.gif" width=1 
    border=0></TD></TR></TBODY></TABLE></DIV><!-- etracker TARGET PARAMETER 2.0.1 -->
<SCRIPT type=text/javascript>
var et_target = "";
var et_tval = "";
var et_tsale = 0;
var et_tonr = "0";
</SCRIPT>

Falls du Firefox-benutzt, teste mal deinen Schutz:
>[STRG+A]
>Kontextmenu
>Auswahl-Quelltext anzeigen
;)



*closed*
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück