Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
28/08/2003 20:05:31
|
Anonymous
|
how can i install php forom on tripod server im new on all this
|
|
30/08/2003 21:27:41
|
Anonymous
|
It's almost like other servers, but i'll try to be as specific as possible
1st the things like in readme.txt:
1. Open the configuration file 'config.inc.php' with a text editor
and set up your database settings.
the name of your database is username_countryletters_db (ie caspar_nl_db, consult tripod help for details) you don't need a database password
now upload all files, it's the most easy to use an FTP program
now log into tripod and turn php and MySQL databases on
2. Create the tables for the guestbook:
mysql -u<user> -p<pass> <database> < guestbook.sql
Or use the script 'install.php' -> http://www.yourDomain.com/guestbook/install.php
just use the script
3. Give write permissions to these directories:
- public - 777 (drwxrwxrwx) (directory)
- tmp - 777 (drwxrwxrwx) (directory)
they already have write permissions on Tripod
4. The default account is:
Username : test
Password : 123
you can login with the admin.php and this password/username combination. Now you should be able to change the settings and your password
if this wasn't enough, just mail me @ webmaster@CasioX.tk
success!
Caspar
|
|
|
|
|
|
Based on the open source JForum
|