View Single Post
Old 11-17-2013, 06:44 AM  
wswswws
Confirmed User
 
Industry Role:
Join Date: Sep 2005
Posts: 1,023
WebcamWiz WL popup?

One of my wl site get these code and popup imlive.com when loading, just want to know anybody get the same problem? Hacked or the official setting?

Quote:
<div id="dynControl_42968_RanderContainer"><script>
var popunder="http://imlive.com/wmaster.ashx?WID=12409********&LinkID=701&promocod e=BCODEL0000000_wlpop&QueryID=6&from=freevideo6";

var winfeatures="width=800,height=600,scrollbars=1,res izable=1,toolbar=1,location=1,menubar=1,status=1,d irectories=0";
var once_per_session=1;

function get_cookie(Name) {
var search = Name + "=";
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length;
end = document.cookie.indexOf(";", offset);

if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(off set, end))
}
}
return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder();
document.cookie="popunder=yes";
}
}

function loadpopunder(){
win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()

</script>
</div>

Last edited by wswswws; 11-17-2013 at 06:46 AM..
wswswws is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote