01-14-2015, 08:29 AM
|
|
see you later, I'm gone
Industry Role:
Join Date: Oct 2002
Posts: 14,058
|
Quote:
Originally Posted by sarettah
I was not rude to you. I was trying to make sure I understood the issue. Your description of it was poor. I asked questions. So, now attempting to understand someone is being rude? I will remember that.
|
Quote:
Originally Posted by CPA-Rush
LMAO
|
Hmmm, well here is the conversation I think we are talking about. I still don't see rude.
Quote:
Originally Posted by CPA-Rush
sarettah , lets say i want check if some users watch the room right now ?
$users_to_show=array("jully_rebella","natyhot29"," sexypenis75"); // users
$room = 'https://chaturbate.com/api/getchatuserlist/?sort_by=t&roomname=natyhot29'; // userlist of the room
....SOMECODE
if true
echo '<div id="users_to_show"> - are in room ';
echo '</div></span>';
else echo ' <div id="null"> <strong>Not in room . </strong></div>';
can u guide me ? 
|
Quote:
Originally Posted by sarettah
I don't think you can get at a list of who is watching the room through the feed. The information is just not there.
You could scrape a page and pick up that information perhaps.
.
|
Quote:
Originally Posted by CPA-Rush
that correct , we can see only text/list of names in feed but no much info .
curious would this be easier if it was html page ?
|
Quote:
Originally Posted by sarettah
You say the text/list of names in the feed?? You are confusing me there. The feed lists the users that are on cam NOT the users watching the cam. If you know different then please show me and correct me.
The way I see to get at that info is to periodically grab the code for the page you want to monitor, search it for the list of users viewing and interrogate that. Now, that info may or may not be available in a page scrape. If the list is injected via javascript it is harder to get at.
.
|
Quote:
Originally Posted by CPA-Rush
ok sorry regularly i don?t look for every word in the dictionary before saying something . but i guess u got it .
this is more clear now 
|
Quote:
Originally Posted by sarettah
Hmm, sorry if I sounded harsh,. I did not mean to. There is always a smilie at the end of my posts even if I forget to put it there.
I was just trying to make sure I understood what you were saying/asking so I don't give you a bum answer.
.
|
Quote:
Originally Posted by CPA-Rush
np i had to say URL 
|
Quote:
Originally Posted by sarettah
Ok, now I understand what you were asking. My bad for not seeing you had put the url of the chatroom in there.
Unfortunately grabbing the page for the chat room won't give us what we want unless we also follow the javascript. That can get sticky.
I was just checking and the user list is injected into the room via javascript/ajax so we could try to go grab the url that ajax is calling and see if it would give us a list back.
If I get a chance I will poke around and see what there is to see.
.
|
__________________
All cookies cleared!
|
|
|