vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Advice on an Anti-Proxy Script (https://vborg.vbsupport.ru/showthread.php?t=216908)

Chelf12 06-23-2009 03:10 PM

Advice on an Anti-Proxy Script
 
PHP Code:

<?php
if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])){
die(
"Site has detected a proxy! Site will not load any further!</body></html>");
}
?>

Sans the PHP tags, where would the best place to place a hook for that? I found the script online, and it's free for use, and I want to hook it in as a plugin or product for vBulletin. Which hook would be best to use? I got it somewhat to work with the login process, where if you login through a proxy, you get a white screen, and cannot advance, I think.

Dismounted 06-24-2009 06:52 AM

It is actually not hard to bypass that check. In fact, most proxy servers don't pass on that value anyway. And the ones that do are usually for legitimate purposes (e.g. school/work).

Chelf12 06-24-2009 08:45 PM

Ah. The reason I was wondering, is because we have alot of people on our site bypass their bans through proxies, and they are PERSISTENT. IE, majority of them will go 2 months before giving up.


All times are GMT. The time now is 08:40 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.01035 seconds
  • Memory Usage 1,709KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete