VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
а там и не было, просто обсуждение как это безнадежно..
@Romchik®
XenForo-Russia
Join Date: Jul 2005
Location: Европа
Награды в конкурсах:
Posts: 3,491
Версия vB: 3.8.x
Пол:
Reputation:
Гуру 7398
Репутация в разделе: 2728
2
Может хотя бы такой хак пойдет? По-моему тоже полезный и лучше, чем ничего
Он определяет реальный IP юзера, если тот сидит на прокси.
Quote:
This hack makes the forum always use the members real ip when a proxy is detected, meaning that all existing ip functions should continue to work, basically ignoring the proxy server (other than recording it's presence).
i.e.
* The real ip (or host) is displayed in the who's online page.
* The real and proxy server ip's are accesible for each post, the button is red for members using a proxy server.
* The real ip is searchable in the admin/mod cp (but not the proxy ip).
* The real ip can be banned by admins.
etc etc ......
Obviously this hack relies on the proxy server passing the correct http variables to allow detection. This hack is packaged as a vBulletin product.
If a proxy is detected, then a red ip icon is displayed instead of the standard one. This mod will also detect if the ipinfo hack is installed and adjust itself to call the ipinfo code.
http://www.vbulletin.org/forum/showthread.php?t=120082 Proxy to Real IP Conversion v.2.23
@Romchik®
XenForo-Russia
Join Date: Jul 2005
Location: Европа
Награды в конкурсах:
Posts: 3,491
Версия vB: 3.8.x
Пол:
Reputation:
Гуру 7398
Репутация в разделе: 2728
0
И вот еще один хак, посмотрите, может даже то что надо, самому разбираться и переводить лень да и некогда
Quote:
History
I've had some problems with abuse via open proxies for a time ago, and when we were banning abusers, they always found a new proxy to use and register new accounts with. Since this forum was a large type we could'nt just ban e-mails etc just like that, because this was leading to a very large amount of other banned users too.
At IRC, in the other hand, we had Open Proxy Monitors, that was banning everything that was blacklisted in some DNSBL-databases. No spammers had a chance to get in there as long they were listed in such database.
This is a plugin that blocks blacklisted hosts from some different DNSBL's. It uses the global_start-hook, a very simple handler for blocking proxies, and a vBphrase called OPM_Deny.
April 2006
The source has been rewritten a bit. The proxychecker is now using a cache that, by default, stores all ip's in a database for 6 hours. It scans some DNSBL's and can be configured to block proxies from bitmasks (defined in the plugin) which makes it a little bit more reliable, because it does'nt block everything it see).
Configuration is made from the plugin (hopefully there will be a nice admin interface in the future). Exceptions (ip's that can pass through this system even if it is a proxy) are also handled differently now.
// CHANGES
//
// 2006-06-28 (2.0.6/Another fix)
//
// * Proxyinclusions/exclusions didn't work properly
//
// 2006-06-28 (2.0.5/Fix only)
//
// * Fixed a bug in the $block-array that affected some of the blocking results
//
// 2006-06-28 (2.0.4)
//
// * opm.tornevall.org has a new entry for anonymizers, added support for this
// * Default value on "block everything detected" in plugin changed to "no"
//
// 2006-06-26 (2.0.3)
//
// * Created options for admincp (removed plugin-configuration)
// * Fixed a bit-bug for njabl
// * Plugin is now a function (rbl_livecheck) for external lookups
// * Added options for "only block on newuser-registrations"
//
// 2006-06-22 (2.0.3 RC)
//
// * The monitor is now a function
// * Added small compatibility with other plugins (with return)
//
// 2006-05-13
//
// * sorbs zones added (no bitmasking)
// * opm.blitzed.org removed
// * time() changed to TIMENOW
//
// 2006-04-21
// ==========
//
// * proxyinclusions
// quickly add own hosts that should be treated as a proxy
//
How does it work with 3.6?
2.0.3 seem to work fine with 3.6
How to use the compatibility thing
If you have a plugin that you want to use together with the proxy monitor (only returns a value if a an ip-address is registered as a proxy or not) you can call the function rbl_livecheck like this (example):
PHP Code:
global $rblInstalled;
if ($rblInstalled) {
$remoteIsProxy = rbl_livecheck(1, $_SERVER['REMOTE_ADDR']);
а как он работает? поставила..вроде всё пока в порядке..но как его использовать? у меня 20 аккаунтов забанненых из-за того, что через прокси регятся(думаю это всего один придурок)...очень надо объясненийяхелп плиз!
@sadovnikde
Простоузер
Join Date: Nov 2007
Posts: 206
Reputation:
Novice 5
Репутация в разделе: 5
0
Quote:
Originally Posted by AmA
а как он работает?
меня интересует этот же вопрос!
@Irgendwelchen
Простоузер
Join Date: Oct 2007
Posts: 99
Версия vB: 3.8.0
Reputation:
Lamer -6
Репутация в разделе: 1
1
и меня!
@transfiguratziya
Простоузер
Join Date: Mar 2007
Posts: 68
Reputation:
Novice 2
Репутация в разделе: 1
0
я бы тоже не прочь послушать знающих....
@netwind
Гуру
Join Date: Aug 2005
Location: Рiдна Олбанея
Posts: 3,844
Версия vB: 3.8.x
Reputation:
Гуру 1227
Репутация в разделе: 901
0
В этой теме два разных хака. Который интересует?
Первый, похоже, подменяет ip если прокси неанонимный и передает ip клиента.
Второй это реализация механизма проверки по черным спискам через DNS (подробнее тут http://ru.wikipedia.org/wiki/DNSBL)
@transfiguratziya
Простоузер
Join Date: Mar 2007
Posts: 68
Reputation:
Novice 2
Репутация в разделе: 1
0
меня лично интересует хак, который не даёт регистрироваться, если чел делает это через прокси...я так понимаю первый хак в этой теме уже зарегиных проверяет...а второй, даже если стоит, то всё равно пропускает регистрацию через прокси...а надо бы такой, чтоб в самом начале процесса регистрации выпихивал нафих этих проксикантов...достали уже