Menu

#1 PHP2ICQ no longer work

open
nobody
None
5
2006-11-12
2006-11-12
Anonymous
No

PHP2ICQ recently stop work.

Error message: Fatal error: Maximum execution time of
30 seconds exceeded in d:\Projects\Php2Icq\php2icq.php
on line 483

Discussion

  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    Logged In: NO

    Плохая связь с сервером.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.