форум vBSupport.ru > vBulletin > Вопрос — Ответ > International vBulletin > English Forums
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
digweed12
Простоузер
Exclamation Problem With Sql "important"
0

I have a a very big Problem. I have 3.5.4 version of vbulletin in my forum. Yesterday i try tu upgrade it to 3.6.0. Y download the version in this forum, i upload all the filles. Then i run the sm-chek, and sm-keygen. When i tried to upgarde , the lisencese number is required. I try again with the key gen , but it dont validate. One thing the key gen run well, becase it give me de lisennce and customer number. If i put this number in the valdiaton , it didnt work. So i check this forum and i download the autetication.php file, becase a lot of people have this problem. When i upload, and run again the upgrade, the same happens. VALIDATION IS REQUIRED. Now i cant do anathing becase my SQL was modified, if i upload again the 3.6.0. the same happens, and if a upload. THE SAME FILES, like before with the 3.5.4 , i cant see the index, but i see the forum.php, but i cant see the treads.
I have the buck up of the sql. BUT IT IS VERY BIG, and it hard that i cant upload again. Is a way to modified the sql , to run the 3.5.4 like before. or tu upgrde.

Here i put the errors.

Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT IF(votenum >= 1, votenum, 0) AS numbvote, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg,
thread.threadid, post.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastposter, thread.lastpost, IF(views<=thread.replycount, thread.replycount+1, views) AS views, thread.forumid, post.postid, pagetext, allowsmilie

,thread.iconid AS threadiconid, iconpath AS threadiconpath


FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)

LEFT JOIN post_parsed AS post_parsed ON (post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)

LEFT JOIN icon AS icon ON (icon.iconid = thread.iconid)




WHERE thread.threadid IN(829,852)

AND thread.forumid NOT IN(34,46,47,48)
GROUP BY post.postid
ORDER BY sticky DESC,thread.dateline DESC
LIMIT 10;

MySQL Error : Table 'comunidadunder.post_parsed' doesn't exist
Error Number : 1146
Date : Tuesday, October 24th 2006 @ 11:11:32 AM
Script : http://www.comunidad-under.com.ar/index.php
Referrer :
IP Address : 201.240.229.136
Username : Unregistered
Classname : vB_Database



Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
level,

editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid


FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)

LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)

WHERE post.postid IN (0,292,782,872)
ORDER BY post.dateline;

MySQL Error : Table 'comunidadunder.post_parsed' doesn't exist
Error Number : 1146
Date : Tuesday, October 24th 2006 @ 06:25:13 AM
Script : http://www.comunidad-under.com.ar/showthread.php?t=251
Referrer :
IP Address : 66.249.72.2
Username : Unregistered
Classname : vB_Database


THANKSSSSSSSS
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
thanatos
Простоузер
Default
0

try with DGT 3.6.2. Scriptmafia has a backdoor, also.
 
 
digweed12
Простоузер
Default
0

You are saing that i have to upgrade to 3.6.2???

добавлено через 1 час 11 минут
I solve this problem. I install 3.6.0 but RUSSIIAN.. It is working but my admincp is in RUSSIAN. How do i change thiss?????

THANKSS THANTOSSS

Last edited by digweed12 : 10-26-2006 at 07:39 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 11:35 AM.


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