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"); }