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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 135
Search took
0.01
seconds.
Search:
Posts Made By:
The Keeper
Forum:
Style and Graphics Requests (Unpaid)
08-10-2008, 05:35 PM
Replies:
0
Simple Theme Request
Views:
1,283
Posted By
The Keeper
Simple Theme Request
As the title suggests, I'm looking for a simple theme. The graphics etc I can take care of, but is someone able to make me a theme that will look like the image below?
What I'm trying to achieve...
Forum:
vBulletin 3.5 Add-ons
07-06-2005, 10:33 AM
Replies:
146
Signature Image Size Limiter
Views:
35,258
Posted By
The Keeper
Exactly where do you add an "Error Message"...
Exactly where do you add an "Error Message" phrase? I've looked in the phrases manager and can't find any category for Error Messages to add the phrase into.
Forum:
vBulletin 3.5 Add-ons
07-05-2005, 11:56 AM
Replies:
63
X% Of Forums Total Posts
Views:
10,874
Posted By
The Keeper
I get the exact same. 0.0% for everyone.
I get the exact same. 0.0% for everyone.
Forum:
vBulletin 3.0 Full Releases
03-16-2005, 01:29 PM
Replies:
308
Prevent Doubleposting
Views:
61,101
Posted By
The Keeper
Yeah it's still happening. Is anyone else...
Yeah it's still happening. Is anyone else getting this? 3.0.7 and so far this is the only hack installed. Is it possible that the hack is making amendments to the post table that aren't supported...
Forum:
vBulletin 3.0 Full Releases
03-08-2005, 09:37 AM
Replies:
308
Prevent Doubleposting
Views:
61,101
Posted By
The Keeper
I've installed it on 3.0.7 and I seem to be...
I've installed it on 3.0.7 and I seem to be getting the strangest of errors whereby posts are randomly changing. That is, person A makes a post, then a post from Person B in another thread replaces...
Forum:
vBulletin 3.0 Beta Releases
11-06-2004, 07:01 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Works fine on my site. :\ can you paste for me...
Works fine on my site. :\ can you paste for me the entire copy of your index.php?
Forum:
vBulletin 3.0 Beta Releases
11-06-2004, 06:19 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Yeah, teh function for avatar urls is just taken...
Yeah, teh function for avatar urls is just taken from vBulletin itself, rather than write my own, so it's 100% compatible :)
Forum:
vBulletin 3.0 Beta Releases
11-06-2004, 05:08 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Yeah sorry I put the function in teh wrong place...
Yeah sorry I put the function in teh wrong place (inside a loop, what an idiot :rolleyes: ) Hang on a sec...
// ### HACK FOR WHO'S CHATTING
$query_chatonline ="SELECT COUNT(*) FROM connections...
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 03:06 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Ok I looked at my code, and this appears to work...
Ok I looked at my code, and this appears to work fine now for both flat files and database:
// ### HACK FOR WHO'S CHATTING
$query_chatonline ="SELECT COUNT(*) FROM connections WHERE userid IS...
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 02:11 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Just realised it only works if the avatars are in...
Just realised it only works if the avatars are in teh database, whereas I use a file based system. Hang on and I'll think of a way round that.
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 02:07 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Works now, but the avatar function isn't quite...
Works now, but the avatar function isn't quite right. People with avatars are showing up as the noavatar thing
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 02:00 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Sorry, ignore me, I copied the code wrong, which...
Sorry, ignore me, I copied the code wrong, which is why it isn't working for me.
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 01:39 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
It doesn't give a parse error anymore, but the...
It doesn't give a parse error anymore, but the variable $chatter[usernames] is always blank.
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 01:28 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Just replace // concatenate the temp stuff...
Just replace
// concatenate the temp stuff to > $chatusers
$chatusers = $chatusers.$temp;
}; // End foreach
with
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 01:26 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Ok, fixed that and now nobody shows up in the box...
Ok, fixed that and now nobody shows up in the box when I have them logged into chat.
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 12:58 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Yup, just fixed it, you're missing a closing...
Yup, just fixed it, you're missing a closing brace.
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 12:56 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Hmm, not working for me, gives parse errors. For...
Hmm, not working for me, gives parse errors. For what I can see there are three of these { and only two of these }
Forum:
vBulletin 3.0 Beta Releases
11-05-2004, 12:20 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
I installed the wrong FlashChat, that guy has two...
I installed the wrong FlashChat, that guy has two out.
Forum:
vB3 General Discussions
11-04-2004, 04:01 PM
Replies:
23
Can anyone recommend a decent/free Flash chat client?
Views:
3,490
Posted By
The Keeper
Um, how do users get into the chat? Mine says...
Um, how do users get into the chat? Mine says "user and pass", and if you don't have one, you have to enter as guest. How do they register, or do I register them?
Forum:
vBulletin 3.0 Beta Releases
11-04-2004, 03:55 PM
Replies:
75
Flashchat - who is online with showing the chatters avatars
Views:
14,207
Posted By
The Keeper
Might be a stupid question, but how do I get into...
Might be a stupid question, but how do I get into chat? I've installed it, and when I go to the /chat directory it asks for a user and pass. The only one which works is my admin pass, but I didn't...
Forum:
vBulletin 3.0 Full Releases
10-31-2004, 03:40 PM
Replies:
9
Allow users to see all their reputation in UserCP
Views:
4,592
Posted By
The Keeper
Yeah, but that's a static figure all users have...
Yeah, but that's a static figure all users have to have. This way allows any user to quickly change it themselves without having to ask an admin to change the figure for the whole board. ;)
Forum:
vBulletin 3.0 Full Releases
10-31-2004, 12:26 PM
Replies:
9
Allow users to see all their reputation in UserCP
Views:
4,592
Posted By
The Keeper
Here's a pic of how it looks in the UserCP ...
Here's a pic of how it looks in the UserCP
It was only knocked up in minutes, but if someone wants to convert it to use phrases and use a bit more error checking/security on the $repcount...
Forum:
vBulletin 3.0 Full Releases
10-30-2004, 10:00 PM
Replies:
9
Allow users to see all their reputation in UserCP
Views:
4,592
Posted By
The Keeper
Allow users to see all their reputation in UserCP
This is a remarkably simple hack that takes minutes to install and allows users the option of seeing more than the default 5 repuation entries in their User CP.
First, edit the USERCP template.
...
Forum:
vBulletin 3.0 Full Releases
07-18-2004, 01:30 PM
Replies:
93
Avatar's opacity according to user's status (online/offline)
Views:
18,659
Posted By
The Keeper
I can't seem to get this to work. Invisible...
I can't seem to get this to work. Invisible users still show up as online.
Forum:
Modification Requests/Questions (Unpaid)
03-24-2004, 10:25 AM
Replies:
1
Users can see their own deleted posts
Views:
732
Posted By
The Keeper
Bump
Bump
Showing results 1 to 25 of 135
Page 1 of 6
1
2
3
>
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
05:08 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.05350 seconds
Memory Usage
2,051KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(60)
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.0022
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(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(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi