DELETE all phpYellow files that have the word "install" contained within a filename.
define("ADMINUSER", "yourPHPYellowUserName"); // your phpYellow login
define("ADMINPASSWORD", "yourPHPYellowPassword"); // your phpYellow password
define("ADMINHOME", "admin.php"); // your phpYellow administration page
define("NOTIFYONCHANGE", "yes"); // if you want the WEBMASTER notified
There are a number of levels of security but no mechanism anywhere is 100% safe from unwanted breach. Your best defense is to use a good, long and varied password and be sure to include numbers and other special characters in it. You can also change the admin user name, admin password, the name of the admin php file and other parameters. I recommend doing so. This may be performed in util.php
Rather than make hacking easy, additional implemented phpYellow security precautions are embedded into the source code but not documented. You would need to go over every line of code to understand the built in security for phpYellow.
Additional web server specific, scripting language specific and database specific security issues are not addressed here. These component specific concerns are best described in the documentation the components are delivered with.
| Web Server | ![]() |
| Scripting Language | ![]() |
| Database | ![]() |
If you can think of additional useful safety precautions to add to this document please send your thoughts to DreamRiver.
END OF DOCUMENT
All Pages Copyright©2000,2001,2002 Dreamriver.com. All rights reserved.