Forenindex » Programmierung/Entwicklung » PHP und MySQL » PHP auf meine Page ??

PHP auf meine Page ??

Anonym
Beiträge gesamt: 22827

18. Jan 2005, 20:17
Bewertung:

gelesen: 454

Beitrag als Lesezeichen
Hey leut e

ich habe auf dieser page http://www.jeroenwijering.com nen Froum runtergeladen aber irgendwie kann ich das nciht auf meine page einbinden ...
Ich meine wie verlinke ich das und zu welcher datei ...

Ich bin davon ueberzeugt das mein server php unterstueztzt .. nur kann ich das forum nciht richtig einstellen

Kann sich jemadn das froum anschauen und mir einwenig hilfe leisten ...

Danke an alle

NewB

PHP auf meine Page ??

Kusi
Beiträge gesamt: 1398

22. Jan 2005, 09:38
Bewertung:

gelesen: 454

Beitrag als Lesezeichen
Hallo
In der Read me findest du die Anleitung, wie du es einbinden kannst:

open the file header.php in a texteditor. in the top of this file you can set a couple of variables:

- useSmileys: the switch to turn smileys on or off. you can put 'true' or 'false' here.
- useLogin: the switch to turn logging in for the admin page on or off. you can put 'true' or 'false' here.
- the username / password combination for the logging in. You can set any string you want here.

then upload the files to your ftp server. you'll have to chmod the directory in which the datafiles will be stored to 777 - writeable for all. Do the same for the files in this dir (topic1.txt/topics.txt). This chmodding - setting of permissions - is a standard feature of all ftp programs.

and that's all !

Wenn du diese Anleitung durch gehst, klappts.

Wenn du wissen willst, ob dein Server php unterstützt, mach mal eine Seite info.php und setzt dort die Zeile <?php phpinfo(); ?> rein. Wenn die ganze Litanei von php kommt, unterstützt dein Server php.

Gruss
Kusi

http://www.k-k.ch
Grafik, Layout, Webdesign

(Dieser Beitrag wurde von Kusi am 22. Jan 2005, 09:43 geändert)