The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Here's something I'm trying - if you have access to your .htaccess, and mod_rewrite is enabled:
Completely forbid access to your /register.php unless the referrer is coming from your own site (that is, the user clicked the 'Register' link on your site). This prevents bots from directly accessing /register.php. Just replace "domain\.tld" with your own domain. EDIT: I've fixed the rewrite code so activations now work. Code:
RewriteEngine On RewriteCond %{QUERY_STRING} !^a=act&u=(.*) [NC] RewriteCond %{HTTP_REFERER} !^http://(.+\.)?domain\.tld/ [NC] RewriteRule register.php$ - [F] Code:
RewriteEngine On RewriteCond %{QUERY_STRING} !^a=act&u=(.*) [NC] RewriteCond %{HTTP_REFERER} !^http://(.+\.)?domain\.tld/ [NC] RewriteRule register.php$ http://www.domain.tld/showthread.php?t=12345 [R,L] This method is probably less painful than renaming register.php. Not sure if it's as effective though. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|