форум vBSupport.ru > Камчатка > Спец-раздел
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Phaeton
Знаток
 
Phaeton's Avatar
Default Счетчик "До Нового года"
0

Я не думаю что так сложно, но присоветуйте как сделать счетчик "До нового года осталось х дней"?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
13_Angel
Продвинутый
 
13_Angel's Avatar
Default
3

JS ;)

Quote:
<script language="JavaScript">
function myFunction1(){
if (date<=myDate) month1=12-(month-myMonth);
else month1=11-(month-myMonth);
}
function myFunction2(){
if (date>myDate) month1=(myMonth-month-1);
else month1=(myMonth-month);
}
function myFunction3(){
if (date<=myDate) month1=0;
else month1=11;
}
function myFunction4(){
if (month==2) date1=(28-date+myDate);
if (month==4) date1=(30-date+myDate);
if (month==6) date1=(30-date+myDate);
if (month==9) date1=(30-date+myDate);
if (month==11) date1=(30-date+myDate);
if (month==1) date1=(31-date+myDate);
if (month==3) date1=(31-date+myDate);
if (month==5) date1=(31-date+myDate);
if (month==7) date1=(31-date+myDate);
if (month==8) date1=(31-date+myDate);
if (month==10) date1=(31-date+myDate);
if (month==12) date1=(31-date+myDate);
}
var date=(new Date()).getDate();
var month=(new Date()).getMonth()+1;
var myDate=31
var myMonth=12
if (month>myMonth) myFunction1();
if (month<myMonth) myFunction2();
if (month==myMonth) myFunction3();
if (date<=myDate) date1=(myDate-date);
if (date>myDate) myFunction4();
if (month1==1) monthtxt=("месяц");
if (month1>1 && month1<5) monthtxt=("месяца");
if (month1>4) monthtxt=("месяцев");
if (date1==1, 21) datetxt=("день!!!");
if (date1>1 && date1<5) datetxt=("дня!!!");
if (date1>21 && date1<25) datetxt=("дня!!!");
if (date1>4 && date1<21) datetxt=("дней!!!");
if (date1>24 && date1<31) datetxt=("дней!!!");
var txt=("До Нового Года осталось ");
if (month1==0 && date1==0) txt=("Новый год сегодня!");
document.write(''+txt+'');
if (month1>0) document.write(' '+month1+" "+monthtxt+' ');
else document.write("");
if (date1>0) document.write(' '+date1+" "+datetxt+' ');
else document.write("");
// -->
</script>
 
 
Malcolm Reed
Эксперт
 
Malcolm Reed's Avatar
Default
0

вбиваешь в гугле ОБРАТНЫЙ ОТСЧЕТ НА САЙТЕ и радуешься.
 
 
Мик
Эксперт
 
Мик's Avatar
Default
0

если будешь ставить, то знай

данный код не работает, если у тебя стоит хак в навбаре отображающий время, дату и год

так же он грузит главную страницу
 
 
Ivanovez
Простоузер
Default
0

Если можно, то расскажи в какой шаблон его пихать? И в какой кусок!
 
 
veta1
На доске почёта
клон (crysiss)
 
banned nax
Default
0

Присоединяюсь
 
 
Мик
Эксперт
 
Мик's Avatar
Default
0

Quote:
Originally Posted by Ivanovez View Post
Если можно, то расскажи в какой шаблон его пихать? И в какой кусок!
Quote:
Originally Posted by veta1 View Post
Присоединяюсь
можно в хедер, можно в навбар
 
 
Skins
Знаток
 
Skins's Avatar
Default
9

Имеется красивый счетчик секунд до нового года на flash. Элементарно переделывается под дизайн любого форума. Ссылка в счетчике на vbsupport.
Attached Thumbnails
sec1.gif  
Attached Files
File Type: rar New year sec.rar (35.4 KB, 211 views)
 
 
Ivanovez
Простоузер
Default
0

Не нашел, как поставить обратный отсчет!

Добавлено через 17 минут
Skins, подскажи, как впихнуть флэш-анимацию?

Добавлено через 27 минут
Сорри, уже нашел.

Last edited by Ivanovez : 11-18-2007 at 11:22 AM. Reason: Добавлено сообщение
 
 
veta1
На доске почёта
клон (crysiss)
 
banned nax
Default
0

Ivanovez, до тебя недостучишся! Как ты его в сайт запихнул?
 


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


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