][آلـهـٍيـكَـل آلأزٍرٍقٌ][
<font color="blue">/</font><font color="red">[The
حصـريـا اندكسـي الجديـد NeW_InDeX ..... ؟ مـا رأيكـم بـه
بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
كيفكـم اعضـاء منظمـة العنـاكب
اليوم جايب لكم اندكس من تصميمي ان شاء الله يعجبكـم
محتـوى الاندكــس
قولولي ايش رايكم .... ؟
في انتظـاركم
السلام عليكم ورحمة الله وبركاته
كيفكـم اعضـاء منظمـة العنـاكب
اليوم جايب لكم اندكس من تصميمي ان شاء الله يعجبكـم
محتـوى الاندكــس
كود:
<head>
<meta http-equiv="*******-Language" *******="en-us">
<style type="text/css">body{background-image:url("http://raulestevez.com/joomla/xx.jpg")
</style>
</head>
<font size=4>
<div style=" width:100%;filter:glow(color=#C8B676,strength=6);c<br />
<br>
<br />
olor:#535736"><font face="Simplified Arabic Backslanted">
<p align="right"><b><font face="Arial Black" color="#FF0000"><font size="6">HaCKeD</font><font size="6"> By Ksa_HaCKeR </font></font></b></p>
<p align="right"> </p>
<p align="right"><b><font size="5" color="#FF0000" face="PT Bold Heading">
<span lang="ar-sa">تم
الاختراق من قبل الهيكل</span>
</font></b></p>
<p align="right"> </p>
<p align="right"> </p>
<p align="right"><b>
<font face="PT Bold Heading" size="5"> <span lang="ar-sa">فريق منظمة
السعوديــة</span></font></b></font></font><font size=5 color="#FF0000" face="PT Bold Heading"><b>
</b></p></font><font size=4><font face="Simplified Arabic Backslanted">
<p align="right"><b><font size="5" color="#FF0000" face="PT Bold Heading">
</font></b></p>
<p align="right"></font></font><font size=5 face="PT Bold Heading"><b>
<span lang="ar-sa">:اهداء الى:</span>
<span lang="ar-sa"> </span></b></font></p>
<p align="right"><span lang="ar-sa"><b>
<font face="PT Bold Heading" size="5"><font color="#FFFFFF">شـعـب</font>
<font color="#008000">الجـزائــر</font></font></b></span><font size=5 face="PT Bold Heading"><b>
<span lang="ar-sa"> </span>
</b></font></p>
<p align="right"><font size=4 face="Simplified Arabic Backslanted">
</font><font size=4 face="Simplified Arabic Backslanted"></p>
<p align="right">
<font size="5"><b>
<font face="Arial Black">powered by ksa-hacker</font></b></font>
<span lang="ar-sa"> </span></p>
<script language="JavaScript">
/* This credit MUST stay intact for use */
/* Visit our site at http://www.star28.com/ for more code */
<!-- Begin
var no = 50;
var speed = 1;
var ns4up = (********.layers) ? 1 : 0;
var ie4up = (********.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i < no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) {
********.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
********.write("top=\"1\" visibility=\"show\"><font color=\"white\">");
********.write(",</font></layer>");
}
else {
********.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
********.write("top=\"1\" visibility=\"show\"><font color=\"white\">");
********.write(",</font></layer>");
}
}
else
if (ie4up) {
if (i == 0) {
********.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
********.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
********.write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"white\">");
********.write(",</font></div>");
}
else {
********.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
********.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
********.write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"white\">");
********.write(",</font></div>");
}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
********.layers["dot"+i].top = y[i];
********.layers["dot"+i].left = x[i];
}
setTimeout("raindropNS()", speed);
}
function raindropIE() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) {
makeRain();
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
********.all["dot"+i].style.pixelTop = y[i];
********.all["dot"+i].style.pixelLeft = x[i];
}
setTimeout("raindropIE()", speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
// End -->
</script>
<embed src="http://thongngon.com/libraries/phpxmlrpc/compat/xx.mp3" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" console="Clip1" hidden="" width="275" align="baseline" border="0" height="40">
في انتظـاركم
التعديل الأخير:
اسم الموضوع : حصـريـا اندكسـي الجديـد NeW_InDeX ..... ؟ مـا رأيكـم بـه
|
المصدر : قـسـم أدوات واندكـسات الإختراق