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 3
1
2
3
>
Showing results 1 to 25 of 57
Search took
0.00
seconds.
Search:
Posts Made By:
Gavin B.
Forum:
Modification Graveyard
12-16-2005, 10:04 AM
Replies:
1,093
Major Additions -
iTrader v2.0.1
Views:
327,855
Posted By
Gavin B.
Excellent work jason, very well thought out!
Excellent work jason, very well thought out!
Forum:
vBulletin 3.0 Full Releases
10-09-2005, 08:57 AM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Gavin B.
Yep - it will all still be there once the vB3.5...
Yep - it will all still be there once the vB3.5 version of trader ratings is ready.
Forum:
vBulletin 3.0 Full Releases
09-20-2005, 10:40 AM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Gavin B.
No it doesn't work with vB3.5 out of the box....
No it doesn't work with vB3.5 out of the box. I've hacked mine to work, but it's very dodgy and I'd rather not spread around a half-arsed patched together version of it. :)
Will be looking forward...
Forum:
vBulletin 3.0 Full Releases
05-29-2005, 10:00 PM
Replies:
5
Automatically Lock Old Threads (Via vB Cron)
Views:
2,484
Posted By
Gavin B.
Automatically Lock Old Threads (Via vB Cron)
This vB cron allows you to define a certain period of time for threads to be automatically locked.
Copy-paste the following into a new PHP file, and upload to ./includes/cron/YOURFILENAME.php
...
Forum:
vBulletin 3.0 Full Releases
06-16-2004, 12:56 PM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Gavin B.
Nice, thanks a lot for that. :)
Nice, thanks a lot for that. :)
Forum:
Community Lounge
10-26-2003, 09:08 AM
Replies:
11
I wuv my PHP editor.
Views:
1,508
Posted By
Gavin B.
www.crimsoneditor.com is what I've been using for...
www.crimsoneditor.com is what I've been using for ages. Great for any type of file! :)
Forum:
Member Archives
10-25-2003, 11:01 AM
Replies:
2
Who knows a professional custom skin team ?
Views:
782
Posted By
Gavin B.
I've PM'd you :)
I've PM'd you :)
Forum:
News and Announcements
09-12-2003, 04:46 AM
Replies:
30
vB3 Hacks
Views:
6,483
Posted By
Gavin B.
There is no point releasing hacks for a beta...
There is no point releasing hacks for a beta product IMO, there are going to be code changes and whatever before the RC is released so any hacks you create now either may not work on the RC or will...
Forum:
vBulletin.org Site Feedback
09-11-2003, 04:16 PM
Replies:
37
vB.org = vB3...
Views:
3,751
Posted By
Gavin B.
I like it! :) Nice job guys...
I like it! :)
Nice job guys...
Forum:
Community Lounge
08-29-2003, 02:50 AM
Replies:
52
Your setup
Views:
4,687
Posted By
Gavin B.
Mine: ...
Mine:
http://www.platinum-central.com/temp/desk.jpg
Need to buy a new moniter before to long, that one is too old and weird now.
Forum:
Community Lounge
08-25-2003, 09:30 AM
Replies:
7
I think vbskins.com got haxx0red
Views:
1,106
Posted By
Gavin B.
Nah doesn't look like they've been hacked - just...
Nah doesn't look like they've been hacked - just some mySQL errors....
Forum:
Community Lounge
08-23-2003, 01:54 AM
Replies:
3
What do you offer for those ppl donation?
Views:
899
Posted By
Gavin B.
Members get a special "badge" much like the...
Members get a special "badge" much like the moderator/admin ones (it's grey though). Access to the hidden members forum, ability to change their user title, a membership card and soon they will be...
Forum:
Community Lounge
08-22-2003, 07:30 PM
Replies:
25
PM spam
Views:
2,636
Posted By
Gavin B.
Home, sweet home eh? ;)
Home, sweet home eh? ;)
Forum:
Community Lounge
08-20-2003, 12:06 PM
Replies:
23
How long does it take for your forum home to load?
Views:
3,112
Posted By
Gavin B.
Yep about a second here too for ozperformance.net...
Yep about a second here too for ozperformance.net :)
Forum:
vB3 Programming Discussions
08-19-2003, 02:49 PM
Replies:
13
Dir in forum directory (getting global.php stuff)
Views:
1,389
Posted By
Gavin B.
I don't know if that will work, but worth a shot....
I don't know if that will work, but worth a shot.
I thought changing the include path would work, (ie ini_set('include_path', '.:/path/to/script/here/'); but on *nix boxes apparently is doesn't work...
Forum:
vB3 Programming Discussions
08-19-2003, 12:19 PM
Replies:
13
Dir in forum directory (getting global.php stuff)
Views:
1,389
Posted By
Gavin B.
Ah I see what it's doing. It is trying to include...
Ah I see what it's doing. It is trying to include ./admin/config.php relative to the /forum/folder/ directory... not sure if I have a solution for that unless you just copy paste the global.php file...
Forum:
vB3 Programming Discussions
08-19-2003, 12:01 PM
Replies:
15
If statement
Views:
1,980
Posted By
Gavin B.
in that case it will just print exactly that as...
in that case it will just print exactly that as php does not parse the string for variables :)
Forum:
vB3 Programming Discussions
08-18-2003, 11:28 PM
Replies:
15
If statement
Views:
1,980
Posted By
Gavin B.
' ... ' is a simple string which is not parsed by...
' ... ' is a simple string which is not parsed by PHP for variables, etc.
" ... " is a complex string which is parsed (and is therefore slightly less efficient).
$mystring = '<a...
Forum:
vB3 Programming Discussions
08-18-2003, 11:25 PM
Replies:
13
Dir in forum directory (getting global.php stuff)
Views:
1,389
Posted By
Gavin B.
I meant the real server path... not...
I meant the real server path... not http://www.example.com/forum/config.php because more than likely it will give you a seeking not allowed error in that case ;)
Forum:
vB3 Programming Discussions
08-18-2003, 09:04 PM
Replies:
13
Dir in forum directory (getting global.php stuff)
Views:
1,389
Posted By
Gavin B.
Does that give you an error? It should if it...
Does that give you an error? It should if it can't include it (may have to comment out the error reporting line to see)...
Perhaps ../forum/config.php ? if not... you may need to use the real path...
Forum:
vB3 Programming Discussions
08-18-2003, 08:54 PM
Replies:
15
If statement
Views:
1,980
Posted By
Gavin B.
Yup - to keep with good coding practices ;)...
Yup - to keep with good coding practices ;) Strings should be wrapped in either ' ... ' or " ..." and numbers can be left as is :)
Forum:
Community Lounge
08-18-2003, 08:47 PM
Replies:
78
Beware of Ravio.com & Corey Wojen AKA c-pr0mpt
Views:
13,326
Posted By
Gavin B.
Didn't people have contracts with him? :) Any...
Didn't people have contracts with him? :) Any ammount of money like that I would ensure a contract is signed (it doesn't take very long to fax one back and forth). But I guess what's done it done :(
Forum:
Management Articles
07-25-2003, 01:04 PM
Replies:
74
The Worst Things You Can Ever Do(tm)
Views:
37,812
Posted By
Gavin B.
Nothing wrong with having more than one a...
Nothing wrong with having more than one a administrator. Many forums do this and I can't see any problem with it. :) Maybe it's your personal preference, I don't think it's a general tip though IMO....
Forum:
Community Reviews
07-25-2003, 12:55 PM
Replies:
5
vbevolution
Views:
1,319
Posted By
Gavin B.
I don't think they remotly look like any other...
I don't think they remotly look like any other skins out there :) I'm interested by what you mean by that comment however - the orbital style especially had a lot of time put into it by the desiger,...
Forum:
Community Reviews
07-22-2003, 01:09 PM
Replies:
5
vbevolution
Views:
1,319
Posted By
Gavin B.
vbevolution
We just released our board (and main site) to the public.
http://www.vbevolution.com/forums/
Got a couple of styles up there at the moment (more to come), what do you think of them at the moment?...
Showing results 1 to 25 of 57
Page 1 of 3
1
2
3
>
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
06:11 PM
.
-- 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.01859 seconds
Memory Usage
2,026KB
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
(49)
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.0026
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(217, 0, 1,''); -> cached fperms for forum 217
(unspecified) fetch_permissions(217, 0, 1,''); -> cached fperms for forum 217
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi