форум vBSupport.ru > vBSupport.ru > How-Tos, Hints & Tips > Вопросы по установке 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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Martell
Эксперт
Master
 
Martell's Avatar
Default Таблицы
0

У меня появился вопрос для знатоков pma (утомили эти ????).Восстановил форум из бэкапа,появились вопросики,но не везде.Открыл бэкап в uedit и нашел там пять таблиц: attachment;attachmentpermission;attachmenttype;faq;phrase; вот шапка таблицы:



PHP Code:
DROP TABLE IF EXISTS `attachment`;
CREATE TABLE `attachment` (
  `
attachmentidint(10unsigned NOT NULL auto_increment,
  `
useridint(10unsigned NOT NULL default '0',
  `
datelineint(10unsigned NOT NULL default '0',
  `
thumbnail_datelineint(10unsigned NOT NULL default '0',
  `
filenamevarchar(100NOT NULL default '',
  `
filedatamediumblob,
  `
visiblesmallint(5unsigned NOT NULL default '0',
  `
counterint(10unsigned NOT NULL default '0',
  `
filesizeint(10unsigned NOT NULL default '0',
  `
postidint(10unsigned NOT NULL default '0',
  `
filehashchar(32NOT NULL default '',
  `
posthashchar(32NOT NULL default '',
  `
thumbnailmediumblob,
  `
thumbnail_filesizeint(10unsigned NOT NULL default '0',
  `
extensionvarchar(20/*!40101 character set latin1 */ /*!40101 collate latin1_bin */ NOT NULL default '',
  
PRIMARY KEY  (`attachmentid`),
  
KEY `filesize` (`filesize`),
  
KEY `filehash` (`filehash`),
  
KEY `userid` (`userid`),
  
KEY `posthash` (`posthash`,`userid`),
  
KEY `postid` (`postid`),
  
KEY `visible` (`visible`)
ENGINE=MyISAM AUTO_INCREMENT=4606 /*!40101 DEFAULT CHARSET=utf8 */
/*!40101 character set latin1 */ /*!40101 collate latin1_bin */ не к месту.

Last edited by Martell : 08-14-2007 at 07:14 AM.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Мик
Эксперт
 
Мик's Avatar
Default
0

Quote:
Originally Posted by Martell View Post
Вот эта строчка меня беспокоит
Жень
а что врачи говорят???
 
 
Martell
Эксперт
Master
 
Martell's Avatar
Default
0

Quote:
Originally Posted by Мик View Post
Жень
а что врачи говорят???


Last edited by Martell : 08-14-2007 at 07:18 AM. Reason: Добавлено сообщение
 
 
Martell
Эксперт
Master
 
Martell's Avatar
Default
0

Так вроде разобрался,Весь форум на русском.Ну вот в админке появилась проблема в основных настройках (см.скрин).В чем проблема???



 
 
kirbak
Продвинутый
 
kirbak's Avatar
Default
0

В кодировке)
 
 
Martell
Эксперт
Master
 
Martell's Avatar
Default
0

Quote:
Originally Posted by kirbak View Post
В кодировке)
Блин,да ты гений.Хорош флудить.
Не как не пойму в чем проблема,косяк в основных настройках и еще в fag (справка).Когда пытаешься импортировать любой хак,форум опять весь в вопросах.

Last edited by Martell : 08-12-2007 at 12:34 PM.
 
 
Martell
Эксперт
Master
 
Martell's Avatar
Default
0

Все разобрался с этим недугом.Если кому интересно,то в таблицах (attachment;attachmentpermission;attachmenttype;faq ;phrase;) было вот это:

Quote:
/*!40101 character set latin1 */ /*!40101 collate latin1_bin */ NOT NULL default '',
так вот,надо прописать это:

Quote:
character set utf8 collate utf8_bin NOT NULL default '',
Далее залил базу по новой и все стало как надо.Может кому пригодится.Меня утомило лично.
 


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:08 PM.


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