GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   SP2 Pop-Up Console Code (https://gfy.com/showthread.php?t=361587)

European Lee 09-24-2004 05:51 PM

SP2 Pop-Up Console Code
 
Can be found in the coding of http://www.netscape.com :thumbsup

Enjoy :glugglug

Regards,

Lee

JSA Matt 09-24-2004 05:53 PM

I see no popups?

xlogger 09-24-2004 05:53 PM

ya see an exit window. :thumbsup

European Lee 09-24-2004 05:55 PM

Quote:

Originally posted by JSA Matt
I see no popups?
Turn your SP2 blocker on then :1orglaugh

Regards,

Lee

s9ann0 09-24-2004 05:56 PM

the best source is view source

JasonB 09-24-2004 05:56 PM

no popups here either

JSA Matt 09-24-2004 05:56 PM

Quote:

Originally posted by European Lee
Turn your SP2 blocker on then :1orglaugh

Regards,

Lee

Do you ever make sense?

European Lee 09-24-2004 05:59 PM

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

JSA Matt 09-24-2004 06:00 PM

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...

European Lee 09-24-2004 06:00 PM

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

JSA Matt 09-24-2004 06:02 PM

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.

European Lee 09-24-2004 06:03 PM

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 09-24-2004 06:05 PM

Im still figuring out where the onexit=true coding is located :glugglug

Regards,

Lee

JSA Matt 09-24-2004 06:05 PM

Quote:

Originally posted by European Lee
Im still figuring out where the onexit=true coding is located :glugglug

Regards,

Lee

It's onunload, and it doesn't work...

TheSenator 09-24-2004 06:06 PM

almost but no pop up....just stick pop up...no big deal....

http://www.popuptest.com/popuptest6.html

European Lee 09-24-2004 06:06 PM

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

JSA Matt 09-24-2004 06:08 PM

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();"

NoCarrier 09-24-2004 06:10 PM

Quote:

Originally posted by European Lee
Can be found in the coding of http://www.netscape.com :thumbsup

Enjoy :glugglug

Regards,

Lee

http://www.kittyville.com/pix/images/crack.jpeg

Asthma 09-24-2004 06:16 PM

i get no pop-up

schiz 09-24-2004 06:17 PM

it got blocked. it made the little noise for me. po-pop :)

Lonny 09-24-2004 06:17 PM

i get no pop ups.


All times are GMT -7. The time now is 05:30 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123