Quiz Modul ??

Begonnen von BlackBoSs, 08 Juli 2004, 19:17:26

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

BlackBoSs

Hi,
habe das alte thema ned gefunden wurde es gelöscht oder so ??

naja is egal
ich hab jetzt quiz-modul v1.3 raufgeladen ama wenn ich im admin men+ auf quiz gehe bekomme ich das hier


  Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/v117969/html/admin/modules/quizz.php on line 17
Access Denied

NeMeSiSX2LC

CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1

BlackBoSs

ich habe das modul ja schon warp-speed runtergeladen wie es da tora schon gesagt hat

NeMeSiSX2LC

Bezogen sich auch eher dadrauf weil du gesagt hast das de denn Beittrag nicht mehr findest.

Poste mal die Zeilen aus der file da is was zuviel drin würd ich sagen
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1

BlackBoSs

das ist alles was im der quizz.php datei steht

 <?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2001 by Francisco Burzi (fburzi@ncc.org.ve)            */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* 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("admin.php", $PHP_SELF)) { die ("Access Denied"); }
$result = mysql_query("select radminsurvey, radminsuper from nuke_authors where aid='$aid'");
list($radminsurvey, $radminsuper) = mysql_fetch_row($result);
if (($radminsurvey==1) OR ($radminsuper==1))
{

$module_name = "Quizz"; // If you change the directory of the module, change it
$old_admin = 1; # set if call by central admin menu

# ugly hack for nuke 5 before RC1
if (!isset($prefix)) { $prefix= "nuke";}

include("modules/$module_name/admin.php");

}
else
{
    echo "Access Denied";
}

/*********************************************************/
?>
 

NeMeSiSX2LC

nuke_authors gibts nicht mach da mal mx_authors draus bzw wie alt ist das module denn schon sehe da was von Nuke 5 RC1!!

[Editiert am 8/7/2004 von NeMeSiSX2LC]
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1

BlackBoSs

hab ich

jetzt kommt ich wenigstens rein aber jetzt bekomme ich das

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/v117969/html/modules/Quizz/admin.php on line 71

NeMeSiSX2LC

Blacky willst das wieder komisch werd?

if (!isset($prefix)) { $prefix= "nuke";}

schreib da auch mal statt nuke mx rein. wobei die bedingung ansich ganz schön schwachsinnig ist.
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1

BlackBoSs

das habe ich eh schon trotzdem bekomme ich den fehler sql hab ich auch oben

NeMeSiSX2LC

Dann such halt mal generell nach nuke in der file da findest du bestimmt noch mehr.
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10     
PHP-Version: 5.1.2
MySQL-Version: 5.0.15-max-log
Server-Version: Apache/2.0.55
phpMyAdmin-Version: 2.7.0-pl1