Current time: 11-16-2024, 10:33 PM Hello There, Guest! (LoginRegister)


Post Reply 
ftp passwd= *0
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: ftp passwd= *0
make a copy of the file, then change to:

Code:
if (CRYPT_BLOWFISH == 1) {
        $length = 13;
        $pre    = '$2$';
user_error('blowfish');
    } elseif (CRYPT_MD5 == 1) {
        $length = 9;
        $pre    = '$1$';
user_error('md5');
    } elseif (CRYPT_EXT_DES == 1) {
        $length = 9;
        $pre    = '';
user_error('ext_des');
    } elseif (CRYPT_STD_DES == 1) {
        $length = 2;
        $pre    = '';
user_error('stddes');
    }

and then see at the error.log from php/apache (or on the display?)

Hope we come closer..
12-04-2008 11:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
ftp passwd= *0 - saturnsuper - 11-27-2008, 05:46 PM
RE: ftp passwd= *0 - joximu - 11-27-2008, 07:22 PM
RE: ftp passwd= *0 - saturnsuper - 12-04-2008, 07:35 PM
RE: ftp passwd= *0 - joximu - 12-04-2008, 08:26 PM
RE: ftp passwd= *0 - saturnsuper - 12-04-2008, 09:50 PM
RE: ftp passwd= *0 - joximu - 12-04-2008, 10:52 PM
RE: ftp passwd= *0 - saturnsuper - 12-04-2008, 11:06 PM
RE: ftp passwd= *0 - joximu - 12-04-2008 11:14 PM
RE: ftp passwd= *0 - saturnsuper - 12-06-2008, 07:48 AM
RE: ftp passwd= *0 - joximu - 12-06-2008, 09:26 AM
RE: ftp passwd= *0 - saturnsuper - 12-08-2008, 02:43 AM
RE: ftp passwd= *0 - joximu - 12-08-2008, 05:39 PM
RE: ftp passwd= *0 - rurk - 10-19-2009, 10:54 PM
RE: ftp passwd= *0 - joximu - 10-19-2009, 11:56 PM
RE: ftp passwd= *0 - rurk - 10-20-2009, 12:27 AM
RE: ftp passwd= *0 - joximu - 10-20-2009, 12:31 AM
RE: ftp passwd= *0 - rurk - 10-20-2009, 12:56 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)