I'm willing to pay for a popup script.

Status
Not open for further replies.

legitnoobie

Newbie
Joined
Sep 9, 2013
Messages
7
Reaction score
1
I'm willing to pay someone $50 who can make me a popup that functions similar to this CrakRevenue popup. I need it for my blogger. It works both on mobile devices and computers. I've tried just about everything. I give up.


<script type="text/javascript">
var ClickPop = { Public: { PopCID: "a98ec7e9-8454-4546-8126- aa1d9628c9b3", PopPID: "20231", PopAID: "20003", PopOID: "1490", PopPOID: "184", PopSID: "20229", PopFocus: 0, PopURL: "safelinktrackerurl", PopFreq: 1, PopWidth: 1280, PopHeight: 1024, LayerURL: "safelinktrackerurl" } };
</script>
<script type="text/javascript" src="url"></script>
 
a popup, not sure what a locker is. I'm new to this
 
a pop up, not sure what a locker is. Im new to this.
 
This is what I came up with so far, but it won't pop up on my iPhone.



<script type='text/javascript'>


//JK Popup Window Script (version 3.0)- By JavaScript Kit (url)
//Visit JavaScriptKit for free JavaScripts
//This notice must stay intact for legal use
//Win Type: Pop Under | 12 hours period

//Specify URLs to randomly select from and popup/popunder:
//To display a single URL, just remove all but the first entry below:
var popurls=new Array()
popurls[0]="url;


function openpopup(popurl){
var winpops=window.open(popurl,"","width=600,height=500,toolbar,location,status,scrollbars,menubar,resizable")
winpops.blur()
window.focus()
}


function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}


popfrequency="12 hours"


function resetcookie(){
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()-10)
document.cookie = "jkpopunder=;path=/;expires=" + expireDate.toGMTString()
}


function loadornot(){
if (get_cookie('jkpopunder')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()+parseInt(popfrequency))
document.cookie = "jkpopunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString()
}
}


if (get_cookie('jkpopunder')!=parseInt(popfrequency))
resetcookie()
loadornot()


</script>
 
use the code brackets when displaying your javascript or the emoticons screw everything up. explain exactly what you want this popup to do instead of showing explodie code
 
Basically, I just want it to be a popup that opens in a new window, works in most browsers and also mobile devices like iPhones. That's basically it, and if you can give me 2 scripts, a pop-up and a pop-under, I'm willing to pay you $100.
 
I need a pop under script too I have one but wont work with chrome any more
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top