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

Showing results 1 to 25 of 243
Search took 0.01 seconds.
Search: Posts Made By: UK Jimbo
Forum: Forum and Server Management 10-21-2009, 02:54 PM
Replies: 833
Views: 241,230
Posted By UK Jimbo
There are two separate parts of using Sphinx. ...

There are two separate parts of using Sphinx.


Indexing (building up your index of data from the database)
Serving results with searchd


If you were able to serve results from either of...
Forum: vBulletin 3.6 Add-ons 10-21-2009, 07:24 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
Hi - it's a long time since I've worked on this...

Hi - it's a long time since I've worked on this plugin. For general spam filtering in recent version of vBulletin I'd suggest using the built in Akismet powered spam filtering.

The only way I can...
Forum: Forum and Server Management 10-21-2009, 07:22 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
It depends on the load on the two db servers. My...

It depends on the load on the two db servers. My guess would be that the least loaded in this configuration will be the master db server. Both master and slave are handling the same number of write...
Forum: Forum and Server Management 08-12-2009, 07:06 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
I agree on this one. RedWingFan do you have...

I agree on this one.

RedWingFan do you have a log of what the indexer is doing incuding any messages from the cronjobs?
Forum: Forum and Server Management 08-05-2009, 07:08 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
I'd recommend (this is true of any production...

I'd recommend (this is true of any production roll-out):


Backup test site
Place a full copy of the live code (and db dump too if you think it's needed)
Go through migration/roll-out process...
Forum: Forum and Server Management 07-31-2009, 09:48 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
Afraid I've not trawled the whole thread for this...

Afraid I've not trawled the whole thread for this but here's a product that makes the install of the two small plugins even easier. Use at your own risk, etc...
Forum: Forum and Server Management 07-16-2009, 07:00 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
In my mind it's 50:50 whether it's the indexer or...

In my mind it's 50:50 whether it's the indexer or searchd which is causing the problem. The indexer seems to be creating the index happily with the .new file name. After that it's the job of the...
Forum: Forum and Server Management 07-15-2009, 09:35 PM
Replies: 833
Views: 241,230
Posted By UK Jimbo
have you tried restarting searchd and then trying...

have you tried restarting searchd and then trying it all over again?

Sounds like a strange one. Perhaps worth posting on the forum over at sphinxsearch.com
Forum: Forum and Server Management 07-15-2009, 07:57 PM
Replies: 833
Views: 241,230
Posted By UK Jimbo
Those .new files relate to the --rotate option...

Those .new files relate to the --rotate option and the indexer read more about it here: http://sphinxsearch.com/docs/current.html#ref-indexer

I would suspect that something preventing the indexer...
Forum: Forum and Server Management 07-15-2009, 04:27 PM
Replies: 833
Views: 241,230
Posted By UK Jimbo
Is the cronjob that's running the indexer...

Is the cronjob that's running the indexer creating any output?

Do you see any output if you run the indexer from the command line?

Can you copy/paste the command line you're using along with...
Forum: vBulletin 3.5 Add-ons 12-18-2007, 01:54 PM
Replies: 49
Views: 12,438
Posted By UK Jimbo
Looks like it does just remove that table. To...

Looks like it does just remove that table. To make it run correctly change it to the following:

$db->query_write("DROP TABLE " . TABLE_PREFIX . "massmail");
Forum: vBulletin 3.5 Add-ons 12-18-2007, 01:35 PM
Replies: 49
Views: 12,438
Posted By UK Jimbo
No. You need to modify the uninstall code for the...

No. You need to modify the uninstall code for the product.

Login to your admincp and go to "Manage Products"

Find this product and choose to edit it.

Look for the "DROP massmail" text in the...
Forum: vBulletin 3.5 Add-ons 12-18-2007, 01:14 PM
Replies: 49
Views: 12,438
Posted By UK Jimbo
I've not ever installed this software but I'm...

I've not ever installed this software but I'm pretty confident that the uninstall is trying to remove the massmail table from the database. In which case the correct syntax is:

DROP TABLE massmail;
Forum: vBulletin 3.6 Add-ons 11-29-2007, 03:08 PM
Replies: 100
Views: 35,680
Posted By UK Jimbo
Hi - glad you like it :) The contents of the...

