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