%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/video.varak.net/
Upload File :
Create Path :
Current File : /www/varak.net/video.varak.net/vodcast.php

<?php echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n"; header("Content-Type: application/xml"); ?>
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
  <channel>
    <title>Waritko videos</title>
    <itunes:author>Waritko</itunes:author>
    <link>https://video.varak.net</link>
    <description>Waritko videos</description>
    <language>CZ</language>
    <copyright>(c) 2005 Your Name</copyright>
    <itunes:owner>
        <itunes:name>Waritko</itunes:name>
        <itunes:email>youremail@example.com</itunes:email>
    </itunes:owner>         
    <category>Technology</category>
    <itunes:category text="Technology"></itunes:category>
  <?php
    exec("find /data/archive/ -name \"*.mkv\" -print", $lines);
    foreach($lines as $l)
    {
      $name = str_replace("/data/archive/", "", $l);
  ?><item>
    <title><?php echo $name; ?></title>
    <itunes:author>Your Name</itunes:author>
    <description><?php echo $name; ?></description>
    <!--<itunes:subtitle>A subtitle about this movie</itunes:subtitle>
    <itunes:summary>A summary of your movie</itunes:summary> -->
    <enclosure url="https://video.varak.net/videos/<?php echo $name; ?>" length="1024" type="video/mov" />
    <guid>https://video.varak.net/videos/<?php echo $name; ?></guid>
    <pubDate>Tues, 25 July 2005 10:00:00 GMT</pubDate>
    <!--<itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:01:35</itunes:duration>
    <itunes:keywords>keyword1, keyword2, keyword3</itunes:keywords>-->
  </item><?php
    }
  ?>
  </channel>
</rss> 

Zerion Mini Shell 1.0