Skip to content

Instantly share code, notes, and snippets.

@DavidePastore
Created October 20, 2013 15:42
Show Gist options
  • Save DavidePastore/7071249 to your computer and use it in GitHub Desktop.
Save DavidePastore/7071249 to your computer and use it in GitHub Desktop.
Uploader configuration file.
<?xml version="1.0" encoding="utf-8"?>
<neembuuuploader>
<hosts>
<host support="false">
<name>AnonFiles</name>
<address>https://anonfiles.com/</address> <!-- Home Page -->
<private support="true"></private> <!-- Upload with private mode -->
<login support="false"></login>
<anonymous support="true"></anonymous> <!-- Upload without an account -->
<TOS address="https://anonfiles.com/en/terms"></TOS> <!-- Terms Of Service -->
<filesizelimit>
<notloggedin>524288000</notloggedin> <!-- 500 MB in bytes -->
</filesizelimit>
</host>
</hosts>
</neembuuuploader>
<?xml version="1.0" encoding="utf-8"?>
<!-- These are user accounts -->
<neembuuuploader>
<accounts>
<account host="AnonFiles">
<username>neembuu</username>
<password>neembuu can use this</password>
</account>
</accounts>
</neembuuuploader>
<?xml version="1.0" encoding="utf-8"?>
<!-- These are the users hosts. Here we'll save info about TOS or other information. -->
<neembuuuploader>
<hosts>
<host name="AnonFiles">
<TOS read="true"></TOS>
<favorite>false</favorite>
</host>
</hosts>
</neembuuuploader>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment