navphp.sourceforge.net

Delivering PHP open source Projects


Home
FAQ
License
About

Download
PHP Navigator 4
Download the latest version

navphp4.zip


Guest Book
 Feel free to add your comments or rating of PHP navigator.





Frequently Asked Questions
Table of Contents
  1. How do I password protect PHP Navigator?
  2. My picture Thumbnails isn't working.
  3. This reveals all the files in server!
  4. I cannot write into any file on Linux!
  5. HTML Editor isn't working in Opera

» How do I password protect PHP Navigator?

A basic http authentication is provided with the script. The Login works ONLY IF it is enabled in 'config.php'. If you already use a password protected folder, you can disable this user login. For protecting folders the simplest way is basic http authentication using '.htaccess' files. Refer your host provider for more details.

Back to Top

» My picture Thumbnails isn't working.

Load the gd2 library for PHP. It allows use of thumbnails. If thumbnails won't appear, either you havn't installed gd library oe it is not enabled in php.ini. Usually in Win32 platform gd2.dll comes with php installation.

Back to Top

» This reveals all the files in my server

You can restrict access to a home directory. Set a home directory [$homedir] and then enable restriction by setting the $restrict_to_home variable in config.php.

Back to Top

» I cannot write into any file on Linux!

You need 777 permission for both the file and the working folder for write access. You have to chmod the folder either manually or using ftp.

Back to Top

» HTML Editor isn't working in Opera

Most of the new browsers like Opera doesn't have a Rich Text editor. Use Internet Explorer or Mozilla Firefox.

Back to Top