форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Вопросы по vBulletin 4.0.x-4.1.х
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
rolexxx4k
Простоузер
Default Упал форум. Что может быть?
0

Захожу на свой форум http://www.flirt-style.ru/forum/forum.php

Выдаётся:

Quote:
Warning: require_once([path]/includes/class_dm_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 115

Fatal error: require_once() [function.require]: Failed opening required '/home/koroli/flirt-style.ru/forum/includes/class_dm_user.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/koroli/flirt-style.ru/forum/includes/functions.php on line 115
Что такое? Что может быть?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
SiDorof
Простоузер
Default
0

внезапно? обратитесь к хостеру.
 
 
a_n_d_y
Знаток
 
a_n_d_y's Avatar
Default
0

А class_dm_user.php на месте?
 
 
rolexxx4k
Простоузер
Default
0

нету. где взять?
Кто то удалил получается... странно.
есть сlass_dm_userpic.php
 
 
a_n_d_y
Знаток
 
a_n_d_y's Avatar
Default
0

Так залей из дистрибутива
 
 
rolexxx4k
Простоузер
Default
0

Дистрибутива с собой нет. Качать весь не могу. Есть возможно залить отдельно файл этот?
 
 
a_n_d_y
Знаток
 
a_n_d_y's Avatar
Default
1

http://depositfiles.com/files/o7vtsmd2c
 
 
rolexxx4k
Простоузер
Default
0

Огромное спасибо! очень признателен

rolexxx4k добавил 14.12.2010 в 12:00
Но я не пойму куда мог деться файл?

Last edited by rolexxx4k : 12-14-2010 at 01:00 PM. Reason: Добавлено сообщение
 
 
a_n_d_y
Знаток
 
a_n_d_y's Avatar
Default
0

А помогло добавление этого файла?
 
 
rolexxx4k
Простоузер
Default
0

Не помогло. Теперь Database error
The форум database has encountered a problem.

:(

Что это?

rolexxx4k добавил 14.12.2010 в 12:11
Quote:
Database error in vBulletin 4.0.6:

Invalid SQL:

SELECT post.dateline, post.pagetext AS message, post.allowsmilie, post.postid,
thread.threadid, thread.title, thread.prefixid, post.attach,
forum.forumid,
user.*
,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
FROM post AS post
JOIN thread AS thread ON (thread.threadid = post.threadid)
JOIN forum AS forum ON(forum.forumid = thread.forumid)
LEFT JOIN user AS user ON (post.userid = user.userid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
WHERE 1=1
AND thread.forumid IN(31,32,46,55,33,34,35,40,36,47,24,2,26,22,41,11,16,50,23,53,17,21,27,48,4,49,12,19,38,14,30,20,9,18,56,10,13,28,45,52,29,39,51,44,54,42,43)
AND thread.visible = 1
AND post.visible = 1
AND thread.open <> 10
AND post.dateline > 1289725871


ORDER BY post.dateline DESC
LIMIT 0,5;

MySQL Error : File './me2she_vb/post.MYD' not found (Errcode: 2)
Error Number : 29
Request Date : Tuesday, December 14th 2010 @ 03:11:11 PM
Error Date : Tuesday, December 14th 2010 @ 03:11:14 PM
Script : http://www.flirt-style.ru/forum/forum.php
Referrer :
IP Address : 87.103.240.57
Username : kovarnyi
Classname : vB_Database
MySQL Version : 5.0.91-community-log

Last edited by rolexxx4k : 12-14-2010 at 01:14 PM. Reason: Добавлено сообщение
 


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 10:28 PM.


Powered by vBulletin® Version 3.0.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.