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 2
1
2
>
Showing results 1 to 25 of 26
Search took
0.00
seconds.
Search:
Posts Made By:
suttercain
Forum:
vB3 Programming Discussions
11-24-2007, 03:28 AM
Replies:
16
PHP Include in Header
Views:
2,375
Posted By
suttercain
Nope. You can see the bulletin board here ...
Nope. You can see the bulletin board here
supermandatabase.com/forums
I even triple checked to make sure that the plugin were turned on. I tried renaming the variabl and placing it into the...
Forum:
vB3 Programming Discussions
11-24-2007, 03:09 AM
Replies:
16
PHP Include in Header
Views:
2,375
Posted By
suttercain
Nada.. nothing showed up in the header. I wonder...
Nada.. nothing showed up in the header. I wonder if it's a pathing issue (I ran a php script and verified the correct path though) or something else?
Forum:
vB3 Programming Discussions
11-23-2007, 11:26 PM
Replies:
16
PHP Include in Header
Views:
2,375
Posted By
suttercain
Thanks for the reply. I changed ...
Thanks for the reply.
I changed
ob_start();
include('http://www.supermandatabase.com/header.php');
$includedphp = ob_get_contents();
ob_end_clean();
Forum:
vB3 Programming Discussions
11-23-2007, 07:17 PM
Replies:
16
PHP Include in Header
Views:
2,375
Posted By
suttercain
Hi guys, I foollowed the direction to this...
Hi guys,
I foollowed the direction to this post as well as the official documentation and I can't seem to get it to work.
I went to "Plugins & Products" and created a new plugin. The product...
Forum:
vB3 Programming Discussions
10-18-2007, 05:11 PM
Replies:
3
Where is the user's 'Location' column stored?
Views:
982
Posted By
suttercain
Where is the user's 'Location' column stored?
Hi guys,
I have been looking through most of the tables and cannot find where the user's location is stored. I need it to display on external VB pages. I checked the 'user' table, but no luck...
...
Forum:
ibProArcade Archive
06-02-2007, 02:49 AM
Replies:
0
I click a game and it take me to the forum homepage...
Views:
696
Posted By
suttercain
I click a game and it take me to the forum homepage...
Hi Guys,
I just installed IBP and when I click Arcade>Any Game Title it takes me to my forum home page but with broken img tags...
Let's say I click pacman I go to:...
Forum:
vB3 General Discussions
05-20-2007, 03:42 AM
Replies:
9
Need to modify the User Control Panel & View Profile
Views:
867
Posted By
suttercain
Hi Mike, thanks for the help. I don't know...
Hi Mike, thanks for the help.
I don't know if I am explaining myself properly.
I need to modify the actual profile for all users and not the section where the user edit their own profile.
...
Forum:
vB3 General Discussions
05-20-2007, 03:17 AM
Replies:
9
Need to modify the User Control Panel & View Profile
Views:
867
Posted By
suttercain
Okay I went into modifyprofile and anything I...
Okay I went into modifyprofile and anything I change doesn't show up when I view user's profile... I even deleted eveything from the edit box and it still just showed the user's profile like...
Forum:
vB3 General Discussions
05-20-2007, 02:53 AM
Replies:
9
Need to modify the User Control Panel & View Profile
Views:
867
Posted By
suttercain
found it.
found it.
Forum:
vB3 General Discussions
05-20-2007, 02:45 AM
Replies:
9
Need to modify the User Control Panel & View Profile
Views:
867
Posted By
suttercain
Where is the USERCP_SHELL located? I can't find a...
Where is the USERCP_SHELL located? I can't find a templates folder...
Thanks
Forum:
vB3 General Discussions
05-19-2007, 07:57 PM
Replies:
9
Need to modify the User Control Panel & View Profile
Views:
867
Posted By
suttercain
Need to modify the User Control Panel & View Profile
Hi Guys,
I need to add two links. One to the 'User Control Panel' on the left hand side navigation bar. I would like to add a the link below the 'Settings & Options' settings. I believe this is...
Forum:
vBulletin 3.6 Add-ons
04-14-2007, 10:07 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
The problem you may be having is when you go into...
The problem you may be having is when you go into vBulletin options-> Cookies and Setting your site may be (blank) you should have a drop down that allows you to select yourdomain.com. Once I changed...
Forum:
vBulletin 3.6 Add-ons
04-14-2007, 09:59 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Post Removed Because I jumped the gun. Seems to...
Post Removed Because I jumped the gun. Seems to be working perfectly. Will be donating to Bill on Friday for his great work
Forum:
vBulletin 3.6 Add-ons
04-14-2007, 09:45 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Thanks for replying. I fixed the login part for...
Thanks for replying. I fixed the login part for IE I think it's on page 7 of this forum. But what is the point of this hack if it doesn't work in IE? That is what I don't get. For better or worse,...
Forum:
vBulletin 3.6 Add-ons
04-14-2007, 07:00 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Can some please tell me if if...
Can some please tell me if
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
} else {
echo "You...
Forum:
vBulletin 3.6 Add-ons
04-14-2007, 12:10 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
IPuck, Glad to hear it. Have you tried...
IPuck,
Glad to hear it.
Have you tried this code yet?
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
Forum:
vBulletin 3.6 Add-ons
04-13-2007, 11:14 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Hate to say it, I found another error via Firefox...
Hate to say it, I found another error via Firefox VS. IE.
When I login and I have code so only a certain group can see it... works fine in Firefox and displays the code, yet in IE it logs me in,...
Forum:
vBulletin 3.6 Add-ons
04-13-2007, 10:52 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
I posted this fix for this on this page. It's...
I posted this fix for this on this page. It's always a good idea to read the forum posts.
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 08:10 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
I figured out the javaScript error... only took...
I figured out the javaScript error... only took 14 hours. Sorry I'm a php guy not a JavaScript guy.
Anyway...
replace:
echo "<input name=vb_login_username type=text id=navbar_username...
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 05:55 PM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Since there were never any answers to the...
Since there were never any answers to the previous two gentleman having this same issue, it's safe to say that I should forget about using this hack?
70% of internet users use IE. If it doesn't...
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 06:36 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Same problem on this guy's page: ...
Same problem on this guy's page:
http://socaltrailriders.org/
I open it up in Explorer and the same error. I don't think his post was ever answered. Is it possible to get this to validate?
...
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 06:05 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Exactly my same issue. I figured out it's a...
Exactly my same issue.
I figured out it's a JavaScript/IE error but I don't know JavaScript. I tried looking to see a place to close with a "(" but couldn't find one. Anyone else having this issue...
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 05:43 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
Hi Bill, I have been literally working on...
Hi Bill,
I have been literally working on this for 5 hours. I moved the forum from the subdomain of forums.supermandatabase.com to supermandatabase.com/forums to run this script.
I am running...
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 01:46 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
see post below
see post below
Forum:
vBulletin 3.6 Add-ons
04-11-2007, 01:15 AM
Replies:
188
Integration with vBulletin -
Simple vB User login and access control on non vB pages
Views:
73,271
Posted By
suttercain
See Post Below
See Post Below
Showing results 1 to 25 of 26
Page 1 of 2
1
2
>
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:41 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.11293 seconds
Memory Usage
2,044KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(50)
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.0006
(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(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi