Current time: 11-16-2024, 08:51 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: #12
RE: ftp passwd= *0
Hi

I don't know your system. Obviously there's something wrong, either a apckage is missing or your system does not like crypting or something else.

You have to be a little bit more active to solve the problem.

Maybe you try to find the bug by exercising with the php-crypt command.
eg. as in the php documentation:
Code:
<?php
if (CRYPT_STD_DES == 1) {
    echo 'Standard DES: ' . crypt('rasmuslerdorf', 'rl') . "\n";
}

if (CRYPT_EXT_DES == 1) {
    echo 'Extended DES: ' . crypt('rasmuslerdorf', '_J9..rasm') . "\n";
}

if (CRYPT_MD5 == 1) {
    echo 'MD5:          ' . crypt('rasmuslerdorf', '$1$rasmusle$') . "\n";
}

if (CRYPT_BLOWFISH == 1) {
    echo 'Blowfish:     ' . crypt('rasmuslerdorf', '$2a$07$rasmuslerd...........$') . "\n";
}
?>

and compare the output with the one in the docu:
http://ch2.php.net/manual/en/function.crypt.php

/J
12-08-2008 05:39 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: 9 Guest(s)