Verfasst: 05.02.2003 19:37
gibts auf der offinzielllen modul page...
-> http://www.opentools.de/board/show_modules.php
2. modul von oben...
ah
-> http://www.opentools.de/board/show_modules.php
2. modul von oben...
ah
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /mnt/ls6/14/016/00000000/htdocs/flora-forum/module.php on line 16
Was versteh ich aus dieser install.txt nicht richitg?install.txt hat geschrieben:#################################################################
## Mod Title: Quiz Hack Stats module
## Mod Version: 1.0.0
## Author: Saerdnaer < saerdnaer@web.de >
## Description: This module add a top user with most quiz points
## list. It's for the Statistic Hack from Acyd which
## you can donwload at http://www.opentools.de/board/viewtopic.php?t=270
## phpBB Version: Tested on phpBB 2.0.3 with Statistic Version 2.1.3
##
## Installation Level: easy
## Installation Time: 1 Minutes
##
## Files To Edit: 0
##
## Included Files: 5
## /top_quiz_users/module.php
## /top_quiz_users/module.tpl
## /top_quiz_users/info.txt
## /top_quiz_users/lang_german/lang.php
## /top_quiz_users/lang_english/lang.php
##
#################################################################
## I N S T A L L A T I O N
#################################################################
# Load the 'top_quiz_users' dir from the zip-file into you
# stat-modules dir. Normaly it's called 'stat_modules'. Then go
# into you adminpanel and install and activate the new module.
#
# Thats all. Have a lot fun.
#
# PS: Excuse me for my terrible english![]()
# EoM
Und wo kann man die weiteren Erläuterungen zur Antwort einrichten?saerdnaer hat geschrieben:@sqrt: das gibt es in meiner version des hacks ja bereits
Auszug aus der functions_post.php:Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' topic_quiz, , 1) VALUES ('Quiz Frage #1 ...', 235, 1044625953, 27, 0, 0, 0)' at line 1
INSERT INTO forum_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, , topic_quiz, , 1) VALUES ('Quiz Frage #1 ...', 235, 1044625953, 27, 0, 0, 0)
Line : 268
File : /usr/local/httpd/htdocs/users/twisterpage/forum/includes/functions_post.php
Code: Alles auswählen
267: {
268: message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql);
269: }