Latest Post probleempje
Geplaatst: 26 nov 2004, 01:45
Ik heb dus het script gedownload (latests Posts/Topic) maar het lukt mij niet.
In het script zegt men
* Put this code into new file, set $serverPath and $urlPath,
* upload this file onto server and include into your page and you are done!
dat heb ik gedaan heel het script in een blanke pagina gezet en opgeslagen als > laatste.php
Dan zegt het script
Dus ik moet de gegevens van mijn path opegeven
ik heb dat gedaan zoals je hierinder ziet
Is dit juist? want er gebeurd totaal niet,ik heb de file laatste.php geupload
bij de map forum dus tussen de files config.php,login.php,...
Of moet ik hem ergens anders uploaden?
De url van mijn forum is
http://www.dutchcartuning.com/forum
En de cinfig.php file staat er ook
http://www.dutchcartuning.com/forum/config.php
weet er iemand wat er mis is??
de mod vind je op
http://www.phpbbhacks.com/searchresults ... ery=latest
naam is latest Posts/Topic
mvg
In het script zegt men
* Put this code into new file, set $serverPath and $urlPath,
* upload this file onto server and include into your page and you are done!
dat heb ik gedaan heel het script in een blanke pagina gezet en opgeslagen als > laatste.php
Dan zegt het script
Code: Selecteer alles
$urlPath = "ABSOLUTE_PATH_OF_YOUR_FORUM"; //example: if your forum URL looks like http://kocky-online.cz/forum, this should be "/forum"
$serverPath = "PATH_TO/config.php"; //example: when this file is in URL path /forum/mod, this should be ../config.php
ik heb dat gedaan zoals je hierinder ziet
Code: Selecteer alles
$urlPath = "/forum"; //example: if your forum URL looks like http://kocky-online.cz/forum, this should be "/forum"
$serverPath = "/forum/config.php"; //example: when this file is in URL path /forum/mod, this should be ../config.php
bij de map forum dus tussen de files config.php,login.php,...
Of moet ik hem ergens anders uploaden?
De url van mijn forum is
http://www.dutchcartuning.com/forum
En de cinfig.php file staat er ook
http://www.dutchcartuning.com/forum/config.php
weet er iemand wat er mis is??
de mod vind je op
http://www.phpbbhacks.com/searchresults ... ery=latest
naam is latest Posts/Topic
mvg