Re: [PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Volker Augustin
hi, this sounds like a warning not like an error, your php is successfully compiled...(most software i know an compile got this message.) can you post a little bit more debug information? volker - Original Message - From: Alberto Ferrer [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
hi, this is only a very fast response :)) is solved this kind of problem like that: (quick solution for a chatboard - user cannot login for x seconds - maxidletime) /***two functions:**/ function logoutMsgBoardUser($UserName) global $MessageBoardTable,$SiteID;

Re: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
hmmm, for me these few line are working well, user cannot login before max-idletime is reached (i check the list every time an action is taken on the board, if no user is online, i cant login forever and have to connect as another user first ;) thats all, you could check idletime for all users

RE: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
i said that before! just a hint to think offany questions? volker - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'Volker Augustin' [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 5:48 AM Subject: RE: [PHP] trikky