View Single Post
Old 02-10-2016, 08:31 AM  
Andreweb
Confirmed User
 
Andreweb's Avatar
 
Industry Role:
Join Date: Mar 2013
Location: Internet
Posts: 2,425
Hey guys I have a similar problem and I hope that you'll help me one more time ! As you know I am a beginner on programing and I try to develop a cam site using chaturbate APIs , thanks to serettah I figured out of few things and I've made the listing of the models and now I am trying to make the chat room page but here I have problems , just doesn't work , starting from this thread I tried this:
Code:
$users=array();

$cams = new SimpleXMLElement('cams.xml', null, true);


foreach ($cams as $user) 
{
  if(in_array(strtolower($user->username),$users))
  {
    echo $user->iframe_embed_revshare; 
  
  }
}
The only thing I get is a blank page , I tried many things but I just can't make it work ! I hope that you'll help me one more time ! By the way a sample page of my project is here : http://privatecams.webcam !

Sorry for bumping a old thread but since is related to this thread is useless to start a new one ! THANKS
__________________
Make Money With: Chaturbate
Andreweb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook