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)

Spangle 11-24-2013 06:31 PM

This will block a lot of guests using a proxy that is true, but I'd rather lose one genuine registrant, than allow in a person who is going to disrupt the forum

TheInsaneManiac 11-24-2013 08:51 PM

Quote:

Originally Posted by faisaly.com (Post 2463387)
correct but using this blocks alot of guests from registering because it blocks the transparent proxy and there is no way around it...

alot of isps use this, its not a browser configuration

If you don't have it set to block complete access, then they can still email you if there are any issues. Then you can add them to the whitelist.

Quote:

Originally Posted by Spangle (Post 2463421)
This will block a lot of guests using a proxy that is true, but I'd rather lose one genuine registrant, than allow in a person who is going to disrupt the forum

Exactly. Learned this the hard way, and if there are issues with genuine members then they can still email you if the block access option isn't selected.

djbaxter 11-24-2013 09:29 PM

Quote:

Originally Posted by TheInsaneManiac (Post 2463453)
If you don't have it set to block complete access, then they can still email you if there are any issues. Then you can add them to the whitelist.


Exactly. Learned this the hard way, and if there are issues with genuine members then they can still email you if the block access option isn't selected.

How exactly are you defining "block access"?

TheInsaneManiac 11-25-2013 04:32 AM

Another update for you all. I am now finalizing the post to thread, it appeared that I could not port it from the 3.8 version I was using so I am researching more into that so I can release both 4.0 and 3.8 together.

Quote:

Originally Posted by djbaxter (Post 2463461)
How exactly are you defining "block access"?

https://www.torproject.org/projects/tordnsel.html.en

I use the information provided by tor
Code:

function IsTorExitPoint()
{
        if (gethostbyname(ReverseIPOctets($_SERVER['REMOTE_ADDR']).".".$_SERVER['SERVER_PORT'].".".ReverseIPOctets($_SERVER['SERVER_ADDR']).".ip-port.exitlist.torproject.org")=="127.0.0.2")
        {
        return true;
        }
        else
        {
        return false;
        }
}

Then the whitelist is just comparing IPs
Code:

(!in_array($_SERVER['REMOTE_ADDR'], $whitelists))

faisaly.com 11-25-2013 02:31 PM

Quote:

This will block a lot of guests using a proxy that is true, but I'd rather lose one genuine registrant, than allow in a person who is going to disrupt the forum
That's not true, there ae millions of isps that use transparent proxies. What makes you think they are trouble makers? if there is trouble deal with it after!

Also as everyone knows, blocking proxies blocks many users around the world that have to use them in order to view sites.

You must understand how proxies work before blocking a person ffrom doing no harm!

ForceHSS 11-25-2013 07:02 PM

Quote:

Originally Posted by TheInsaneManiac (Post 2463542)
Another update for you all. I am now finalizing the post to thread, it appeared that I could not port it from the 3.8 version I was using so I am researching more into that so I can release both 4.0 and 3.8 together.



https://www.torproject.org/projects/tordnsel.html.en

I use the information provided by tor
Code:

function IsTorExitPoint()
{
        if (gethostbyname(ReverseIPOctets($_SERVER['REMOTE_ADDR']).".".$_SERVER['SERVER_PORT'].".".ReverseIPOctets($_SERVER['SERVER_ADDR']).".ip-port.exitlist.torproject.org")=="127.0.0.2")
        {
        return true;
        }
        else
        {
        return false;
        }
}

Then the whitelist is just comparing IPs
Code:

(!in_array($_SERVER['REMOTE_ADDR'], $whitelists))

Any new updates for pro version if so can you email them

djbaxter 11-26-2013 01:56 PM

This (pro version) seems to be increasing load time for my forum.

Am I correct in assuming that it checks for proxies on every post or page load?

If so, can we have an option for checking on registration only?

TheInsaneManiac 11-28-2013 05:18 AM

Quote:

Originally Posted by djbaxter (Post 2463849)
This (pro version) seems to be increasing load time for my forum.

Am I correct in assuming that it checks for proxies on every post or page load?

If so, can we have an option for checking on registration only?

Coming in the new version, still working out some kinks. Yes it does check on every page load, but that is why I am implementing use of SQL, so that it can log usernames and no longer run all the checks on users every time. Now that I think about it, I will add an option to only check registered users, and only registration. I'm going to have to recode a few things. Need to organize my code a bit better.

Quote:

Originally Posted by ForceHSS (Post 2463677)
Any new updates for pro version if so can you email them

Do you mean product updates or like updates about the pro in general? I'm hoping to release soon, having a wee bit of issues with server loads as mentioned above. Working on recoding some things for optimization.

djbaxter 11-30-2013 05:02 PM

Another suggestion: Would like to be able to whitelist blocks of IP addresses, like the Google proxy used by Chromebooks and some Androids.

For example, 66.249.85.0/24 or 66.249.85.0/16

Using the Pro version on just one forum so far but if this can be made to work the way I need it I would be looking at buying 4 more licenses.

TheInsaneManiac 11-30-2013 07:14 PM

Quote:

Originally Posted by djbaxter (Post 2464824)
Another suggestion: Would like to be able to whitelist blocks of IP addresses, like the Google proxy used by Chromebooks and some Androids.

For example, 66.249.85.0/24 or 66.249.85.0/16

Using the Pro version on just one forum so far but if this can be made to work the way I need it I would be looking at buying 4 more licenses.

I can arrange this. I just didn't think it was too needed, but I ran into a circumstance a couple days ago where I wish I had this haha. I'll see about adding this into the next version.


All times are GMT. The time now is 02:55 AM.

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.01465 seconds
  • Memory Usage 1,755KB
  • 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
  • (4)bbcode_code_printable
  • (9)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