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 09-24-2004, 05:51 PM   #1
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
SP2 Pop-Up Console Code

Can be found in the coding of http://www.netscape.com

Enjoy

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:53 PM   #2
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
I see no popups?
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:53 PM   #3
xlogger
Confirmed User
 
Join Date: Jul 2004
Location: NY
Posts: 9,507
ya see an exit window.
__________________

----------
XLOGGER [REFLECTED] [OH]
xlogger is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:55 PM   #4
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Quote:
Originally posted by JSA Matt
I see no popups?
Turn your SP2 blocker on then

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:56 PM   #5
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
the best source is view source
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:56 PM   #6
JasonB
Confirmed User
 
Industry Role:
Join Date: Nov 2001
Posts: 1,183
no popups here either
JasonB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:56 PM   #7
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Quote:
Originally posted by European Lee
Turn your SP2 blocker on then

Regards,

Lee
Do you ever make sense?
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 05:59 PM   #8
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Quote:
Originally posted by JSA Matt
Do you ever make sense?
Yes.

It looks like it is parsing a command so you only get the console if your SP2 pop-up blocker is turned ON

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:00 PM   #9
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Quote:
Originally posted by European Lee
Yes.

It looks like it is parsing a command so you only get the console if your SP2 pop-up blocker is turned ON

Regards,

Lee
gotcha, it is turned on, nothing is blocked with IE or Google toolbar...
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:00 PM   #10
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Its also setting a cookie so it only appears the first time you view the page in IE.

After you close the browser and return to the page the console doesnt appear until you clear your cookies

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:02 PM   #11
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Quote:
Originally posted by JSA Matt
gotcha, it is turned on, nothing is blocked with IE or Google toolbar...
Actually I can see the blocked icon flash really quick when I change sites. Tried it several times (clearing cookies)... nothing.
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:03 PM   #12
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Here is the code..

Quote:
document.write('<script language="JavaScript1.1" src="http://ar.atwola.com/file/adsPopup2.js"></script>');

var axel = Math.random() + "";
var num = axel * 1000000000000000000;
var is_client = 0;
var is_cs = 0;
is_cs = ( navigator.userAgent.indexOf('CS 2000')!=-1) ? 1 : 0;
is_client = ( (navigator.userAgent.indexOf('AOL')!=-1) || (navigator.userAgent.indexOf('CS 2000')!=-1) )? 1 : 0;

function setCookie(cookieName, cookieValue, hours, path, domain, secure)
{
var expires=new Date();
expires=new Date(expires.getTime()+(hours*60*60*1000));
document.cookie =
escape(cookieName) + '=' + escape(cookieValue)
+ ( '|' + expires.getTime() )
+ (expires ? '; EXPIRES=' + expires.toGMTString() : '')
+ (path ? '; PATH=' + path : '')
+ (domain ? '; DOMAIN=' + domain : '')
+ (secure ? '; SECURE' : '');
cookieValue = null;
return p_getCookie(cookieName);
}

function p_getCookie (cookieName) {
var cookieValue = null;
var posName = document.cookie.indexOf(escape(cookieName) + '=');
if (posName != -1) {
var posValue = posName + (escape(cookieName) + '=').length;
var endPos = document.cookie.indexOf(';', posValue);
if (endPos != -1)
cookieValue = unescape(document.cookie.substring(posValue,endPos ));
else
cookieValue = unescape(document.cookie.substring(posValue));
}
if (cookieValue hahahaha null) {
return 0;
} else {
return cookieValue;
}
}

function popit(URL,width,height,off_x,off_y,options,winname ,special)
{
if (_js12) {
if (screen) {
var bottom = screen.availHeight;
var right = screen.availWidth;
if (special hahahaha "tr" ) {
var pos_x = parseInt((right- width) - 30) ;
var pos_y = 30;
options += (',left=' + pos_x + ',top=' + pos_y );
}else if (special hahahaha "wn" ) {
var pos_x = parseInt((right- width) - 200) ;
var pos_y = 30;
options += (',left=' + pos_x + ',top=' + pos_y );
}else {
var pos_x = parseInt((right- width)/2) ;
var pos_y = parseInt((bottom - height)/2);
options += (',left=' + (pos_x + mid_off_x) + ',top=' + (pos_y + mid_off_y) );
}
}
}
var remote = window.open(URL,winname,options);
}

function do_comm()
{
if ( p_type hahahaha 0 )
URL = "http://wp.netscape.com/ex/shak/home_popups/popup_03.html?num"+num;
if ( p_type hahahaha 1 )
URL = "http://wp.netscape.com/ex/shak/home_popups/popup_hp_r.html?num"+num;
if ( p_type hahahaha 2 )
URL = "http://wp.netscape.com/ex/shak/home_popups/popup_hp_f.html?num"+num;
if ( p_type hahahaha 3 )
URL = "http://wp.netscape.com/ex/shak/home_popups/popup_hp_i.html?num"+num;
width = c_width;
height = c_height;
mid_off_x = 0;
mid_off_y = 0;
options = "scrollbars=no,resizable=no,menubar=no,status=no,t oolbar=no,location=no,directories=no,width=" + width + ",height=" + height;
popit(URL,width,height,mid_off_x,mid_off_y,options ,"commpop","tr")
}


function do_what()
{
if ( w_type hahahaha 0 ) {
URL = "http://channels.netscape.com/new/html/live/nsnew.html?num"+num;
width = 288;
height = 340;
}
else {
URL = "http://channels.netscape.com/new/html/live/npnew.html?num"+num;
width = 288;
height = 150;
}
if (_js12) {
if (screen) {
var total_width = screen.availWidth;
var center = parseInt(total_width/2) ;
mid_off_x = (-1 * center) + parseInt(width/2) + 15;
}
}
else {
mid_off_x = -200;
}
mid_off_y = 125;
options = "scrollbars=yes,resizable=yes,menubar=no,status=no ,toolbar=no,location=no,directories=no,width=" + width + ",height=" + height;
if ( w_type hahahaha 0 ) {
popit(URL,width,height,mid_off_x,mid_off_y,options ,"whatpop","tr")
}
else {
popit(URL,width,height,mid_off_x,mid_off_y,options ,"whatpop","wn")
}
}

function do_what_click()
{
if ( w_type hahahaha 0 ) {
URL = "/redir.adp?_wps_s=wp_r3-1.tonr.main&_dci_url=http%3a%2f%2fchannels%2enetsc ape%2ecom%2fnew%2fhtml%2flive%2fnsnew%2ehtml%3fnum "+num;
width = 288;
height = 340;
}
else {
URL = "/redir.adp?_wps_s=wp_r3-1.tonr.main&_dci_url=http%3a%2f%2fchannels%2enetsc ape%2ecom%2fnew%2fhtml%2flive%2fnpnew%2ehtml%3fnum "+num;
width = 288;
height = 150;
}
if (_js12) {
if (screen) {
var total_width = screen.availWidth;
var center = parseInt(total_width/2) ;
mid_off_x = (-1 * center) + parseInt(width/2) + 15;
}
}
else {
mid_off_x = -200;
}
mid_off_y = 125;
options = "scrollbars=yes,resizable=yes,menubar=no,status=no ,toolbar=no,location=no,directories=no,width=" + width + ",height=" + height;
if ( w_type hahahaha 0 ) {
popit(URL,width,height,mid_off_x,mid_off_y,options ,"whatpop","tr")
}
else {
popit(URL,width,height,mid_off_x,mid_off_y,options ,"whatpop","wn")
}
}


function do_undr()
{
adSetPopupWH('93147639','720','300','/_ads/adsPopup2.htm','P24','20','50','-1');
}


function pops()
{
var r_commpop = p_getCookie("NSCPHPAD1");
var r_whatpop = p_getCookie("RWHAT");

if ( !r_commpop && popcomm)
{
var dopop = null;
dopop = setCookie("NSCPHPAD1","set",23,"/",d_domain);
if (dopop)
{
if ( (p_type hahahaha 0) || (p_type hahahaha 1) || (p_type hahahaha 2) || (p_type hahahaha 3))
{
x = setTimeout("do_comm()",commdelay);
}
}
}
else if ( r_commpop || !popcomm )
{
if ( !r_whatpop && popwhat )
{
var dopop = null;
dopop = setCookie("RWHAT","set",2,"/",d_domain);
if (dopop)
y = setTimeout("do_what()",whatdelay);
}
}

if ( popundr )
do_undr();

} //pops()
Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:05 PM   #13
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Im still figuring out where the onexit=true coding is located

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:05 PM   #14
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Quote:
Originally posted by European Lee
Im still figuring out where the onexit=true coding is located

Regards,

Lee
It's onunload, and it doesn't work...
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:06 PM   #15
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,336
almost but no pop up....just stick pop up...no big deal....

http://www.popuptest.com/popuptest6.html
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:06 PM   #16
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Quote:
Originally posted by JSA Matt
It's onunload, and it doesn't work...
Actually there are two.

One that appears then dissapears after a few seconds of loading the page (screengrab to come) and one that is onexit=true.

I still cant get the onexit=true to load but im sure its only a matter of time

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:08 PM   #17
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Quote:
Originally posted by European Lee
Actually there are two.

One that appears then dissapears after a few seconds of loading the page (screengrab to come) and one that is onexit=true.

I still cant get the onexit=true to load but im sure its only a matter of time

Regards,

Lee
I have no idea what you are talking about, I see 2. One that is a flash window that scrolls down onload, and one that is blocked onunload.

onLoad="enter_proc();" onUnload="exit_proc();"
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:10 PM   #18
NoCarrier
We need more free porn
 
Join Date: Mar 2002
Location: Montreal
Posts: 16,356
Quote:
Originally posted by European Lee
Can be found in the coding of http://www.netscape.com

Enjoy

Regards,

Lee
__________________
NoCarrier is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:16 PM   #19
Asthma
Confirmed User
 
Asthma's Avatar
 
Join Date: Dec 2001
Posts: 682
i get no pop-up
__________________
AdultMovieClub.com
4000+ Galleries | RSS Feeds | White Label | Search Boxes | Weekly Payouts

You can have your own white labeled DVD download site with matching gallery templates and banners in just a few hours.
Asthma is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:17 PM   #20
schiz
Confirmed User
 
Join Date: Nov 2002
Location: Middle of a cornfield
Posts: 1,103
it got blocked. it made the little noise for me. po-pop
schiz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-24-2004, 06:17 PM   #21
Lonny
Confirmed User
 
Lonny's Avatar
 
Join Date: Jun 2003
Location: Riverside Ca.
Posts: 3,539
i get no pop ups.
__________________
Lonny 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.