View Single Post
Old 12-10-2018, 01:02 PM  
NickBaer
Nick Baer
 
NickBaer's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: In Europe. Using high speed Internet to update my studios.
Posts: 1,319
That is more likely a CB thing.

You can check for yourself by downloading the same feed
from the Promo Tools > API-

I wrote a little PHP script: (wm=PTiqU is my "campaign")

<?PHP
$json = file_get_contents('https://chaturbate.com/affiliates/api/onlinerooms/?format=json&wm=PTiqU');

//var_dump(json_decode($json));
$jsonD = json_decode($json,true);

print '$jsonD<xmp><pre>' . print_r($jsonD,true) . '</pre></xmp><p>$jsonD<p>';
?>



the file is pretty huge.

You can see the undecoded output at Promo Tools > API-
And do a "Find" on any keyword, like room name, that is coming up offline on your end.
__________________
Made my first porno in 1986. Sold my first VHS in 1993. Did my first live Cam in 1994. Coach-Karl.com NickBaerGallery.com I host with MojoHost.com and To Buy or Sell Sites Imagine AI Content
NickBaer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote