Skip to content

Instantly share code, notes, and snippets.

@joshivaibhavs
joshivaibhavs / README.md
Last active October 16, 2024 20:03 — forked from jamiephan/README.md
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel with a 5 seconds delay after every 10 items to avoid rate limiting

Please refer to this script to see how to use. I've only added a 5 second wait every 10 items being purchased.

@vsoch
vsoch / index.php
Last active June 2, 2024 14:28
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, $feedDesc, $feedURL, and $feedBaseURL. Then navigate to the folder on the web to see the xml feed. Done!
<?php
header('Content-type: text/xml');
/*
Runs from a directory containing files to provide an
RSS 2.0 feed that contains the list and modification times for all the
files.
*/
$feedName = "My Audio Feed";
$feedDesc = "Feed for the my audio files in some server folder";