The zip file here is the same zip file that you could download directly from the GitHub Repository. It is provided here just in case. Feel free to download it, share it, modify it, distribute it, or host the zip file yourself. Misdew An archive of Misdew.com and everything needed to replicate it. What is Misdew? A small social networking site created by Seledity (Justin). It was thought up in 2013 and has gone through many different iterations. Development on the site stopped when the community began to drift away. There are a variety of "apps" such as Canvas [user profiles], Feed [public status], Chat [public chatroom, also has PMs / whispering in-chat], Mail [private messaging], Draw [create and share drawings], Cloud [uploading files], Alerts [site notifications], and Settings [alter site experience and security options]. How to Use You will have to modify the code in many places to use your own keys for the upl.justa.us uploader and edit passwords for databases/etc. Play around with the code and look through it af. It isn't the most efficient but it works kinda. Also, by default the account creation "/join" requires an email. You will have to configure the email sending for your server in order for verification emails to be sent to users. This code isn't plug-n-play and will require some work. Also, some files and directories aren't even used so GL. Feel free to use it however you wish. The two .sql files in the root directory can be used to rebuild the two MySQL databases the site uses- mdv5.sql (the site) and uploads.sql (cloud) MIT License Copyright (c) 2022 Justin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. https://github.com/Seledity/Misdew