Re: MFC, how to see who is online?still no other way of MFChecker?
|
Re: MFC, how to see who is online?Quote:
It just runs on an endless loop with a random length temporary sleep time between each bulk cURL run. From this I parse out all the model names and store them in a temporary swap file. With all the model names rounded up from both pages I cURL I then cURL each model's profile pageto locate their model ID. Then I pass the information off to a MySQL database I created with the following columns: recordNum(incremental INT - PK) | modelName | modelID I query this database to figure out which model's I have in my various rtmpsuck.exe's saved streams folder (as rtmpsuck only saves the modelID in the file name). Also, since some MFC models love to change their names regularly I specifically query mysql for the modelID and sort it so that it responds with only the most recent modelName for that modelID. Is this the best solution? Hell no, but it is good enough for my needs, for now. It doesn't get every model and it has a lot of redundant processes (ie: re-scraping model profiles already discovered and haven't changed) I really need to learn how to mimic a javascript enabled web browser from a terminal script (using anything like lynx, w3m or bottle.py). I'd be curious if anyone has any tips or insight as to what the best general path I should explore to accomplish this hurdle... |
Re: MFC, how to see who is online?I have begun fiddling around with casperjs but it'll take some time for me to get some progress done. Whenever I try accessing any element other than the outer most frame, casperjs acts as if they are not there (selectors are not being found) but the website is being captured fine.
A little example: Code:
casper.start('http://myfreecams.com/', function() { |
Re: MFC, how to see who is online?Quote:
To install this on Ubuntu 14.04: Code:
apt -get install phantomjs git -y; git clone git://github.com/n1k0/casperjs.git; cd casperjs; ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs; Code:
phantomjs --version; casperjs | head -n1 | awk {'print $9'} Code:
1.9.0 Will update this thread in a little bit with my findings... |
Re: MFC, how to see who is online?Sorry I got distracted with other things but I managed to get you one step a little further.
To get around the #enter_desktop button you can simply invoke a reload (try it a browser incognito mode, first the button appears, refresh and you do not get prompted with anything). Being that I literally only heard of CasperJS from your post I am a total noob at this. But I was able to take your code and add a couple tweaks:
Here is what I got so far: Code:
var casper = require('casper').create(); I think this is going to be the smoking gun that I've been looking for to be able to do this efficiently, so thanks for bringing this to my attention! :) |
Re: MFC, how to see who is online?Because mfc add more servers (about 50 new servers) where now stored models live capture my old script posted earlier in this thread stopped working for mostly models. I decided made update in my script generally im working now in two scripts - lite version where you need only know model name and extended version where you must know model name and model ID , extended version will be based on my old script you can see model avatar but live screen capture will be works only if screenshot stored in old mfc server and only in popup.
But both scripts will be now easier to use need only perpare txt file with model names (lite version) or model names and id (extended version), special exectuable file (instaled NET Framework needed) will made html page based on your models list from txt file. Lite version will be looks probably like my alpha testing page : ![]() Extended version : ![]() Now my mfc checker will be more detailed , will be available live statuses : Online , Online: Away, Online: Webcam Off, Online: Private, Online: Group Show and of course Offline. Im still testing but now looks like all works fine , i think about how add live caps for all models but probably its not possible for now live caps stored totally random and checking every 50 servers by script can be laggy if you have added more models. |
Re: MFC, how to see who is online?This is as far as I will get today. Another 30min spent without making any headway...
Code:
var casper = require('casper').create({ |
Re: MFC, how to see who is online?Quote:
Looks cool, I'm going to be AFK for a few hours but later tonight I'm going to try and pick up where you left off. One thing though, you can specify the verbosity of the script when executing it as opposed to making the script itself verbose by executing casperjs as such: Code:
casperjs --log-level=debug --verbose mfc.js Good work on figuring out how to switch to the frame. Last night I did try waitForSelector for a bit and now I know that it wasn't working because I wasn't drilling down into the frames. |
Re: MFC, how to see who is online?Anyone have idea how check actuall model name in mfc if i allready have only her model id ? (old name dont works but id still active)
|
Re: MFC, how to see who is online?Quote:
|
Re: MFC, how to see who is online?i thinked about any 100% way possible to use in my online checker script , anyway i think allready i found method to find old name if model still have same id.
|
Re: MFC, how to see who is online?okay cool :)
|
Re: MFC, how to see who is online?Quote:
Or did you manage to figure out how to query the cam site itself to obtain old model names associated with the model ID? (I'm being vague for intentional purposes to keep things under wraps). |
Re: MFC, how to see who is online?online databases , but nowafter testing i know its not 100% works
|
Re: MFC, how to see who is online?Quote:
|
Re: MFC, how to see who is online?Quote:
|
Re: MFC, how to see who is online?Quote:
friending for members is just a way of marking your favorite models, so that you get notified of the models' status when you're logged in. friendship is also the way of limiting who can use private messages to contact you, if you have set your pm option to "friends only". friendship works the same way for models; they can mark their favorite members, to see when they are logged in to mfc, while they are online. plus they can limit who they receive pm's from. it only matters whether a model friends you back, if you want to send them private messages, and they've set pm's to friends only. in order to see who is online at mfc, all you need to do is log in. as long as you're prepared to log in, the friends feature will suffice. |
Re: MFC, how to see who is online?Im almost finished my MFC Online checker version 2.0
New features what will be available in this version: - lite and extended version for simple checker or more advanced - added scanning for new webcam snapshots used by mobile feed stream models - added in scanner link generator for use to rip actual streams without login to mfc (not needed manualy check video server) Here preview and functions show: https://youtu.be/6Sn5TmL1STE ![]() |
Re: MFC, how to see who is online?basa your message box is full.
|
Re: MFC, how to see who is online?Quote:
http://www.myfreecams.com/mfc2/php/t...ter_id=xxxxxxx The catch is you have to be logged in and have tokens. |
Re: MFC, how to see who is online?no update?
|
Re: MFC, how to see who is online?Quote:
|
Re: MFC, how to see who is online?Sorry, but I don't have it anymore. I deleted a lot of my old apps that weren't working anymore at the end of 2014 and MFCChecker was one of them.
|
All times are GMT -6. The time now is 07:59 PM. |