Server IP : 80.241.246.6 / Your IP : 216.73.216.188 Web Server : Apache/2.4.25 (Debian) System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : www-data ( 33) PHP Version : 7.0.33-0+deb9u12 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/kharagauli1/admin/view/templates/ |
Upload File : |
<?php /* @author suxoza <suxoza@gmail.com> */ if(!isset($_GET['id']))die; $ID = (int)trim(strip_tags(addslashes($_GET['id']))); $select = $_->select("*","weather_info","small",["id",$ID]); if(!$select)die("Page not found"); $json = json_decode($select['body']); if(json_last_error())die; foreach($json as $key => $value){ if(/*$key == 'resizable' || */!is_array($value))continue; foreach($value as $v => $k){ $value[$v] = stripslashes($k); $json->{$key} = $value; } } $_->pre($json); /// // $apis = encode('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><script src="https://raw.github.com/hazzik/livequery/master/dist/jquery.livequery.min.js"></script><script src="weather/js/jquery-ui-1.10.4.custom.min.js"></script><script src="weather/js/color.js"></script><script src="weather/main.min.php?id=js¶ms='.$_->main_xesh(time()).'"></script><link rel="stylesheet" href="weather/main.min.php?id=css¶ms='.$_->main_xesh(time()).'"/>'); ?> <!--Created by suxoza on 3/29/14.--> <html> <head> <script>document.write(decodeURIComponent('<?=$apis;?>'));</script> </head> <style> body{display: none; !important} </style> <body> <!--start--> <?php for($i = 0; $i < count($json->resizable); $i++){ ?> <div class="resizable<?=(!$i)?' active':'';?>" contains="თბილისი" zpp="img" style="<?=$json->resizable[$i];?>"> <div class="_clock_1 def_background" style="<?=$json->_clock_1[$i];?>"><div class="_first_">11</div></div> <div class="_clock_2 def_background" style="<?=$json->_clock_1[$i];?>"><div class="_second_">15</div></div> <div class="_first_title def_background" style="<?=$json->_first_title[$i];?>"> <div class="_first_title_text_1"> <div class="_ff">New york</div> </div> <div class="_first_title_text_2"> <div class="_ff">27 <span>o</span></div> </div> </div> <div class="_first_title_icon"> <img src="http://www.out.ge/images/widget_icons_big/4.png"/> </div> <div class="_second_title_before"> <?php for($j = 0; $j < 5; $j++):?> <div class="_days def_background" onmouseover="_show_win_(event,this);" style="<?=$json->_days[$i];?>"> <li class="_has_span">33<span>o</span>/30<span>o</span><br/>Today</li> <div class="<?=($json->other_info_display[$i] == 1)?'':'_display_none ';?>_other_info_ def_background" style="<?=$json->_other_info_[$i];?>"> <div> <li>ტემპერატურა C:</li> <li>ტემპერატურა F:</li> <li>ქარის სიჩ. კმ/ს:</li> <li>ქარიანობის დონე:</li> <li>ნალექი მმ:</li> </div> <div> <li>6/-3</li> <li>43/26</li> <li>9</li> <li>68</li> <li>8.4</li> </div> </div> </div> <?php endfor;?> </div> <div class="_second_title def_background" style="<?=$json->_second_title[$i];?>"> </div> </div> <?php }?> <script> document.body.onload = init; function init(){ var div = document.getElementsByClassName('resizable active')[0]; div.style.marginLeft = 0; document.body.style.display = "block"; } </script> </body> </html> <!--end-->