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 16 of 16
Search took
0.00
seconds.
Search:
Posts Made By:
cybrcyfr
Forum:
vB3 Programming Discussions
09-06-2002, 10:14 AM
Replies:
2
Accesing the bbuserinfo array from a PHP page
Views:
873
Posted By
cybrcyfr
How it is blowing up on our FreeBSD production...
How it is blowing up on our FreeBSD production server.
Unix doesn't like the:
include("./global.php");
So change that to:
include("global.php");
Forum:
vB3 Programming Discussions
09-05-2002, 09:49 PM
Replies:
1
Calling to getpagenav()
Views:
851
Posted By
cybrcyfr
Calling to getpagenav()
I want to call to getpagenav() from a page not located in the forums. I have included the global.php and can call to the function but I recieve a parse error.
My objective it to have paging for...
Forum:
vB3 Programming Discussions
09-05-2002, 08:40 AM
Replies:
1
Using standardredirect()
Views:
816
Posted By
cybrcyfr
Using standardredirect()
How can you call to the standardredirect() function if you have already referenced global.php.
I get real strange results calling to it like:
include("./global.php");
...
Forum:
vBulletin 2.x Full Releases
09-04-2002, 06:56 AM
Replies:
320
Shrink Old Posts in Thread
Views:
41,830
Posted By
cybrcyfr
Yeah, using the getElementByID() works in...
Yeah, using the getElementByID() works in Netscape 6, but not 4.
I was planning on getting around to modifying the hack to do it all client side and work in IE, Netscape and Opera. on my todo...
Forum:
vBulletin 2.x Full Releases
09-04-2002, 05:49 AM
Replies:
320
Shrink Old Posts in Thread
Views:
41,830
Posted By
cybrcyfr
I really wanted an expand/contract all that is...
I really wanted an expand/contract all that is client side. This will not hold state when moving from page to page.
Note that the object I am referencing to get the DIV collection has the id of...
Forum:
Member Archives
08-10-2002, 04:16 AM
Replies:
6
VB Buttons
Views:
1,662
Posted By
cybrcyfr
Hey man, I would really like to use the button...
Hey man, I would really like to use the button set you made for this site. I dont mind pitching in $5, I just don't know where to go next.
Point me in the right direction?
Forum:
vBulletin 2.x Full Releases
08-09-2002, 09:54 PM
Replies:
21
[Release v2] Visual Basic Colour coding
Views:
7,086
Posted By
cybrcyfr
It looks right to me.... I don't know man. ...
It looks right to me.... I don't know man. :rolleyes:
Forum:
vBulletin 2.x Full Releases
08-09-2002, 08:52 PM
Replies:
21
[Release v2] Visual Basic Colour coding
Views:
7,086
Posted By
cybrcyfr
I used the code that he posted above. Where are...
I used the code that he posted above. Where are you pulling the code from? I pulled my from the Klient Script Editor. You might have issues with the chr(10) and chr(13) from your source application....
Forum:
vBulletin 2.x Full Releases
08-09-2002, 08:51 PM
Replies:
21
[Release v2] Visual Basic Colour coding
Views:
7,086
Posted By
cybrcyfr
I used the code that he posted above. Where are...
I used the code that he posted above. Where are you pulling the code from? I pulled my from the Klient Script Editor. You might have issues with the chr(10) and chr(13) from your source application....
Forum:
vBulletin 2.x Full Releases
08-09-2002, 08:34 PM
Replies:
21
[Release v2] Visual Basic Colour coding
Views:
7,086
Posted By
cybrcyfr
I have actualy noted some highlighting issues... ...
I have actualy noted some highlighting issues...
Even with changing the:
$codebit=ereg_replace("([\r\n\\(\\)>, .])$keyword([\r\n <,.$\\(\\)])","\\1<font...
Forum:
vBulletin 2.x Full Releases
08-09-2002, 04:01 PM
Replies:
21
[Release v2] Visual Basic Colour coding
Views:
7,086
Posted By
cybrcyfr
I'm not so good at reg exp... Here you are only...
I'm not so good at reg exp... Here you are only replacing if the keyword is found in the exact case it is in the $kw array. How can you change that? We have a ton of developers and they never follow...
Forum:
vB3 Programming Discussions
08-08-2002, 04:47 PM
Replies:
3
How do i add this php code to headers
Views:
913
Posted By
cybrcyfr
Ok, got it working after a few hours. Had to...
Ok, got it working after a few hours.
Had to do everything in the "PHP Parsed Code", and create a bunch of string variables and write them out to the headers. It doesn't really follow the...
Forum:
vB3 Programming Discussions
08-08-2002, 04:15 PM
Replies:
2
Accesing the bbuserinfo array from a PHP page
Views:
873
Posted By
cybrcyfr
Here is a post in the vB.com forums to fix the...
Here is a post in the vB.com forums to fix the include problems if you have subdirectories...
http://www.vbulletin.com/forum/showthread.php?s=&postid=332142#post332142
Forum:
vB3 Programming Discussions
08-08-2002, 04:08 PM
Replies:
3
How do i add this php code to headers
Views:
913
Posted By
cybrcyfr
I recently purchased vB and have the same issue! ...
I recently purchased vB and have the same issue!
I need to have a conditional statement in the header...
<? if ($bbuserinfo[userid]!=0)
{
?><a href="<? echo $siteRoot;...
Forum:
Member Archives
08-08-2002, 01:44 AM
Replies:
1
Buttons with XP style icons...
Views:
814
Posted By
cybrcyfr
Buttons with XP style icons...
I would really like to get my hands on the button set used on this site. I really like the Win XP stle icons used in the buttons.
The site I admin is relative to a Win 32 IRC client, the buttons...
Forum:
vB3 Programming Discussions
08-07-2002, 09:30 PM
Replies:
2
Accesing the bbuserinfo array from a PHP page
Views:
873
Posted By
cybrcyfr
Accesing the bbuserinfo array from a PHP page
First off, I asked this question on vbulletin.com, and Jakeman suggested I ask here. Thanks in advance!
We have just purchased vB for the new version of Klient.com.
We decided to use vB's...
Showing results 1 to 16 of 16
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
05:14 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.01717 seconds
Memory Usage
1,969KB
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
(16)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(21)
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(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(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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(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(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