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...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 36
Search took
0.00
seconds.
Search:
Posts Made By:
mahz
Forum:
Modification Requests/Questions (Unpaid)
10-09-2013, 04:01 PM
Replies:
0
Short URL Expansion to prevent banned-url circumvention.
Views:
756
Posted By
mahz
Short URL Expansion to prevent banned-url circumvention.
A spammer has unlimited URL shorteners at their disposal to shorten their banned URL.
You can't block all URL shorteners.
But you can send URLs through an API like http://longurl.org/ or curl...
Forum:
vB5 General Discussions
09-29-2012, 01:07 AM
Replies:
13
vb5 mobile friendly?
Views:
4,117
Posted By
mahz
I haven't looked into how vB5 is implementing it,...
I haven't looked into how vB5 is implementing it, but it doesn't need to be all doom and gloom.
For example, CSS media queries are a popular implementation for mobile support in a single style:
...
Forum:
vB3 General Discussions
07-08-2010, 05:36 AM
Replies:
7
Too Much Spam to Moderate
Views:
1,032
Posted By
mahz
Are you really having trouble with automated spam...
Are you really having trouble with automated spam bots? With a good registration page (human authenticators/captchas/a question only humans can answer), you should be able to stop that.
In fact, I...
Forum:
vB3 General Discussions
07-08-2010, 05:34 AM
Replies:
9
Help please with Social Groups
Views:
833
Posted By
mahz
Yeah, goshalim: A mod for Social Groups might...
Yeah, goshalim: A mod for Social Groups might have caused the problem. Or maybe a mod that changed the email system.
Easiest way to find out which mod is to go to "Manage Products" and disable one...
Forum:
vB3 Programming Discussions
07-08-2010, 05:18 AM
Replies:
11
Anyway to get the poster's username in the threadbit_display hook?
Views:
1,943
Posted By
mahz
try $this->registry->post[username]
try $this->registry->post[username]
Forum:
vB3 Programming Discussions
07-08-2010, 05:03 AM
Replies:
2
Navbar - Can't find the changes I made year ago. Help!
Views:
621
Posted By
mahz
The first thing you should do is go to the navbar...
The first thing you should do is go to the navbar template and click [view history] which will let you compare the default template with any edits you've made.
If you've made no changes to that,...
Forum:
vBulletin 3.8 Add-ons
07-07-2010, 08:23 PM
Replies:
65
Administrative and Maintenance Tools -
Suppress-o-Matic - Stop database error spam
Views:
1,355,429
Posted By
mahz
Absolutely amazing modification. May be one of...
Absolutely amazing modification. May be one of the most directly useful modifications on this website.
Having database errors spit out a single email instead of hundreds of emails is HUGE and I...
Forum:
vBulletin 4.x Add-ons
07-04-2010, 08:51 PM
Replies:
461
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
101,518
Posted By
mahz
Yeah, there are other commands to check your PHP...
Yeah, there are other commands to check your PHP handler like speccing the php.ini, but I'm unfamiliar with them.
My post is mainly aimed at anybody frustrated with Xcache in particular, as it...
Forum:
vBulletin 4.x Add-ons
07-03-2010, 07:21 PM
Replies:
461
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
101,518
Posted By
mahz
To those receiveing the Opcache Operator error...
To those receiveing the Opcache Operator error with xCache:
This might happen if you are using SuPHP as your PHP handler instead of DSO (mod_php) or FastCGI.
If you don't know what your PHP...
Forum:
vB3 General Discussions
07-01-2010, 02:27 AM
Replies:
2
Where are profile fields stored in the database?
Views:
1,030
Posted By
mahz
Since profile fields are interfaced via Data...
Since profile fields are interfaced via Data Manager, wouldn't it be more convenient to issue such changes through the Data Manager and access the specific DM class?
Forum:
vB3 Programming Discussions
06-26-2010, 04:02 AM
Replies:
0
How do I pass form variables?
Views:
588
Posted By
mahz
How do I pass form variables?
Hey,
I'm modifying SHOWTHREAD so that each thread acts like a team and users can click a custom "Join Team" or "Leave Team" button at the top of each thread.
I have a custom "teams" table that...
Forum:
vB3 General Discussions
06-24-2010, 04:28 PM
Replies:
3
Best way to identify causes of massive, spontaneous spikes in server load?
Views:
645
Posted By
mahz
How do you identify a DDoS attack versus what's...
How do you identify a DDoS attack versus what's maybe just a glitch or bug? Usually these spikes generally last 10 minutes and pass.
Forum:
vB3 General Discussions
06-24-2010, 04:12 PM
Replies:
3
Best way to identify causes of massive, spontaneous spikes in server load?
Views:
645
Posted By
mahz
Best way to identify causes of massive, spontaneous spikes in server load?
...
Forum:
vBulletin 3.8 Add-ons
06-24-2010, 03:28 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,657
Posted By
mahz
Cool. I have a large forum with a lot of heavy...
Cool. I have a large forum with a lot of heavy subscribed-threads usage. I already marked Installed and rated (I love simple code optimizations), but I like numbers/metrics and would like to see if...
Forum:
vB3 Programming Discussions
06-21-2010, 08:22 PM
Replies:
0
Problem resolved.
Views:
644
Posted By
mahz
Problem resolved.
I'm dumb. Wish I could delete the thread. :)
Forum:
vB3 General Discussions
06-17-2010, 05:54 AM
Replies:
2
Display first image in thread on thread title mouseover. Possible?
Views:
820
Posted By
mahz
First of all, vBulletin puts the thread preview...
First of all, vBulletin puts the thread preview in the <a href> title attribute which doesn't support images, so this would probably have to be a javascript modification. Maybe even CSS could do it....
Forum:
vB3 General Discussions
06-16-2010, 08:20 PM
Replies:
5
How to stop spam?
Views:
4,166
Posted By
mahz
I have a decently sized/active forum and cured my...
I have a decently sized/active forum and cured my spam problems, so I'll throw in my 2c:
- I don't even use vBulletin's "Spam Management" functionality.
- I use NoSpam!...
Forum:
vBulletin 3.5 Add-ons
06-16-2010, 07:53 PM
Replies:
198
Dice Roller Hack [BBCode]
Views:
62,180
Posted By
mahz
Here's a demo of Tuxz0r...
Here's a demo of Tuxz0r (https://vborg.vbsupport.ru/showpost.php?p=1017963&postcount=167)'s BBCode dice: http://roleplayerguild.com/f3/new-dice-system-52860/ (RoleplayerGuild.com - New: Dice...
Forum:
vBulletin 3.5 Add-ons
06-16-2010, 07:28 AM
Replies:
198
Dice Roller Hack [BBCode]
Views:
62,180
Posted By
mahz
Just installed Tuxz0r's lovely hack and works...
Just installed Tuxz0r's lovely hack and works like a charm on vB 3.8.5 EXCEPT for the first post of the thread. Looking at a post on the other page of this thread, it appears some other people have...
Forum:
vB3 General Discussions
06-12-2010, 03:01 PM
Replies:
4
How Do You Keep Banned Members Banned?
Views:
3,846
Posted By
mahz
Speysider's mod is too easy to get around because...
Speysider's mod is too easy to get around because the intuition of how to get around it is directly built in to get around it.
I also don't recommend banning by IP. Not in 2010. It's a waste of...
Forum:
vBulletin 3.7 Add-ons
06-12-2010, 09:06 AM
Replies:
384
Add-On Releases -
Image Resizer
Views:
152,469
Posted By
mahz
Been using this image resizer for over a year now...
Been using this image resizer for over a year now on my busy forum (~800 users a day, 1.8 mill posts atm).
imageresizer.js is the 4th most accessed script on my forum, beaten out only by three...
Forum:
vBulletin 3.8 Add-ons
07-31-2009, 05:47 AM
Replies:
65
Administrative and Maintenance Tools -
Suppress-o-Matic - Stop database error spam
Views:
1,355,429
Posted By
mahz
Wow, great. :)
Wow, great. :)
Forum:
vB3 Programming Discussions
01-09-2009, 05:10 PM
Replies:
5
Populate a subforum with each username as a threadtitle
Views:
1,200
Posted By
mahz
I'm no scripter but where could I get started in...
I'm no scripter but where could I get started in learning how to write a script to do this? :o
Forum:
vB3 Programming Discussions
01-08-2009, 03:50 PM
Replies:
5
Populate a subforum with each username as a threadtitle
Views:
1,200
Posted By
mahz
Populate a subforum with each username as a threadtitle
I'm making a subforum where the only threads will be a thread for each user in the system (username as the threadtitle) and then other users can provide feedback for each user view thread replies.
...
Forum:
vBulletin 3.5 Add-ons
08-31-2007, 03:27 PM
Replies:
512
Latest Threads On Forum Home
Views:
152,747
Posted By
mahz
where do you change the amount of latest threads...
where do you change the amount of latest threads to display?
Showing results 1 to 25 of 36
Page 1 of 2
1
2
>
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
02:27 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.02897 seconds
Memory Usage
2,041KB
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)
pagenav
(1)
pagenav_curpage
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0010
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi