форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Вопросы по vBulletin 3.8
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
incognito
Продвинутый
 
incognito's Avatar
Default Не работает HTML в объявлениях хотя включен
0

Собственно сабж тут должен считать но не считает на портале работает
В чем секрет или как запустить ?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
kerk
k0t
 
kerk's Avatar
Default
0

хтмл то как раз работает, раз форму показывает
ошибки в яваскрипте (см. в дебаггере)
в сорсе страницы в коде яваскрипта, вместо && => &amp;&amp;
Code:
		if( TarifBase == 'car' &amp;&amp; document.MainForm.Owner[0].checked )
		{
			TarifBase = 1980;
		}
		else
		{
			if( TarifBase == 'car' &amp;&amp; document.MainForm.Owner[1].checked )
			{
				TarifBase = 2375;
			}
		}
 
 
incognito
Продвинутый
 
incognito's Avatar
Default
0

Quote:
Originally Posted by kerk View Post
хтмл то как раз работает, раз форму показывает
ошибки в яваскрипте (см. в дебаггере)
в сорсе страницы в коде яваскрипта, вместо && => &amp;&amp;
PHP Code:
        <script type="text/javascript">
//<!--
    
var k1,k2,k3,k4,k5,k6,k7,k8,b,t,kTotal;
    var 
k1tmp,k2tmp,k3tmp,k4tmp,k5tmp,k6tmp,k7tmp,k8tmp;
    
k1 k1tmp 2;
    
k2 k2tmp k3 k3tmp k4 k4tmp k5 k5tmp k6 k6tmp k7 k7tmp k8 k8tmp 1;
    
TarifBase 1980;
    
TarifTotal 3960;
    function 
ChangeMotorType()
    {
        if(
            
document.MainForm.MotorType.selectedIndex == ||
            
document.MainForm.MotorType.selectedIndex == ||
            
document.MainForm.MotorType.selectedIndex == 11
        
)
        { 
k2 k3 k4 k5 k7 k8 1; }
        else
        {
            if (
                
document.MainForm.MotorType.selectedIndex == 3
                
|| document.MainForm.MotorType.selectedIndex == 4
                
|| document.MainForm.MotorType.selectedIndex == 6
                
|| document.MainForm.MotorType.selectedIndex == 7
                
|| document.MainForm.MotorType.selectedIndex == 8
                
|| document.MainForm.MotorType.selectedIndex == 9
                
|| document.MainForm.MotorType.selectedIndex == 10
                
|| document.MainForm.MotorType.selectedIndex == 12
            
)
            {
                
k8 1;
            }
        }
        
TarifBase document.MainForm.MotorType.value;
        if( 
TarifBase == 'car' && document.MainForm.Owner[0].checked )
        {
            
TarifBase 1980;
        }
        else
        {
            if( 
TarifBase == 'car' && document.MainForm.Owner[1].checked )
            {
                
TarifBase 2375;
            }
        }
        
Calculate();
    }
    function 
ChangeCity () {
        
k1 document.MainForm.City.value;
        
Calculate();
    }
    function 
ChangeTerm()
    {
        
k2 document.MainForm.Term.value;
        
document.MainForm.UsagePeriod.selectedIndex 4;
        
k4 document.MainForm.UsagePeriod.value;
        
Calculate();
    }
    function 
ChangeUsagePeriod () {
        
k4 document.MainForm.UsagePeriod.value;
        
Calculate();
    }
    function 
ChangeMotorPower () {
        
k8 document.MainForm.MotorPower.value;
        
Calculate();
    }
    function 
ChangeDriverStatus () {
        
k5 document.MainForm.DriverStatus.value;
        
Calculate();
    }
    function 
ChangeIsViolation () {
        if (
document.MainForm.IsViolation.checked)
            
k6 1.5;
        else
            
k6 1;
        
Calculate();
    }
    function 
CahngeIsNoDriverLimit () {
        if (
document.MainForm.IsNoDriverLimit.checked) {
            
k7 1.5;
            
k5tmp k5;
            
k5 1;
        } else {
            
k7 1;
            
k5 k5tmp;
        }
        
Calculate();
    }
    function 
ChangeOwner () {
        if (
document.MainForm.Owner[0].checked) {
            if (!
document.MainForm.RegionOut.checked)
                
k5 k5tmp;
            else
                
k51.3;
            if (!
document.MainForm.IsNoDriverLimit.checked)
                
k7 k7tmp;
            else
                
k7 1.5;
            
k4 k4tmp;
        } else if (
document.MainForm.Owner[1].checked) {
            if (!
document.MainForm.RegionOut.checked)
                
k5tmp k5;
            if (!
document.MainForm.IsNoDriverLimit.checked)
                
k7tmp k7;
            
k7 1.5;
            
k5 1;
            
k4tmp k4;
            
k4 1;
        }
        
ChangeMotorType();
        
Calculate();
    }
    function 
