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 10
1
2
3
>
Last
»
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
Sphinx Search
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Mass Mail/Newsletters Via Cronjob
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
Mass Mail/Newsletters Via Cronjob
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
Mass Mail/Newsletters Via Cronjob
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Sphinx Search
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
Sphinx Search
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
Slow loading script problem.
Views:
995
Posted By
UK Jimbo
Try: <script...
Try:
<script src="http://banners.adultfriendfinder.com/piclist?message=5&p=text_links&pid=p174798&rand=4&target=_blank&site=ffadult&this_page=banners_text_links" defer></script>
the defer tag...
Forum:
vB3 Programming Discussions
11-21-2007, 11:26 AM
Replies:
2
make $vbulletin-> global?
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Sphinx Search
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
Add-On Releases -
SpamBuster: Identify, log and remove spam posts on your forum
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
Last Edited By Question
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
Page 1 of 10
1
2
3
>
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
06:28 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.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
Messages:
time to check permissions: 0.0038
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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