View Single Post
Old 09-16-2005, 05:12 AM  
Jog
Member
 
Join Date: Jul 2003
Posts: 83
Default Some small infos on php functions for IoFTPD

I have tried some php functions, and :

- string io_group_name('group id')

=> I have verified False return value for error and NOT zero.

- string io_user_name('group id')

=> I have verified False return value for error and NOT zero.

- 'group id' io_group_list_fetch('group list')

=> The function return all groups id when fetching, but return as last groupid a non existent groupid for example with the default installation , without changing groups return :

0 (ok)
100 (ok)
1 (ok)
16078108 (not exist!)

- 'user mask' io_user_mask_init(...)

=> The function used with 'UINFO_PASSWORD' return a strange password with some bit stuffed with f:

io_user_query(...) return a password : ff6661ffffff3532ffff01ffff1b130cffff30ff
io_user_print(...) return the user file wich contain the real sha1 password : 826661e7f1903532becf01dcff1b130ce6fe30c2

------------------------------------------------------------------

It's possible a function wich return the timestamp of the last update for a userfile or a usergroup ?

Thanks for support.
Jog is offline   Reply With Quote