View Single Post
Old 03-23-2012, 10:50 AM  
asdasd
So Fucking Banned
 
Industry Role:
Join Date: Feb 2005
Posts: 1,225
Anyone want underpopup code?

This goes into your main page.

Code:
		<script type="text/javascript">
		(function() { var rts = document.createElement('script'); rts.type = 'text/javascript'; rts.async = true; rts.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 
'YOURDOMAIN.COM/js.js?random=' + Math.floor(89999999*Math.random()+10000000) + '&amp;millis='+new Date().getTime(); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(rts, s); })();
</script>
This goes into js.js or whatever you want to call it, but update in the code above

http://pastebin.com/TgcXmCYx

Last edited by asdasd; 03-23-2012 at 10:59 AM..
asdasd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote