yeap….. I’ve try to useing the original zFeeder’s config.php settings, now it works!
define(“ZFURL”,”your URI here”); // URL to zFeeder directory installation
define(“ZFADMINUSER”,”your admin name here”); // admin username
define(“ZFADMINPASS”,”your pass here”); // crypted admin password
I found that zFeeder is useing md5 to check the password, so I change these to……
define(“ZFURL”,””); // URL to zFeeder directory installation
define(“ZFADMINUSER”,””); // admin username
define(“ZFADMINPASS”,”d41d8cd98f00b204e9800998ecf8427e”); // crypted admin password
then I can login to admin.php for no username & password.
at the zFeeder1.3 readme file, there are 2 important points for unix-like base’s web hosting:
– give “write” and “execute” attributes to subdirectory: cache
(either with your FTP client or with CHMOD 0777)
attributes of all files in cache dir should be 0766 or 0666
Note: 0666, 0766 and 0777 attributes are considered a security risk
– give writeable attributes to config.php and subscriptions.opml
at last, thanks for your great job! ??