Want to export DA users + passwords into SQL TABLE

Kyra

Verified User
Joined
Apr 6, 2005
Messages
16
Hi lads,

Intro.
When a customer order a hostingplan on my website, the backend will add the chosen hostingplan through the API on the server.
Every new customer is add to a reseller which has the several hostingplans in his reseller packages.
When a existing customer want to add a extra domain at his hostingplan they can choose for a option which link/add the extra chosen domain as a virtual domain to their hostingpackage,
This feature is only possible for new clients which order all their domains and webhosting through the website.

Problem/Question
Is there a way to read the username and passwd which already was given from DA to a customer. And export that information into a extra field in our database, so the customer can log into our website by using his emailadres that they automatic log into (through the backend) their DA account.

For Example

A new customer who order is add to our server and his account seems like this.

<username> 0.0057 / 10 0.2656 / 1 3 / unlimited No 81.173.xx.xx

XXXXXXXX.eu
XXXXXXXX.nl
XXXXXXXX.org

We want to read through the API all information (which server, account etc.) of that client, but don't want to send the existing client a new password.

Sorry for the cloudly explain ;)
 
There is no way to read existing passwords unless you run them through a password cracker and that can take hours and if its a good password then it may never crack it.
 
But if you don't want to send the customer a new password you may be able to just paste the encoded password from the email account to the file used by your system ... if they use the same encoding scheme, and if you know where everything is.

Jeff
 
Hi,

Thanks, we choose to generate new passwords for all customers.

the table will be: host > user > role > passwd

Is there a way to export the users to a excel sheet except copy paste it ?
 
Is there a way to export the users to a excel sheet except copy paste it ?

Export them from where? And do you want the encrypted password or the plain text password? What information do you want and from where?
 
Back
Top