Seite 1 von 1

Karma Mod in phpbb3 übertragen

Verfasst: 01.02.2008 09:36
von sts
Hi,

ich möchte gerne den alten Karma Mod in das neue phpbb3 übertragen. KarmaMod der unter phpbb.com zu finden ist, ist einfach viel zu umfangreich.

Hat sich jemand schon damit beschäftig?
Downoad mod für phpbb2

Ich habe zb.

Code: Alles auswählen

// $_GET variables
if ( isset($_GET['t']) ) { $topic_id = $_GET['t']; } else { die("Hacking attempt"); }
if ( isset($_GET['p']) ) { $post_id = $_GET['p']; } else { die("Hacking attempt"); }
if ( isset($_GET['u']) ) { $user = $_GET['u']; } else { die("Hacking attempt"); }
if ( isset($_GET['x']) ) { $x = $_GET['x']; } else { die("Hacking attempt"); }
Diese Abfrage ist in dieser Form so ja nicht mehr in phpbb3 zu finden.