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
richtig gucken:
http://www.pragmamx.org/modules.php?name=eBoard&file=viewthread&tid=10251
ich habe das modul ja schon warp-speed runtergeladen wie es da tora schon gesagt hat
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
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";
}
/*********************************************************/
?>
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]
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
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.
das habe ich eh schon trotzdem bekomme ich den fehler sql hab ich auch oben
Dann such halt mal generell nach nuke in der file da findest du bestimmt noch mehr.