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 32
Search took
0.00
seconds.
Search:
Posts Made By:
Boeman
Forum:
vB3 General Discussions
06-06-2003, 04:00 PM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
anyone?
anyone?
Forum:
vB3 Programming Discussions
06-05-2003, 07:05 PM
Replies:
0
Custom Global Variables
Views:
811
Posted By
Boeman
Custom Global Variables
One of my external scripts referenced in PHPInclude requires the use of a global variable called $count_border to which it adds a count each time the script is called (it could be several times on a...
Forum:
vB3 General Discussions
06-05-2003, 05:30 AM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
The script uses the counter only as a means of...
The script uses the counter only as a means of testing whether or not it was called for the first time with forumbit 1. If this is the first call go to option 1, if it has been called before go to...
Forum:
vB3 General Discussions
06-05-2003, 05:04 AM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
Ah I see. So in other words there's no way I can...
Ah I see. So in other words there's no way I can keep an accurate counter variable with custom php code under the formbit templates?
Forum:
vB3 General Discussions
06-05-2003, 04:56 AM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
can anyone else help?
can anyone else help?
Forum:
vB3 General Discussions
06-04-2003, 06:06 PM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
Well, it's actually an external script referenced...
Well, it's actually an external script referenced in phpinclude and is called using the variable defined in phpinclude. I put the variable (in this case $forum_border) in formbit 1. All it needs to...
Forum:
vB3 General Discussions
06-04-2003, 04:32 PM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
Does the PHP code contained in the external...
Does the PHP code contained in the external script have to be written as a fuction? At the moment it is a basic if statement.
Forum:
vB3 General Discussions
06-04-2003, 03:21 AM
Replies:
10
Custom Global Variables
Views:
1,541
Posted By
Boeman
Custom Global Variables
One of my external scripts referenced in PHPInclude requires the use of a global variable called $count_border to which it adds a count each time the script is called (it could be several times on a...
Forum:
vB3 Programming Discussions
05-29-2003, 01:43 PM
Replies:
1
PHPInclude Variables in Formbit Templates
Views:
792
Posted By
Boeman
Does anyone else know?
Does anyone else know?
Forum:
vB3 General Discussions
05-26-2003, 09:38 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
bump
bump
Forum:
vB3 General Discussions
05-22-2003, 02:38 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
I wasn't actually referring to that block of code...
I wasn't actually referring to that block of code in my last post but nonetheless, it still doesn't work in phpinclude. How do you get that to work correctly in phpinclude so I can use it in formbit...
Forum:
vB3 General Discussions
05-22-2003, 02:13 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
I have written some php code on an external file...
I have written some php code on an external file that DOES WORK. My only problem here as I see it, is that I'm having difficulties implementing it within formbit templates. I have created similar...
Forum:
vB3 General Discussions
05-22-2003, 03:17 AM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
As per your instructions (and Xenon's) I was able...
As per your instructions (and Xenon's) I was able to display some text using the variable. Thank you both.
With the usefulness of the simple example now past, I attempted to add in some php code...
Forum:
vB3 General Discussions
05-21-2003, 12:23 AM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
I'm trying out your above example but having a...
I'm trying out your above example but having a little trouble. Here is what I put into the phpinclude template:
ob_start();
$testing = "TESTING 1 2 3";
ob_end_clean();
With my limited...
Forum:
vB3 General Discussions
05-20-2003, 09:32 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
I apologize if I somehow misrepresented my...
I apologize if I somehow misrepresented my problem. Did my above example help to clear things up? Let me know...
Forum:
vB3 General Discussions
05-20-2003, 08:46 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
To make this as simple as possible, here are the...
To make this as simple as possible, here are the contents of my external php file, test.php:
<?
echo "TEST TEST TEST<br><br>";
?>
Here is what I added to the PHPInclude Template:
...
Forum:
vB3 General Discussions
05-20-2003, 06:38 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
:disappointed:
:disappointed:
Forum:
vB3 General Discussions
05-20-2003, 06:28 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
So in basic terms, what do I need to do to get my...
So in basic terms, what do I need to do to get my phpinclude functions to evaluate along with the formbit_level_1 template? I looked around various hacks listed here but could not find one that...
Forum:
vB3 Programming Discussions
05-20-2003, 06:21 PM
Replies:
1
PHPInclude Variables in Formbit Templates
Views:
792
Posted By
Boeman
PHPInclude Variables in Formbit Templates
The variables in PHPInclude do no show up in any of the formbit templates where I have inserted them (though they work fine on other templates).
The search feature referenced me to a post which...
Forum:
vB3 General Discussions
05-20-2003, 06:09 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
Would you be willing to dilvulge a little more...
Would you be willing to dilvulge a little more detail? Perhaps I can ask a programmer who is knowledgable with PHP. All I would need to know is what areas need to be edited.
Forum:
vB3 General Discussions
05-20-2003, 05:58 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
Thank you for the link. I have a better...
Thank you for the link. I have a better understanding of globals within functions but at the same time, I'm still unsure as to how to apply this in order for the fuction to show on postbit. Are you...
Forum:
vB3 General Discussions
05-20-2003, 02:31 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
Can you please provide an example?
Can you please provide an example?
Forum:
vB3 General Discussions
05-19-2003, 08:35 PM
Replies:
27
PHPInclude Variables in Formbit Templates
Views:
4,164
Posted By
Boeman
PHPInclude Variables in Formbit Templates
The variables in PHPInclude do no show up in any of the formbit templates where I have inserted them (though they work fine on other templates).
The search feature referenced me to a post which...
Forum:
Member Archives
05-11-2003, 08:12 PM
Replies:
2
Top/Bottom Borders Per Category as seen on PixelJunction.com
Views:
933
Posted By
Boeman
I did check vbulletintemplates.com in the past...
I did check vbulletintemplates.com in the past and they were of no help whatsoever. In fact, I don't even know why you referenced me there when I was looking for help on a specific issue; I wasn't...
Forum:
vB3 Programming Discussions
05-09-2003, 05:13 AM
Replies:
9
Top/Bottom Borders Per Category as seen on PixelJunction.com
Views:
1,260
Posted By
Boeman
Austin, there are no forums available for viewing...
Austin, there are no forums available for viewing yet. However, this is what I'm trying to accomplish:
-------------------- NEW CELL -------------------
Forum Category...
Showing results 1 to 25 of 32
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
02:09 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.01564 seconds
Memory Usage
2,036KB
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
(53)
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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(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(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(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(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(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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