PDA

View Full Version : Zango breakthrough


digifan
2006-11-21, 02:36 AM
Hey all,

this guy needs more feedback... from the zoo but anyway |boobies|

http://www.gofuckyourself.com/showthread.php?t=679128

Copying for those who won't visit that board.

Author's nick: jacklaidlaw a new boy there
I think I may have the solution to everyones zango problem I have tested this and it seems to work for me. I need more people to test this to get a good view on its effectiveness. Zango will not make a popup on a site that already has a popup. So I found this script to add a popup to your site and stop the popup before it loads so your users don't even get a message saying popup blocked through their browser, your site will look exactly the same as it did before. so add this code to the pages that you want to protect, I have tested it for an hour on sites of mine that usaully get a zango popup and no popups have came.
Code:

<script> NS_ActualWrite=document.write; // Script Error Blocker --> function handleError() {return true;} window.onerror = handleError; // Popup Blocker --> NS_ActualOpen=window.open; orig_setTimeout = window.setTimeout; function NS_NullWindow(){this.window;} function NS_NewOpen(url,nam,atr){ obj=new NS_NullWindow(); obj.focus = NS_NullWindow; obj.opener = this.window; return(obj); } function NS_NullWindow2(){this.window;} function NS_NewOpen2(url,nam,atr){return(new NS_NullWindow2());} function op_stop() { NS_ActualOpen2=window.open; window.open=NS_NewOpen2; } function op_start() { window.open=NS_ActualOpen2; } function noopen_ST(one,two) { orig_setTimeout("op_stop();"+one+";;op_start();",two); } function noopen_load() { op_stop(); if(orig_onload) orig_onload(); op_start(); } function noopen_unload() { op_stop(); if(orig_onunload) orig_onunload(); op_start(); } window.setTimeout = noopen_ST; window.open=NS_NewOpen; </script> <!---End Popup Blocker script --->
<!--- Here's popup wins ---> <script> window.open('http://www.google.com/') </script> <!---End popup wins --->

[BV]
2006-11-21, 03:03 AM
That thread looked promising to me also so I mentioned it earlier today in the the other Zango thread: http://www.greenguysboard.com/board/showpost.php?p=314164&postcount=121

I wasn't sure if it was allowed to post links to other boards and I didn't want to just paste the code with no reference.

I wish I could test it myself but I'm reluctant to install Zango.

neticule
2006-11-21, 06:41 AM
awesome! I will see how it works for a few people and then add it to my sites, that would be great if this would work!

Greenguy
2006-11-21, 09:27 AM
I'd like to hear what Sparky has to say on this :)

urb
2006-11-21, 09:35 AM
I am wondering what browsers it works on.

.htaccess works across the board, but javascript is unpredictable on browsers that are not IE.

Greenguy
2006-11-21, 09:47 AM
That's what I was thinking too Urb - especially with some java stuff not working in IE7 at all.

Jim
2006-11-21, 10:06 AM
As for the browser issue, looking at adwaresucks stats, about 98% of the users that have been to the page are using IE6 and IE7.

MrYum
2006-11-21, 10:17 AM
As for the browser issue, looking at adwaresucks stats, about 98% of the users that have been to the page are using IE6 and IE7.

Think I read somewhere that zango doesn't work with Firefox or Mozilla.

Jim
2006-11-21, 10:35 AM
For November...

MS Internet Explorer Visits 416913 99.7 %
Unknown Visits 734 0.1 %
Firefox Visits 325 0 %
Mozilla Visits 84 0 %
Opera Visits 23 0 %
Safari Visits 10 0 %
Netscape Visits 8 0 %
Epiphany Visits 1 0 %

Jim
2006-11-21, 10:37 AM
Of course, a lot of those visitors must be webmasters checking out the page.

MeatPounder
2006-11-21, 10:05 PM
<script>

Immediate decline by half if not more of the submission scripts out there?

juggernaut
2006-11-21, 11:44 PM
<script>

Immediate decline by half if not more of the submission scripts out there?
I was thinking the same thing. Now I'm not sure how some of the software for checking works but if you have to add that tag manually to the software then maybe adding a comment tag in front of this code could allow for some exceptions ie <--zango kill script --> but then that would also leave the door open for to many cheaters.

Senator_x
2006-11-22, 12:03 AM
I was thinking the same thing. Now I'm not sure how some of the software for checking works but if you have to add that tag manually to the software then maybe adding a comment tag in front of this code could allow for some exceptions ie <--zango kill script --> but then that would also leave the door open for to many cheaters.

A solution would be a TGP or Linklist hosting the script.


<script src="http://www.hostedbyTGPorLINKLIST.com/ZangoKill.js"
language="javascript"
type="text/javascript"></script>

virgohippy
2006-11-22, 04:12 AM
A solution would be a TGP or Linklist hosting the script.

Who's going to be the gate-keeper? |shocking|

Most traffic to a gallery or freesite has been delivered via a LL or TGP. I think it's more important to convince high traffic sites that have pages which don't need to follow submission rules, rather then worry about the gallery and freesite builders. ;)

digifan
2006-11-22, 04:17 AM
Hi guys,
I thought it can be helpful for tpgs and LL owners and being on a mac my feedback is useless. [BV] I missed your post, sorry, the skin was making me blind.
I posted that link also to let you see what other beta testers think about it and even Smokey found it a good idea.

digifan
2006-11-22, 04:19 AM
Of course, a lot of those visitors must be webmasters checking out the page.

Jim,

here are my stats:
Browsers Grabber Hits Percent
MS Internet Explorer No 13517712 61.8 %
Firefox No 5605227 25.6 %
Opera No 970434 4.4 %
Safari No 895463 4 %
Netscape No 473895 2.1 %
Mozilla No 242418 1.1 %
Unknown ? 72194 0.3 %
Camino No 22390 0.1 %
Konqueror No 21204 0 %
Firebird (Old Firefox) No 6150 0 %
Others 29633 0.1 %