Seite 1 von 1

Problem bei Einbau des CTRackers

Verfasst: 19.03.2006 14:08
von Chris66
Hallo zusammen,

während der Installation des CTRackers bin ich auf folgende Zeile in der Anleitung gestossen:
#
#-----[ FIND ]------------------------------------------
#
$message = $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a

href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id .

'">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="' .

append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');


#
#-----[ IN-LINE FIND ]------------------------------------------
#
$lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="' .

append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">', '</a>')

. '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="' .

append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');


#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
$ctinfomeldung .


#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
Please Upload ALL included files to the correct position of your Board!


#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
Set now CHMOD777 to the following Files:
- ctracker/logs/counter.txt
- ctracker/logs/logfile_flood.txt
- ctracker/logs/logfile_proxy.txt
- ctracker/logs/logfile_worms.txt



#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
Upload the file install.php to your Webspace and execute it by entering the URL into your

browser.
After that please delete this file again from your Webspace!
Ich komme hier nicht weiter. Was wird eigentlich konkret in dieser Zeile eingefügt?

Danke für Hilfe

Gruß
Christian[/code]

Verfasst: 19.03.2006 14:23
von diegoriv
ich denke, die Zeile sollte danach etwa so aussehen:

Code: Alles auswählen

$message = $ctinfomeldung . $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="' . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');