KevDog
Mon 19th Mar '01, 3:03pm
Hi,
I am trying to install vblite on my web site. I get a The page cannot be found error when I try to run the install.php. I have edited the config.php like it says in the readme. I have also uploaded all the files to my site using ftp ascii transfer mode. Here is my config.php file:
<?php
// only mysql is supported at the moment
$dbservertype="mysql";
// hostname or ip of server
$servername="mysql5.siteprotect.com";
// username and password to log onto db server
$dbusername="xfileszone";
$dbpassword="";
// name of database
$dbname="XfilesZone.com - Boards";
//password for control panel
$cppassword="";
?>
(I erased both passwords)
Here is my mysql info:
. Hostserver for MySQL: mysql5.siteprotect.com
2. You can access the database using Perl DBI (with DBD::mysql) or Mysql.pm module. You can also access it from the command line via SSH using mysql command. The path is /usr/local/mysql/bin/mysql. Please make sure that you first connect through your shell account.
You can find more MySQL resources at http://www.mysql.com
Sample Script to Test Your MySQL Connection:
/usr/local/mysql/bin/mysql -h mysql5.siteprotect.com -u username -p databasename
(this is all the info the give me and they have no support for mysql)
Here is my web hosting info:
Server OS: Linux 2.2.18
Apache: 1.3.17
Hardware Configuration: Dual Pentium III with Ultrawide SCSI HDD
Internal Network: Fast Ethernet Switch (100Mbps) Based
Internet Connectivity: Multiple T3 and OC3 to diverse backbones
Location of Hostway.com Data Center: Chicago, IL
Please help. Why is it giving me this error???
Thanks,
Kevin
I am trying to install vblite on my web site. I get a The page cannot be found error when I try to run the install.php. I have edited the config.php like it says in the readme. I have also uploaded all the files to my site using ftp ascii transfer mode. Here is my config.php file:
<?php
// only mysql is supported at the moment
$dbservertype="mysql";
// hostname or ip of server
$servername="mysql5.siteprotect.com";
// username and password to log onto db server
$dbusername="xfileszone";
$dbpassword="";
// name of database
$dbname="XfilesZone.com - Boards";
//password for control panel
$cppassword="";
?>
(I erased both passwords)
Here is my mysql info:
. Hostserver for MySQL: mysql5.siteprotect.com
2. You can access the database using Perl DBI (with DBD::mysql) or Mysql.pm module. You can also access it from the command line via SSH using mysql command. The path is /usr/local/mysql/bin/mysql. Please make sure that you first connect through your shell account.
You can find more MySQL resources at http://www.mysql.com
Sample Script to Test Your MySQL Connection:
/usr/local/mysql/bin/mysql -h mysql5.siteprotect.com -u username -p databasename
(this is all the info the give me and they have no support for mysql)
Here is my web hosting info:
Server OS: Linux 2.2.18
Apache: 1.3.17
Hardware Configuration: Dual Pentium III with Ultrawide SCSI HDD
Internal Network: Fast Ethernet Switch (100Mbps) Based
Internet Connectivity: Multiple T3 and OC3 to diverse backbones
Location of Hostway.com Data Center: Chicago, IL
Please help. Why is it giving me this error???
Thanks,
Kevin