auto create users.

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
dell
500 Command not understood
Posts: 1
Joined: 2008-07-21 01:39
First name: damien

auto create users.

#1 Post by dell » 2008-07-21 01:44

i am trying to create a admin panel for my site, i am createing a hosting server for people to use. i know where the users and passwords are stored, but how do i convert the users passwords to md5?

also, what php code would i use to create/edit the user?

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: auto create users.

#2 Post by boco » 2008-07-21 10:27

dell wrote:how do i convert the users passwords to md5?
You don't 'convert', just calculate the MD5 hash of the password.
dell wrote:also, what php code would i use to create/edit the user?
The XML file is a plain text file and can be modified as such. After that call the Filezilla Server.exe with /reload-config .
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

cooperspc
226 Transfer OK
Posts: 94
Joined: 2005-10-21 15:21
Location: Indiana USA

Re: auto create users.

#3 Post by cooperspc » 2008-07-21 12:41

this may help with your coding
check this post
I also have some old scripts that i have used , i'll try to find, if you would like to see them
I believe they where for add and delete

Post Reply