SmartICQ project


Main | Download | Screenshots | Example | Manual | TODO | BTS | Contacts

Documentation

This is a short manual how to use SmartICQ.

This is very simple!
Just edit file inc.php. There you need full the gaps in quotes at [Admin's ICQ UIN] and [Account info] sections. Save changes and close the file.

Here is an example of head of inc.php file:

# Admin's ICQ UIN #
define("ICQ_ADMIN","123456789");

# Account info #
define("ICQ_NUMBER","12345");
define("ICQ_PASSWORD","password");

...

Apart from this, path to PHP interpetator may by different. Type in console next command:

$ which php

If result of command is differed from default path in first line in smartICQ.php file, fix its.

Running

You can just execute next command in console:

$ ./smartICQ.php

Besides, you can use this command:

$ php smartICQ.php

If you want use screen, use next command:

$ screen ./smartICQ.php

or

$screen php smartICQ.php

accordingly.
Created by Eugene Solomin aka 0xDEFACE
email/msn: deface@mail.com