Modérateur: Equipe



<!-- INCLUDE shoutbox.html -->

<!-- INCLUDE overall_header.html -->
<h2>Tchat</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
Voici le tchat..
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE shoutbox.html -->
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->

$user->session_begin();
$auth->acl($user->data);
$user->setup();include($phpbb_root_path . 'ajax.' . $phpEx);

<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
include($phpbb_root_path . 'ajax.' . $phpEx);
page_header('Tchat');
$template->set_filenames(array(
'body' => 'tchat.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>

include($phpbb_root_path . 'ajax.' . $phpEx);

04 Jul 2011, 09:57:59
lifeburnout | Bonjour et bienvenue sur la shoutbox du forum


$curent_date = date('d M Y');
$curent_time = date('H:i:s');$curent_date = date('d M Y');
$curent_h = date('H');
$curent_min = date(':i:s');
$less_h = 24;
$decalage = 7;
$h_decal = $less_h - $decalage;
$curent_heure = $curent_h + $h_decal;
if($curent_heure > 24)
{
$decal = $curent_heure - 24;
$h_decal = 0 + $decal;
}
$curent_time = $h_decal . $curent_min;$decalage = 7;

Retourner vers MODs en développement
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités