Poison Light Posted May 7, 2012 Author Posted May 7, 2012 if i were really mad i would ban them, how ever i think that maybe the confirmOverlay div could be named dinamycally with, lets say Date(milliseconds) or some dinamic/random string... that would make their work a bit harder... Lol that is exactly what i'm gonna do :tongue:
Aussie Cable Posted May 7, 2012 Posted May 7, 2012 I love how you guys think with this hook. Looking forward to updating it later in my AM. Looks like some great additions have been made since I installed it. Keep up the great work guys
Poison Light Posted May 7, 2012 Author Posted May 7, 2012 Okay, Did some tests and finally i get it working. It wil generate a random string behind the div :P
Poison Light Posted May 7, 2012 Author Posted May 7, 2012 Haha, Anyway added the random string. Someone suggestions?
Luis Manson Posted May 7, 2012 Posted May 7, 2012 no, not really, maybe a entry field to skip specific users or user-agents, but this is just an idea nothing i need to be honest or even bether, but way more complex, skip check if user made X thread todays?
Poison Light Posted May 7, 2012 Author Posted May 7, 2012 no, not really, maybe a entry field to skip specific users or user-agents, but this is just an idea nothing i need to be honest or even bether, but way more complex, skip check if user made X thread todays? I will see what i can do. I gonna go now, will release the next version tonight. So suggestions are welcome :)
Poison Light Posted May 7, 2012 Author Posted May 7, 2012 I will do that later :tongue: I have exams this week. (Starts tomorrow)
Luis Manson Posted May 7, 2012 Posted May 7, 2012 anyone had problems with the latest version? mine is acting weird:popup time: 0nag screen: yes yes/no buttons send me to the board rules URLnag screen: no ok button does not close the dialog :| also in the HTML there is no random string i had RE uploaded the hook, the files and rebuilt skin cache, also creared cache...
Aussie Cable Posted May 7, 2012 Posted May 7, 2012 I installed the latest version 1.0.3, and have an issue. When you click on either "I will" or "Never", with nag screen off, it goes to my terms and conditions page (forum rules), instead of the instructions and deny page's. Not sure why this is happening, the following is the url, that it is going to (not sure if that is intended or not):index.php?app=forums&module=extras§ion=boardrules&do=adblock&a=1 Here is a short video of the issue:http://www.screencast.com/t/4VjHdZBL Any advice?EDIT: Looks like it is not only me!
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 Ok sorry . I had no problems but I will fix this as soon as possible. Just keep 1.0.2 for now .
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 anyone had problems with the latest version? mine is acting weird: popup time: 0 nag screen: yes yes/no buttons send me to the board rules URL nag screen: no ok button does not close the dialog :| also in the HTML there is no random string i had RE uploaded the hook, the files and rebuilt skin cache, also creared cache... Cannot Reproduce. Also checked on the demo board. I installed the latest version 1.0.3, and have an issue. When you click on either "I will" or "Never", with nag screen off, it goes to my terms and conditions page (forum rules), instead of the instructions and deny page's. Not sure why this is happening, the following is the url, that it is going to (not sure if that is intended or not):index.php?app=forums&module=extras§ion=boardrules&do=adblock&a=1 Here is a short video of the issue:http://www.screencast.com/t/4VjHdZBL Any advice?EDIT: Looks like it is not only me! Fixed
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 Dont forget the JS. I made some changes (The random String) so be sure you have recached the Javascript on your site.
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 Just found an error in my ACP so it didn't exported the templates correctly. I think that was the problem of Luis. Re-uploaded a minute ago
Luis Manson Posted May 8, 2012 Posted May 8, 2012 somehow im still having problems... the clasick "yes/no" work as expected,nag screen=yes but witch nag screen=no i can not close the dialog :S yes, i upgraded to the .3.1 here you have some source code i was able to find near the end of the page <style type="text/css"> #confirmOverlay{ width:100%; height:100%; position:fixed; top:0; left:0; background:url('ie.png'); background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2); z-index:100000; } </style> <script type="text/javascript"> if (typeof jQuery === 'undefined') document.write(unescape("%3Cscript src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); </script> <script src="http://www.site.com/public/js/3rd_party/adBlock/blocker.js"></script> <script src="http://www.site.com/public/js/3rd_party/adBlock/advertisement.js"></script> <script type="text/javascript"> var defaultCookieTime = 0* 60; jQuery.noConflict(); jQuery(function($){ if($.adblock){ if($.cookie('adblockPopup') == null){ var activeCookieTime = new Date(); activeCookieTime.setTime(activeCookieTime.getTime() + (defaultCookieTime * 1000)); $.cookie('adblockPopup', true, { expires: activeCookieTime, path: '/' }); $.confirm({ 'title' : 'Bloqueo de publicidad activo', 'message' : 'Hemos detectado que estás bloqueando las publicidades en tu navegador<br />Si deseas puedes ayudarnos desactivando esta funcion, ya que nos mantenemos gracias a las ganancias de la publicidad. Gracias!!', 'redirect' : '1', 'buttons' : { 'Ok, gracias' : { 'action': function(){ window.location = 'http://www.site.com/index.php?app=forums&module=extras§ion=boardrules&do=adblock&a=1'; } }, 'Nunca!' : { 'action': function(){ window.location = 'http://www.site.com/index.php?app=forums&module=extras§ion=boardrules&do=adblock'; } } } }); } } }); </script> </div> </body> </html> BTW: shouldnt nag screen setting being inverted? :|
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 Uhm. There is really something wrong with my ACP. Thats an old template. PM
Poison Light Posted May 8, 2012 Author Posted May 8, 2012 Tested on 3 boards. Template and files imported correctly >_<
Luis Manson Posted May 8, 2012 Posted May 8, 2012 replied the PM, i used the revert button and it changed the template to the same content u sent me, not sure why it was "customized" :|
Poison Light Posted May 25, 2012 Author Posted May 25, 2012 (Question from review): I have a little problem with this mod. I have Google Adsense on my site and I actually ask everyone to disable his Adblocker, except for Donators and Subscribers. Now Google Adsense tells me, that it no longer can crawl the site. Can the author maybe add support for Bots like the Google/Google Adsense bot, to exclude those from the check? Does anyone else have this problem?
surinp3 Posted May 26, 2012 Posted May 26, 2012 (Question from review): Does anyone else have this problem? Same for me. Had to disable the mod.
Poison Light Posted May 26, 2012 Author Posted May 26, 2012 Same for me. Had to disable the mod. Ok thanks. I will fix this as soon as possible.
Poison Light Posted June 9, 2012 Author Posted June 9, 2012 I was busy with other things. I will update the hook tomorrow.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.