scusate, mi intrometto in questa discussione perchè mi interessa.. spero che qualcuno mi risponda..
lo script l'ho tirato giù da freephp.html.it ed una board-forum che non necessita di database
il mio blocco di codice è
Codice PHP:
<?
// no trailing slash for $path.
$path = "membri/consultave/2/forum01";
$boardname = "cpsVe forum indice";
$bgcolor = "#fffafa";
$textcolor = "#000000";
$font = "verdana";
$linkcolor = "#000000";
$hovercolor = "#000000";
$bordercolor = "#ADD8E6";
$boardcolor = "#E6F3F6";
$usercolor = "#E1EAF4";//#C1D1EC
$datacolor = "#F0FFFF";
$topicsperpage = "10";
$postsperpage = "10";
$membersperpage = "10";
?>
su $path devo ficcarci: [dal file help]
Codice:
/////////////////////////////////////////////////////////////
// © edge-programming.com
// Developers: Anthron, Cgriego
// for support, please visit our site at edge-programming.com
/////////////////////////////////////////////////////////////
// Installation
/////////////////////////////////////////////////////////////
To install, you need to do some basic editing to config.php.
// Step 1
Change $path to the dir you have uploaded Flat PHP Board to. For example, if index.php
is in directory
/websites/hosted/yourname/fpb
this this is what the line should look like.
$path = "/websites/hosted/yourname/fpb";
If you are using windows, use either \\ or /, do not use \.
Do not leave a trailing slash on the end of your path.
// Step 2
Change $boardname to the name of your board. If you wish to change the colors, some of
the other options, feel free.
// Step 3
Upload all the files to your server.
// Step 4
chmod directories topics/ and users/ 666.
// Step 5
Run index.php through your browser and register your name. After that, you should be
done!
quindi io che ci devo scrivere??
su http://www.collaborando.it/public/fpb/index.php ho trovato:
domanda sul forum
ciao volevo chiedere al webmaster che stringa di codice ha messo per configurare questo forum, cioè che stringa ha messo nel file config.php alla linea $path = "????"; volevo chiedertelo perchè io non riesco a farlo funzionare
Reply:
Supponendo che il tuo forum sia su www.tuosito.it/public/fpb <br>devi mettere <br>$path = "D:/Inetpub/webs/tuositoit/public/fpb" <br>Questo, tuttavia, dipende dall'hosting che ospita il tuo sito; nel caso la stringa sopra non dovesse funzionare, devi chiedere all'hosting che ti ospita qual'è il path corretto. Ciao
FunCool: Usa i tag appositi per scrivere il codice.