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 34
Search took
0.00
seconds.
Search:
Posts Made By:
sebaot
Forum:
Community Reviews
08-01-2009, 03:48 PM
Replies:
22
Xtrato Designs : New SKin
Views:
3,375
Posted By
sebaot
Make the category strips brighter and it'd be...
Make the category strips brighter and it'd be real nice.
Forum:
Community Reviews
08-01-2009, 03:40 PM
Replies:
25
www.obamalivechat.com
Views:
3,863
Posted By
sebaot
Layout is good, but I need some alive colors....
Layout is good, but I need some alive colors. It's gray and boring. Consider setting a 1 pixel border on the textboxes and so instead of the thick 3D border. The light-gray background contrasts too...
Forum:
Community Reviews
08-01-2009, 03:37 PM
Replies:
5
Public Warriors review request
Views:
989
Posted By
sebaot
The notepad-background needs to go. The lines are...
The notepad-background needs to go. The lines are distracting. The header image needs to come alive with color. It's a really nice picture, but you need to kick life into the colors of it and...
Forum:
vBulletin 3.7 Add-ons
08-01-2009, 02:14 PM
Replies:
1
Mini Mods -
seb - Bots and Spam - Regular Expression Rules: Validate Input Data.
Views:
2,925
Posted By
sebaot
These are the rules I'm currently using: ...
These are the rules I'm currently using:
INSERT INTO `usernewregrxmap` (RegularExpressionValue, FieldName, Description, Section) VALUES ('/(\\d){6}/', 'username', 'Ban on username containing 6...
Forum:
vBulletin 3 Articles
07-29-2009, 04:45 PM
Replies:
7
Thread Prefix Color
Views:
6,689
Posted By
sebaot
A more portable solution is to use tags like...
A more portable solution is to use tags like this:
<font class="yourCssClass">
That way, you can use different classes for different CSS styles on the forum.
Forum:
vB3 Programming Discussions
07-29-2009, 07:52 AM
Replies:
11
Product Install Problem
Views:
921
Posted By
sebaot
Just trying to give suggestions, dude. <comment...
Just trying to give suggestions, dude. <comment removed>
Forum:
vBulletin Tips & Tricks
07-28-2009, 02:09 PM
Replies:
10
Stop Banned Users from being Newest Member
Views:
5,767
Posted By
sebaot
Thanks for an awesome tip! It wasn't cool to see...
Thanks for an awesome tip! It wasn't cool to see banned users and their names come up on the forum index. I used this, but I modified the query some:
$newuser =...
Forum:
vBulletin 3.7 Add-ons
07-28-2009, 01:36 PM
Replies:
94
Statistics Modifications -
Cyb - Visitors in Last X Hours
Views:
43,472
Posted By
sebaot
I've got a request: - feature to enable...
I've got a request:
- feature to enable excluding usergroups from showing up in the list of visitors; this would let me prevent bots with ugly names from being displayed
Thanks for a great mod!
Forum:
vB3 Programming Discussions
07-27-2009, 07:05 PM
Replies:
11
Product Install Problem
Views:
921
Posted By
sebaot
Maybe there's some prefix on the tables and you...
Maybe there's some prefix on the tables and you need to add ` in the statement, like:
$db->hide_errors();
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "user` ADD column VARCHAR(100) NOT...
Forum:
vBulletin 3.7 Add-ons
07-25-2009, 10:00 PM
Replies:
1
Mini Mods -
seb - Bots and Spam - Regular Expression Rules: Validate Input Data.
Views:
2,925
Posted By
sebaot
seb - Bots and Spam - Regular Expression Rules: Validate Input Data.
This is my first released plugin. Don't expect anything earth-shattering. :-)
vBulletin VERSION
Tested on 3.7.0 only.
IMPORTANT NOTE
Two rules are installed by default. Please read the...
Forum:
vB3 Programming Discussions
07-25-2009, 04:02 PM
Replies:
4
New Thread image as a button
Views:
738
Posted By
sebaot
What I did was replace the img-code with a table...
What I did was replace the img-code with a table with a table-cell containing the same background image I use for the navbar and put the text on it. You can also put the link within span-tags and put...
Forum:
vB3 Programming Discussions
07-25-2009, 03:58 PM
Replies:
7
I'm sick of trying to program this
Views:
1,026
Posted By
sebaot
I'm not sure what the vBulletin debugger does,...
I'm not sure what the vBulletin debugger does, but the warnings about my code is limited. I do know, however, that I had to turn debug mode on to get access to create new settings groups for my...
Forum:
vB3 Programming Discussions
07-25-2009, 02:00 PM
Replies:
7
I'm sick of trying to program this
Views:
1,026
Posted By
sebaot
Yeah, I'm on 3.7.0 and don't have a "Save &...
Yeah, I'm on 3.7.0 and don't have a "Save & Reload" button. I'd love to have one, though.
--------------- Added 1248535593 at 1248535593 ---------------
Finally got this plugin to work at...
Forum:
vB3 Programming Discussions
07-24-2009, 05:10 PM
Replies:
7
I'm sick of trying to program this
Views:
1,026
Posted By
sebaot
I'm sick of trying to program this
I've written a few plugins for myself now. Nothing's been easy. The documentation about it (products and plugins) sucks. It's ridiculous. They could've left those little pieces of crap out instead of...
Forum:
vBulletin 3.7 Add-ons
07-24-2009, 10:51 AM
Replies:
76
Moderators Functions -
Quick Mod Tools
Views:
21,666
Posted By
sebaot
I installed it on 3.7.0, and it worked, but I had...
I installed it on 3.7.0, and it worked, but I had to remove it. It required a login to the modcp in order to complete the ban. I think a better solution is to just require a password like they do...
Forum:
vB3 Programming Discussions
07-20-2009, 11:16 PM
Replies:
0
Consolidating antispam/bot mods?
Views:
456
Posted By
sebaot
Consolidating antispam/bot mods?
There's a lot of antispam modules out there. Has the topic of consolidating them into one project configurable from the vBulletin Options come up before?
Right now, I've got a whole set of them,...
Forum:
vB3 Design and Graphics Discussions
07-20-2009, 10:58 PM
Replies:
3
Align footer at very bottom?
Views:
909
Posted By
sebaot
It looks like yet another caveat I'm going to...
It looks like yet another caveat I'm going to have to live with. Thanks for the input, it's good to know it's not worth putting more effort into trying to get it worked out. :-)
Forum:
vB3 Design and Graphics Discussions
07-20-2009, 10:56 PM
Replies:
12
Inner Border on Textarea (Quick Reply and Reply)
Views:
1,546
Posted By
sebaot
Absolutely, if it can't be made exact, it...
Absolutely, if it can't be made exact, it shouldn't be made at all. I get mental tics when I see small issues like that, knowing it'll have to be fixed sooner or later. LOL
Forum:
vB3 Design and Graphics Discussions
07-15-2009, 10:43 PM
Replies:
3
Align footer at very bottom?
Views:
909
Posted By
sebaot
Align footer at very bottom?
There's a problem with the vbulletin, and you can see it on this site if you click "chat". I've got the same problem. I've got a similar layout with a background that has a white blank space in the...
Forum:
vB3 Design and Graphics Discussions
07-15-2009, 10:17 PM
Replies:
6
Single-line breadcrumb & relocate
Views:
1,026
Posted By
sebaot
The way I've done it in my navbar template is: ...
The way I've done it in my navbar template is:
<if condition="is_array($navbits)">
... generate breadcrumb table ...
</if>
That keeps it from displaying unless you've navigated a level...
Forum:
vB3 Design and Graphics Discussions
07-15-2009, 01:27 PM
Replies:
2
Seperate Forum Categories
Views:
734
Posted By
sebaot
I replied to the same question a day or two ago,...
I replied to the same question a day or two ago, so just find all posts by me and you should see it. I don't have many posts.
Forum:
vB3 Programming Discussions
07-14-2009, 07:24 PM
Replies:
0
Plugin Parameters and Functions
Views:
482
Posted By
sebaot
Plugin Parameters and Functions
I've created a plugin. I'm repeating the same code 3 times in my forumhome_start plugin PHP code. I'd like to:
1 - make a function of the code called 3 times, so I can call it once and use its...
Forum:
vBulletin 3.7 Add-ons
07-13-2009, 09:04 PM
Replies:
651
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
245,238
Posted By
sebaot
I think this is a very good mod. A user on our...
I think this is a very good mod. A user on our forum said he would like to see the "hottest threads" etc take you to the first unread post when you click the link, instead of to the end of the thread...
Forum:
vB3 Design and Graphics Discussions
07-13-2009, 02:05 AM
Replies:
12
Inner Border on Textarea (Quick Reply and Reply)
Views:
1,546
Posted By
sebaot
Awesome on the !important attribute. However,...
Awesome on the !important attribute. However, when I make changes to remove padding and border on controlbar, it spans the textarea over the containing area to the right by a few pixels. Visually,...
Forum:
vB3 Design and Graphics Discussions
07-12-2009, 05:35 PM
Replies:
3
can't find this
Views:
686
Posted By
sebaot
It's called "Visitors in Last X Hours" and made...
It's called "Visitors in Last X Hours" and made by:
https://vborg.vbsupport.ru/member.php?u=108756
Showing results 1 to 25 of 34
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
03:33 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.01803 seconds
Memory Usage
2,054KB
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
(25)
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.0008
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
FULLTEXT Search
php_sapi_name(): fpm-fcgi