Pinned Loading
-
-
-
Generate RSS feed for files in a dir...
Generate RSS feed for files in a directory folder. Put this file in a folder with files, modify the $allowed_ext variable to customize your extensions, and $feedName, and $feedDesc. Then navigate to the folder on the web to see the xml feed. 1<?php
2header("Content-type: text/xml");
3$feed_name = "My Audio Feed";
4$feed_description = "Feed for the my audio files in some server folder";
5$base_url = strtok('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], '?'); //gets the current page's url. strips off the url's parameters
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.