Quote:
Originally Posted by TheRasha
Hi,
why is my free site rejected on Scorpio links?
Please tell me where I have made mistakes, because this is my first free site.
Thanks
|
Lets see......
Code:
<script language='javascript' src='js000000.js'></script>
<script language=javascript>
var mUpTime=new Date(0);
RealOpenWindow = window.open ;
function RecordMUpTime(){mUpTime = new Date();}
function MyWndOpen(url,name,attribute)
{
if(mUpTime)
{
var openTime=new Date();
openTime.setTime(openTime.getTime()-mUpTime.getTime());
if ( openTime.getSeconds() < 2 )
return(RealOpenWindow(url,name,attribute));
}
}
function NoError(){return(true);}
function moveTo(){return true;}
function resizeTo(){return true;}
onerror=NoError;
window.open=MyWndOpen;
</script>
I think that's why I rejected your site and the hidden whois.