problemen installatie show_user_groups_1.3.6em
Geplaatst: 05 jan 2006, 00:41
Ik wil show_user_groups_1.3.6em gaan installeren maar nu stuit ik op een klein probleempje.... er staat bij mij op m'n server al een bestand functions_usergroup.php
dit met deze inhoud
en het bestand dat ik upload heeft deze inhoud
http://www.leidsebiologenclub.nl/forum/ ... rgroup.txt
Wat nu te doen?!
dit met deze inhoud
Code: Selecteer alles
<?php
/***************************************************************************
* functions_usergroup.php
* -------------------
* begin : Tuesday, Aug 26, 2003
* copyright : (C) 2003 Niels Chr. Rød
* email : ncr@db9.dk
*
*
*
***************************************************************************/
/***************************************************************************
*
* 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, or
* (at your option) any later version.
*
***************************************************************************/
//if ( !defined('IN_PHPBB') )
//{
// die('Hacking attempt');
// exit;
//}
// Make the database connection.
$connect = mysql_connect('****','*****','******');
mysql_select_db('*******');
$viewer = '2';
$user = '2';
$sql = "SELECT * WHERE g.group_id = 2";
$query = mysql_query($sql);
if(mysql_num_rows($query) > 0){
print_r($query);
}
http://www.leidsebiologenclub.nl/forum/ ... rgroup.txt
Wat nu te doen?!