Jump to content
  • 0

класс WebIcqPro


adrkns-projects
 Share

Question

Доброго времени суток!

У меня вопрос ко всем, кто посещает данный раздел.

Вот в своей CMS решил добавить такую штучку, мол если кто-то комментирует новость или выполняет определённые действия, то администратору (в данном случае мне) приходит уведомление в icq.

Ну собственно скачал я сам класс: версия 1.4.7b - в данный момент последняя в паблике.

Далее всё как надо:

<?php
<?php
include('WebIcqPro.class.php');

$icq = new WebIcqPro();

$icq->connect('123456789', '123456789') or die($icq->error);
$icq->setOption('UserAgent', 'miranda');
if($icq->sendMessage('мой_ася', 'Hello world!!!'))
{
echo "Message send";
}
else
{
echo $icq->error;
}
?>

Собственно это код, скопированный с сайта разработчика.

Проблема вот в чём:

You are using an older version of ICQ. Upgrade required

Бьюсь уже час... php.ini проверил - сокеты включены, всё нормально настроено. php по версие подходит.

Кто пользовался - подскажите куда начинать копать:)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy