View Single Post
Old 03-10-2012, 04:01 PM  
Harmon
( ͡ʘ╭͜ʖ╮͡ʘ)
 
Harmon's Avatar
 
Industry Role:
Join Date: Mar 2004
Posts: 20,005
Pretty sure it's in here:

Code:
<script type="text/javascript" language="javascript">
function breakout_of_frame()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
    alert('Our webpage is probably hidden, please wait...');
  }
}

var prevent_bust = 0
window.onbeforeunload = function() { prevent_bust++ }
setInterval(function() {
  if (prevent_bust > 0) {
    prevent_bust -= 2
    //window.top.location = 'http://funwithporns.com/204.php'
  }
}, 1)

breakout_of_frame();
window.opener.location.href='http://www.ricsnetwork.com/sell.php?member_id=1';
</script><script>
function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
setCookie('rics_cook','8c613696fdd84c69f230e0ba57a6661f',10);
</script><script type="text/javascript">
__________________
[email protected]
Harmon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote