Skip to content

Commit

Permalink
Add Monero donation
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherbits committed Aug 7, 2020
1 parent c31131c commit d55c4fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ We will be using Docker containers.
3. Change uploads/.htaccess file to reflect your directory.
4. Change classes/SessionHelper.php to set the admin username and password. (Username: cleartext, Password: hash sha512)
5. User Let's Encrypt and Strict HSTS to keep your site safe.
6. Setup a cron on your server to execute cron.sh (as web user like www-data) every hour.
6. Setup a cron on your server to execute cron.sh (as web user like www-data) every hour.

### Donation:

Monero: 4BCveGZaPM7FejGkhFyHgtjVXZw52RrYxKs7znZdmnWLfB3xDKAW6SkYZPpNhqBvJA8crE8Tug8y7hx8U9KAmq83PwLtVLe
7 changes: 7 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ <h4><span class="glyphicon glyphicon-cloud-upload"></span> Upload <small>We don'
</div>
</div>


<div class='panel panel-default'>
<div class="panel-body text-center">
Monero donation: 4BCveGZaPM7FejGkhFyHgtjVXZw52RrYxKs7znZdmnWLfB3xDKAW6SkYZPpNhqBvJA8crE8Tug8y7hx8U9KAmq83PwLtVLe
</div>
</div>

</form>

{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h3 class="masthead-brand">
</div>
<div class="clearfix"></div>
<br>
<div class="text-center"> Copyright 2016-2019 nullupload.com - Version: {{version}}</div>
<div class="text-center"> Copyright 2016-2020 nullupload.com - Version: {{version}}</div>
</div>
</div>

Expand Down

0 comments on commit d55c4fc

Please sign in to comment.