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 49
Search took
0.00
seconds.
Search:
Posts Made By:
Dan_UPC
Forum:
vB3 Programming Discussions
10-27-2008, 04:27 PM
Replies:
7
Hook for $vboptions[copyrighttext]
Views:
914
Posted By
Dan_UPC
Thanks. Would be nice if there was some...
Thanks. Would be nice if there was some documentation to tell us things like that.
Forum:
vB3 Programming Discussions
10-27-2008, 04:12 PM
Replies:
7
Hook for $vboptions[copyrighttext]
Views:
914
Posted By
Dan_UPC
Thanks, I came to the same conclusion a few...
Thanks, I came to the same conclusion a few minutes ago. Just annoying since the template and code sent me on a wild goose chase. The template reference $vboptions['copyrighttext'] and the code...
Forum:
vB3 Programming Discussions
10-27-2008, 02:45 PM
Replies:
7
Hook for $vboptions[copyrighttext]
Views:
914
Posted By
Dan_UPC
I've tried a number of things just to see if the...
I've tried a number of things just to see if the variable is being changed but even something simple like
$vboptions[copyrighttext]="test";
Does nothing in all the hook locations I've...
Forum:
vB3 Programming Discussions
10-27-2008, 02:06 PM
Replies:
7
Hook for $vboptions[copyrighttext]
Views:
914
Posted By
Dan_UPC
Any clues?
Any clues?
Forum:
vB3 Programming Discussions
10-23-2008, 12:35 PM
Replies:
7
Hook for $vboptions[copyrighttext]
Views:
914
Posted By
Dan_UPC
Hook for $vboptions[copyrighttext]
I'm creating a product and one of the plugins needs to alter $vboptions[copyrighttext] at runtime before it gets displayed in the footer ... Which hook location would allow me to access...
Forum:
vBulletin 2.x Full Releases
01-26-2005, 12:16 PM
Replies:
423
Away message for users
Views:
57,140
Posted By
Dan_UPC
[QUOTE=Alchemist]Does anyone know how to fix...
[QUOTE=Alchemist]Does anyone know how to fix $year. Because even when I edit the template to fix from 2001-2004 to 2005 - 2009, doesn't work.
Forum:
vBulletin 2.x Full Releases
11-10-2004, 03:37 PM
Replies:
6
Override Cache when Viewing Attachment
Views:
4,842
Posted By
Dan_UPC
Thanks Tommy, this is great. Just one...
Thanks Tommy, this is great.
Just one suggestion, you should probably also update editpost.php cause there is also a link on the edit post page that needs to be patched.
Forum:
vB3 Programming Discussions
11-05-2004, 12:48 PM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
Ok. Thanks to everyone that has helped.
Ok.
Thanks to everyone that has helped.
Forum:
vB3 Programming Discussions
11-03-2004, 11:03 PM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
Thanks guys. I must of been mistaken with the 1st...
Thanks guys. I must of been mistaken with the 1st example.
I still need to know if there is a way to get that 2nd example to work under PHP 5 by setting an option in php.ini
Forum:
vB3 Programming Discussions
11-03-2004, 04:59 PM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
This is what I expected was the problem. Does...
This is what I expected was the problem. Does anyone know how I can get this php 3 / 4 behaviour to be the default in php 5 (I hope there is a php.ini setting? as I really don't wan't to have to...
Forum:
vB3 Programming Discussions
11-03-2004, 03:52 PM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
Thanks Xenon. That's fair enough but if you...
Thanks Xenon.
That's fair enough but if you try it yourself, you'll see that you get an output of 1 when it's true.
What about the 2nd example?
Forum:
vB3 Programming Discussions
11-03-2004, 02:19 PM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
Another example of broken code from this...
Another example of broken code from this behaviour is the vB 2.2.x update threads routine in /admin/misc.php if there are no attachments for a particular thread,
$attachsum=
instead of ...
Forum:
vB3 Programming Discussions
11-03-2004, 10:23 AM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
No that's not it. The region hasn't changed. ...
No that's not it. The region hasn't changed.
123.123 does not equal intval(123.123) because intval(123.123) equals 123 so it's doing that much correctly. What it's not doing is Echoing the 0.
Forum:
vB3 Programming Discussions
11-03-2004, 06:11 AM
Replies:
12
Weird PHP variable behaviour
Views:
1,197
Posted By
Dan_UPC
Weird PHP variable behaviour
Here's the problem.
$val=123;
echo $val==intval($val); // Echo: 1
$val=123.123;
echo $val==intval($val); // Echo:
Forum:
vBulletin 2.x Full Releases
10-07-2003, 02:28 PM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
Ok, I've worked out what was causing the really...
Ok, I've worked out what was causing the really wide tables in my case. I'll post a fix in the next 48hrs.
Forum:
vBulletin 2.x Full Releases
10-07-2003, 11:25 AM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
I'm investigating it at the moment ... should...
I'm investigating it at the moment ... should have an answer for you by the end of the week.
Forum:
vBulletin 2.x Full Releases
10-07-2003, 10:28 AM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
Logician, I'm not saying that it is 100%...
Logician,
I'm not saying that it is 100% redundant but it makes very little difference if you've got gzip turned on ... I tested with gzip on with and without this and the difference is extremely...
Forum:
vBulletin 2.x Full Releases
10-07-2003, 06:38 AM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
With GZIP enabled, this hack is almost redundant...
With GZIP enabled, this hack is almost redundant ... the savings equate to about 1% or so over and above a GZIPPED page. The reported savings on a GZIP Enabled board are also bogus because it reports...
Forum:
vBulletin 2.x Full Releases
10-06-2003, 12:40 PM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
I've also found and documented this.
I've also found and documented this.
Forum:
vBulletin 2.x Full Releases
10-03-2003, 02:20 PM
Replies:
423
Away message for users
Views:
57,140
Posted By
Dan_UPC
Thanks bira, this is a really nice hack.
Thanks bira, this is a really nice hack.
Forum:
vBulletin 2.x Full Releases
10-03-2003, 01:52 PM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,367
Posted By
Dan_UPC
Another problem seems to be that if a template...
Another problem seems to be that if a template contains " " ie. a space, it is deleted but if the template contains " " then it gets displayed as " " ie. 2 spaces. The script doesn't...
Forum:
Member Archives
10-03-2003, 01:07 PM
Replies:
9
Make a forum statistically invisible v.1.0b
Views:
1,146
Posted By
Dan_UPC
To ignore posts (from a particular forum) on...
To ignore posts (from a particular forum) on index.php this should work ...
$totalposts=$DB_site->query_first("SELECT count(*) AS posts FROM post, thread WHERE post.threadid=thread.threadid AND...
Forum:
Modification Requests/Questions (Unpaid)
03-07-2003, 01:49 PM
Replies:
33
Request ~ Ban a user from a thread
Views:
4,033
Posted By
Dan_UPC
no they cant.
no they cant.
Forum:
Modification Requests/Questions (Unpaid)
03-07-2003, 01:41 PM
Replies:
33
Request ~ Ban a user from a thread
Views:
4,033
Posted By
Dan_UPC
I'll have my hack done this weekend so you can...
I'll have my hack done this weekend so you can see how I've done it then.
Forum:
Modification Requests/Questions (Unpaid)
03-07-2003, 02:07 AM
Replies:
33
Request ~ Ban a user from a thread
Views:
4,033
Posted By
Dan_UPC
My version is far more comprehensive than that...
My version is far more comprehensive than that and the queries / table structures are more optimized.
Showing results 1 to 25 of 49
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
06:27 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.03252 seconds
Memory Usage
2,028KB
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
(47)
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.0017
(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(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(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(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi