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 33
Search took
0.00
seconds.
Search:
Posts Made By:
lynda
Forum:
vBulletin 2.x Full Releases
03-23-2003, 04:32 AM
Replies:
403
vB Weather Mk. 2
Views:
47,221
Posted By
lynda
Information can still be reached using the same...
Information can still be reached using the same url construct...
http://www.msnbc.com/m/chnk/d/weather_d_src.asp?acid=USGA0184
I have no clue what changed though.
Forum:
Community Lounge
03-15-2003, 05:45 PM
Replies:
6
Is This Possible?
Views:
871
Posted By
lynda
Oh, I see. Still, it would make more sense to...
Oh, I see. Still, it would make more sense to ask TPTB to delete Koopa and change Joe Page's username to Koopa. But I'm not in a position to decide that. :)
best of luck to ya.
Forum:
vB3 Programming Discussions
03-15-2003, 05:43 PM
Replies:
5
Yet more help
Views:
841
Posted By
lynda
I am so not quick enough! :)
I am so not quick enough! :)
Forum:
vB3 Programming Discussions
03-15-2003, 05:43 PM
Replies:
5
Yet more help
Views:
841
Posted By
lynda
You did not end your while loop. Put a...
You did not end your while loop.
Put a closing bracket } before your mysql_free_result()
Forum:
Member Archives
03-15-2003, 05:40 PM
Replies:
3
Buttons by Crayola
Views:
1,053
Posted By
lynda
If what's on your site is what you're talking...
If what's on your site is what you're talking about, it looks like the gradient effect isn't working AT ALL.
I would suggest reading the documentation in the members section at vbulletin.com...
Forum:
Community Lounge
03-15-2003, 05:32 PM
Replies:
6
Is This Possible?
Views:
871
Posted By
lynda
If you just found your old account, why don't you...
If you just found your old account, why don't you just start posting under it again (and perhaps request a username change if you want your username to be Koopa)?
Forum:
Modification Requests/Questions (Unpaid)
03-15-2003, 05:31 PM
Replies:
3
Ember's pet hack
Views:
1,194
Posted By
lynda
It would be easier to add a field in the user...
It would be easier to add a field in the user table for "last fed" than to use a counter inside of Flash. Again, I think flash pets could be really cool if they had any specific actions, but I think...
Forum:
vB3 Programming Discussions
03-15-2003, 03:29 PM
Replies:
2
How can I see MySQL table linking?
Views:
849
Posted By
lynda
In the support section of the Members section of...
In the support section of the Members section of vbulletin.com (http://www.vbulletin.com/members/support.php) there is a relationship diagram that might be helpful to you.
Forum:
Modification Requests/Questions (Unpaid)
03-15-2003, 02:41 PM
Replies:
3
Ember's pet hack
Views:
1,194
Posted By
lynda
Nice idea. It would seem to me that in order...
Nice idea.
It would seem to me that in order to do this properly, you'll need to pass a "last fed time" variable into flash and then when the user clicks feed me, update the database again with...
Forum:
vBulletin.org Site Feedback
03-15-2003, 02:12 PM
Replies:
6
About vBulletin.org
Views:
1,216
Posted By
lynda
jacobi, I'm pretty sure the hack you're looking...
jacobi, I'm pretty sure the hack you're looking for is this:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=35811
It has been very helpful to me in measuring queries per page.
I also...
Forum:
vBulletin.org Site Feedback
03-09-2003, 01:54 PM
Replies:
6
vB.org being ripped
Views:
1,069
Posted By
lynda
The only thing I see similar there are the...
The only thing I see similar there are the colors.
Since when is the choice of about 5 colors copyright?
I think I have a skin on my forum that uses similar colors to vbulletin.org. They go...
Forum:
vBulletin 2.x Full Releases
03-09-2003, 01:45 PM
Replies:
98
Ember's Pet Hack
Views:
19,984
Posted By
lynda
Simple hack to make it only show up if you've...
Simple hack to make it only show up if you've selected a pet...
For functions.php, in the original code, after:
//end Pet gender
Add:
if ($post[petgender] != "0" or $post[pettype] != "0") {...
Forum:
vBulletin 2.x Full Releases
03-08-2003, 01:05 PM
Replies:
1,004
vBQuiz 1.0
Views:
137,849
Posted By
lynda
I didn't want to wade through 46 pages, but I had...
I didn't want to wade through 46 pages, but I had to make an adjustment in order for the percentages to work right. The % correct at the bottom was showing the right amount, but the % correct at the...
Forum:
vBulletin 2.x Full Releases
03-05-2003, 06:59 PM
Replies:
118
vbulletin-ip Plotter
Views:
15,430
Posted By
lynda
Okay, it looks like there is remnant of old code...
Okay, it looks like there is remnant of old code here which may be why many people cannot get GD to work.
I had to do the following in order to get this to work...
plotimage.php is still...
Forum:
vBulletin 2.x Full Releases
03-05-2003, 06:47 PM
Replies:
118
vbulletin-ip Plotter
Views:
15,430
Posted By
lynda
Ummmmm, the files are still calling for...
Ummmmm, the files are still calling for plotconf.inc, etc and the files are not included in the zip.
Am I the only one having this problem?
Forum:
vBulletin 2.x Beta Releases
03-05-2003, 01:45 PM
Replies:
65
Special post counter system
Views:
13,230
Posted By
lynda
Ohh. The forums are not visible to people who...
Ohh. The forums are not visible to people who are not registered. It's a clan site for Asheron's Call and the members appreicate their privacy.
:)
Forum:
vB3 General Discussions
03-04-2003, 04:37 PM
Replies:
8
Preventing flooding
Views:
1,052
Posted By
lynda
This one works great in my forum: ...
This one works great in my forum:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=40145
Forum:
vBulletin 2.x Beta Releases
03-04-2003, 12:34 PM
Replies:
65
Special post counter system
Views:
13,230
Posted By
lynda
It's in my profile (click the www button on the...
It's in my profile (click the www button on the post)
Forum:
vBulletin 2.x Beta Releases
03-03-2003, 09:08 PM
Replies:
65
Special post counter system
Views:
13,230
Posted By
lynda
I installed it. Seems to work very well. Easily...
I installed it. Seems to work very well. Easily integratable with the store hack as well. My forum needs something like this. They post about 500 off-topic posts a day just to get their post...
Forum:
vBulletin 2.x Full Releases
03-03-2003, 04:16 PM
Replies:
122
Custom User Title Editor with vBCode & Smilie Panel, Admin CP, Store/ Points 3.0
Views:
24,385
Posted By
lynda
Okay, thanks. Works great. I think I was a...
Okay, thanks. Works great. I think I was a little loopy yesterday or something. Don't know what was going through my head!
Forum:
vBulletin 2.x Beta Releases
03-03-2003, 01:25 AM
Replies:
1,371
vbProArcade v1.0 Flash Games Development
Views:
325,622
Posted By
lynda
Since people are actually using it, I modified...
Since people are actually using it, I modified word drop again to include more words. The original file only had about 7 words or so. I also included the fla if anyone wants to add more words. ...
Forum:
vBulletin 2.x Beta Releases
03-02-2003, 10:37 PM
Replies:
1,371
vbProArcade v1.0 Flash Games Development
Views:
325,622
Posted By
lynda
I modified this game to work, although it's an...
I modified this game to work, although it's an extremely boring game, it's the easiest one I could find so far (most of these games are just terribly unorganized!)
It'd be easiest to add through...
Forum:
vBulletin 2.x Full Releases
03-02-2003, 01:34 PM
Replies:
163
Arcade Pass Hack v2.0
Views:
23,994
Posted By
lynda
I had no problems at all getting this to work...
I had no problems at all getting this to work with beta2. The store.php changes remain the same.
Here are the differences I found:
In proarcade.php, instead of this: if...
Forum:
vBulletin 2.x Full Releases
03-02-2003, 01:53 AM
Replies:
122
Custom User Title Editor with vBCode & Smilie Panel, Admin CP, Store/ Points 3.0
Views:
24,385
Posted By
lynda
Would it be possible to update the files for...
Would it be possible to update the files for Lesane's Store Hack integration? The code it refers to is no where near the same anymore (at least for 2.3.0, I'm not sure about 2.2.8 or 9) There isn't...
Forum:
vB3 General Discussions
02-27-2003, 12:24 AM
Replies:
5
Problem using functions and gettemplate
Views:
944
Posted By
lynda
Well, it was already being included at the top of...
Well, it was already being included at the top of the main file. I was using global $variable; to pull in those variables I needed. You can't include global.php twice in the same file (which is...
Showing results 1 to 25 of 33
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
04:48 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.03162 seconds
Memory Usage
2,037KB
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
(39)
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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(13, 0, 1,''); -> cached fperms for forum 13
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi