Author |
Message |
08/05/2002 23:41:25
|
Anonymous
|
Hello everybody
Can you tell me if I can Integrate Advanced Guestbook 2.3.1 in PHP-Nuke 5.5. If yes, how, and must I download an another version??
Thank you
|
|
09/05/2002 19:06:25
|
Anonymous
|
config.inc.php:
define('IS_MODULE', true);
|
|
11/05/2002 14:26:34
|
Anonymous
|
Tell me please is that all I must do??
But isn't working what I exepted?? Its, working like stand aloone, and I waht to integrate like center Block in PHP-NUKE. If you can tell me what can I do
Thank you
|
|
11/08/2002 09:37:27
|
Anonymous
|
Admin
config.inc
<?php
/* database settings */
define('IS_MODULE', true);
$GB_DB["dbName"] = " guestbook";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "name";
$GB_DB["pass"] = "pas....";
/* tables */]
|
|
02/10/2002 01:27:18
|
Anonymous
|
I am trying to use guestbook as a module for PHPwebsite.... how do I do it??
|
|
|