MYSQLServer localhost
MYSQLUser cpanel
MYSQLPassword passwd
MYSQLDatabase cpanel
MYSQLCrypt [b]md5[/b]
MYSQLGetPW SELECT password FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetUID SELECT uid FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetGID SELECT gid FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetDir SELECT homedir FROM ftp_users WHERE username="\L" AND login_enabled="y"
MySQLGetQTASZ SELECT panel_customers.diskspace/1024 AS QuotaSize FROM panel_customers, ftp_users WHERE username =$
But froxlor encrypt the passwd off my user with another and i need that he use md5
I have just give a look for customer_ftp.php but i've found nothing
Question
med
Hello!
I have some problemes with my ftp (pure-ftpd)
In my config file i have :
But froxlor encrypt the passwd off my user with another and i need that he use md5
I have just give a look for customer_ftp.php but i've found nothing
Thank for help =D
EDIT : we can use @ and & in our passwords ?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.