The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
BetoPho
Forum:
vBulletin 4.x Add-ons
08-08-2019, 04:07 AM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
Thank you. I actually modified that already and...
Thank you. I actually modified that already and will be included in the upcoming release :)
Forum:
vBulletin 4.x Add-ons
07-29-2019, 11:20 AM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
By default if you choose 'Yes' in the 'Hide...
By default if you choose 'Yes' in the 'Hide reCaptcha badge', the badge will hide, but then the footer text will show due to Google policy on reCaptcha v3. Then you can manually remove the footer...
Forum:
vBulletin 4.x Add-ons
07-28-2019, 07:20 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
You don't have to turn it off, this product will...
You don't have to turn it off, this product will work safely together with vBulletin native verification system :)
Forum:
vBulletin 4.x Add-ons
07-28-2019, 06:35 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
The product currently does not integrate with...
The product currently does not integrate with vBulletin native Human Verification system, as the system doesn't support Captcha check for login.
For now, the product is intended to prevent bot...
Forum:
vBulletin 4.x Add-ons
07-20-2019, 07:26 PM
Replies:
8
Statistics Modifications -
[BetoPho] Trending Threads
Views:
3,093
Posted By
BetoPho
Thanks for letting me know. As I mentioned in the...
Thanks for letting me know. As I mentioned in the previous comment, the next update will let you choose whether the old posts should be counted toward trending calculation. I will just let forum...
Forum:
vBulletin 4.x Add-ons
07-20-2019, 06:21 AM
Replies:
8
Statistics Modifications -
[BetoPho] Trending Threads
Views:
3,093
Posted By
BetoPho
The product will check for all the posts posted...
The product will check for all the posts posted in a timeframe, so, yes, if an old thread suddenly gets a lot of posts, it will be in the trending list too.
I will add another condition in the...
Forum:
vB4 Programming Discussions
07-18-2019, 10:25 PM
Replies:
5
Trending threads
Views:
747
Posted By
BetoPho
I've been busy with my projects so it was a...
I've been busy with my projects so it was a little bit late, sorry about that.
Here it is: https://vborg.vbsupport.ru/showthread.php?t=327385
Let me know your feedback so I can improve it ;).
Forum:
vBulletin 4.x Add-ons
07-18-2019, 09:00 PM
Replies:
8
Statistics Modifications -
[BetoPho] Trending Threads
Views:
3,093
Posted By
BetoPho
[BetoPho] Trending Threads
[Important Note: This product won't work properly (or won't work at all) on PHP version below 7.0.0!]
*product PHP version requirement has been added so this can only be installed on server with PHP...
Forum:
vB4 Programming Discussions
07-06-2019, 04:15 PM
Replies:
5
Trending threads
Views:
747
Posted By
BetoPho
There is none currently I guess, but I'm...
There is none currently I guess, but I'm developing one for vB3 & 4, considering for 5.
It will be released around the next week.
Forum:
vBulletin 4.x Add-ons
07-06-2019, 04:00 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
You can download the latest version, v1.1.0 and...
You can download the latest version, v1.1.0 and update the product, it will fix the issue.
The main concept of this product is to prevent brute force password attack and any kind of non-human...
Forum:
vBulletin 4.x Add-ons
07-05-2019, 10:31 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
You can edit config.php, add this line to...
You can edit config.php, add this line to globally disabling all plugins:
define('DISABLE_HOOKS', 1);
After that, login into your Admincp, please whitelist yourself by putting your user ID into...
Forum:
vBulletin 4.x Add-ons
07-04-2019, 04:48 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
Issues Being locked out from logging into...
Issues
Being locked out from logging into Admincp/Modcp
This issue is fixed since v1.1.0.
Forum:
vBulletin 4.x Add-ons
07-04-2019, 04:47 PM
Replies:
375
Anti-Spam Options -
reCAPTCHA v2 Human Verification
Views:
174,509
Posted By
BetoPho
FYI, I have made a v3 integration here...
FYI, I have made a v3 integration here (https://vborg.vbsupport.ru/showthread.php?p=2599719).
Forum:
vBulletin 4.x Add-ons
07-03-2019, 09:00 PM
Replies:
37
Anti-Spam Options -
[BetoPho] reCaptcha v3 Login Integration
Views:
10,883
Posted By
BetoPho
[BetoPho] reCaptcha v3 Login Integration
There are several requests to make this around the forum, so I guess I would contribute one.
Product Information
Provide reCaptcha intergration for vBulletin 4's login process that can check for...
Forum:
vB4 General Discussions
07-03-2019, 08:32 AM
Replies:
4
How do you remove the "Report Post" link from just one forum?
Views:
464
Posted By
BetoPho
You should use <vb:if...
You should use
<vb:if condition="$thread['forumid'] != 132">
instead of $forum['forumid']. This variable won't work on postbit templates.
Also, check that you're inserting into the right...
Forum:
vB3 General Discussions
06-30-2019, 09:45 AM
Replies:
2
Add Custom Fields to Prune / Move Users
Views:
1,220
Posted By
BetoPho
Which fields would you want to add? I had...
Which fields would you want to add?
I had several features added to the move/prune page written for a client a while ago.
Like this:
https://vborg.vbsupport.ru/
Forum:
vB4 Programming Discussions
06-29-2019, 02:41 PM
Replies:
10
move vbulletin 4.2.5 within public_html to public_html / example.com
Views:
1,098
Posted By
BetoPho
Can you check the template codes of the pages...
Can you check the template codes of the pages where the links are displaying incorrectly? It could be because of '/attachment.php' instead of 'attachment.php' somewhere, causing it always linking to...
Forum:
vB4 Programming Discussions
06-27-2019, 11:34 AM
Replies:
10
move vbulletin 4.2.5 within public_html to public_html / example.com
Views:
1,098
Posted By
BetoPho
You have to follow various steps: Close the...
You have to follow various steps:
Close the board & backup everything.
Move all the files from /public_html to /public_html/sub_directory
Change the values in 'setting' table:
Change the...
Showing results 1 to 18 of 18
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
11:25 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.02242 seconds
Memory Usage
1,992KB
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)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(31)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0015
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi