Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-05-06 01:49:54

marshalbros
Member
Registered: 2011-05-05
Posts: 42

Use of RSS

What format do the videos in the feeds need to be in?  I've tried to add a few xml feeds, but when I add the links none of the videos are added during the parse.  One has linked mp4 files but they dont get added.

Last edited by marshalbros (2011-05-06 01:50:12)

Offline

#2 2011-05-06 07:49:18

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Use of RSS

Its is a standard format for importing XML Video Feeds (all scripts support this):

<?xml version="1.0" encoding="UTF-8"?>
<videos>
  <updated>2006-04-06T20:30:34+01:00</updated>
  <total>1234</total>
  <video>
    <id>123</id>
    <title>Video title</title>
    <description>Video description</description>
    <tags>tag1,tag2,tag3,tag4,two-words tag</tags>       
    <paysite>paysite.com</paysite>
    <performers>performer1,performer2,performer3</performers>
    <join_url>http://www.paysite.com/?affid=1234</join_url>
    <mobile_join_url>http://www.paysite.com/?affid=1234</mobile_join_url>
    <flv_embed>
      <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' 
      codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' 
      width='454' height='402' id='player' align='middle'><param name='allowScriptAccess' 
      value='sameDomain' /><param name='allowFullScreen' value='true' /><param name='menu' value='false' />
      <param name='swLiveConnect' value='true' /><param name='quality' value='best' />
      <param name='movie' value='http://www.sponsor.com/video.flv/>
      <param name='quality' value='best' /><param name='bgcolor' value='#dfe5ef' />
      <embed src='http://www.sponsor.com/video.flv' menu='false' scale='noscale' quality='best' bgcolor='#dfe5ef' 
      width='454' height='402' name='FLVplayer' align='middle' allowScriptAccess='sameDomain' 
      allowFullScreen='true' type='application/x-shockwave-flash' 
      pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>
    </flv_embed> 
    <clip_url>http://video.site.com/galleries/1234/</clip_url>
    <screen_url>http://img.site.com/galleries/1234/</screen_url>    
    <clips>
      <clip>
        <duration>120</duration>
        <width>512</width>
        <height>240</height>
        <flv>1.flv</flv>
        <mp4>1.mp4</mp4>
        <screens>
          <screen>1_1.jpg</screen>
        </screens>
       </clip>             
    </clips>
  </video>
</videos>

Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2011-05-06 13:25:35

marshalbros
Member
Registered: 2011-05-05
Posts: 42

Re: Use of RSS

I'm still having issues with this.  I'm linking to a feed that is in the format above.  I click parse, and the status bar shows several video names but no videos get imported.  Also, when I run /cron/video_feed.php from command line, it only runs the first feed and doesnt even try to parse the rest of the feeds.

Offline

#4 2011-05-06 16:16:18

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Use of RSS

Usually this happens when it fails to download the video file. Please email me admin access and i will check (if you have ssh root access, also include that, i might need to change some timeouts for php/mysql).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB