Cash Mod & Quiz Hack
Verfasst: 09.10.2004 11:52
Mein Prob ist folgendes.
Beim Cash Mod muss man in der includes/functions_post.php folgende zwei Teile einbauen:
Wenn ich das mache, kann ich aber beim Quiz Mod keine Fragen mehr Manuell stellen. Folgende Fehlermeldung kommt, als erstens:
Das ist der zweite Code, den ich einfügen soll, lösche ich ihn kommt diese Fehlermeldung.
Das ist dann der erste Code den ich einfügen muss. Lösche ich beide funktioniert der Quiz Hack ohne Probleme, aber der Cash mod funktioniert nicht mehr.
Brauche deshalb dringend hilfe.
Beim Cash Mod muss man in der includes/functions_post.php folgende zwei Teile einbauen:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$GLOBALS['cm_posting']->update_delete($mode, $post_data, $forum_id, $topic_id, $post_id);
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/mt19/phpBB2/includes/functions_post.php on line 398
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/mt19/phpBB2/includes/functions_post.php on line 574
Brauche deshalb dringend hilfe.