PDA

View Full Version : Password Hash


nok
26th February 2006, 20:15
I'm writting an order panel in PHP for ISPconfig, can you tell me what hash the passwords are in (for table isp_isp_kunde and field webadmin_passwort)


I assume this is the field that allows people (clients) to login?
________
Extreme Q (http://extremevaporizer.info)
________
Vapir oxygen (http://oxygenvaporizer.com)

falko
27th February 2006, 00:19
It's an MD5 hash, prepended by the string ||||:

nok
27th February 2006, 08:18
ok greate thanks!

I've added the client, and added the login details to sys_user however the client doesn't show up in the reseller list?

Is there a table (isp_dep) or something that links the two?
________
ass Webcams (http://www.girlcamfriend.com/webcam/anal-sex/)
________
SuperHugeTits (http://www.girlcamfriend.com/cam/SuperHugeTits/)

nok
27th February 2006, 19:56
any ideas?
________
married woman Webcams (http://www.girlcamfriend.com/webcam/housewives/)
________
HOME MADE VAPORIZER (http://homemadevaporizers.info/)

till
27th February 2006, 20:22
ok greate thanks!

I've added the client, and added the login details to sys_user however the client doesn't show up in the reseller list?

Is there a table (isp_dep) or something that links the two?

You have to add also an record in sp_nodes with the permision settings and the information where the record is stored in the tree menu and there is also a isp_dep record nescessary for the dependency information between the reseller record and the client record.