ChangeRegionOut()
    {
        if( 
document.MainForm.RegionOut.checked )
        {
            
k1tmp k1;
            
k3tmp k3;
            if( !
document.MainForm.Owner[1].checked )
            {
                
k5tmp k5;
            }
            
k7tmp k7;
            
k4tmp k4;
            
k1 2;
            
k3 1;
            if(
                
document.MainForm.MotorType.selectedIndex == ||
                
document.MainForm.MotorType.selectedIndex == ||
                
document.MainForm.MotorType.selectedIndex == 11 ||
                
document.MainForm.Owner[1].checked
            
)
            {
                
k5 1;
            }
            else
            {
                
k5 1.3;
            }
            
k7 1;
            
k4 1;
            
document.MainForm.Term.selectedIndex 0;
        }
        else
        {
            
k1 k1tmp;
            
k3 k3tmp;
            if( !
document.MainForm.Owner[1].checked )
            {
                
k5 k5tmp;
            }
            
k7 k7tmp;
            
k4 k4tmp
            
document.MainForm.Term.selectedIndex 7;
        }
        
ChangeTerm();
    }
    function 
Calculate ()
    {
        if( 
document.MainForm.MotorType.selectedIndex == 10 || document.MainForm.MotorType.selectedIndex == 11 )
        {
            if( 
k1 == 2   && !document.MainForm.RegionOut.checkedk1 1.2;
            if( 
k1 == 1.8 && !document.MainForm.RegionOut.checkedk1 1;
            if( 
k1 == 1.6 && !document.MainForm.RegionOut.checkedk1 1;
            if( 
k1 == 1.3 && !document.MainForm.RegionOut.checkedk1 0.8;
            if( 
k1 == 1   && !document.MainForm.RegionOut.checkedk1 0.8;
        }
        else
        {
            if( !
document.MainForm.RegionOut.checked )
            {
                
k1 document.MainForm.City.value;
            }
        }
        if( 
document.MainForm.MotorType.selectedIndex == || document.MainForm.MotorType.selectedIndex == )
        {
            
kTotal k2*k3*k4*k5*k6*k7*k8;
        }
        else
        {
            if( 
document.MainForm.MotorType.selectedIndex == || document.MainForm.MotorType.selectedIndex == || document.MainForm.MotorType.selectedIndex == 11)
            {
                
kTotal k4;
            }
            else
            {
                
kTotal k2*k3*k4*k5*k6*k7;
            }
        }
        if (
k6 == 1.5 && kTotal 5)
        {
            
kTotal 5;
        }
        else
        {
            if (
k6 == && kTotal 3)
            {
                
kTotal 3;
            }
        }
        
TarifTotal Math.ceil(kTotal*k1*TarifBase*100)/100;
        
document.getElementById('k1').innerHTML k1;
        
document.getElementById('k2').innerHTML k2;
        
document.getElementById('k3').innerHTML k3;
        
document.getElementById('k4').innerHTML k4;
        
document.getElementById('k5').innerHTML k5;
        
document.getElementById('k6').innerHTML k6;
        
document.getElementById('k7').innerHTML k7;
        
document.getElementById('k8').innerHTML k8;
        
oTarifBase.innerHTML TarifBase;
        
oTarifTotal.innerHTML TarifTotal;
        
DisableFields();
    }
    function 
DisableFields () {
        
with(document.MainForm)
        {
            
Term.disabled '';
            
City.disabled '';
            
UsagePeriod.disabled '';
            
MotorPower.disabled '';
            
// malus.disabled = ''; пока малусный класс не добавляем
            
DriverStatus.disabled '';
            
//IsViolation.disabled = '';
            
IsNoDriverLimit.disabled '';
            
RegionOut.disabled '';
            if (
RegionOut.checked)
            {
                
City.disabled 'true';
            }
            if(
MotorType.selectedIndex == ||MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == 11)
                
Term.disabled 'true';
            if(
RegionOut.checked || Owner[1].checked || (Term.selectedIndex 7))
                
UsagePeriod.disabled 'true';
            if(
MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == 10 || MotorType.selectedIndex == 11 || MotorType.selectedIndex == 12)
                
MotorPower.disabled 'true';
            
// if(RegionOut.checked || MotorType.selectedIndex == 1 || MotorType.selectedIndex == 5 || MotorType.selectedIndex == 11)
                // malus.disabled = 'true';
            
if(IsNoDriverLimit.checked || RegionOut.checked || Owner[1].checked || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == 11)
                
DriverStatus.disabled 'true';
            
//if(RegionOut.checked || MotorType.selectedIndex == 1 || MotorType.selectedIndex == 5 || MotorType.selectedIndex == 11)
            //    IsViolation.disabled = 'true';
            
if(RegionOut.checked || Owner[1].checked || MotorType.selectedIndex == || MotorType.selectedIndex == || MotorType.selectedIndex == 11)
                
IsNoDriverLimit.disabled 'true';
            if(
MotorType.selectedIndex == || MotorType.selectedIndex == 8)
                
RegionOut.disabled 'true';
        }
    }
-->
</script> 
да вроде все верно
 
 
kerk
k0t
 
kerk's Avatar
Default
0

значит вобловские скрипты так обрабатывают код, т.е. приводят знак & в хтмл замену &amp;
 
 
incognito
Продвинутый
 
incognito's Avatar
Default
0

Quote:
Originally Posted by kerk View Post
значит вобловские скрипты так обрабатывают код, т.е. приводят знак & в хтмл замену &amp;
Как тогда можно решить проблему ?
 
 
kerk
k0t
 
kerk's Avatar
Default
0

не пихать коды яваскриптов в редактор, а подключать их в шаблонах
 


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


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