Seite 1 von 1

Probleme mit der Recent

Verfasst: 31.01.2004 18:48
von lavey
Hallo,

schon länger wollte ich die aktuellen Themen einfügen in meine Hauptseite.

Also schaute ich hier nach und wurde fündig, nur lüuft das nicht so wie ich es will ;(

Jedesmal kommt: Hacking attempt

Was kann das sein?

Eigentlich habe ich das so gemacht, wie es in der Anleitung steht.

http://www.nordic-wandern.de/recent.php

und hier sind meine Änderungen:


<?php
// ############ Edit below ###############################
$length = '25'; // length of topic title
$limit = '5'; // how many topics?
$l_recent = 'recent topics';
$l_started = 'started at';
$l_by = 'by';
$special_forums = '0'; // 0 = no; 1 = yes
$forums = '1,2,3'; // ID of forums; separate them with a comma
$css = 'http://www.nordic-wandern.de/forum/temp ... e/name.css'; //path and name to your css_sheet - optional
// ############ Edit above ###############################

define('IN_PHPBB', true);
$phpbb_root_path = 'http://www.nordic-wandern.de/forum/'; // board folder with! ending mark (if in same folder just './')
include($phpbb_root_path . '/extension.inc');
include($phpbb_root_path . '/common.'.$phpEx);

@$userdata = session_pagestart($user_ip, PAGE_INDEX);
@init_userprefs($userdata);


Und das will nicht ;(

Weiß jemand Rat ?

Cu Mad