02-11-2021, 01:39 PM
|
|
Confirmed User
Industry Role:
Join Date: Jun 2010
Posts: 483
|
Quote:
Originally Posted by Smeklinis
Nick,
I do not see any modified files in update
And for me it is the same after update.
To get it work:
In
Code:
/public_html/wp-content/plugins/wp-cam-builder/aggregator/chaturbate/cb.data.php
I changed
Code:
$url = 'http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=' . $affiliate_id;
To
Code:
$url = 'https://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=' . $affiliate_id;
|
This works.
|
|
|