1999 The Central Ohio Linux User Group. // All rights reserved. // Released under the GPL, v. 2. See: LICENSE.TXT // // this is a php suffix so that it cannot be // directly read -- yet isolates the password and userid // // chown root.nobody passwdfile.php // chmod o-rwx passwdfile.php // chmod g-w passwdfile.php // $user = "NOBODY"; $host = "localhost"; $passwd = "TopSecret"; // // // ... oh --- by the way -- this is not the REAL password set -- // nice try, 'tho // ?>