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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
Antivirus
Forum:
vBulletin.org Site Feedback
04-10-2014, 03:40 PM
Replies:
275
Account locked?
Views:
34,061
Posted By
Antivirus
Yes - I've been getting the notifications as...
Yes - I've been getting the notifications as well. I just delete em, fortunately once the lock kicks in they seem to move on to another username until the following day - no biggie
Forum:
vBulletin 3.8 Add-ons
08-16-2012, 10:00 PM
Replies:
0
Administrative and Maintenance Tools -
Home Page link in AdminCP
Views:
1,831
Posted By
Antivirus
Home Page link in AdminCP
This Modification Should be Compatible with 3.6.x, 3.7.x, 3.8.x
Description: If you're running a portal such as vbAdvanced CMPS this is a handy way to create a quick link to your website's main...
Forum:
vBulletin 3 Articles
10-25-2010, 06:50 PM
Replies:
21
The joys of serializing data
Views:
5,959
Posted By
Antivirus
Not to resurrect an old thread, but... I have...
Not to resurrect an old thread, but... I have been storing a lot of serialized data lately, and came across a pretty useful web tool to easily view it when needed. Basically This tool enables you to...
Forum:
vBulletin 3.8 Add-ons
08-18-2010, 07:38 PM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
You can achieve your desired result by editing...
You can achieve your desired result by editing the following code within the plugin for hook location: mail_send
if (!$vbulletin->options['ezb_showezbouncelink'])
{
// if turned off, put...
Forum:
vBulletin 3.8 Add-ons
08-04-2010, 06:58 PM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
I have not upgraded our sites to 4.x yet...
I have not upgraded our sites to 4.x yet therefore i am not exactly sure however many people have posted here that it works with 4.x - i just haven't tested it myself.
Forum:
vB3 Programming Discussions
05-13-2010, 02:35 PM
Replies:
2
problems with array_search()
Views:
721
Posted By
Antivirus
My bad I didn't properly write the array. It is...
My bad I didn't properly write the array. It is actually Valid as you show since it's created by using explode().
Forum:
vBulletin 3.8 Add-ons
05-10-2010, 08:49 PM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
For the PM title, edit phrase:...
For the PM title, edit phrase: anti_your_email_bounced_sub
For the PM message, edit phrase: anti_your_email_bounced_body
Forum:
vB3 Programming Discussions
05-08-2010, 03:56 PM
Replies:
1
Get ids of users in secondary usergroup
Views:
610
Posted By
Antivirus
you would need to write a query which pulls...
you would need to write a query which pulls member ids with the usergroupid in the membergroupids field
Forum:
vB3 Programming Discussions
05-07-2010, 07:32 PM
Replies:
2
problems with array_search()
Views:
721
Posted By
Antivirus
problems with array_search()
Ok this is driving me nuts... all common sense tells me this should work however it does not.
$oldname = 'Tiger';
$newname = 'TigerXXX';
$options = array(
[0] => 'Cat'
[1] => 'Cow'...
Forum:
vB3 Programming Discussions
05-05-2010, 07:55 PM
Replies:
0
Stumped - UPDATE query on custom textfield showing square symbol
Views:
643
Posted By
Antivirus
Stumped - UPDATE query on custom textfield showing square symbol
My problem is that when viewing the database using Navicat (mysql administration tool) I expect the field to look like imgB.jpg when it ends up looking like imgA.jpg (the square shape is in between...
Forum:
vB3 General Discussions
04-05-2010, 08:42 PM
Replies:
2
Subtitle, or per-post info?
Views:
720
Posted By
Antivirus
what you're looking to do would be extremely...
what you're looking to do would be extremely difficult to code since vbulletin by it's nature doesn't allow users to switch accounts once ogged in. There was a mod back for version 3.5 (i think) that...
Forum:
vB3 Programming Discussions
04-05-2010, 02:32 AM
Replies:
1
Moving All Threads with Polls to a Particular Forum
Views:
716
Posted By
Antivirus
If the optio exists, it would be under...
If the optio exists, it would be under AdminCP->Prune threads
Forum:
vB3 Programming Discussions
04-04-2010, 07:29 PM
Replies:
1
Different newthread.gif on different forums.
Views:
680
Posted By
Antivirus
Basically u need a conditional which tells the...
Basically u need a conditional which tells the engine to parse the image you want based upon the $foruminfo[forumid] variable. U can do this by editing the forumdisplay template.
Forum:
vB3 Programming Discussions
04-04-2010, 07:23 PM
Replies:
2
Verification Email
Views:
840
Posted By
Antivirus
You can edit the phrase in Admincp->Phrases....
You can edit the phrase in Admincp->Phrases. Simply copy a few words of the text and search for the phrase, then edit it in the English box. I do believe the phrasename is 'welcome_email_body' or...
Forum:
vB3 Programming Discussions
04-04-2010, 07:18 PM
Replies:
5
How to remove "Database Backup" option from the AdminCP
Views:
1,172
Posted By
Antivirus
First choice - set admin permission on who can't...
First choice - set admin permission on who can't run the backup script
Second choice - edit the .xml file within forum/includes/xml/ which builds the admincp menu
Last choice - don't delete the...
Forum:
vB3 Programming Discussions
04-04-2010, 07:11 PM
Replies:
8
problem in NavBar plz help
Views:
834
Posted By
Antivirus
You can always trust vbulletin staff with your...
You can always trust vbulletin staff with your password info when submitting a support tickes at members.vbulletin.com
Forum:
vBulletin 3.8 Add-ons
04-04-2010, 05:08 AM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
You need to enter the full URL such as:...
You need to enter the full URL such as: http://www.mysite.com/forum/admincp
also make sure there is no trailing slash...
Forum:
vB3 General Discussions
04-04-2010, 05:05 AM
Replies:
0
Does anyone know if this mod already exists?
Views:
461
Posted By
Antivirus
Does anyone know if this mod already exists?
I am looking for any mods which extend the use of vbulletin's Tags feature. Such as one which adds tags to social groups, calendar events, user profiles, etc... basically, any extension of the tags...
Forum:
vBulletin 3.8 Add-ons
03-08-2010, 01:39 AM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
I would not suggest deleting email addresses from...
I would not suggest deleting email addresses from the user table. It would be better to delete the user using the user datamanager class IMHO.
Eventually, when I decide to upgrade all my forums...
Forum:
vBulletin 4 Articles
12-26-2009, 07:14 PM
Replies:
11
vBulletin 4 Template Syntax: General
Views:
10,969
Posted By
Antivirus
Thanks Marco for taking the time to write this...
Thanks Marco for taking the time to write this for us. I found it quite helpful.
Forum:
vBulletin 4 Articles
12-24-2009, 10:57 PM
Replies:
23
[HOW TO - vB4 CMS] AdminCP add 2 options for the Section Manager
Views:
7,248
Posted By
Antivirus
I agree Lynne! Nice work Coroner :)
I agree Lynne! Nice work Coroner :)
Forum:
vBulletin 4 Articles
12-20-2009, 05:24 AM
Replies:
25
First Look at vBulletin 4 Template Tags
Views:
18,104
Posted By
Antivirus
"each" tag makes me so happy! thanks :)
"each" tag makes me so happy! thanks :)
Forum:
Community Lounge
10-30-2009, 02:01 PM
Replies:
49
What's your fave music type?
Views:
9,351
Posted By
Antivirus
Mostly listen to metal, rock, classic rock. I...
Mostly listen to metal, rock, classic rock. I like some trance and classical as well, but mostly anything rock-oriented.
Forum:
vBulletin 3.8 Add-ons
10-07-2009, 02:17 PM
Replies:
800
Administrative and Maintenance Tools -
EZ Bounced Email Management for Admins
Views:
322,235
Posted By
Antivirus
jazde86 is correct, the ezbounce.php file has not...
jazde86 is correct, the ezbounce.php file has not been uploaded to your server in the expected location
Forum:
vBulletin 3 Articles
09-06-2009, 03:40 PM
Replies:
3
Datamanagers: Objects as Data and Methods
Views:
7,235
Posted By
Antivirus
You can do it procedurally if you feel more...
You can do it procedurally if you feel more comfortable doing it that way. It's really up to you as the coder. If a datamanager already exists however (for instance, in the case of users, posts,...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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:54 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.04939 seconds
Memory Usage
2,079KB
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
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(35)
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.0183
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(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(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(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(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(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(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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
FULLTEXT Search
php_sapi_name(): fpm-fcgi