I know, it is an example that comes with the package, but I tried at least 50 different networks and about 50 different channels and I never get the amount of users on the channels at all. Any ideas what's wrong with that example or with my settings?
Thanks...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the problem is the examples are kinda outdated, SmartIRC has alot of changes/improvements and the examples wasn't corrected yet.. I will try to check that out and update them with a new release...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
found the problem, in fact because of a bug fix in 0.5.5 the returned array doesn't contain the full message (which is required for getting the number), I suggest that you update SmartIRC to the CVS version...
There you get the whole $data object from listenFor() which contains all data...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
great that you found the problem so fast! But now you gotta tell me what the CVS version is and where I can find it!? I use smartIRC 0.5.5 by the way. Do you mean an older version of it?
Thanks for your help...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, I tried an older version and it works great on my local system but not on another server. Any ideas why? I have to use this setting:
$irc->setUseSockets(FALSE);
Maybe it has something to do with that? Hope you can help me again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok... I tried the CVS version too and that doesn't give me any counts either. :( Tried it locally and on the external server. So I think the 0.5.1 version was so far for me the best solution, but why is it not working on the server? Could it be some kind of socket problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No I didn't try that but if this one is not working on my local server so far and not on my external server, I don't know if I should work with it. At least the 0.5.1 was working for me locally. ;) I just need to know what I have to change on the external server to make it run there too!? Thanks for all your help...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which versions of PHP do you have on your servers? I'm not shure, but I guess, it makes a difference. I've had this problem too and the only difference I have seen was the version number of PHP. It doesn't work on 4.1.?, but on 4.2.3.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi...
I know, it is an example that comes with the package, but I tried at least 50 different networks and about 50 different channels and I never get the amount of users on the channels at all. Any ideas what's wrong with that example or with my settings?
Thanks...
the problem is the examples are kinda outdated, SmartIRC has alot of changes/improvements and the examples wasn't corrected yet.. I will try to check that out and update them with a new release...
found the problem, in fact because of a bug fix in 0.5.5 the returned array doesn't contain the full message (which is required for getting the number), I suggest that you update SmartIRC to the CVS version...
There you get the whole $data object from listenFor() which contains all data...
about getting the CVS version:
https://sourceforge.net/forum/forum.php?thread_id=878187&forum_id=204500
great that you found the problem so fast! But now you gotta tell me what the CVS version is and where I can find it!? I use smartIRC 0.5.5 by the way. Do you mean an older version of it?
Thanks for your help...
Ok, I tried an older version and it works great on my local system but not on another server. Any ideas why? I have to use this setting:
$irc->setUseSockets(FALSE);
Maybe it has something to do with that? Hope you can help me again.
Thanks for the CVS version link, I will try that one too.
Ok... I tried the CVS version too and that doesn't give me any counts either. :( Tried it locally and on the external server. So I think the 0.5.1 version was so far for me the best solution, but why is it not working on the server? Could it be some kind of socket problem?
did you var_dump() the return value of listenFor() ?
the structure is different in the CVS version, it has much more info than the old versions..
No I didn't try that but if this one is not working on my local server so far and not on my external server, I don't know if I should work with it. At least the 0.5.1 was working for me locally. ;) I just need to know what I have to change on the external server to make it run there too!? Thanks for all your help...
Nobody an idea why it's working local but not on another server?
Which versions of PHP do you have on your servers? I'm not shure, but I guess, it makes a difference. I've had this problem too and the only difference I have seen was the version number of PHP. It doesn't work on 4.1.?, but on 4.2.3.
yes this can be, PHP 4.1.x seems to be very borked, with PHP 4.2.x it should work for sure...
I am using 4.3.3 locally and my provider has 4.3.2. :/
Could it be any misconfiguration of PHP!? If so, what would it be? Any idea?
Hello!
I was searching for such an online user script all the inet. and finally i've got here.
But it's hard to follow your discussion on how to build such an online counter.
Are there any uptodate examples for sth like this?
Any advice would be great!
Greets to you,
Eugen
eugenandreas@yahoo.de