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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-17-2005, 08:29 PM   #1
mkx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
Adult Friend Finder and Pop Unders

Adult friend finder allows pop unders on their PPC program right? The 2 pop under scripts I tried are changing the url from http://www.adultfriendfinder.com/go/pmycode to http://www.adultfriendfinder.com/go/p73XXX when popping under. This makes me wonder if AFF really does allow popunders. If they do, what is a good popunder script?

Last edited by raulph; 01-17-2005 at 08:30 PM..
mkx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 08:30 PM   #2
Illicit
wtf ?
 
Join Date: Dec 2003
Location: GFY
Posts: 11,895
you have to put your code in when you choose the popunder...
__________________
Insert Sig Here
Illicit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 08:46 PM   #3
mkx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
It is in. Here is the script I am using:

Code:
<head>
<script>
//PopUnder Power
//Credit notice must stay intact for use.
//Paste this entire javascript between the <head> & </head> tags of your page, 
// Visit http://www.mikenew.net for more scripts. 
// by Mike New, with special thanks to Jeff Phillips of classadrivers.com

// Begin. Specify URLs to randomly select from and pop-under. Edit & add freely.
var popunder=new Array()
popunder[0]="http://www.adultfriendfinder.com/go/pXXXmycodeXXX"

// Specify the width and height of new popunder window (in pixels).
var width = '700'; 
var height = '450';

var p = 'scrollbars=yes,resizable=yes,toolbar=yes,' + //these are obvious variables. set "yes" or "no".
'menubar=yes,status=yes,location=yes,left=85,top=20,height=' +  //yes/no, & the screen location
height + ',width=' + width;

// Load new PopUnder only once per browser session? (0=no, 1=yes)
// Putting 0 will cause the Popunder to load every time page is loaded
// Specifying 1 will cause it to load only once per session
var one_time=1

// That's it! Don't edit the code below unless you're really good. :-P //

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

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

function load_pop_power(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"bw",p)
win2.blur()
window.focus()
}

if (one_timehahahaha0)
load_pop_power()
else
loadornot()
</script>

</head>
mkx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 09:30 PM   #4
HAPPYPEEKERS
Confirmed User
 
HAPPYPEEKERS's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Margaritaville
Posts: 7,566
This is the script that I use for my aff popunders if it helps you at all

<SCRIPT>
<!-- BEGIN EXIT CODE
var console=true;
function exit()
haha123;
if (console) haha123;
window.showModalDialog("http://domain.com/pop.html",null,"dialogWidth:" + screen.availWidth + "px;dialogHeight:" + screen.availHeight + "px;center:1;scroll:1;help:1;resizable:1");
}
}
// END EXIT CODE -->
</SCRIPT>



*Change http://domain.com/pop.html to the URL or path to your console file.
*Add on BeforeUnload=" exit() " to your body tag
*Add on Click=" exit=false " to all links you don't want to trigger the console (sponsor links and internal links)
__________________
Please Read All Of My Posts In A Sarcastic Tone So You Get The Full Effect!!



HappyPeekers - April
HAPPYPEEKERS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 10:51 PM   #5
mkx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
Thanks, I will try that. What do I put in the place of hahaha23 though

Also is this a pop under on exit or on load?
mkx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 10:53 PM   #6
brand0n
been very busy
 
Join Date: Nov 2002
Location: the queen city
Posts: 26,983
thanks for the code
__________________
want to buy this spot for cheap? it is of course for sale. long term deals are always the best bet. brand0n/ at/ a o l dot commies.
brand0n is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-17-2005, 11:18 PM   #7
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
For the record, this IS absolutely fine.

You can also set-up an entry pop from within your affiliate stats page.



j-
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-18-2005, 12:52 AM   #8
mkx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
Quote:
Originally Posted by 2HousePlague
For the record, this IS absolutely fine.

You can also set-up an entry pop from within your affiliate stats page.



j-
What if we have over a dozen popup's all with different AFF sites popping up at the same time? Would they allow this still?
mkx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-18-2005, 01:25 AM   #9
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
Quote:
Originally Posted by raulph
What if we have over a dozen popup's all with different AFF sites popping up at the same time? Would they allow this still?


The fact that it's possible, via scripts such as those posted here, to pretty much pop anything you want in association with your AFF link means it would be silly for us to try to exert that much control. The simple fact is, it's YOUR traffic, and it's up to you whether you want to respect it with quality offers, or beat it senseless with garbage.

j-
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-18-2005, 02:24 AM   #10
mkx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
Ok but you do convert affiliates to rev-share if they are not converting properly right? Can affiliates have more than 1 account?
mkx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-18-2005, 02:30 AM   #11
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
Quote:
Originally Posted by raulph
Ok but you do convert affiliates to rev-share if they are not converting properly right? Can affiliates have more than 1 account?

Yes and yes.


j-
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-18-2005, 03:02 AM   #12
boneprone
Hall Of Fame
 
boneprone's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: Portland Oregon USA
Posts: 34,415
lol..

12 popups!!

Haaaaaaaaa!!

Youd think after the 8th popup the surfer just may not be intrested????

LOL
__________________

Industry Hall Of Fame Legend Mike Jones
Bow to the Power - Still BP4L
http://gfyawards.com/hall-of-fame
Learn about it kids.
boneprone is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.