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 44
Search took
0.00
seconds.
Search:
Posts Made By:
Beorn
Forum:
vBulletin 3.0 Beta Releases
03-01-2005, 01:25 PM
Replies:
15
Automatic Thread Redirect Removal
Views:
5,502
Posted By
Beorn
Works fine for me. Are the redirects you're...
Works fine for me. Are the redirects you're trying to remove less than a week old? If you want to change the maximum age of a redirect, see line 3 in the installation
Forum:
vB3 Programming Discussions
07-01-2004, 05:53 PM
Replies:
1
Coding style
Views:
826
Posted By
Beorn
Coding style
I know vBulletin has a defined coding style, but it drives me crazy. How do you usually code, and how does it compare to vB?
I think the open/close brackets for control structures should be on...
Forum:
Modification Requests/Questions (Unpaid)
06-29-2004, 02:28 PM
Replies:
8
Importing from a Text File
Views:
1,053
Posted By
Beorn
Do you have a copy of the file? Do you know how...
Do you have a copy of the file? Do you know how to import a MySQL dump? Are you importing it into an existing database with user information there already? Will the information be allowed to...
Forum:
vBulletin 2.x Full Releases
06-29-2004, 02:58 AM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
That is certainly a malformed query. I've looked...
That is certainly a malformed query. I've looked through the hack just to refresh my memory, and there are no references to admin/user.php, so I'm not quite sure how my hack affects that.
I'm...
Forum:
vBulletin 2.x Full Releases
06-29-2004, 12:22 AM
Replies:
635
Warnings System Hack v2.1
Views:
95,400
Posted By
Beorn
In the next few days, or maybe week I'm going to...
In the next few days, or maybe week I'm going to rework my warning system (https://vborg.vbsupport.ru/showthread.php?s=&threadid=53596) for vB3...
Forum:
Modification Requests/Questions (Unpaid)
06-25-2004, 03:20 AM
Replies:
8
Importing from a Text File
Views:
1,053
Posted By
Beorn
What sort of info needs to be imported? Is it...
What sort of info needs to be imported? Is it formatted a certain way?
Forum:
vBulletin 3.0 Beta Releases
06-24-2004, 05:34 PM
Replies:
15
Automatic Thread Redirect Removal
Views:
5,502
Posted By
Beorn
The thread redirects that are created when a...
The thread redirects that are created when a thread is moved.
Forum:
vBulletin 3.0 Beta Releases
06-24-2004, 04:08 AM
Replies:
15
Automatic Thread Redirect Removal
Views:
5,502
Posted By
Beorn
I wanted to keep it as simple as possible. ...
I wanted to keep it as simple as possible. Anyone else up for the idea?
Forum:
vBulletin 3.0 Beta Releases
06-21-2004, 10:00 PM
Replies:
15
Automatic Thread Redirect Removal
Views:
5,502
Posted By
Beorn
Automatic Thread Redirect Removal
If you'd like to quickly automatically remove those annoying redirects after a certain period of time, see the text file attached. Quite simple. Please reply with questions or suggestions.
...
Forum:
vBulletin 2.x Full Releases
10-26-2003, 12:14 AM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Jakor Sevel, are you sure you followed the...
Jakor Sevel, are you sure you followed the instructions in the install file correctly? Did you try again? I can't quite remember exactly what the modifications were, so I'd just like you to make...
Forum:
vBulletin 2.x Full Releases
09-06-2003, 11:47 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Yes, set Banned Usergroupid in the options to the...
Yes, set Banned Usergroupid in the options to the user group you want banned members to be moved to. If you so please, you could even move them to administrative positions, but somehow I don't think...
Forum:
vBulletin 2.x Full Releases
09-06-2003, 09:48 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Use <smallfont></smallfont> and...
Use <smallfont></smallfont> and <normalfont></normalfont> in the templates...
Forum:
vBulletin 2.x Full Releases
08-24-2003, 10:54 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Please PM me your showthread.php. My e-mail...
Please PM me your showthread.php. My e-mail address will be in your inbox...
Forum:
vBulletin 2.x Full Releases
08-22-2003, 12:42 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
No, that is not correct. Start with the code you...
No, that is not correct. Start with the code you have BEFORE installing the hack. REPLACE the line
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
with the code provided...
Forum:
vBulletin 2.x Full Releases
08-20-2003, 10:49 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
The only thing that I can think may be causing it...
The only thing that I can think may be causing it is a few queries running that shouldn't be.
Open global.php. Find:
if($today > $last_warn_update && $WarnOnOff) {
Add after it, but put in your...
Forum:
vBulletin 2.x Full Releases
08-15-2003, 11:20 AM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
I'm not sure what the problem is. Change the...
I'm not sure what the problem is. Change the while line to the about 20 lines provided in the hacking instructions...
Forum:
vBulletin 2.x Full Releases
08-10-2003, 03:12 AM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Around line 39, find this: ...
Around line 39, find this:
if(!$WarnModOverrideDefault && in_array($bbuserinfo['usergroupid'],array(5,7))) {
Change the array to hold the correct user groups for mods...
Forum:
vBulletin 2.x Full Releases
08-08-2003, 05:18 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
:-\ Are they in the normal mod user groups...
:-\
Are they in the normal mod user groups (5 and 7)?
Forum:
vBulletin 2.x Full Releases
08-06-2003, 06:00 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Blizzb: -1 means forever, 0 means nothing. ...
Blizzb: -1 means forever, 0 means nothing.
I'm sorry I can't provide instantaneous support. I even wrote in the first post that it may take a few days, or even a week to reply.
partang2: did...
Forum:
vBulletin 2.x Full Releases
07-20-2003, 12:25 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Are you sure it's a bug? Go to the options, and...
Are you sure it's a bug? Go to the options, and make sure Send E-mail on Warning and Send PM on Warning are set to something other than "Don't Send"
Forum:
vBulletin 2.x Full Releases
07-20-2003, 12:57 AM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Please post the warning config in the vBulletin...
Please post the warning config in the vBulletin options, as well as the information about the specific warning type you used....
Forum:
vBulletin 2.x Full Releases
07-12-2003, 01:08 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Harumph....another bug! :( Yeah....I'm gonna...
Harumph....another bug! :(
Yeah....I'm gonna update the files in a second....
Forum:
vBulletin 2.x Full Releases
07-11-2003, 02:27 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Then you're using it for something far beyond the...
Then you're using it for something far beyond the scope of it's purpose.
That's intended. Occasionally someone may go back and make it more offensive. Some people also like to split up the...
Forum:
vBulletin 2.x Full Releases
07-10-2003, 11:29 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Did you modify showthread.php as per the...
Did you modify showthread.php as per the instructions?
Forum:
vBulletin 2.x Full Releases
07-08-2003, 02:31 PM
Replies:
128
Mike's Warning System 1.0
Views:
28,798
Posted By
Beorn
Well, Points and Warning Points are the same...
Well, Points and Warning Points are the same thing. To make the change (that I think) you would like, open the postbit template, remove the following (if it is there...it may or may not be depending...
Showing results 1 to 25 of 44
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
08:03 AM
.
-- 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.02312 seconds
Memory Usage
2,032KB
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
(62)
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.0009
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi