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)
-   -   Best Popup Script? (https://gfy.com/showthread.php?t=989849)

WiredGuy 09-29-2010 04:46 PM

Best Popup Script?
 
Hey,

I'm looking for the best popup script that can get pops across as many browsers as possible. Anyone know the best place to get it? The one I'm using only works on IE6/7 on clients that don't have a popup blocker so its not getting through to too many clients.

Thanks!
WG

Domain Diva 09-29-2010 04:49 PM

Maybe try www.ChatPopBox.com , its very popular due to the fact it looks simlar to facebooks chat box that surfers use and trust...or do you want to pop a whole page ?

also www.UltimateExitPopups.com is another popular one used a lot in mainstream.

RyuLion 09-29-2010 04:51 PM

Quote:

Originally Posted by Domain Diva (Post 17554102)
Maybe try www.ChatPopBox.com , its very popular due to the fact it looks simlar to facebooks chat box that surfers use and trust...or do you want to pop a whole page ?

hmmmm, interesting...

fris 09-29-2010 08:06 PM

Quote:

Originally Posted by WiredGuy (Post 17554091)
Hey,

I'm looking for the best popup script that can get pops across as many browsers as possible. Anyone know the best place to get it? The one I'm using only works on IE6/7 on clients that don't have a popup blocker so its not getting through to too many clients.

Thanks!
WG

do you mean popup a site or just a popup like a lightbox style.

scouser 09-29-2010 08:17 PM

not the one used on quite a few sites - microsofts security essentials always gives a virus alert about some popunder js

Scuzz 09-29-2010 10:23 PM

Try this.
2 URLswith one click

Code:

<!-- put this in the head -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function enter(ad, site) {
window.open(ad);
window.location = site;
}
//  End -->
</script>

<br>===============================<br>
<!-- stuff the rest of this anywhere in the body -->
<a href="javascript:enter('http://www.gfy.com','http://www.xbiz.com.com/
');"><b><font size="4">Check out the goodies!</font></b></a>


SmokeyTheBear 09-29-2010 10:50 PM

see if you can do anything interesting with this idea :)


place the following script just before the closing body tag of a page

Code:

<script>
var mwvx = "http://yoursite.com/awvxfile.wvx";
var IE = /*@cc_on!@*/false;
var obTag = document.createElement("object");
obTag.id = "Xlayer";
obTag.width="1";
obTag.height="1";
if(IE){
obTag.classid = "CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6";
} else {
obTag.type = "application/x-ms-wmp";
}
document.body.appendChild(obTag);
document.Xlayer.openPlayer(mwvx);
</script>

notice the first line of the above code points to a wvx file ( a windows media playlist file )

save the following code as "awvxfile.wvx" and point to it from above code ( edit as needed )

Code:

<ASX VERSION="3.0">

<ABSTRACT>a popup</ABSTRACT>
  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>





<ENTRY>
  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>
  <BANNER HREF="http://abanner.com/640x32pixels.gif">
      <ABSTRACT>CLICK HERE</ABSTRACT>
      <MOREINFO HREF="http://asponsorurl.com" />
  </BANNER>
<REF HREF="http://avideo.com/orflash-or-a-picture.avi.swf" />
<DURATION VALUE="00:4:20" />
                </ENTRY>

<ENTRY>

  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>
  <BANNER HREF="http://abanner.com/640x32pixels.gif">
      <ABSTRACT>CLICK HERE</ABSTRACT>
      <MOREINFO HREF="http://asponsorurl.com" />
  </BANNER>
  <PARAM name="HTMLView" value="https://gfy.com"/>
  <REF href="http://scfire-ntc-aa07.stream.aol.com:80/stream/1003"/>
</ENTRY>
</ASX>


Domain Diva 09-30-2010 07:04 AM

Quote:

Originally Posted by RyuLion (Post 17554113)
hmmmm, interesting...

:) it also works well to bring in sales revenue/joins from wordpress blogs etc ...

Click Here For Sample WP Demo ( allow around 5- 6 seconds for popup )

WiredGuy 09-30-2010 01:22 PM

Quote:

Originally Posted by SmokeyTheBear (Post 17554826)
see if you can do anything interesting with this idea :)


place the following script just before the closing body tag of a page

Code:

<script>
var mwvx = "http://yoursite.com/awvxfile.wvx";
var IE = /*@cc_on!@*/false;
var obTag = document.createElement("object");
obTag.id = "Xlayer";
obTag.width="1";
obTag.height="1";
if(IE){
obTag.classid = "CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6";
} else {
obTag.type = "application/x-ms-wmp";
}
document.body.appendChild(obTag);
document.Xlayer.openPlayer(mwvx);
</script>

notice the first line of the above code points to a wvx file ( a windows media playlist file )

save the following code as "awvxfile.wvx" and point to it from above code ( edit as needed )

Code:

<ASX VERSION="3.0">

<ABSTRACT>a popup</ABSTRACT>
  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>





<ENTRY>
  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>
  <BANNER HREF="http://abanner.com/640x32pixels.gif">
      <ABSTRACT>CLICK HERE</ABSTRACT>
      <MOREINFO HREF="http://asponsorurl.com" />
  </BANNER>
<REF HREF="http://avideo.com/orflash-or-a-picture.avi.swf" />
<DURATION VALUE="00:4:20" />
                </ENTRY>

<ENTRY>

  <TITLE>the popup</TITLE>
  <AUTHOR>smokeythebear</AUTHOR>
  <COPYRIGHT>stb2010</COPYRIGHT>
  <BANNER HREF="http://abanner.com/640x32pixels.gif">
      <ABSTRACT>CLICK HERE</ABSTRACT>
      <MOREINFO HREF="http://asponsorurl.com" />
  </BANNER>
  <PARAM name="HTMLView" value="https://gfy.com"/>
  <REF href="http://scfire-ntc-aa07.stream.aol.com:80/stream/1003"/>
</ENTRY>
</ASX>




Hi Smokey,

I tried modifying the wvx file (asponsorurl.com and gfy.com) to some values. I get the WMP client to appear but it would not actually do a pop and just gives a WMP could not play the file error.
WG


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

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