Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.00 KB | None | 0 0
  1. <script>
  2. jQuery(function() {
  3. $("title").load("include/script/title.php?"+1*new Date());var refreshId = setInterval(function() {$("title").load("include/script/title.php?"+1*new Date());}, 60000);
  4. $("#adv").load("include/colonna/adv.php?"+1*new Date());var refreshId = setInterval(function() {$("#adv").load("include/colonna/adv.php?"+1*new Date());}, 60000);
  5. $("#riepilogo").load("include/colonna/riepilogo.php?"+1*new Date());var refreshId = setInterval(function() {$("#riepilogo").load("include/colonna/riepilogo.php?"+1*new Date());}, 60000);
  6. $("#aggiornamenti").load("include/colonna/aggiornamenti.php?"+1*new Date());var refreshId = setInterval(function() {$("#aggiornamenti").load("include/colonna/aggiornamenti.php?"+1*new Date());}, 300000);
  7. <? if (stl($_COOKIE['nickname'])=='marco1986') { ?>
  8. $("#stats_admin").load("include/colonna/stats_admin.php?"+1*new Date());var refreshId = setInterval(function() {$("#stats_admin").load("include/colonna/stats_admin.php?"+1*new Date());}, 60000);
  9. <? } ?>
  10. });
  11. </script>
Add Comment
Please, Sign In to add comment