View Single Post
Old 03-10-2016, 01:22 PM  
TitanWM
Confirmed User
 
TitanWM's Avatar
 
Industry Role:
Join Date: Dec 2015
Posts: 111
Quote:
Originally Posted by pornuploader View Post
is there any tutorial? i am not professional
I dont know and I dont use WP (or wp chaturbate plugin). You must find the code where the link is for XML-url and change it to a local path (where you store the XML file).

Update the XML file every 5 minutes (cronjob). You can update your local XML file with this PHP code:

<?php
$update = "PathToTheXmlFile/XmlFile.xml";

$url = "http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=YourAffId";
$xml = file_get_contents($url);

if(!empty($xml)) {
file_put_contents($update,$xml);
} else {
echo "Did not get a file back<br>\n";
}
?>

Now you need a cronjob on your server to execute this php file every 5 minutes.
__________________
CamSoda invite link - promote an unsatisfied cam site!
TitanWM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook