<?//-*- C++ -*-
/* ******************************************************************** **
** Copyright (C) 2001- PHPOpenChat Development Team **
** http://www.ortelius.de/phpopenchat/ **
** **
** This program is free software. You can redistribute it and/or modify **
** it under the terms of the PHPOpenChat License Version 1.0 **
** **
** This program is distributed in the hope that it will be useful, **
** but WITHOUT ANY WARRANTY, without even the implied warranty of **
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. **
** **
** You should have received a copy of the PHPOpenChat License **
** along with this program. **
** ******************************************************************** */
/*
* webchat-file anlegen
*
*
*
*/
#$fp = fopen("/usr/local/www/htdocs/service/temp.txt","a");
#fwrite($fp,date("d.m.y-h.i")."\n");
#fclose($fp);
include 'defaults_inc.php';
include 'connect_db_inc.php';
Hallo zusammen
Ich suche noch ein Script fr den Webchat (Statistik), hat jemand so ein Teil auf Lager?
Manu
<?//-*- C++ -*-
/* ******************************************************************** **
** Copyright (C) 2001- PHPOpenChat Development Team **
** http://www.ortelius.de/phpopenchat/ **
** **
** This program is free software. You can redistribute it and/or modify **
** it under the terms of the PHPOpenChat License Version 1.0 **
** **
** This program is distributed in the hope that it will be useful, **
** but WITHOUT ANY WARRANTY, without even the implied warranty of **
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. **
** **
** You should have received a copy of the PHPOpenChat License **
** along with this program. **
** ******************************************************************** */
/*
* webchat-file anlegen
*
*
*
*/
#$fp = fopen("/usr/local/www/htdocs/service/temp.txt","a");
#fwrite($fp,date("d.m.y-h.i")."\n");
#fclose($fp);
include 'defaults_inc.php';
include 'connect_db_inc.php';
$db_handle=connect_db($DATABASEHOST,$DATABASEUSER,$DATABASEPASSWD);
$result = mysql_query("select Nick, Zeit, Raum from chat",$db_handle);
while($line=mysql_fetch_array($result)){
$file .= '('.$line[Nick].') ('.$line[Zeit].') ('.$line[Raum].')'.nl;
}
#$fp = fopen("/usr/local/www/htdocs/userlist.txt","w");
#fwrite($fp,$file);
#fclose($fp);
echo $file;
?>
Superklasse ... herzlichen Dank
Alexander
quatschclub.de
Vielen herzlichen Dank!! Echt genial...
Probiere es gleich mal aus.
:-))
Manuel