Re: Re[2]: [PHP] reading linux wtmp file

2003-10-15 Thread Michael P. Carel
Thanks it's working now. > Hi, > > Wednesday, October 15, 2003, 2:25:13 PM, you wrote: > TR> wtmp is a binary file and the format can vary between old and new versions of > TR> linux. You will need to have a look at struct utmp in, for example, /usr/include/bits/utmp.h > TR> This location can va

Re: Re[2]: [PHP] reading linux wtmp file

2003-10-15 Thread Louie Miranda
ot; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 2:45 PM Subject: Re[2]: [PHP] reading linux wtmp file > Hi, > > Wednesday, October 15, 2003, 2:25:13 PM, you wrote: > TR> wtmp is a binary file and the format can vary between old and new version

Re[2]: [PHP] reading linux wtmp file

2003-10-14 Thread Tom Rogers
Hi, Wednesday, October 15, 2003, 2:25:13 PM, you wrote: TR> wtmp is a binary file and the format can vary between old and new versions of TR> linux. You will need to have a look at struct utmp in, for example, /usr/include/bits/utmp.h TR> This location can vary from system to system as well. TR>