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 16 of 16
Search took
0.00
seconds.
Search:
Posts Made By:
Jasen Hicks
Forum:
vB3 General Discussions
09-27-2009, 09:18 PM
Replies:
1
Automatically making Thread Titles in "Title Case"
Views:
617
Posted By
Jasen Hicks
Automatically making Thread Titles in "Title Case"
As you see in the title of the thread, I want to create a mod that automatically changes thread titles to "Title Case".
In PHP I know I can do it with: ucfirst($foo) thats the simple part, how...
Forum:
Modification Requests/Questions (Unpaid)
01-04-2009, 06:27 PM
Replies:
18
Collection Manager
Views:
2,310
Posted By
Jasen Hicks
Has this been done yet? I am looking to add this...
Has this been done yet? I am looking to add this to my site for games as well!
Forum:
vB3 Programming Discussions
07-26-2008, 10:08 AM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
I'd like to keep it as a standalone file, as it...
I'd like to keep it as a standalone file, as it is pulling information from my probid installation which is using a different database than vB. Plus, I can make it modular for other applications...
Forum:
vB3 Programming Discussions
07-26-2008, 05:12 AM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
Do I use the...
Do I use the chdir(/home/gamega5/public_html/forum); in the external php file (cats.php)? or do I use it in the plugin code itself?
Forum:
vB3 Programming Discussions
07-25-2008, 12:36 PM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
Dismounted.... Same as above in the OP since...
Dismounted....
Same as above in the OP since the chdir() within cats.php didnt do anything except cause an error.
Here is the gist of what I did...
1. Wrote cats.php a standalone php file,...
Forum:
vB3 Programming Discussions
07-24-2008, 03:33 PM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
cats.php is in the forum directory.... let me do...
cats.php is in the forum directory.... let me do some research on chdir() to see if it will help. Thanks for the tips.
EDIT*
I added chdir('forums'); as suggested. The script ran, but gave the...
Forum:
vB3 Programming Discussions
07-24-2008, 02:50 AM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
Tried that and received this error: Fatal...
Tried that and received this error:
Fatal error: Call to undefined method database::query_read_slave() in /home/gamega5/public_html/forums/index.php on line 415
Forum:
vB3 Programming Discussions
07-23-2008, 08:02 PM
Replies:
12
Code Excutes when called direct, but not as plug :(
Views:
1,305
Posted By
Jasen Hicks
Code Excutes when called direct, but not as plug :(
Here are my forums: http://www.gamegavel.com/forum I do have the license you can ask vB :)
Anyways, I run an auction site and so does this fellow I know in AU, we are both trying to do the same...
Forum:
vB3 General Discussions
07-21-2008, 05:40 PM
Replies:
4
PHPProBid & Vbulletin
Views:
1,285
Posted By
Jasen Hicks
The MOD for the register.php works pretty well....
The MOD for the register.php works pretty well. As I run a Probid site with a vB install (www.gamegavel.com) I have found it works pretty well. Sure the password replication stuff doesnt work, and...
Forum:
vBulletin 3.7 Add-ons
07-21-2008, 04:43 PM
Replies:
837
Miscellaneous Hacks -
Ultimate Side Columns 2.2
Views:
294,763
Posted By
Jasen Hicks
Ok, next question :) Anyway to use straight...
Ok, next question :)
Anyway to use straight PHP Code in the USC 2.2? I am trying to integrate my Auction Site with my forums a bit better, and I want to run some of the auciton code into the left...
Forum:
vBulletin 3.7 Add-ons
07-21-2008, 03:44 PM
Replies:
837
Miscellaneous Hacks -
Ultimate Side Columns 2.2
Views:
294,763
Posted By
Jasen Hicks
Hahahah..... Gotta love those really simple...
Hahahah..... Gotta love those really simple fixes. Thanks brother.
Jasen
Forum:
vBulletin 3.7 Add-ons
07-20-2008, 03:29 PM
Replies:
837
Miscellaneous Hacks -
Ultimate Side Columns 2.2
Views:
294,763
Posted By
Jasen Hicks
I just uploaded the files, imported the XML. All...
I just uploaded the files, imported the XML. All went well.
I turn on the LEFT/RIGHT column for all pages, and edited Block 1 and Block 10 in the templates, and chose to list it under my header....
Forum:
vBulletin 3.7 Template Modifications
07-20-2008, 10:16 AM
Replies:
52
Forum Home Enhancements -
ForumHome Category Spacing [3.7]
Views:
29,029
Posted By
Jasen Hicks
Thanks!
Thanks!
Forum:
vBulletin 3.6 Add-ons
01-30-2007, 11:16 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,401
Posted By
Jasen Hicks
Thanks, looking back i realized that 2AM coding...
Thanks, looking back i realized that 2AM coding is a bad idea ;) I feel ashamed now.
Forum:
vBulletin 3.6 Add-ons
01-27-2007, 05:03 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,401
Posted By
Jasen Hicks
OK, even with non-moron-2AM code it still doesnt...
OK, even with non-moron-2AM code it still doesnt work:
<?
$curdir = getcwd ();
chdir('/htdocs/vb');
require_once('/htdocs/vb/global.php');
Forum:
vBulletin 3.6 Add-ons
01-27-2007, 04:59 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,401
Posted By
Jasen Hicks
Mine isnt working :( <? $curdir =...
Mine isnt working :(
<?
$curdir = getcwd ();
chdir("htdocs/vb");
require_once("htdocs/vb/global.php");
Showing results 1 to 16 of 16
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:38 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.02262 seconds
Memory Usage
1,972KB
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
(16)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(35)
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.0005
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
(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