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 working popup code (https://gfy.com/showthread.php?t=404184)

Fake Nick 12-17-2004 08:05 AM

SP2 working popup code
 
can someone point me in the right direction ?

Fred Quimby 12-17-2004 08:05 AM

go that way >

kenny 12-17-2004 08:08 AM

Quote:

Originally posted by Fred Quimby
go that way >
:1orglaugh

chupachups 12-17-2004 08:11 AM

Quote:

Originally posted by Fred Quimby
go that way >
:1orglaugh

fris 12-17-2004 08:12 AM

Quote:

Originally posted by Fred Quimby
go that way >
i thought it was the other way?

Johny Traffic 12-17-2004 08:16 AM

Quote:

go that way >
Thats the funniest answer Ive heard here for a long time

justsexxx 12-17-2004 08:17 AM

<body>
<object
id="x"
classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
width="1"
height="1"
align="middle"
>
<PARAM NAME="ActivateApplets" VALUE="1">
<PARAM NAME="ActivateActiveXControls" VALUE="1">
</object>

<SCRIPT>

function pop(){

// change your url/s here

x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

// this line will *popunder* your popup
x.DOM.Script.setTimeout("self.focus();");
}

// at this time you can only popup/popunder on entry not on exit..
window.onload=function s(){setTimeout('pop();',1000);}
</SCRIPT>

Fake Nick 12-17-2004 08:18 AM

Quote:

Originally posted by justsexxx
<body>
<object
id="x"
classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
width="1"
height="1"
align="middle"
>
<PARAM NAME="ActivateApplets" VALUE="1">
<PARAM NAME="ActivateActiveXControls" VALUE="1">
</object>

<SCRIPT>

function pop(){

// change your url/s here

x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

// this line will *popunder* your popup
x.DOM.Script.setTimeout("self.focus();");
}

// at this time you can only popup/popunder on entry not on exit..
window.onload=function s(){setTimeout('pop();',1000);}
</SCRIPT>


thx , am gonna try this

Fake Nick 12-17-2004 08:27 AM

haha123 ? what does that have to be? can you put it in the code tages ?

andrej_NDC 12-17-2004 08:33 AM

Quote:

Originally posted by justsexxx
<body>
<object
id="x"
classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
width="1"
height="1"
align="middle"
>
<PARAM NAME="ActivateApplets" VALUE="1">
<PARAM NAME="ActivateActiveXControls" VALUE="1">
</object>

<SCRIPT>

function pop(){

// change your url/s here

x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

// this line will *popunder* your popup
x.DOM.Script.setTimeout("self.focus();");
}

// at this time you can only popup/popunder on entry not on exit..
window.onload=function s(){setTimeout('pop();',1000);}
</SCRIPT>

thats only entry pop-up, right?

mardigras 12-17-2004 08:38 AM

I wonder what the percentage of people who do everything they can to block popups is that actually buy from forced popups...

:glugglug

Fake Nick 12-17-2004 09:02 AM

Quote:

Originally posted by mardigras
I wonder what the percentage of people who do everything they can to block popups is that actually buy from forced popups...

:glugglug


I understand your point , but most people dont do everything do block popups but these days you cant fool the newbs anymore because microsoft offers them standard protection

this code is meant to fool these noobs who dont realise popups are being blocked automatically by sp2 ;)

Johny Traffic 12-17-2004 09:13 AM

Is there an exit pop up that works?

Fake Nick 12-17-2004 09:18 AM

Quote:

Originally posted by Johny Traffic
Is there an exit pop up that works?

yeah there is , but the only guy that I know that has it refuses to give it to me

sean416 12-17-2004 09:25 AM

Code:

<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,personalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="stb.js"></script>
<BODY onUnload="normal_exit()">

courtesy of smokey the bear:winkwink:

Fake Nick 12-17-2004 09:28 AM

Quote:

Originally posted by sean416
Code:

<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,personalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="stb.js"></script>
<BODY onUnload="normal_exit()">

courtesy of smokey the bear:winkwink:


do you have one without HAHAHA in it

and dont think it will work it doesnt have the object id in it that contains the exploit

andrej_NDC 12-17-2004 09:35 AM

Quote:

Originally posted by sean416
Code:

<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,personalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="stb.js"></script>
<BODY onUnload="normal_exit()">

courtesy of smokey the bear:winkwink:

its encoded

HAPPYPEEKERS 12-17-2004 09:56 AM

<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) :thumbsup

sean416 12-17-2004 09:56 AM

http://www.earthunplugged.org/aa/

check that out

dcortez 12-17-2004 10:19 AM

Why not just hire a couple thugs in each area you want to get 'sales' from:

They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

It's a ubiquitous solution with a timeless history.

If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

NO means NO.

If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

Why not try a business model based on value instead of a numbers game based on shakedowns?

Just like spammers, your days of HACKING surfers computers are numbered.

:2 cents:

-Dino

Fake Nick 12-17-2004 10:27 AM

Quote:

Originally posted by dcortez
Why not just hire a couple thugs in each area you want to get 'sales' from:

They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

It's a ubiquitous solution with a timeless history.

If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

NO means NO.

If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

Why not try a business model based on value instead of a numbers game based on shakedowns?

Just like spammers, your days of HACKING surfers computers are numbered.

:2 cents:

-Dino


where did my visitor say no ?

Microsoft enforces him to say no , its not like they have an option ...

andrej_NDC 12-17-2004 10:56 AM

Quote:

Originally posted by Fake Nick
Microsoft enforces him to say no , its not like they have an option ...
exactly

Johny Traffic 12-17-2004 11:06 AM

Quote:

Why not just hire a couple thugs in each area you want to get 'sales' from:

They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

It's a ubiquitous solution with a timeless history.

If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

NO means NO.

If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

Why not try a business model based on value instead of a numbers game based on shakedowns?

Just like spammers, your days of HACKING surfers computers are numbered.
what a crock of shit.

Webmastering isnt about opinions. Its about maths, pure and simple.

If you make more sales overall using pop ups then you should use them, if you dont then dont use them.

Pop ups are apart of the internet, no surfers have asked not to have them, microsoft has enforced that themselfes.

Also If I make a site and a surfer visits, a part of my site is a pop up. That's my site. How I made it. They visited my site, for free, who the fuck should say what they should see or not. Me, I should, its my site. Its not microsofts site.

calmlikeabomb 12-17-2004 11:34 AM

Quote:

Originally posted by Johny Traffic


Pop ups are apart of the internet, no surfers have asked not to have them, microsoft has enforced that themselfes.

There is a 'block pop-up' option with sp2. If they un-check it that is fine.

However, if they have choosen not to view pop-ups and that box IS CHECKED then it should be respected.

Then again, what's adult without the scumbag advertising.

ShaneRyale 12-17-2004 11:37 AM

Buy the NATS affiliate system. It has a built in bypass for SP2.

andrej_NDC 12-17-2004 11:41 AM

Quote:

Originally posted by calmlikeabomb
There is a 'block pop-up' option with sp2. If they un-check it that is fine.
95% of the surfers don't have an idea about it, how clever do you think they are?

Johny Traffic 12-17-2004 11:46 AM

Quote:

There is a 'block pop-up' option with sp2. If they un-check it that is fine.
Then it should come with that as standard, if they opted not to have pop ups then that would be different, but it doesnt. I dont suppose any of them even know about this thing. I didnt till you just told me

dcortez 12-17-2004 12:21 PM

Quote:

Originally posted by andrej_NDC
95% of the surfers don't have an idea about it, how clever do you think they are?
Clever or not, I hear constant complaints by surfers who get sucked into console terrorist sites- regardless of their popup block settings.

I have yet to hear a single complaint against SP2 from a surfer feeling that they have been shortchanged their usual popup abuse without their permission.

Webmasters who assault their surfers with popups are the only ones I hear complaining about SP2 (re: popups).

They can always choose a different OS if they don't like the 'default' settings.

What makes forced popups any different than spam?

Or are you guys all spammers too?

-Dino

justfreemovies 12-17-2004 12:24 PM

wow someone actualy answered this instead of five people calling someone an idiot damn gfy woke on halfway on the right side of the bed today lol

xclusive 12-17-2004 12:32 PM

It's nice when legit questions get answered here...

Johny Traffic 12-17-2004 12:55 PM

I repeat as you mist it the first time. I make a site and a surfer visits, a part of my site is a pop up. That's my site. How I made it. They visited my site, for free, I decided I wanted it on my site. who the fuck should say what they should see or not. Me, I should, its my site. Its not microsofts site.

with reference to surfers complaining. Bullshit.

Ive never once with millions and millions of surfers over the last 5 years, ever had a surfer say, I dont like pop ups. I run many sites with and many without. They are my sites so I decide what I have on them.

tradermcduck 12-17-2004 01:01 PM

Quote:

Originally posted by xclusive
It's nice when legit questions get answered here...

:thumbsup

killshot 12-17-2004 01:39 PM

I personally have always believed that good business sense is trying not to piss off the people who I want to give me money.

Many people are SCARED to click on adult links nowdays for fear of popups... Who could have thought that an entire industry that makes money catering to one of the most basic elements of humanity could make people so scared.

I think you will have more success with other methods and being more creative.

But thats just me... people can try to run their business however they want..

andrej_NDC 12-17-2004 01:46 PM

Quote:

Originally posted by killshot
I personally have always believed that good business sense is trying not to piss off the people who I want to give me money.

Many people are SCARED to click on adult links nowdays for fear of popups... Who could have thought that an entire industry that makes money catering to one of the most basic elements of humanity could make people so scared.

I think you will have more success with other methods and being more creative.

But thats just me... people can try to run their business however they want..

non-adult sites are full of pop-ups, please move on, surfer :)

Fake Nick 12-17-2004 01:48 PM

Quote:

Originally posted by andrej_NDC
non-adult sites are full of pop-ups, please move on, surfer :)

indeed, about.com just the name a big one that is filled with popups

Kamilla36D 12-17-2004 02:52 PM

I don't think any surfer, who have enjoyed a site for free, will get all that annoyed by a exit. But there's always those that overdo it and add popup hells.
Are those posted above tested and works against popup blockers?

Slinx 12-20-2004 09:20 AM

up on request

SmokeyTheBear 12-20-2004 10:53 AM

www.earthunplugged.org/aa/ has popunders and exit pops for firefox and i.e. with googleblocker.

Fake Nick 12-20-2004 10:55 AM

Quote:

Originally posted by SmokeyTheBear
www.earthunplugged.org/aa/ has popunders and exit pops for firefox and i.e. with googleblocker.
where can I find the source code for those ?

SmokeyTheBear 12-20-2004 11:34 AM

Quote:

Originally posted by Fake Nick
where can I find the source code for those ?
its all on page

You need to download the flash file for the popunder to work..


For the exit pop you need to dl the js file ( that contains the page url)


All times are GMT -7. The time now is 03:54 AM.

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