VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
Why Replace vBulletin's Database Search?
If you are asking that question, chances are you don't need to. If the search system built into vBulletin 4 works well for you, keep using it. Generally, it's something that a forum owner should start thinking about ~500,000 posts, and arguably around 1,000,000 posts it becomes a necessity. vBulletin's default database search is based on MySQL FULLTEXT search. MySQL FULLTEXT search works, but it's not designed to scale well.
Why Did We Make This?
We were an early adopter of vBulletin 4 and our test environment didn't test real-world use of the search function properly. Because of this, our site was barely usable and we ended up needing to disable search completely after upgrading to vBulletin 4 (we had around 12,000,000 posts at the time). While evaluating our options, we decided to just build our own search replacement based on the extremely fast open source Sphinx search engine. The developers of vBulletin eventually released their own Sphinx-based search, but it was after we already made ours, and as it turns out, the one we made was quite a bit better, so we stuck with ours.
We decided to release ours for other site owners to use ~4 months after we created it (after some pestering from other site owners for it.. heh)
Performance & Scalability
Sphinx is the system that very high traffic sites use to handle searching (it can handle millions of searches per day across billions of documents) without any problems. Sites like Craigslist, Slashdot and WordPress all use Sphinx for their search. Offloading searches from your database will lead to far less database resources required to run your site/forum.
A rough example of how much resources the default search uses, it took nearly 5 days to index 12M posts with the vB database search. The exact same content took 18 minutes to index with our Sphinx system.
Large indexes can be automatically split into multiple segments so each segment can be searched at the same time to exponentially speed up searches.
The system supports word stemming (for example if you search for "trucks" it will give results with variations such as the non-plural version ("truck").
If you run multiple sites, our system will work just fine with multiple forums with a single Sphinx searchd as a backend. You can even include your own static Sphinx config file if you use Sphinx for other unrelated things.
New Content Types
In addition to all the normal vBulletin content types, we added support for 8 more searchable content types...
Users - will return results based on anything about the user (any custom fields, signatures, emails they ever used, etc.)
User Notes - available to mods/admins
Private Messages - users can search through their own private messages
FAQs - anything in your FAQ section becomes universally searchable
Albums - if your users have photo albums, they become searchable
Pictures - pictures within user photo albums
Picture Comments - comments left for pictures within albums
Article Comments - comments left for article/CMS comments become searchable
We also extended existing content types to support IP address searches, so you can easily find anything done by an IP address.
Сделал перевод сабжевого продукта, прикрепляю аттачем в обеих кодировках. Пользуйтесь!
PS: Недочеты в переводе приветствуются, ибо переводил не устанавливая продукт, да еще и в то время, когда все нормальные люди спят Все планирую в перспективе.
PS2: Был бы очень признателен, если бы кто-нибудь выложил или поделился в личку актуальной версией сфинкса, за мной перевод бы не заржавел
Last edited by UniversalUserIS : 09-05-2014 at 01:01 AM.
@amirkuma
Простоузер
Join Date: Sep 2014
Posts: 9
Версия vB: 3.8.x
Reputation:
Novice 0
Репутация в разделе: 0
0
how do I install?
my server is centos 6.5
i'm sorry amateur
amirkuma добавил 10.02.2015 в 15:45
ver 1.2.9 realesed.please give link
Last edited by amirkuma : 02-10-2015 at 04:45 PM.
Reason: Добавлено сообщение
@mindframe
Специалист
Join Date: Nov 2010
Posts: 471
Версия vB: 3.8.x
Пол:
Reputation:
Professional 318
Репутация в разделе: 214
0
Ни у кого нету последней версии или changelog, что поменяли?