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:
ShadyB
Forum:
vBulletin 3.7 Add-ons
02-08-2009, 01:53 AM
Replies:
104
Mini Mods -
Unknown Location
Views:
24,932
Posted By
ShadyB
How could I get this to work. My forum is...
How could I get this to work.
My forum is located at http://www.xxxxxxx.com/community , and the page I want it to show is at http://www.xxxxxxxx.com/bla.php
What exactly would I need in my...
Forum:
vBulletin 3.7 Styles
08-09-2008, 07:17 AM
Replies:
15
Skin olympic 2008 design by tomedison
Views:
5,018
Posted By
ShadyB
Have you got a psd file for the rest of the...
Have you got a psd file for the rest of the images like the footer ?
Forum:
Forum and Server Management
05-06-2008, 08:57 PM
Replies:
1
Sharing users between forums.
Views:
995
Posted By
ShadyB
Sharing users between forums.
I run two forums, very different in their content, but wish to share the userbase between the two.
Is there any way this can be done?
Any help will be greatly appreciated.
Thanks in advance;...
Forum:
vB3 Design and Graphics Discussions
11-25-2007, 05:50 PM
Replies:
0
Help With Sides..
Views:
643
Posted By
ShadyB
Help With Sides..
Ok, here's the problem I'm having..
On my main forum, I've made myself a custom design, fixed width and it looks great, with the shadows at the sides, much like on here..
However, I would like...
Forum:
vBulletin 4.x Add-ons
11-16-2007, 01:59 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,344,375
Posted By
ShadyB
Well I've sorted out the style issue, but the...
Well I've sorted out the style issue, but the scoring thing is really starting to get on my nerves..
Forum:
vBulletin 4.x Add-ons
11-15-2007, 10:41 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,344,375
Posted By
ShadyB
I have been having the same problem, so I enabled...
I have been having the same problem, so I enabled the debug mode, and this is the error I get..
http://shadyb.co.uk/scoreerror.jpg
(I added the To stop this error.....)
Anything I can do?
...
Forum:
vBulletin 4.x Add-ons
08-01-2007, 12:24 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,344,375
Posted By
ShadyB
Mmm this might have been asked before, but is it...
Mmm this might have been asked before, but is it possible to select a number of games to install, rather than clicking install all games?
I have over 3000 tars, and it just times out.. And my php...
Forum:
vBulletin 3.6 Add-ons
05-23-2007, 07:33 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
Thankyou so much Bill.. Excellent hack, and...
Thankyou so much Bill.. Excellent hack, and awesome support!
Forum:
vBulletin 3.6 Add-ons
05-22-2007, 08:15 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
No probs done it myself =]
No probs done it myself =]
Forum:
vBulletin 3.6 Add-ons
05-22-2007, 03:54 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
Is there a way to get users to redirect to a...
Is there a way to get users to redirect to a different page when they login?
E.g if they logged in on your home page, it would redirect them to the members area home page?
Forum:
vBulletin 3.6 Add-ons
05-22-2007, 02:33 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
One more thing... How can I get it to say...
One more thing... How can I get it to say something like Welcome Back "username" when its is in the
<?php
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo"
Tag? It doesnt seem to...
Forum:
vBulletin 3.6 Add-ons
05-22-2007, 01:43 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
Thankyou SO MUCH BILL!!! Adding the \'s in...
Thankyou SO MUCH BILL!!!
Adding the \'s in the right places made it work!!
I cannot thankyou enough.. I might make a donation =]
Forum:
vBulletin 3.6 Add-ons
05-21-2007, 04:15 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
Thats not what I'm trying to do... I have a...
Thats not what I'm trying to do... I have a different design for the site, and just want to use the login system, so users dont have to register on two different sites..
This hack does that, but I...
Forum:
vBulletin 3.6 Add-ons
05-21-2007, 01:54 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
Ok I knew where to put that, but its the...
Ok I knew where to put that, but its the restricting bit I cant do...
<?php
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "Have stuff for here";
} else {
...
Forum:
vBulletin 3.6 Add-ons
05-21-2007, 01:32 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,427
Posted By
ShadyB
I have been trying to use this hack on my site,...
I have been trying to use this hack on my site, but I dont know where to place the code...
This is the code for my site, so please help me!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Forum:
vBulletin 4.x Add-ons
04-22-2007, 02:15 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,344,375
Posted By
ShadyB
If I try installing all games, it comes up with...
If I try installing all games, it comes up with this error..
Fatal error: Maximum execution time of 30 seconds exceeded in /home/shadyb/public_html/forum/arcade/functions/tar.php on line 858
...
Forum:
vB3 Programming Discussions
01-30-2007, 09:09 PM
Replies:
9
Help with queries
Views:
1,599
Posted By
ShadyB
Can I rename the title on the navbar saying...
Can I rename the title on the navbar saying Extras?
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
01:46 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.01716 seconds
Memory Usage
1,977KB
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
(41)
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.0007
(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(230, 0, 1,''); -> cached fperms for forum 230
(unspecified) fetch_permissions(230, 0, 1,''); -> cached fperms for forum 230
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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
(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
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi