vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - Proxy Alert (https://vborg.vbsupport.ru/showthread.php?t=299546)

qpurser 11-10-2013 03:41 PM

Quote:

Originally Posted by TheInsaneManiac (Post 2459548)
vBulletin 4.0 or 3.8?

4.2.1

TheInsaneManiac 11-10-2013 05:59 PM

Quote:

Originally Posted by qpurser (Post 2459705)
4.2.1

That's weird, I don't get that message. It sounds like the phrase never got added. Try uninstalling the product and reinstalling. When uninstalling you will need to reupload your files to the server from the zip files upload folder.

You could also add the phrase in AdminCP:
NAME: proxy_alert_registration

DATA: You were detected using a proxy. We do not allow registration from proxies. If you believe this detection was in error, please <a href="sendmessage.php">contact</a> your webmaster.


1.6 has been released:
User ID Whitelist
Bot detection fix
IP Whitelist [PRO]
Registration blocker works with ip address whitelist [PRO]

Alan_SP 11-11-2013 12:50 AM

Quote:

Originally Posted by madness85 (Post 2441185)
Could we have new thread on detection personally prefer this option :)

This is something I too would like to have very much.

EDIT: And yes, how we can enable spiders, especially Google and Google AdSense to freely scan our sites?

TheInsaneManiac 11-11-2013 07:19 AM

Quote:

Originally Posted by Alan_SP (Post 2459844)
This is something I too would like to have very much.

EDIT: And yes, how we can enable spiders, especially Google and Google AdSense to freely scan our sites?

Ahh yes thanks for reminding me. As far as the bots the new version allows bots to bypass the checks. If you are still noticing bots being blocked PM me with the name of the bot so I can add them to the white list.

The thread notification is fairly easy to do. I will probably add this to the free version along with the pro. I plan on adding a Database logging through the Admin Panel for larger boards that don't want a flood of PMs/Threads/Emails. Maybe I will come up with a cron job to email weekly when new ones have been logged or possibly even email the log, so that way it is all in one email instead of multiple. The possibilities are endless! lol.

Alan_SP 11-11-2013 07:40 PM

This with weekly email would be nice, but having thread created, for all moderators to be informed is a very welcome option, so we could allow people to use proxies, but watch them more closely.

And, how can I manually add spiders? Through their UA, or differently? I'm still not installing it, as this is very important for me, so I'm waiting to know how to do this.

TheInsaneManiac 11-12-2013 05:25 AM

Quote:

Originally Posted by Alan_SP (Post 2459994)
This with weekly email would be nice, but having thread created, for all moderators to be informed is a very welcome option, so we could allow people to use proxies, but watch them more closely.

And, how can I manually add spiders? Through their UA, or differently? I'm still not installing it, as this is very important for me, so I'm waiting to know how to do this.

Yes
Code:

isset($_SERVER['HTTP_USER_AGENT']) && !preg_match('/bot|crawl|slurp|spider/i', $_SERVER['HTTP_USER_AGENT']))
Of course if you wanted to just allow a few bots and not all (The ones you know are good bots) then you could just check the user agent for Googlebot or multiple other bots.
Code:

strstr(strtolower($_SERVER['HTTP_USER_AGENT']), "Googlebot")

Alan_SP 11-12-2013 07:10 PM

This looks pretty complicated. Where it should go?

Would your mod be able to work in report only mod, without actually blocking anyone and just creating threads with users who use proxies?

TheInsaneManiac 11-12-2013 11:27 PM

Quote:

Originally Posted by Alan_SP (Post 2460186)
This looks pretty complicated. Where it should go?

Would your mod be able to work in report only mod, without actually blocking anyone and just creating threads with users who use proxies?

As of now, no. I can code this feature though. I'm still working on database logging, once that is completed I will work on that as well. Give me a few days.

dsantana 11-13-2013 07:45 PM

I installed the Pro version today and used this site http://anonymizer.nntime.com/ to access my site. Do I not have it set up correctly? Because I was able to login...

qpurser 11-14-2013 01:03 PM

Testing this promising mod and it successfully denied me access using the TOR browser.

I have a quick question:
I enabled: Would you like to enable Tor Alert for lan proxies?

Now I got several PM's telling me what users are detected using a LAN proxy. I know those users and they are trusted.

Are they actually blocked and don't have access or is it just an info I get in the PM and those users can access the forum?

Thanks


All times are GMT. The time now is 08:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01187 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete