View Single Post
  #265  
Old 05-23-2013, 09:47 AM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by fefe78 View Post
very easy way.. I use it to check model status..

get profile page http://profiles.myfreecams.com/<model_name> using wget for example

look at html code and search for "g_nProfileState" variable;

these are the values, extracted from my script code:

Code:
                case $status in
                        "0")
                        status_text="Online"
                        ;;
                        "2")
                        status_text="Away"
                        ;;
                        "12")
                        status_text="In Private"
                        ;;
                        "13")
                        status_text="In Group Show"
                        ;;
                        "90")
                        status_text="Online"
                        ;;
                        "91")
                        status_text="In Private"
                        ;;
                        "127")
                        status_text="Offline"
                        ;;
hope this helps..
Thank you. Until recently it was also possible to get the online status via the url below with the UserID of the broadcaster, but they have fixed/removed that.

Code:
http://profiles.myfreecams.com/?action=get_status&user_id=5676470&nocache=
Reply With Quote