Yeni index

maximus1980

Katılımcı Üye
30 Eyl 2017
302
0
Görüşleriniz nelerdir ve öneriniz varmı index için ?


Kod:
<!DOCTYPE html>
<!--
	
	TürkHackTeam index [Oksijen]
	

-->
<html lang="en">
<head>
	<title>Oksijen ~Astegmen~ TurkHackTeam</title>
	<**** name="author" content="Oksijen">
	<**** charset="UTF-8" />
	<**** name="viewport" content="width=device-width, initial-scale=1.0" />
	<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
	*********
		/*
		* Stylesheet Library 
		*
		* 
		*
		*/

		/*********************************************
		 * CLEARFIX
		 *********************************************/

		.clearfix:after { 
			content: ""; 
			display: table; 
			clear: both; 
		}

		/*********************************************
		 * IMAGE REPLACEMENT
		 *********************************************/

		.ir a {
			display: block;
			background-size: 100% 100%; 
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}

		/*********************************************
		 * HORIZONTAL LIST
		 *********************************************/

		ul.inline li {
			display: inline-block;
		}

		/*********************************************
		 * RESET
		 *********************************************/

		* {
			margin: 0;
			padding: 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}

		img {
			border: 0;
		}

		/*********************************************
		 * HIDE HEADLINES
		 *********************************************/

		.structural {
			position: absolute;
			left: -9999px;
		}
	</style>
	*********
		/**
		 *
		 *
		 * 
		 * 
		 */

		/*********************************************
		 * GENERAL
		 *********************************************/
		html {
			font-size: 0.625em;
		}
		body {
			background-color: #222;
			font-family: 'Montserrat', sans-serif;
			user-select: none;
			-webkit-touch-callout: none;
		    -webkit-user-select: none;
		    -khtml-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    -o-user-select: none;
		}
		body > * { 
			font-size: 1.3rem;
			line-height: 1.5;
		}
		.hide {
			display: none;
		}
		.wrapper {
			min-width: 32rem;
			max-width: 96rem;
			margin: 0 auto;
		}

		/*********************************************
		 * LOADER
		 *********************************************/
		body > img {
			position: absolute;
			left: 50%;
			margin-left: -24px;
			top: 45%;
			background-color: #222;
			transition: 1s;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-ms-transition: 1s;
			-o-transition: 1s;
		}

		/*********************************************
		 * MAIN
		 *********************************************/
		#main {
			position: relative;
		}
		#main > #logo {
			display: block;
			margin-left: -90px;
			width: 200px;
			position: absolute;
			top: -10rem;
			left: 50%;
			opacity: 0;
			transition: 1s;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-ms-transition: 1s;
			-o-transition: 1s;
			z-index: 3;
		}
		#main > #logo:hover {
			width: 50%;
			margin-left: -25%;
			left: 50%;
		}
		#main p {
			position: absolute;
			text-transform: uppercase;
			opacity: 0;
			transition: 1s;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-ms-transition: 1s;
			-o-transition: 1s;
			color: #FFF;
			font-size: 30px;
			text-align: center;
			width: 100%;
			left: 50%;
			top: -10rem;
			transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
			-moz-transform: translate(-50%, 0);
			-o-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
		}
		#main p.msg {
			z-index: 1;
		}
		#main p:not(.msg) {
			font-size: 15px;
			z-index: 2;
		}
		#overlay {
			background-image: url([url]http://s29.postimg.org/lwrpkf2bn/dot.png[/url]), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
			background-repeat: repeat;
			height: 100%;
			width: 100%;
			position: fixed;
			top: 0;
			z-index: -1;
		}
		#main ul {
			position: absolute;
			opacity: 1;
			top: -10rem;
			left: 50%;
			z-index: 2;
			transition: 1s;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-ms-transition: 1s;
			-o-transition: 1s;
			width: 220px;
			margin-left: -110px;
		}
		#main li:not(:last-child) {
			padding-right: 3rem;
		}
		.inline	 a {
			width: 5rem;
			height: 5rem;
			display: block;
			background-image: url([url]http://s29.postimg.org/h9lnineyv/socialiconsprite.png);[/url]
			background-repeat: no-repeat;
			background-size: 55rem 15rem;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
		}
		.facebook {
			background-position: 0 -10rem;
		}
		.facebook:hover {
			background-position: 0 -5rem;
		}
		.website {
			background-position: -10rem -10rem;
		}
		.website:hover {
			background-position: -10rem -5rem;
		}
		.twitter {
			background-position: -40rem -10rem;
		}
		.twitter:hover {
			background-position: -40rem -5rem;
		}
		/*********************************************
		 * BACKGROUND
		 *********************************************/
		img.bg {
			margin-left: 0;
			width: 100%;
			height: 100%;
			position: fixed;
			opacity: 0;
			z-index: -2;
			top: 0;
			left: 0;
			transition: 1s;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-ms-transition: 1s;
			-o-transition: 1s;
		}
	</style>
    <style type="text/css">body, a:hover {cursor: url([url]http://cur.cursors-4u.net/cursors/cur-9/cur856.ani[/url]), url([url]http://cur.cursors-4u.net/cursors/cur-9/cur856.png[/url]), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/22/night-diamond-bloody-red-unavailable.html" target="_blank" title="Night Diamond Bloody Red - Unavailable"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Night Diamond Bloody Red - Unavailable" style="position:absolute; top: 0px; right: 0px;" /></a>
</head>
<body>
	<h1 class="structural">TurkHackTeam</h1>
	<img src="http://i.hizliresim.com/Wg6lB2.gif" alt="Loading..." />
	<div id="overlay" class="hide"></div>

	<!-- main content -->
	<section id="main" class="hide wrapper">
		<h2 class="structural">TurkHackTeam</h2>
		<img id="logo" src="https://i.hizliresim.com/gWVJL5.png" alt="THT Logo" />
		<p class="msg">Oksijen ~Astegmen~ Siteye El Koymustur.</p>
		<p class="msg">Insan buyur besikte,
                               Mezarda yatmak icin.
                               Kahramanlar can verir,
                               Yurdu Yasatmak icin..</p>
                <p class="msg">Su unutulmasin ki biz haksizliklara karsi cikan bir FIKIRIZ fakat bizim farkimiz kilicimizla degil klavyemizle savasmamizdir ... </p>
		<p class="msg">System Hacked By turkhackteam.org</p>
		<p id="pashas">Oksijen ~Astegmen -</p>
		<p id="note">Oksijen ~Astegmen~ TurkHackTeam</p>
		<ul id="links" class="inline ir">
			<li><a href="https://www.facebook.com/TurkHackTeamOfficial" target="_blank" class="facebook">Facebook</a></li>
			<li><a href="https://twitter.com/Official_THT" target="_blank" class="twitter">Twitter</a></li>
			<li><a href="http://www.turkhackteam.org/" target="_blank" class="website">Website</a></li>
		</ul>
	</section>

	<img src="https://i.hizliresim.com/okrQdb.png" class="bg" alt="Background Image" />
	<iframe class="hide" src="https://www.youtube.com/embed/5QhpUMuVt8U"></iframe>?

	<!-- scripts -->
	<script>
		/*
		 *THT index By Oksijen ~ |Asteğmen| (ECMAScript)
		 *
		 * 
		 */
		;(function() {
			'use strict';

			var currentBg = 0;
			var bgImages = ********.getElementsByClassName('bg');
			var messages = ********.getElementsByClassName('msg');
			var currentMsg = 0;


			window.addEventListener('load', function() {
				********.querySelector('body > img').style.opacity = '0';
				********.getElementById('main').classList.remove('hide');
				setTimeout(function() {
					changeBg();
					********.getElementById('overlay').classList.remove('hide');
					setInterval(changeBg, 7000);
					********.getElementsByTagName('iframe')[0].src += '?autoplay=1';
					setTimeout(function() {
						var logo = ********.getElementById('logo');
						logo.style.top = '18.7rem';
						logo.style.opacity = 0.8;
						changeMessage();
						setInterval(changeMessage, 7000);
						var pashas = ********.getElementById('pashas');
						pashas.style.opacity = 1;
						pashas.style.top = '55rem';
						var note = ********.getElementById('note');
						note.style.opacity = 1;
						note.style.top = '60rem';
						var links = ********.getElementById('links');
						links.opacity = 1;
						links.style.top = '70rem';
					}, 1000);
				}, 1300);
				********.addEventListener('contextmenu', function(e) {
					e.preventDefault();
				});
			});

			/**
			 * We will keep the background images rolling
			 */
			var changeBg = function() {
				var previousBg;
				if (currentBg === 0) {
					previousBg = bgImages.length - 1;
				} else {
					previousBg = currentBg - 1;
				}
				bgImages[previousBg].style.opacity = 0;
				bgImages[currentBg].style.opacity = 1;
				if (currentBg === bgImages.length - 1) {
					currentBg = 0;
				} else {
					currentBg++;
				}
			};

			/**
			 * We will keep our messages rolling
			 */
			var changeMessage = function() {
				var previousMsg;
				if (currentMsg === 0) {
					previousMsg = messages.length - 1;
				} else {
					previousMsg = currentMsg - 1;
				}
				messages[previousMsg].style.opacity = 0;
				messages[previousMsg].style.top = '75rem';
				messages[currentMsg].style.opacity = 1;
				messages[currentMsg].style.top = '40rem';
				if (currentMsg === messages.length - 1) {
					currentMsg = 0;
				} else {
					currentMsg++;
				}
			};
		})();
	</script>
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"></body>
<script type="text/javascript">

//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof ********.onselectstart!="undefined")
********.onselectstart=new Function ("return false")
else{
********.onmousedown=disableselect
********.onmouseup=reEnable
}

</script>
<body onkeydown="return false">
</body>
</html>



harika hatta izin verirseniz bende kullanmak isterim... ellerinize sağlık.. emeğe saygı..
 

lawliet0000000

Katılımcı Üye
19 Ağu 2017
493
2
Belirsiz.
Ya forumda bazı kelimeler yasak olduğundan ya da sorun bende olduğundan index bozuk gözüküyor. Bi metin belgesine veya pasted.co sitesine kodları yapıştırıp linki paylaşırsan iyi olabilir.
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.