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 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
sccr410
Forum:
vB3 General Discussions
03-18-2002, 07:11 PM
Replies:
1
Using bbcode for something totally different
Views:
913
Posted By
sccr410
Using bbcode for something totally different
I have a completely different section of my site where users enter information into a database. As of right now, it is just a text box and any text formatting must be done with direct HTML. ...
Forum:
vBulletin 2.x Full Releases
03-06-2002, 07:35 PM
Replies:
175
[Release vB Links 1.0 | vB2bx
Views:
31,553
Posted By
sccr410
Has anyone figured out how to list all the links...
Has anyone figured out how to list all the links in categories, in a Yahoo! like fashion? For me, there is no point in this hack unless I can do this :(
Forum:
vBulletin 2.x Full Releases
02-21-2002, 08:51 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
Nevermind, now the smilies work too :) It's all...
Nevermind, now the smilies work too :) It's all working 100% now! WOOHAW!
Now I shouldn't get any "Why doesn't this work?" questions from all the team managers trying to use it :)
Forum:
vBulletin 2.x Full Releases
02-21-2002, 08:46 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
Ahh, I made the require statements the first...
Ahh, I made the require statements the first thing on my index page and it worked :)
Now, the only problem is that the path to the smilies is wrong and I get the red x box :(
Forum:
vBulletin 2.x Full Releases
02-21-2002, 08:28 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
Yep, sure did.
Yep, sure did.
Forum:
vBulletin 2.x Full Releases
02-21-2002, 08:11 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
In global2.php there was a require to...
In global2.php there was a require to admin/config.php and in the require statements on my index.php the suggestion was to require the same file. I commented out the require on the index page, that...
Forum:
vBulletin 2.x Full Releases
02-21-2002, 05:21 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
In my index.php file: <?php ...
In my index.php file:
<?php
require("/home/sandieg/public_html/forum/global2.php");
require("/home/sandieg/public_html/forum/admin/config.php"); ...
Forum:
vBulletin 2.x Full Releases
02-21-2002, 06:23 AM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
I get the following error: I just uploaded...
I get the following error:
I just uploaded and required only your global2.php (making sure to change all the path info to my own paths)
Forum:
vB3 General Discussions
02-19-2002, 04:30 PM
Replies:
6
attachment associations
Views:
937
Posted By
sccr410
Thanks FireFly. You got me to actually think...
Thanks FireFly. You got me to actually think about how it works and I actually did something on my own!
Forum:
vB3 General Discussions
02-18-2002, 09:31 PM
Replies:
6
attachment associations
Views:
937
Posted By
sccr410
So actually it was even easier than that. You...
So actually it was even easier than that. You don't need to do another sql query because the news program already gets the postid, which is all you need.
if ($attach == 1) {
$displayattach =...
Forum:
vB3 General Discussions
02-18-2002, 09:26 AM
Replies:
6
attachment associations
Views:
937
Posted By
sccr410
Line 68 begins the code you started. ?
Line 68 begins the code you started.
?
Forum:
vB3 General Discussions
02-18-2002, 07:39 AM
Replies:
6
attachment associations
Views:
937
Posted By
sccr410
How does vB check which attachment is associated...
How does vB check which attachment is associated with which thread? In the 'thread' table, it just has a variable to determine if there is an attachment, and in the 'attachment' table it only has...
Forum:
vBulletin 2.x Full Releases
02-03-2002, 01:54 AM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
Darrenn Evans... I am having the same...
Darrenn Evans...
I am having the same problems, but I have managed to get it working, but not completely. Do the following and at least it should show up:
Change:
require("global.php");...
Forum:
vBulletin 2.x Full Releases
01-31-2002, 07:18 PM
Replies:
80
Mini Calendar from vbPortal
Views:
18,704
Posted By
sccr410
Do you have it in the 'forum' directory? I just...
Do you have it in the 'forum' directory? I just installed this hack ( http://www.sandiegopegasus.com ) and it worked perfectly.
Forum:
vB3 General Discussions
01-31-2002, 05:38 PM
Replies:
6
PluhNews help
Views:
1,042
Posted By
sccr410
OK, I am now an official license holder...now...
OK, I am now an official license holder...now will you help me?
Forum:
vBulletin 2.x Full Releases
01-30-2002, 08:03 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
Nobody?
Nobody?
Forum:
vBulletin 2.x Full Releases
01-29-2002, 07:34 PM
Replies:
229
News & Email Community Bulletin Generator
Views:
42,643
Posted By
sccr410
How can I edit the register.php file so people...
How can I edit the register.php file so people can decide to subscribe to a newsletter when they register?
Forum:
vBulletin 2.x Full Releases
01-29-2002, 07:24 PM
Replies:
554
PluhNews 1.5
Views:
84,012
Posted By
sccr410
I set it up straight from the zip file, and I...
I set it up straight from the zip file, and I get:
I do absolute paths for the require and I get:
So, now what?
Forum:
vB3 General Discussions
01-24-2002, 06:52 PM
Replies:
6
PluhNews help
Views:
1,042
Posted By
sccr410
Well, that is the end of the road for me on this...
Well, that is the end of the road for me on this subject then.
I am "borrowing" a friends copy solely for testing to see what I can do with it. As per my "Maybe because my domain hasn't resolved...
Forum:
vB3 General Discussions
01-24-2002, 06:17 PM
Replies:
6
PluhNews help
Views:
1,042
Posted By
sccr410
Now I get the following error It is...
Now I get the following error
It is trying to open something relative to global.php, but my index.php isn't in the same file directory as global.php
Forum:
vB3 General Discussions
01-24-2002, 06:03 PM
Replies:
6
PluhNews help
Views:
1,042
Posted By
sccr410
I am trying to embed the news into my index.php...
I am trying to embed the news into my index.php file but I keep getting the following error:
Fatal error: Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in...
Showing results 1 to 21 of 21
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
02:44 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.03232 seconds
Memory Usage
1,994KB
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
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(36)
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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi