View Single Post
Old 11-29-2014, 08:13 PM  
CPA-Rush
small trip to underworld
 
Industry Role:
Join Date: Mar 2012
Location: first gen intel 80386/nintendo-gb/arcade/ps1/internet person
Posts: 4,927
script to show if specific room is online , i need to add feature

<?php
$cams = new SimpleXMLElement('http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=AFFILIATELINK', null, true);
$online = false;
foreach ($cams->xpath('//username') as $username) {
if ($username == "xvectasss" || $username == "delightcouple" || $username == "banginbrooke" || $username == "hitgirly" || $username == "frenchie_noir"){
echo '<div id="roomname_b"> '. $username .' is online <div class="site"> ';
echo '</div></span>';
$online = true;
}
}
if (!$online) echo ' <div id="null"> <strong>No rooms online . </strong></div>';
?>



i want to add small live pic next to model name how i can achieve this ?

thanks
__________________

automatic exchange - paxum , bitcoin,pm, payza

. daizzzy signbucks caution will black-hat black-hat your traffic

ignored forever :zuzana designs
CPA-Rush is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook