
December 29th, 2011, 06:28 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Posts: 1
Time spent in forums: 6 m 18 sec
Reputation Power: 0
|
|
Yes, you can control these attributes in Serv-U from PHP.
First, the good news: YES, you can control all these user-level attributes in your Serv-U installation.
Now, the work and caveats:
1) You need Serv-U GOLD*, because that's the edition that allows you to store all your user records on a remote database
2) You need to set your domain up to use "database authentication" (but Serv-U will create the necessary schema if you point it to a blank relational database on SQL Server, Oracle, MySQL, PostGreSQL, etc.)
3) You will also need to write the PHP code to manipulate the individual database entries
4) Complete information about all the database entries has not yet been published, but a documented list DOES EXIST. To get this email "service AT rhinosoft DOT com" and ask for the list of "User Database" fields.
*= (preferably Serv-U Gold version 11, but version 10 might work too)
|