DriverHeaven.net

 
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   DriverHeaven.net > Forums > Software / Tools > Programming, Coding, (Web)Design


Reply
 
LinkBack (2) Thread Tools
Old Jun 27, 2009, 06:14 PM   2 links from elsewhere to this Post. Click to view. #1
DriverHeaven Junior Member
 
Join Date: Jun 2009
Location: Alcester, Uk
Posts: 25
Rep Power: 4
Gooey0037 will become famous soon enoughGooey0037 will become famous soon enough
System Specs

Does My new site work properly

in the news i was reading about pagereboot being used to ddos websites
so i made my script De - D0s but i dont know whether it works


HTML Code:
<html>
<head>
<title>De - D0s</title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<phpheader("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
</php>
</Head>
<?
$url = $_GET['url'] ;
?>
<body>

<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>

<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>
<IFRAME SRC="http://" WIDTH=450 HEIGHT=100></IFRAME>


<script language="JavaScript">

//Refresh page script- By Brett Taylor (glutnix@yahoo.com.au)
//Modified by Dynamic Drive for NS4, NS6+
//Visit Dynamic Drive DHTML(dynamic html) & JavaScript code library for this script

//configure refresh interval (in seconds)
var countDownInterval=20
//configure width of displayed text, in px (applicable only in NS4)
var c_reloadwidth=200

</script>


<ilayer id="c_reload" width=&{c_reloadwidth}; ><layer id="c_reload2" width=&{c_reloadwidth}; left=0 top=0></layer></ilayer>

<script>

var countDownTime=countDownInterval+1;
function countDown(){
countDownTime--;
if (countDownTime <=0){
countDownTime=countDownInterval;
clearTimeout(counter)
window.location.reload()
return
}
if (document.all) //if IE 4+
document.all.countDownText.innerText = countDownTime+" ";
else if (document.getElementById) //else if NS6+
document.getElementById("countDownText").innerHTML=countDownTime+" "
else if (document.layers){ //CHANGE TEXT BELOW TO YOUR OWN
document.c_reload.document.c_reload2.document.write('Next <a href="javascript:window.location.reload()">refresh</a> in <b id="countDownText">'+countDownTime+' </b> seconds')
document.c_reload.document.c_reload2.document.close()
}
counter=setTimeout("countDown()", 1000);
}

function startit(){
if (document.all||document.getElementById) //CHANGE TEXT BELOW TO YOUR OWN
document.write('<br>Next <a href="javascript:window.location.reload()">refresh</a> in approximately <b id="countDownText">'+countDownTime+' </b> seconds')
countDown()
}

if (document.all||document.getElementById)
startit()
else
window.onload=startit

</script>

</body>
</html>
Gooey0037 is offline   Reply With Quote


Reply

Bookmarks

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://www.driverheaven.net/programming-coding-web-design/186007-does-my-new-site-work-properly.html
Posted By For Type Date
???RSS This thread Refback Sep 17, 2009 07:23 AM
???RSS This thread Refback Jul 31, 2009 03:32 PM