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 13
1
2
3
11
>
Last
»
Showing results 1 to 25 of 322
Search took
0.01
seconds.
Search:
Posts Made By:
Kentaurus
Forum:
Modification Requests/Questions (Unpaid)
06-16-2009, 12:53 PM
Replies:
4
Dungeons and Dragons Roll system
Views:
1,002
Posted By
Kentaurus
Is this one good enough? ...
Is this one good enough?
https://vborg.vbsupport.ru/showthread.php?t=113972&highlight=dice+roll :)
Forum:
vBulletin 3.6 Add-ons
11-25-2008, 06:17 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
vBulletin Blog 2.0 has this functionality...
vBulletin Blog 2.0 has this functionality built-in, so this hack is no longer necessary
Forum:
vBulletin 3.7 Add-ons
06-01-2008, 01:17 AM
Replies:
60
Profile Enhancements -
Userlog on profile - Display namechanges,bans and email changes
Views:
13,300
Posted By
Kentaurus
Thanks. Nice hack. Some comments: ...
Thanks. Nice hack.
Some comments:
Instead of
$userid=intval($_GET[u]);
You should use:
$userid = $this->profile->userinfo['userid'];
========
Forum:
vBulletin 3.6 Add-ons
05-14-2008, 06:07 PM
Replies:
167
Major Additions -
MySmilies VB
Views:
42,148
Posted By
Kentaurus
No, please use Mosh's, it's nicely done and has...
No, please use Mosh's, it's nicely done and has more features :) I'd rather help Mosh with the support than rewritting this
Forum:
vBulletin 3.7 Add-ons
05-14-2008, 04:58 PM
Replies:
160
Major Additions -
MySmilies VB (v3.7.0)
Views:
43,809
Posted By
Kentaurus
oh nice :) I'll leave it to you then, Mosh :) No...
oh nice :) I'll leave it to you then, Mosh :) No need for me rereleasing it
Forum:
vBulletin 3.6 Add-ons
05-08-2008, 03:33 AM
Replies:
167
Major Additions -
MySmilies VB
Views:
42,148
Posted By
Kentaurus
This was designed for 3.6. I'll be updating it...
This was designed for 3.6. I'll be updating it for 3.7 over the weekend
Forum:
vBulletin 3.7 Add-ons
05-07-2008, 12:44 AM
Replies:
216
Show Thread Enhancements -
Chief First Post - Every Page 3.7
Views:
62,814
Posted By
Kentaurus
Thanks for the hack :) A couple comments. ...
Thanks for the hack :) A couple comments.
You defined the "chiefpost" column as INT( 10 ) UNSIGNED, but it is being used a flag. Since a field that big is not needed, It should be tinyint, or...
Forum:
vBulletin 3.7 Add-ons
05-07-2008, 12:35 AM
Replies:
75
Mini Mods -
Better vBulletin Message and Login Form
Views:
22,807
Posted By
Kentaurus
Some comments about your code. ...
Some comments about your code.
$globaltemplates = array_merge( $globaltemplates, array( 'STANDARD_BETTER_ERROR') );
This is inefficient, instead use:
$globaltemplates[] =...
Forum:
vBulletin 3 Articles
04-13-2008, 03:03 AM
Replies:
8
Remove unneeded code
Views:
2,436
Posted By
Kentaurus
That's right. It doesn't matter. The query...
That's right. It doesn't matter.
The query doesn't get executed if the option is disabled.
And no, the filesize is not an indicative. You may save *a little* memory by loading less code, and you...
Forum:
vBulletin 3 Articles
04-12-2008, 02:52 PM
Replies:
8
Remove unneeded code
Views:
2,436
Posted By
Kentaurus
Well... to be really, really, really strict.......
Well... to be really, really, really strict.... Removing some code will actually make it run "a little" faster. Because at least the "if" is executed, and if you remove that, you are getting one...
Forum:
vBulletin 3.6 Add-ons
04-09-2008, 01:58 AM
Replies:
847
Show Thread Enhancements -
Image resizer
Views:
360,876
Posted By
Kentaurus
Really good hack. Thanks for sharing. I only...
Really good hack. Thanks for sharing.
I only did a couple of changes, I post them here for your consideration (I TESTED THE 3.5 version it seems)
The preg_replace code, even if non-expensive,...
Forum:
Modification Graveyard
03-22-2008, 07:18 PM
Replies:
11
Show Thread Enhancements -
movie imdb bbcode
Views:
6,194
Posted By
Kentaurus
Really cool hack, but I do agree with Lionel, it...
Really cool hack, but I do agree with Lionel, it doesn't seem to be legal :(
Forum:
Big Board Discussions
12-14-2007, 06:36 AM
Replies:
15
Loadbalancer Recommendation?
Views:
3,574
Posted By
Kentaurus
Yes, I myself like pound ...
Yes, I myself like pound
http://www.apsis.ch/pound/
It doesn't have a pretty gui, but is highly configurable and low on resource usage.
Please share your experience with us afterwards,...
Forum:
vBulletin 3.6 Add-ons
12-08-2007, 04:59 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
I'm not sure I should do that... my guess is that...
I'm not sure I should do that... my guess is that Freddie will integrate the vb3.7 styles into the blog once 3.7 is out.... and rendering this hack useless... :)
Forum:
vBulletin 3.6 Add-ons
12-08-2007, 02:05 AM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
There's an easier way to do that, in the "Blog...
There's an easier way to do that, in the "Blog Options" there is an "Override Style" option. Just add another style to your forums, maybe as a child style or as a completely new style, modify the...
Forum:
vBulletin 3.6 Add-ons
12-06-2007, 01:33 AM
Replies:
167
Major Additions -
MySmilies VB
Views:
42,148
Posted By
Kentaurus
Yes, I'm using it with 3.6.8
Yes, I'm using it with 3.6.8
Forum:
vBulletin 3.6 Add-ons
11-30-2007, 01:20 AM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
:) glad to hear that. That looked like a template...
:) glad to hear that. That looked like a template issue.
Forum:
vBulletin 3.6 Add-ons
11-24-2007, 08:17 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
This is an add-on for vBulletin Blog, you can...
This is an add-on for vBulletin Blog, you can read about the vbulletin blg here: http://www.vbulletin.com/features_blog.php
You need to have both vbulletin and vbulletin blog
Forum:
vBulletin 3.6 Add-ons
11-22-2007, 02:21 AM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
Um.. that's right. Has to do with the size of the...
Um.. that's right. Has to do with the size of the blog and the resolution.
Please try this.
In the "BLOG" template, change
TO
Forum:
vBulletin 3.6 Add-ons
11-22-2007, 02:19 AM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
This is the one I'm using. The only thing I...
This is the one I'm using. The only thing I haven't translated is "trackback" and "pingback" until I decide in a proper translation for that. Everything else is translated in context.
Forum:
vBulletin 3.6 Add-ons
11-22-2007, 01:52 AM
Replies:
167
Major Additions -
MySmilies VB
Views:
42,148
Posted By
Kentaurus
If you have shell access, that means typing the...
If you have shell access, that means typing the command:
If you don't, maybe you upload your files with an ftp client. Right click the "mysmilies" folder, look for an option that looks like...
Forum:
vBulletin 3.6 Add-ons
11-19-2007, 04:57 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
I'm sorry, I didn't understand your post. This...
I'm sorry, I didn't understand your post.
This mod brings limited customization to the blogs, style-based.
Forum:
vBulletin 3.6 Add-ons
11-19-2007, 04:56 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
Thanks a lot. Yes, there was a bug with the mod,...
Thanks a lot. Yes, there was a bug with the mod, I just updated it.
Since you run a spanish forum, I'm attaching the spanish translation too, here:...
Forum:
vBulletin 3.6 Add-ons
11-19-2007, 04:55 PM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
No, there aren't. Seems the bug wasn't gone :( ...
No, there aren't. Seems the bug wasn't gone :(
I hope the third try is the charm. I updated the package, you only need to reupload the includes/functions_blog_customize.php file
Forum:
vBulletin 3.6 Add-ons
11-19-2007, 12:48 AM
Replies:
80
vBulletin Blog -
Blog Customization
Views:
20,954
Posted By
Kentaurus
Just fixed in 1.0.1. Thanks for your input.
Just fixed in 1.0.1. Thanks for your input.
Showing results 1 to 25 of 322
Page 1 of 13
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
03:21 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.03134 seconds
Memory Usage
2,067KB
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
(64)
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.0044
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi