Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
Views: 838
Posted By FWC
Cool. :)

Cool. :)
Forum: vBulletin 2.x Full Releases 11-17-2002, 04:03 AM
Replies: 104
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
Views: 838
Posted By FWC
/admin/forum.php

/admin/forum.php
Forum: Member Archives 11-17-2002, 03:43 AM
Replies: 7
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
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
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
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
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
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
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
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
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
Views: 3,227
Posted By FWC
Congrats, Erwin! :)

Congrats, Erwin! :)
Forum: Member Archives 10-07-2002, 05:05 AM
Replies: 3
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 12:04 AM.


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