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 39
Search took
0.00
seconds.
Search:
Posts Made By:
matthew tucker
Forum:
vB3 Programming Discussions
11-30-2003, 08:49 AM
Replies:
5
generating real thumbnails on the fly
Views:
1,018
Posted By
matthew tucker
OK yep, its normal. Just read up a bit more on...
OK yep, its normal. Just read up a bit more on PHP.net.
So ... I think from now on I'll be generating thumbs on upload and store in database...
Forum:
vB3 Programming Discussions
11-30-2003, 08:13 AM
Replies:
5
generating real thumbnails on the fly
Views:
1,018
Posted By
matthew tucker
imagecreatefromstring() does it! thanks for...
imagecreatefromstring() does it!
thanks for that pointer.
but it seems REALLY slow ... is this normal? I mean, it seems slower than just loading the whole image!
using basic code from...
Forum:
vB3 Programming Discussions
11-29-2003, 08:33 PM
Replies:
5
generating real thumbnails on the fly
Views:
1,018
Posted By
matthew tucker
Thank you Lee But most of my images are in...
Thank you Lee
But most of my images are in the MYSQL attachments database.
How can I do the above transformation on them *without* exporting them to disk as files??
I'm think about...
Forum:
vB3 Programming Discussions
11-28-2003, 04:41 AM
Replies:
5
generating real thumbnails on the fly
Views:
1,018
Posted By
matthew tucker
generating real thumbnails on the fly
Has anyone worked out how to generate a real resized image thumbnail on the fly using PHP and the GD library? I can't find a hack for it.
In other words, not just displaying the image in a...
Forum:
vBulletin 2.x Full Releases
09-09-2003, 01:27 AM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,386
Posted By
matthew tucker
No that's the OPPOSITE of what I want to do. I...
No that's the OPPOSITE of what I want to do. I WANT the buttons to always wrap ... <td nowrap> forces no wrapping for the cell.
Forum:
vBulletin 2.x Full Releases
09-08-2003, 11:08 PM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,386
Posted By
matthew tucker
Nope I did try that, what it does is just...
Nope
I did try that, what it does is just put spaces between the buttons, and they stay in a horizontal line rather than wrapping at the table border.
without compression:
<body...
Forum:
vBulletin 2.x Full Releases
09-08-2003, 05:33 AM
Replies:
108
RealTime Template Compressor: Reduces page sizes, loads pages faster, saves Bandwidth
Views:
31,386
Posted By
matthew tucker
I have this code, in a PHP include file called...
I have this code, in a PHP include file called from global.php
if ( $bbuserinfo['userid'] != 0 )
{ $contact_but = '<a href="../forums/showthread.php?s=' . $session['sessionhash'] ....
Forum:
vBulletin 2.x Full Releases
07-19-2003, 10:17 PM
Replies:
787
vB Links Directory 2.0 *NEW VERSION*
Views:
103,430
Posted By
matthew tucker
catygery I installed a very early version...
catygery
I installed a very early version but will only install this update if the spelling of category is fixed. It was just too much fiddling to change every instance.
Not just me being...
Forum:
Modification Requests/Questions (Unpaid)
04-25-2003, 12:22 PM
Replies:
2
auto subscribe to forum?
Views:
857
Posted By
matthew tucker
"the default field value in the database" yeah...
"the default field value in the database" yeah but what field in what table?
"Useless as they are" - what do you mean by that?!
thanks for your help ...
Forum:
Modification Requests/Questions (Unpaid)
04-24-2003, 12:38 PM
Replies:
2
auto subscribe to forum?
Views:
857
Posted By
matthew tucker
auto subscribe to forum?
Can I have my users automatically subscribed to a forum when they register? How would I do that? I can't work out how the subscription thing works.
Forum:
vBulletin.org Site Feedback
03-28-2003, 01:18 AM
Replies:
6
[FIXED] birthday incorrect in user profile
Views:
942
Posted By
matthew tucker
[FIXED] birthday incorrect in user profile
I the user cp options I have my birthday set to 5 May 1961
if I view my "profile" by clicking on my name in a post I find I have become 9 years and several months younger!
Is a VB3 beta bug? or...
Forum:
Member Archives
03-28-2003, 01:09 AM
Replies:
9
How do i call dooutput() from files within admin directory?
Views:
916
Posted By
matthew tucker
Well I think I did it with the following hacked...
Well I think I did it with the following hacked function. I used a sculptor's technique ... removed bits of code until it worked.
// ###################### Start gettemplate...
Forum:
Member Archives
03-28-2003, 12:18 AM
Replies:
9
How do i call dooutput() from files within admin directory?
Views:
916
Posted By
matthew tucker
Hi Stefan So, could I just define a modified...
Hi Stefan
So, could I just define a modified gettemplate() function maybe (using another function name in my program file!) that would work?
I had a close look at gettemplate() in functions.php...
Forum:
Member Archives
03-27-2003, 10:15 PM
Replies:
9
How do i call dooutput() from files within admin directory?
Views:
916
Posted By
matthew tucker
what's an iframe? can't I just define...
what's an iframe?
can't I just define doutput() somewhere else? Or is using templates in the admin area a security risk?
Forum:
Member Archives
03-27-2003, 09:24 PM
Replies:
9
How do i call dooutput() from files within admin directory?
Views:
916
Posted By
matthew tucker
How do i call dooutput() from files within admin directory?
I'm writing a hack based on a modified /admin/user.php that tracks an association's financial members details in a separate table of the vb database.
I am trying to call
...
Forum:
vB3 Programming Discussions
03-07-2003, 01:45 AM
Replies:
8
Foreach() problem
Views:
1,306
Posted By
matthew tucker
All fixed. thanks. I needed the MYSQL_ASSOC...
All fixed. thanks. I needed the MYSQL_ASSOC value!
Works now, thanks x 10^6
Matthew
Forum:
vB3 Programming Discussions
03-07-2003, 01:16 AM
Replies:
8
Foreach() problem
Views:
1,306
Posted By
matthew tucker
Nope I get Warning:...
Nope
I get
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /[path]/user.php on line 314
Forum:
vB3 Programming Discussions
03-07-2003, 01:11 AM
Replies:
8
Foreach() problem
Views:
1,306
Posted By
matthew tucker
I (he!) want to step through all the fields in...
I (he!) want to step through all the fields in the array!
I started to use extract() then hard-code all the makeinputcode bits, then I though no, why not build an interface to the memberinfo...
Forum:
vB3 Programming Discussions
03-06-2003, 11:35 PM
Replies:
8
Foreach() problem
Views:
1,306
Posted By
matthew tucker
Foreach() problem
In admin/user.php I have inserted the following code to extract data from a custom table "memberinfo" and display using the makeinputcode() function of vbulletin.
maketableheader("Memberinfo...
Forum:
vBulletin 2.x Full Releases
02-17-2003, 04:30 AM
Replies:
156
[RELEASE v2] Today's Events on Main Forum Page
Views:
32,411
Posted By
matthew tucker
a wee typo there I think darkwizard in...
a wee typo there I think darkwizard in install.txt:
[code]<b>Upcoming events:</b></normalfont><?td></tr>[code]
change the ? to a /
also lifesourcerec, I found that changing the code a bit in...
Forum:
vB3 Programming Discussions
02-08-2003, 06:10 AM
Replies:
3
get template function
Views:
1,026
Posted By
matthew tucker
Thank you Xenon, that is very clear. A great...
Thank you Xenon, that is very clear. A great help.
Matthew
Forum:
Member Archives
02-07-2003, 12:57 PM
Replies:
12
Cant logout problem!
Views:
895
Posted By
matthew tucker
Now its my turn. I had set (fiddled with)...
Now its my turn.
I had set (fiddled with) the cookie domain and couldn't log out, in fact every time I logged out I created a new "guest" on the board. Now I can log out, but I still have 10...
Forum:
vB3 Programming Discussions
02-07-2003, 11:21 AM
Replies:
3
get template function
Views:
1,026
Posted By
matthew tucker
get template function
I'm sure this is really simple.
I'm trying hard to get my head around the gettemplate function, how it works with $variables and the template code.
for example what exactly does
eval(...
Forum:
vB3 Programming Discussions
02-07-2003, 11:13 AM
Replies:
4
What is the -> for?
Views:
961
Posted By
matthew tucker
What is the -> for?
I can't find any reference to the "->" characters ... as in
[$DB_site->query_first], at either the PHP site or SQL site
what does it mean?
Forum:
vBulletin 2.x Full Releases
01-31-2003, 08:36 PM
Replies:
156
[RELEASE v2] Today's Events on Main Forum Page
Views:
32,411
Posted By
matthew tucker
I'd love to install this hack but ... maybe I'm...
I'd love to install this hack but ... maybe I'm blind but I can't figure out where to get [todaysevents.php] from this thread. It doesn't appear to be linked in first post ... do I have to create a...
Showing results 1 to 25 of 39
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
03:21 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.03198 seconds
Memory Usage
2,045KB
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
(20)
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.0008
(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(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(202, 0, 1,''); -> cached fperms for forum 202
(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(202, 0, 1,''); -> cached fperms for forum 202
(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
(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(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
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi