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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
FWC
Forum:
vB3 Programming Discussions
11-30-2002, 05:38 AM
Replies:
2
Active Users list on a non vb page.
Views:
929
Posted By
FWC
There is a released hack for this: ...
There is a released hack for this:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=12010
Forum:
Member Archives
11-25-2002, 04:56 AM
Replies:
6
Sort of a hack....
Views:
891
Posted By
FWC
It should be:if($bbuserinfo['usergroupid']==6) {
It should be:if($bbuserinfo['usergroupid']==6) {
Forum:
Community Lounge
11-20-2002, 01:02 AM
Replies:
18
Happy bday Erwin!
Views:
1,624
Posted By
FWC
Happy B-Day, Erwin! :)
Happy B-Day, Erwin! :)
Forum:
vBulletin 2.x Full Releases
11-19-2002, 06:50 AM
Replies:
77
Attachment Database
Views:
13,825
Posted By
FWC
I saw it driving the loads through the roof on...
I saw it driving the loads through the roof on two servers today. It locks multiple queries in the mysql server for huge amounts of time. I restarted mysql on both of them to get them back to...
Forum:
vBulletin 2.x Full Releases
11-19-2002, 03:27 AM
Replies:
104
Stop Users from Cross-linking Attachments
Views:
22,265
Posted By
FWC
You're welcome. :) I can't help you with...
You're welcome. :)
I can't help you with IIS, though. Don't know of the equivalent to mod_rewrite.
Forum:
Member Archives
11-17-2002, 04:09 AM
Replies:
7
SQL Error :(
Views:
838
Posted By
FWC
Cool. :)
Cool. :)
Forum:
vBulletin 2.x Full Releases
11-17-2002, 04:03 AM
Replies:
104
Stop Users from Cross-linking Attachments
Views:
22,265
Posted By
FWC
An .htaccess file in the smilies directory would...
An .htaccess file in the smilies directory would do the trick. Something along the lines of:RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER}...
Forum:
Member Archives
11-17-2002, 03:48 AM
Replies:
7
SQL Error :(
Views:
838
Posted By
FWC
/admin/forum.php
/admin/forum.php
Forum:
Member Archives
11-17-2002, 03:43 AM
Replies:
7
SQL Error :(
Views:
838
Posted By
FWC
That should be storethread='0'
That should be storethread='0'
Forum:
vBulletin 2.x Full Releases
11-10-2002, 10:07 PM
Replies:
942
vbMicroStats: page load time, queries, GZIP and PHP version
Views:
142,104
Posted By
FWC
Anything over 1 offers little compression gain...
Anything over 1 offers little compression gain and is very hard on the server.
Forum:
Community Lounge
11-08-2002, 04:23 AM
Replies:
18
Do you read announcements at vb.org?
Views:
1,532
Posted By
FWC
Yep, first place I check every time I come here.
Yep, first place I check every time I come here.
Forum:
vB3 Programming Discussions
11-05-2002, 05:50 AM
Replies:
1
Damn Database Error
Views:
931
Posted By
FWC
Change AS lastvisit to AS lastvisit, Change...
Change AS lastvisit to AS lastvisit,
Change SELECT * to SELECT user.*
Forum:
vBulletin 2.x Full Releases
11-03-2002, 03:29 PM
Replies:
539
vB Shoutbox 1.0
Views:
142,797
Posted By
FWC
If you change the name of the file you will have...
If you change the name of the file you will have to change any references to the file name in the templates, also.
Forum:
vBulletin 2.x Full Releases
11-02-2002, 03:54 PM
Replies:
15
Blink PM bar on new PM if you have a cat background image
Views:
3,746
Posted By
FWC
If you don't have a cat background image just use...
If you don't have a cat background image just use Firefly's original blinking PM bar hack.
Forum:
vBulletin.org Site Feedback
10-26-2002, 08:58 PM
Replies:
48
22 seconds
Views:
4,013
Posted By
FWC
I got 22 seconds, also. I'm also using 30 posts...
I got 22 seconds, also. I'm also using 30 posts per page. Maybe that is it.
Forum:
vBulletin 2.x Full Releases
10-26-2002, 08:53 PM
Replies:
15
Blink PM bar on new PM if you have a cat background image
Views:
3,746
Posted By
FWC
Ahhh, good Ol' 'Scrape. That explains it.
Ahhh, good Ol' 'Scrape. That explains it.
Forum:
vBulletin 2.x Full Releases
10-26-2002, 04:11 PM
Replies:
15
Blink PM bar on new PM if you have a cat background image
Views:
3,746
Posted By
FWC
It should work on 2.2.8. It's very simple and...
It should work on 2.2.8. It's very simple and does for me. Make sure you don't have the bg image in the added template. You have to use colors.
Forum:
News and Announcements
10-26-2002, 03:33 PM
Replies:
17
Welcome Erwin
Views:
3,227
Posted By
FWC
Congrats, Erwin! :)
Congrats, Erwin! :)
Forum:
Member Archives
10-07-2002, 05:05 AM
Replies:
3
Help...
Views:
692
Posted By
FWC
You overwrote a critical change to user.php when...
You overwrote a critical change to user.php when you intsalled the hack. Search for this code in your hacked file:$user=$DB_site->query_first("SELECT *,FROM_UNIXTIME(joindate) AS joindateand replace...
Forum:
vB3 General Discussions
10-07-2002, 12:12 AM
Replies:
2
Signatures per page.
Views:
914
Posted By
FWC
Here you go: ...
Here you go:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=36470
Forum:
vB3 Programming Discussions
10-06-2002, 01:01 AM
Replies:
6
Is there a query to replace...
Views:
906
Posted By
FWC
Firefly posted this one a while ago. I have used...
Firefly posted this one a while ago. I have used it and it worked for me:
UPDATE table SET column = REPLACE(column, 'oldvalue', 'newvalue');
Forum:
vB3 Programming Discussions
10-05-2002, 10:11 PM
Replies:
2
.php3 -> .php
Views:
1,131
Posted By
FWC
I just upgraded a hacked board and converted it...
I just upgraded a hacked board and converted it from .php3 to .php for some friends. I downloaded their .php3 files, renamed them to .php and did a search and replace on all of them changing php3 to...
Forum:
vBulletin 2.x Full Releases
08-05-2002, 12:42 AM
Replies:
220
Add Who's Online locations from Admin CP
Views:
41,272
Posted By
FWC
I use complete urls for the paths and don't have...
I use complete urls for the paths and don't have any problems. That might work for you, too.
Forum:
vBulletin 2.x Full Releases
08-05-2002, 12:39 AM
Replies:
338
vbSpiderFriend - Search Engine Friendliness
Views:
60,033
Posted By
FWC
You need to put an .htaccess file like this in...
You need to put an .htaccess file like this in the /forums/archive folder:
ErrorDocument 404 /forums/archive/index.php
Change forums to the correct folder name for you board directory. This is...
Forum:
News and Announcements
08-04-2002, 01:43 PM
Replies:
24
Please welcome Xenon!
Views:
3,999
Posted By
FWC
Well done, Xenon. And your English is much...
Well done, Xenon. And your English is much better than my German. :)
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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
12:04 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.02887 seconds
Memory Usage
2,063KB
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
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(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.0111
(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(13, 0, 1,''); -> cached fperms for forum 13
(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(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(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(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(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(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(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(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
FULLTEXT Search
php_sapi_name(): fpm-fcgi