View Single Post
Old 2006-04-02, 11:16 AM   #228
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
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.
swedguy is offline   Reply With Quote