M
MariosM
Guest
Hello,
I'm trying to make a sql query to reveal ftp passwords of plesk.
I yse this one
it shows the logins and passwords but it shows the same domain again and again.
Any suggestion ?
I'm trying to make a sql query to reveal ftp passwords of plesk.
I yse this one
SELECT d.name, s.login, a.password
FROM domains d, sys_users s, accounts a, clients cl
WHERE a.id=s.account_id
AND cl.id=d.id
AND d.cl_id=cl.id
ORDER BY d.name, s.login;
it shows the logins and passwords but it shows the same domain again and again.
Any suggestion ?