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

Showing results 1 to 25 of 217
Search took 0.01 seconds.
Search: Posts Made By: amcd
Forum: vBulletin 3 Articles 01-31-2010, 03:42 PM
Replies: 1,399
Views: 979,220
Posted By amcd
././global.php is the same as ./global.php which...

././global.php is the same as ./global.php which is also the same as ./././././././././././././././global.php

. refers to the current directory and .. refers to parent directory.
Forum: Forum and Server Management 01-19-2010, 10:25 AM
Replies: 833
Views: 241,216
Posted By amcd
go through this...

go through this (http://www.vbulletin.com/forum/showthread.php?218599-Some-tuning-tips-from-the-MySQL-experts) thread over at vb.com
Forum: Forum and Server Management 01-18-2010, 06:21 PM
Replies: 833
Views: 241,216
Posted By amcd
It is time for you to move to dual servers - one...

It is time for you to move to dual servers - one for webserver/PHP and another for MySQL.
Forum: Forum and Server Management 01-12-2010, 04:33 PM
Replies: 833
Views: 241,216
Posted By amcd
16.5 mil posts 488k threads vb 3.6 no...

16.5 mil posts
488k threads
vb 3.6

no plans to move to vb 4 until everyone else does it, too.

boolean and phrase search are needed. been missing them.

spending for a search solution - no...
Forum: vBulletin 3 Articles 12-13-2009, 02:06 AM
Replies: 1,399
Views: 979,220
Posted By amcd
Quite right, but it is easiest if you put it in...

Quite right, but it is easiest if you put it in the main forum directory.
Forum: vBulletin 3 Articles 10-08-2009, 08:50 AM
Replies: 103
Views: 40,989
Posted By amcd
Did you try build_thread_counters?

Did you try build_thread_counters?
Forum: Forum and Server Management 09-10-2009, 06:24 AM
Replies: 833
Views: 241,216
Posted By amcd
Believe me, it is worth the trouble.

Believe me, it is worth the trouble.
Forum: vBulletin 3 Articles 09-01-2009, 07:28 AM
Replies: 103
Views: 40,989
Posted By amcd
Do you have access to php.ini and/or PHP error...

Do you have access to php.ini and/or PHP error log? Check the error log.

If echo does not work, try the PHP error_log() function. You may also find the var_export() function useful.

I have...
Forum: Forum and Server Management 08-17-2009, 04:42 AM
Replies: 833
Views: 241,216
Posted By amcd
moved/merged/edited/deleted posts are a huge...

moved/merged/edited/deleted posts are a huge reason to regenerate the whole index periodically.
Forum: Forum and Server Management 08-12-2009, 04:55 AM
Replies: 833
Views: 241,216
Posted By amcd
I would rather look for the cause of the...

I would rather look for the cause of the malfunction. If most people do not get such problems, why should you?

--------------- Added 1250056638 at 1250056638 ---------------

I have no idea....
Forum: Forum and Server Management 08-06-2009, 02:58 PM
Replies: 833
Views: 241,216
Posted By amcd
If your tables are innodb, there will certainly...

If your tables are innodb, there will certainly be an error when you try to set search back to fulltext.
Forum: Forum and Server Management 08-06-2009, 07:34 AM
Replies: 833
Views: 241,216
Posted By amcd
No. First set the search type back to...

No.

First set the search type back to fulltext. This will tell VB not to populate the search tables (word and another one). The onus of maintaining search data now shifts to MySQL.

Then drop...
Forum: vBulletin 3 Articles 07-21-2009, 07:45 PM
Replies: 1,399
Views: 979,220
Posted By amcd
No.

No.
Forum: Modification Requests/Questions (Unpaid) 07-06-2009, 05:34 PM
Replies: 5
Views: 1,359
Posted By amcd
I am also looking for something like this... ...

I am also looking for something like this...

I am trying to make one myself.. but hit a roadblock as of now...
Forum: vBulletin 3 Articles 07-06-2009, 04:27 AM
Replies: 1,399
Views: 979,220
Posted By amcd
Yes, if that is what you want to show. The html...

Yes, if that is what you want to show. The html (design and fixed data) part of the form can be put directly into the template, and any dynamic data can be displayed through variables set in the php...
Forum: vBulletin 3 Articles 07-05-2009, 11:11 AM
Replies: 1,399
Views: 979,220
Posted By amcd
no. You are supposed to do this: ...

no.

You are supposed to do this:

something.php

set some variables
require_once('global.php');

PHP code here
Forum: vBulletin 3 Articles 04-28-2009, 03:17 PM
Replies: 1,399
Views: 979,220
Posted By amcd
if ($_REQUEST['do'] == 'uploaded') { ...

if ($_REQUEST['do'] == 'uploaded')
{
eval('print_output("' . fetch_template('uploaded') . '");');
}
else
{
eval('print_output("' . fetch_template('upload') . '");');
}This is trivial. This...
Forum: Forum and Server Management 03-11-2009, 02:09 PM
Replies: 833
Views: 241,216
Posted By amcd
I really don't know. I am just thinking aloud.

I really don't know. I am just thinking aloud.
Forum: Forum and Server Management 03-10-2009, 05:23 PM
Replies: 833
Views: 241,216
Posted By amcd
because it returns only 500 results?

because it returns only 500 results?
Forum: vBulletin 3 Articles 02-10-2009, 05:54 PM
Replies: 1,399
Views: 979,220
Posted By amcd
AFAIK, the THIS_SCRIPT constant is used mainly...

AFAIK, the THIS_SCRIPT constant is used mainly for tracking user activity and who's online. So I guess you can do that.
Forum: Forum and Server Management 01-30-2009, 08:34 AM
Replies: 833
Views: 241,216
Posted By amcd
That depends on a large number of factors and...

That depends on a large number of factors and cannot be quantified by a rule of thumb. But believe us when we say that it will be worth the effort.
Forum: vBulletin 3 Articles 01-30-2009, 04:13 AM
Replies: 1,399
Views: 979,220
Posted By amcd
Add a rewrite rule to your web server software....

Add a rewrite rule to your web server software. Keep the actual php file in the same directory as your forum. It will make life easier.
Forum: vBulletin 3 Articles 01-29-2009, 06:21 PM
Replies: 1,399
Views: 979,220
Posted By amcd
it would be much simpler to put the new file in...

it would be much simpler to put the new file in forums directory and use it as www.example.com/forums/test.php in your browser.
Forum: vBulletin 3 Articles 01-29-2009, 05:37 PM
Replies: 1,399
Views: 979,220
Posted By amcd
and the answer is one post above yours.

and the answer is one post above yours.
Forum: vBulletin 3 Articles 01-29-2009, 10:23 AM
Replies: 1,399
Views: 979,220
Posted By amcd
what is the error message?

what is the error message?
Showing results 1 to 25 of 217

 
Forum Jump

All times are GMT. The time now is 12:55 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.01911 seconds
  • Memory Usage 2,043KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (72)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