![]() |
|
[Release] MirrorMe - Host files from your home computer - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: [Release] MirrorMe - Host files from your home computer (/Thread-Release-MirrorMe-Host-files-from-your-home-computer) |
[Release] MirrorMe - Host files from your home computer - 3SidedSquare - 01-10-2013 Hello AF, today I unveil MirrorMe, a simple set of scripts that allow you to serve files from anywhere. I assume you already:
Due to AnarchyForums's [CO DE] Tags not preserving formatting as they claim (at least not indents), I will be uploading them to Pastebin. httpFrontEnd.py - The file that is run, basic server httpMethods.py - Usefull methods should you choose to modify or create your own varient userManager.py - Handles all the back end stuff, open this file and change the line that reads Code: FILE = "Reading.7z"I created this as a solution to a hosting problem I encountered recently. That being said, feel free to modify, edit, and re-release as you like. RE: [Release] MirrorMe - Host files from your home computer - Kinanizer - 01-10-2013 This is pretty cool, but what kind of download link do i give out? RE: [Release] MirrorMe - Host files from your home computer - 3SidedSquare - 01-10-2013 Your IP address; they download it straight over. Don't forget a firewall while using. Or if you don't want a bunch of skids scanning your computer, you can register as a .tk www.dot.tk or use NoIP (the safer option) RE: [Release] MirrorMe - Host files from your home computer - ねこまっしぐら - 01-10-2013 What he said. But I will try this out later RE: [Release] MirrorMe - Host files from your home computer - w00t - 01-10-2013 (01-10-2013, 05:37 AM)3SidedSquare Wrote: Your IP address; they download it straight over. Don't forget a firewall while using. Not sure how either of these two would prevent you from being scanned, but okay. RE: [Release] MirrorMe - Host files from your home computer - Kinanizer - 01-10-2013 (01-10-2013, 06:59 AM)w00t Wrote:(01-10-2013, 05:37 AM)3SidedSquare Wrote: Your IP address; they download it straight over. Don't forget a firewall while using. I don't think he's saying they will prevent it, just that instead of handing out your IP address your handing out a DDNS address. |