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...
Showing results 1 to 17 of 17
Search took
0.00
seconds.
Search:
Posts Made By:
chriswible
Forum:
Modification Graveyard
09-09-2005, 01:46 AM
Replies:
236
Proxy ip to real ip conversion
Views:
50,850
Posted By
chriswible
Great idea, great hack. Functionality is perfect....
Great idea, great hack. Functionality is perfect.
Of course, it took a bit of modding to make this work with the "extra IP info" hack, but I managed. :p (I realize someone's probably done it...
Forum:
vBulletin 3.0 Full Releases
05-19-2005, 05:05 AM
Replies:
140
MPDev's Graffiti Wall v1
Views:
30,489
Posted By
chriswible
I've got another small cron solution. ...
I've got another small cron solution.
Basically, I just gutted wall.php of everything except the wall-wiping process, threw the result into a PHP file, and set up the cron job through vB.
Use...
Forum:
vBulletin 3.0 Full Releases
05-02-2005, 10:03 PM
Replies:
87
Require X posts in the last Y hours to play games in the arcade
Views:
12,305
Posted By
chriswible
I needed this, thanks. *clicks install*
I needed this, thanks. *clicks install*
Forum:
vBulletin 3.0 Full Releases
04-30-2005, 02:37 AM
Replies:
14
Graffiti Wall - Charactor fix, I hate that square.
Views:
4,090
Posted By
chriswible
I needed that. Thanks. ;)
I needed that. Thanks. ;)
Forum:
vBulletin 3.0 Full Releases
04-28-2005, 02:47 AM
Replies:
140
MPDev's Graffiti Wall v1
Views:
30,489
Posted By
chriswible
Nice! *installs*
Nice!
*installs*
Forum:
vBulletin 3.0 Full Releases
04-17-2005, 06:49 AM
Replies:
1,408
vBChat v2.3
Views:
399,140
Posted By
chriswible
Wow, great hack! I am very impressed by the...
Wow, great hack! I am very impressed by the fluidity and smoothness with which vBChat operates.
Thanks! *clicks install*
Forum:
vBulletin 3.0 Full Releases
04-15-2005, 01:19 PM
Replies:
112
Quick Reply Multiquote
Views:
20,968
Posted By
chriswible
I had the same problem with my hack. Luckily,...
I had the same problem with my hack. Luckily, there was a user with apostrophes in his name, so I fixed it before I released it. ;) addcslashes did the trick for me.
Forum:
vBulletin 3.0 Full Releases
02-25-2005, 08:40 PM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Noted and edited, thank you. My bracketing pisses...
Noted and edited, thank you. My bracketing pisses off my compsci teacher also. :p
Glad you like the hack.
Forum:
vBulletin 3.0 Full Releases
02-24-2005, 02:50 PM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Sorry for the double post, but it's fixed. it...
Sorry for the double post, but it's fixed. it *should* now work for standard and WYSIWYG in IE and Mozilla. :) note the additional file edit.
Forum:
vB3 General Discussions
02-22-2005, 01:32 PM
Replies:
1
How can I manipulate WYSIWYG?
Views:
869
Posted By
chriswible
How can I manipulate WYSIWYG?
I can't get my head around the javascript involved with the VB3 WYSIWYG editor... how can I add to it via javascript? say I want to add some text to the end of the post (the equivalent of...
Forum:
vBulletin 3.0 Full Releases
02-21-2005, 05:21 AM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Yeah, you got it. :o how n00bish of me. I'll get...
Yeah, you got it. :o how n00bish of me. I'll get right to fixing that...
Forum:
vBulletin 3.0 Full Releases
02-19-2005, 09:24 PM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Yeesh, I tried firefox 1.0 and it still worked. ...
Yeesh, I tried firefox 1.0 and it still worked. :speechless:
Maybe you should try polling your users to see if they're having problems. :ermm:
Forum:
vBulletin 3.0 Full Releases
02-19-2005, 06:09 PM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Do you get a javascript error? if so, does it...
Do you get a javascript error? if so, does it occur on loading the page or when you click?
EDIT: Er... I just visited your forums and it works for me. :ermm: What browser are you using?
Forum:
vBulletin 3.0 Full Releases
02-19-2005, 03:01 AM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Not much visual in this hack, but okay.
Not much visual in this hack, but okay.
Forum:
vBulletin 3.0 Full Releases
02-17-2005, 10:00 PM
Replies:
15
Yet Another Multi-Quote Hack
Views:
4,576
Posted By
chriswible
Yet Another Multi-Quote Hack
This particular hack allows users to multi-quote directly from the newreply page instead of in the thread itself. A "quote" link is placed in each post in the thread review, allowing for quck,...
Forum:
vBulletin 3.0 Full Releases
02-08-2005, 01:19 PM
Replies:
59
Allow usergroups ( Admins ) to use HTML for posts , sigs
Views:
11,894
Posted By
chriswible
That didn't work for me... in_array doesn't work...
That didn't work for me... in_array doesn't work that way in my experience.
Here's how I did it:
$html_groups = array(6,19);
...
Forum:
vBulletin 3.0 Full Releases
01-24-2005, 01:30 PM
Replies:
65
ipInfo -- Extra user IP information
Views:
20,364
Posted By
chriswible
YES! I missed this so much when we migrated from...
YES! I missed this so much when we migrated from phpBB. Poo, I actually just went through all the trouble of coding a hack like this one (stupid me, only looked in the admin section). Yours is far...
Showing results 1 to 17 of 17
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
12:34 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.01887 seconds
Memory Usage
1,974KB
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)
post_thanks_navbar_search
(1)
search_results
(17)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(40)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi