![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Elysium
Industry Role:
Join Date: Feb 2011
Location: Prague
Posts: 1,037
|
![]() Hi,
anyone using their own pop-under code that actually works? ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Registered User
Industry Role:
Join Date: May 2016
Posts: 81
|
You are searching any pop-under code..?
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#3 |
Elysium
Industry Role:
Join Date: Feb 2011
Location: Prague
Posts: 1,037
|
I'd like to have my own code that will open my other site...I found one, but it was blocked by my browser.
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#4 |
Registered User
Industry Role:
Join Date: May 2016
Posts: 81
|
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#5 |
Elysium
Industry Role:
Join Date: Feb 2011
Location: Prague
Posts: 1,037
|
Nope, I dont use adblock..
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#6 |
Registered User
Industry Role:
Join Date: May 2016
Posts: 81
|
Uhm.. Post the code of popunder and i take a tests
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#7 |
Elysium
Industry Role:
Join Date: Feb 2011
Location: Prague
Posts: 1,037
|
<script>
//specify page to pop-under var popunder="http://yahoo.com" //specify popunder window features //set 1 to enable a particular feature, 0 to disable var winfeatures="width=800,height=510,scrollbars=1,res izable=1,toolbar=1,location=1,menubar=1,status=1,d irectories=0" //Pop-under only once per browser session? (0=no, 1=yes) //Specifying 0 will cause popunder to load every time page is loaded var once_per_session=0 ///No editing beyond here required///// 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(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> |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#8 |
Registered User
Industry Role:
Join Date: May 2016
Posts: 81
|
Try this (replace the spaces in url):
<script> //specify page to pop-under var popunder="yahoo .com" //specify popunder window features //set 1 to enable a particular feature, 0 to disable var winfeatures="width=800,height=510,scrollbars=1,res izable=1,toolbar=1,location=1,menubar=1,status=1,d irectories=0" //Pop-under only once per browser session? (0=no, 1=yes) //Specifying 0 will cause popunder to load every time page is loaded var once_per_session=0 ///No editing beyond here required///// 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('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> |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#9 |
Elysium
Industry Role:
Join Date: Feb 2011
Location: Prague
Posts: 1,037
|
Still doesn't seem to work
![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#10 |
Registered User
Industry Role:
Join Date: May 2016
Posts: 81
|
The error is in:
win2.blur()
__________________
Video Porno |
![]() |
![]() ![]() ![]() ![]() |