форум vBSupport.ru > vBulletin > Вопрос — Ответ
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
raduga
Простоузер
 
raduga's Avatar
Default FreeBSD + vBulletin 3.6.0
0

Привет всем.
Подправил конфиг, в общем сделал все как по readme.txt
Начинаю выполнять install.php показывает такую ошибку:
vBulletin 3.6.0 требуется доступ к функциям XML в PHP. Пожалуйста, попросите вашего хостера включить его.

Но так как ставлю на своей машине то не могу понять какого пакета не хватает для этого форума.
Вот список модулей php которые стоят:
php4-4.4.2_1 PHP Scripting Language (Apache Module and CLI)
php4-bz2-4.4.2_1 The bz2 shared extension for php
php4-gd-4.4.2_1 The gd shared extension for php
php4-mbstring-4.4.2_1 The mbstring shared extension for php
php4-mcrypt-4.4.2_1 The mcrypt shared extension for php
php4-mysql-4.4.2_1 The mysql shared extension for php
php4-openssl-4.4.2_1 The openssl shared extension for php
php4-pcre-4.4.2_1 The pcre shared extension for php
php4-session-4.4.2_1 The session shared extension for php
php4-xmlrpc-4.4.2_1 The xmlrpc shared extension for php
php4-zlib-4.4.2_1 The zlib shared extension for php

Апач стоит 1.3.34.

Так вот какие пакеты требует vBulletin 3.6.0?
Так чего не хватает?

З.ы Заходил на оф сайт не нашел чего ему нужно.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
netwind
Гуру
 
netwind's Avatar
Default
0

А ты не хостер, а я была так рада
Любить героя с админского отряда. )

PHP поставь php 4.3.3 или выше. На офсайте написано.
в php4 есть xmlrpc и просто xml. лучше всего посмотреть в phpinfo() какие расширения на самом деле задействованы, тк xml могут собрать не как отдельный пакет, а прямо внутрь.

Last edited by netwind : 08-20-2006 at 11:06 AM.
 
 
petyzbl
Простоузер
Default
0

Quote:
Originally Posted by netwind
PHP поставь php 4.3.3 или выше. На офсайте написано.
а у него стоит 4.4.2 это не выше 4.3.3 ?
 
 
netwind
Гуру
 
netwind's Avatar
Default
0

а точно. ну значит в phpinfo смотреть нужно чего он там насобрал.
поставьте линукс и забудьте. зло этоваше бсд, все ведь сделают чтобы летчик гемморой нажил

Last edited by netwind : 08-20-2006 at 11:30 AM.
 
 
zCarot
zМарковь
Хочет третью строчку =)
 
zCarot's Avatar
Default
0

PHP Code:
    // XML check
    
if (!function_exists('xml_set_element_handler'))
    {
        
// Attempt to load XML extension if we don't have the XML functions
        // already loaded.

        
$errorthrown true;

        if (
ini_get('enable_dl') AND !ini_get('safe_mode'))
        {
            
$extension_dir ini_get('extension_dir');
            if (
strtoupper(substr(PHP_OS03) == 'WIN'))
            {
                
$extension_file 'php_xml.dll';
            }
            else
            {
                
$extension_file 'xml.so';
            }
            if (
$extension_dir AND file_exists($extension_dir '/' $extension_file))
            {
                @
ini_set('display_errors'true);
                if (
dl($extension_file))
                {
                    
$errorthrown false;
                }
            }
        }

        if (
$errorthrown)
        {
            echo 
"<p>$installcore_phrases[need_xml]</p>";
        }
    } 
Тока не грите, что не понятно..
 
 
VipeR
Private Person
Developer
 
VipeR's Avatar
Default
0

Quote:
Originally Posted by petyzbl
а у него стоит 4.4.2 это не выше 4.3.3 ?
Нет, не выше..
 


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 06:39 AM.


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