Add new comment

Submitted by myles (registered user) on Sat, 2005-12-24 01:29.
Great howto..!

I already had a userDB in MySQL for a SMTP-gateway and therefore didn't wanted to add too many columns in my table. If anyone else should have the same need, here is the SQL Join sentence for UID:
SELECT T1.UID FROM ftpd_users T1, common_users T2 WHERE T1.UserID = T2.UserID AND T2.username = "\L"
  • common_users contains username and password
  • ftpd_users contain UID,GID, bandwidth and etc...
Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.