форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.6.x > Hacks, mods and scripts [3.6.x]
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
danya
Продвинутый
 
danya's Avatar
Thumbs up vBMS - vBulletin Mail System v3.00p
2

vBulletin Mail System



Finally, for vBulletin 3.6, there is a port from filburt1's original hack. For those of you who aren't aware, he essentially declared it open source, and it's been a bit of a wait for someone to fix it up... I've wanted it for my site, too, so I finally sat down and just did it.



What is this?

The vBulletin Mail System is a way to give your users webmail access from your site. They can have a name@yourwebsite.com address, send and receive emails and attachments, etc. Options such as mailbox quotas, limits on numbers/types of attachments, a message trailer ("Free mail at yourwebsite.com!") at the end of each message, etc. are all available as well.



Please note: this is a pre-final version. As far as I have seen, it is working so far for me, but I have not tested it completely and thoroughly and it's very likely there'll be a number of bugs popping up. However, I have successfully been able to install this on a clean board, exchange emails regularly (including attachments), go through all the basic options/etc. without any errors popping up, so it should be fine. Still, make sure you back up your database before installing this, just due to the nature of its "beta"-ness.



To install: upload all files from the "upload" directory to your server in the proper directories. Then, navigate to admincp/vbms_install.php on your server and run the installer. It will make several template additions. If your navbar or header templates hav been modified, it will not be able to do it automatically, and you'll have to add these edits yourself.



In template navbar, find:




Code:
 	<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
Add after:

Code:
	                        <if condition="$show['popups']">

                                <td class="vbmenu_control" id="navbar_vbms">

                                        <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a>

                        

                                        <if condition="$vbms_newmessages['newcount'] > 0">

 <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1">

 <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase>

                                                </span>

                                        </if>

                                

                                        <script type="text/javascript">

                                                <!--

                                                        vbmenu_register("navbar_vbms");

                                                // -->

                                        </script>

                                </td>

                        <else />

                                <td class="vbmenu_control" id="navbar_vbms">

                                        <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a>

                                

                                        <if condition="$vbms_newmessages['newcount'] > 0">

 <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1">

 <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase>

                                                </span>

                                        </if>

                                </td>

                        </if>


Find:




Code:
 	<!-- / header quick search form -->

        </if>



        <if condition="$show['member']">


Add after:



Code:
	                <div class="vbmenu_popup" id="navbar_vbms_menu" style="display: none">

                        <table cellpadding="4" cellspacing="1" border="0">

                                <tr><td class="thead">vBulletin Mail System</td></tr>

 <tr><td class="vbmenu_option"><a href="vbms.php?$session[sessionurl]">$vbphrase[navbar_inbox]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="vbms_new.php?$session[sessionurl]">$vbphrase[navbar_write_message]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="vbms_ab.php?$session[sessionurl]">$vbphrase[navbar_address_book]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="vbms_folders.php?$session[sessionurl]">$vbphrase[navbar_folders]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="vbms_filters.php?$session[sessionurl]">$vbphrase[navbar_filters]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="vbms_options.php?$session[sessionurl]">$vbphrase[navbar_options]</a></td></tr>

 <tr><td class="vbmenu_option"><a href="faq.php?$session[sessionurl]faq=faq_vbms">$vbphrase[navbar_help]</a></td></tr>

                        </table>

                </div>
In your ACP, there should be a new set of options in a "vBulletin Mail System" category. That set of options is your main set of management stuff, and is pretty straightforward.



Feel free to post with any bugs or questions you find, etc. I'm trying to get this working again thoroughly, for all of us.
Attached Thumbnails
scr-acp.jpg   scr-inbox.jpg   scr-write3.jpg  
Attached Files
File Type: zip [vb3.6.4] vBMS - vBulletin Mail System v3.00p.zip (223.4 KB, 2 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
windiz
Простоузер
Default
0

установил, крутая штуковина.. вот только, видимо. pop3не правильно настроил - письма только отправляет, а входящие скапливаются на мейн-мейл аккаунте и юзверям не рассылаются....
еще с кодировками иногда траблы... Ну это и понятно....
Интересно как он себя с кириллическими именами пользователей будет себя вести ...
Да, Мою версию 3.6.4 не запорол - можно спокойно устанавливать и тестить на рабочем форуме, если в навбар ссылки не втыкать.. хотя бэкап лишний раз не помешает, конечно .
 
 
shpunsetoy
Эксперт
 
shpunsetoy's Avatar
Default
0

спасибо огромное...давно его шукаю....
 
 
Kochevnik
Знаток
Default
0

А это новая тема или в ней просто постов не хватает?
 
 
Ateist
На доске почёта
...всё с матом, без нравственности и понтов...
 
banned nax
Default
0

Не хватает...
 
 
AlexF
Простоузер
Default
0

Перезалейте плиз, ссылочка не работает. Не качает. Очень хочется попробовать данных хак в действии
 
 
Ateist
На доске почёта
...всё с матом, без нравственности и понтов...
 
banned nax
Default
0

Лучше подожди. Завтра будет русифицированный( перевод уже готов, идёт проверка), и тем более это старая версия, у меня есть от 15 марта.
 
 
AlexF
Простоузер
Default
0

Quote:
Originally Posted by Ateist View Post
Лучше подожди. Завтра будет русифицированный( перевод уже готов, идёт проверка), и тем более это старая версия, у меня есть от 15 марта.
Спасибо, буду ждать
 
 
Snow leopard
Простоузер
Default
0

Ateist, Эх.... новости есть?
Или не пашет??
 
 
Ateist
На доске почёта
...всё с матом, без нравственности и понтов...
 
banned nax
Default
0

Snow leopard, я уже давненько выложил русифицированную с обновлением от 15 марта... http://vbsupport.ru/forum/showthread.php?t=11648
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 07:17 AM.


Powered by vBulletin® Version 3.6.0
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.