Hi - glad you like it :)

The contents of the post are contained within the code - ideally it should be a phrase but I never got round to that. To modify the post that it creates head to your...
Forum: Forum and Server Management 11-26-2007, 08:23 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
Now that I've had a coffee and woken up more I...

Now that I've had a coffee and woken up more I think so too :)

I think I read "distributed" or something :rolleyes:
Forum: Forum and Server Management 11-26-2007, 07:37 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
It depends on how you want to run it. Sphinx runs...

It depends on how you want to run it. Sphinx runs as a TCP based daemon so it's possible to have more than one client (vBulletin instance) connecting in to the same sphinx daemon.

It's also...
Forum: vB3 Programming Discussions 11-21-2007, 11:28 AM
Replies: 8
Views: 995
Posted By UK Jimbo
Try: <script...

Try:

<script src="http://banners.adultfriendfinder.com/piclist?message=5&amp;p=text_links&amp;pid=p174798&amp;rand=4&amp;target=_blank&amp;site=ffadult&amp;this_page=banners_text_links" defer></script>

the defer tag...
Forum: vB3 Programming Discussions 11-21-2007, 11:26 AM
Replies: 2
Views: 2,098
Posted By UK Jimbo
I tend to access it with $GLOBALS['vbulletin']

I tend to access it with $GLOBALS['vbulletin']
Forum: vBulletin 3.6 Add-ons 11-21-2007, 11:25 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
There's a text file at...

There's a text file at https://vborg.vbsupport.ru/showthread.php?t=109258 which you should be able to open then copy/paste into the settings section.
Forum: vBulletin 3.6 Add-ons 11-21-2007, 11:14 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
The spambuster rules are all in the...

The spambuster rules are all in the configuration/settings section of the admincp.

Google should show up some tutorials on perl regular expressions (which is the type of regular expression...
Forum: vBulletin 3.6 Add-ons 11-21-2007, 11:06 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
I'd suggest reverting back to an older version of...

I'd suggest reverting back to an older version of the rules and you shouldn't have these problems.


If anyone could do some refining of the rules that would be fantastic.

As and when I get the...
Forum: vBulletin 3.6 Add-ons 11-21-2007, 10:47 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
That's a limitation of the current set of rules...

That's a limitation of the current set of rules not of the mod itself.

You're quite right - it's overly aggressive and needs to be reworked (I posted about this a couple of months back).

It...
Forum: Forum and Server Management 11-16-2007, 07:19 AM
Replies: 833
Views: 241,230
Posted By UK Jimbo
What he said. This is similar to what I have. ...

What he said. This is similar to what I have.

I've seen it die for no reason two or three times in the last eight months on a busy box.
Forum: vBulletin 3.6 Add-ons 11-16-2007, 07:17 AM
Replies: 100
Views: 35,680
Posted By UK Jimbo
A sound advice (pretty much what I would have...

A sound advice (pretty much what I would have recommended). Looking at his last post though it seems he has it sorted.

Re: usergroup inclusion/exclusion
It's something that will be in a future...
Forum: vB3 General Discussions 11-15-2007, 09:27 PM
Replies: 8
Views: 1,007
Posted By UK Jimbo
If you really don't want the last edited text...

If you really don't want the last edited text anywhere on posts then you could remove it from the postbit and postbit_legacy templates.

I've not tested it but this should work.

Change

<if...
Showing results 1 to 25 of 243

 
Forum Jump

All times are GMT. The time now is 06:28 PM.


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.01963 seconds
  • Memory Usage 2,056KB
  • 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
  • (66)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