{% else-1 %}
Обновить | Подписаться | Поднять тему
Чтобы выполнить действие авторизируйтесь или пройдите регистрацию на сайте.
1. [автор] (29 ноя 2014, 02:54) [0/0] [0] [отв] [спам] [под] +1 | -1

Доброй ночи мастера помагите установить javaskript скачял отсчет до Нового Года но внем нету редми и я низнаю как его установить , фаил имеит формат .php за рание спосиба

2.
PODKUR * [мошенник] 0.06
(29 ноя 2014, 02:58) [0/0] [0] [отв] [спам] [под] +1 | -1

http://101widgets.com/category/1/Новогодние%20виджеты/1

3. (29 ноя 2014, 03:05) [0/0] [0] [отв] [спам] [под] +1 | -1

ява или пых? Покажи что нужно-то.

4. [автор] (29 ноя 2014, 03:08) [0/0] [0] [отв] [спам] [под] +1 | -1

PODKUR, ка залить его
Добавлено 29.11.14 в 03:10:29:
<html>
<head>
</head>
<body>
<center><div align="center" style="padding:2px; border: 1px dashed white; width: 155px;">
<a href="http://bloggood.ru"><img src="http://bloggood.ru/wp-content/uploads/2012/12/Novi-God.jpg" border="0"></a>
<div align="center" style="width: 140px;"><span style="color:#сс0000">
<b><div align="center">

<script Language="javascript">
function cdtime(container, targetdate){
if (!document.getElementById || !document.getElementById(container)) return
this.container=document.getElementById(container)
this.currentTime=new Date()
this.targetdate=new Date(targetdate)
this.timesup=false
this.updateTime()
}
cdtime.prototype.updateTime=function(){
var thisobj=this
this.currentTime.setSeconds(this.currentTime.getSeconds()+1)
setTimeout(function(){thisobj.updateTime()}, 1000)
}
cdtime.prototype.displaycountdown=function(baseunit, functionref){
this.baseunit=baseunit
this.formatresults=functionref
this.showresults()
}
cdtime.prototype.showresults=function(){
var thisobj=this
var timediff=(this.targetdate-this.currentTime)/1000
if (timediff<0){
this.timesup=true
this.container.innerHTML=this.formatresults()
return
}
var oneMinute=60
var oneHour=60*60
var oneDay=60*60*24
var dayfield=Math.floor(timediff/oneDay)
var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour)
var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute)
var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute))
if (this.baseunit=="hours"*{
hourfield=dayfield*24+hourfield
dayfield="n/a"
}
else if (this.baseunit=="minutes"*{
minutefield=dayfield*24*60+hourfield*60+minutefield
dayfield=hourfield="n/a"
}
else if (this.baseunit=="seconds"*{
var secondfield=timediff
dayfield=hourfield=minutefield="n/a"
}
this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield)
setTimeout(function(){thisobj.showresults()}, 1000)
}
function formatresults2(){
if (this.timesup==false){
var displaystring="<span class='nonewyear'>"+arguments[0]+" Дней "+arguments[1]+" Часов<br>"+arguments[2]+" Минут "+arguments[3]+" Секунд</span> "
}
else{
var displaystring="<span class='newyear1'>С Новым годом!!!</span>"
//alert("С Новым годом!!!"*
}
return displaystring
}
</script>

<div id="countdowncontainer2"></div>
<script type="text/javascript">
var currentyear=new Date().getFullYear()
var thischristmasyear=(new Date().getMonth()==0 && new Date().getDate()==1)? currentyear : currentyear + 1
var christmas=new cdtime("countdowncontainer2", "january 1, "+thischristmasyear+" 0:0:00"*
christmas.displaycountdown("days", formatresults2)
</script></div></div></center><b></span>

</body>
</html>
ноформат стаит php

5. (29 ноя 2014, 03:11) [0/0] [0] [отв] [спам] [под] +1 | -1

<?php
тут php код
?>
<script>
тут JS код
</script>
<?php
снова php код
?>

6. (29 ноя 2014, 03:20) [0/0] [0] [отв] [спам] [под] +1 | -1

Dezgan, [php]<?php
$date = strtotime("1 January 2015"*;
$sec=$date - time();
$days=floor(($date - time()) /86400);
$h1=floor(($date - time()) /3600);
$m1=floor(($date - time()) /60);
$hour=floor($sec/60/60 - $days*24);
$hours=floor($sec/60/60);
$min=floor($sec/60 - $hours*60);

switch(substr($days, -1)){
case 1: $o='остался';
break;
case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: case 0: $o='осталось';
break;}

switch(substr($days, -2)){
case 1: $d='день';
break;
case 2: case 3: case 4: $d='дня';
break;
default: $d='дней';
}

switch(substr($hour, -2)) {
case 1: $h='час';
break;
case 2: case 3: case 4: $h='часа';
break;
default: $h='часов';
}

switch(substr($min, -2)) {
case 1: $m='минута';
break;
case 2: case 3: case 4: $m='минуты';
break;
default:$m='минут';
}
if ($sec>0) echo '<div class="menu">До нового года&nbsp;'.$o.':<br/>';
if ($days>0) echo '<font color="red">' . $days.'</font>&nbsp;'.$d;
if ($h1>0) echo '&nbsp;<font color="red">'.$hour.'</font>&nbsp;'.$h;
if ($m1>0) echo '&nbsp;и&nbsp;<font color="red">'.$min.'</font>&nbsp;'.$m.'</div>';
if ($sec<0) echo ("<div class='menu'><font color='red'>С новым годом друзья!!!</font></div>"*;
?>[/php]
Вот счетчик на пыхе без всяких js. Автор не я. Только проверил - работает.

7. (29 ноя 2014, 03:20) [0/0] [0] [отв] [спам] [под] +1 | -1

Вот если тебе нужен с сайта!
<script src="http://101widgets.com/w1417120309-cny1pr&380&50"></script>


Изм. 3 раз. / Посл. изм. (29 ноя 2014, 03:21)
8.
NeaDek(WAT) * [мошенник] 0.57
(29 ноя 2014, 06:56) [0/0] [0] [отв] [спам] [под] +1 | -1

Переименовал тему! *

  • 1 из 1
Чтобы писать сообщения авторизируйтесь или пройдите регистрацию на сайте.
Подписаны: 1
Скачать тему | Файлы темы | Фильтр сообщений