Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by hpbf.pl ( 13 years ago )
<?php
error_reporting(E_ALL & ~E_NOTICE & ~8192);
require_once('config.php');
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Chatbox thptdaimo.cc - hacobi1102</title>
 <meta http-equiv="Pragma" c />
 <meta http-equiv="Expires" c />
 <meta http-equiv="Cache-Control" c />
 <link rel="stylesheet" type="text/css" href="images/style.css" />
 <meta http-equiv="Content-Type" c charset=utf-8" />
 [removed][removed]
<!-- Lazy load image -->
 [removed][removed]
 [removed][removed]
 [removed]
  jQuery.noConflict();
  jQuery(function() {          
   jQuery("img").lazyload({
   placeholder : "images/lazypreload.gif",       
   effect      : "fadeIn"
   });
  });
 [removed]
 <!-- Lazy load image -->
 [removed][removed]
 <link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
 [removed]
  hs.graphicsDir = 'highslide/graphics/';
  hs.align = 'center';
  hs.transitions = ['expand', 'crossfade'];
  hs.outlineType = 'rounded-white';
  hs.fadeInOut = true;
  hs.numberPosition = 'caption';
  hs.captionEval = 'this.thumb.alt';
  hs.dimmingOpacity = 0.75;

  // Add the controlbar
  if (hs.addSlideshow) hs.addSlideshow({
   //slideshowGroup: 'group1',
   interval: 5000,
   repeat: false,
   useControls: true,
   fixedControls: 'fit',
   overlayOptions: {
    opacity: .75,
    position: 'bottom center',
    hideOnMouseOut: true
   }
  });
 [removed]
 [removed]
  var ajax = new sack();

  function whenLoading(){
   document.getElementById('progress').style.display="inline";
  }


  function whenCompleted(){
   document.getElementById('messresult')[removed] = ajax.response;
   document.getElementById('progress').style.display="none";
   <?php
   if ($config['new_at_bottom']) echo "window.scrollTo(0,99999999999);";
   ?>
  }

  function message_refresh(){
   ajax.requestFile = 'message.php';
   ajax.onLoading = whenLoading;
   ajax.onCompletion = whenCompleted;
   ajax.runAJAX();
  }
  autor = setInterval("message_refresh()", 1000*<?php echo $config['autorefresh']; ?>);
  <?php
   if ($config['new_at_bottom']) echo "window.scrollTo(0,99999999999);";
  ?>

  function click_chat(username)
  {
   parent.document.fcb_form.hmess.value = '@'+username+': ' + parent.document.fcb_form.hmess.value;
  }
 [removed]
</head>
<?php $bg_images = explode("|",$config['bg_images']); 
shuffle($bg_images);
?>
<body>
<?php
echo '<div id="progress"  fixed; right: 10px; top: 0px; display: none;">',$phrase['load'],'</div>';
echo '<div id="messresult"';
require_once('message.php');
echo '</div>';
?>
</body>

 

Revise this Paste

Your Name: Code Language: