ok hier gaan we
heb dus een simple honden forum met wat bugs en/of fouten
1 van de fouten is de chat
die blijft hangen
er \ijn dus mensen die zich onbewust aanblijven melden en daar niks aan kunnen doen
heb wederom in de ftp gekeken en daar zie ik het volgende
<?php
/************************************************************************/
/* SPChat (Multi Room Web based Chat System) */
/* Language file for german language */
/* for phpNUKE Version 5.5 and above (http://www.phpnuke.org) */
/* and Postnuke Version 7.2.2 and above */
/* ==================================================================== */
/* By Frank Wallacher (frank@saarport.net) (c) 2002-2003 */
/* http://www.saarport.net */
/* ==================================================================== */
/* Based on: */
/* PHPNukeWebChat v2.0 */
/* =================== */
/* Authors: */
/* */
/* Frank Wallacher <frank@saarport.dyndns.org */
/* Web: http://www.saarport.net */
/* */
/* Oliver Gading <oliver@gading.de> */
/* Web: http://nuke-modules.gading.de */
/* */
/* ==================================================================== */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-SPChat.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
global $cookie, $prefix, $currentlang;
$GLOBALS['spchat']['ModDir'] = "SPChat";
$basepath = "modules/".$GLOBALS['spchat']['ModDir'];
// Connect to the database
$dbconn = &ADONewConnection($GLOBALS['dbtype']);
$dbconn->Connect($GLOBALS['dbhost'],$GLOBALS['dbuname'],$GLOBALS['dbpass'],$GLOBALS['dbname']);
$sql = "SELECT $spchat_room_column[rid],
$spchat_room_column[name],
$spchat_room_column[typ],
count($spchat_user_column[rid])
as users from $spchat_room_table
left join $spchat_user_table
on $spchat_user_column[rid] = $spchat_room_column[rid]
group by $spchat_room_column[typ], $spchat_room_column[name]
";
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum