PHP2ICQ recently stop work.
Error message: Fatal error: Maximum execution time of 30 seconds exceeded in d:\Projects\Php2Icq\php2icq.php on line 483
Logged In: NO
It's just trouble with you, but not with php2icq. It works excellent.
You won't run it as Apache-module script, or CGI-script. If you want to use it as a resident daemon (or module) you should make script like:
/*CONNECTING*/ while (true) { // sleep(10); }
and run it like: screen and then: php /home/loop/script.php
Плохая связь с сервером.
Log in to post a comment.
Logged In: NO
It's just trouble with you, but not with php2icq.
It works excellent.
You won't run it as Apache-module script, or CGI-script.
If you want to use it as a resident daemon (or module) you should make script like:
/*CONNECTING*/
while (true)
{
//
sleep(10);
}
and run it like: screen
and then:
php /home/loop/script.php
Logged In: NO
Плохая связь с сервером.