Smarty phpfreechat

krisvof62
WRInaute discret
WRInaute discret
 
Messages: 50
Inscription: 21 Sep 2007

Smarty phpfreechat

Message le Ven Juin 13, 2008 15:14

Bonjour j'ai un ptit souci d integration de [url]phpfreechat.net[/url] avec smarty
page chat.php
Code: Tout sélectionner
<?php

  require_once "src/phpfreechat.class.php"; // adjust to your own path
  $params["serverid"]      = md5(__FILE__);
  $params["refresh_delay"] = 2000; // 2000ms = 2s
  $chat = new phpFreeChat($params);

  ?>

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html>
    <head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>phpFreeChat demo</title>
    </head>
    <body>
      <?php $chat->printChat(); ?>
    </body>

  </html>


merci d avance pour votre aide

Si vous avez aimé cette discussion, partagez-la sur vos réseaux sociaux préférés :

Lectures recommandées sur ce thème :



Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités