if i have enough money one day i hope i can just like, fund a mod/game website that is censorship resistant and the only way something gets taken down is via DMCA or if it's illegal (although in that case it would more likely just be denied verification or something).
it doesn't even seem like it's that hard to pull off something like that. just put up some content filters for people that don't want to see certain things. or, better yet, make the more spicy stuff opt-in specifically. that way everyone can still enjoy the site.
why the fuck hasn't someone like notch done this yet? the dude totally could and it's not like he could come under any more fire than he already has, as if it would even matter goddammit.
@graf that's the reason why i said if i ever got rich i'd fund it lmao, i'm definitely not a person that could code something like that.
@graf but i will keep this in mind in case i stumble upon anyone
@beardalaxy @graf I probably could, but I don't think PHP (the only server-side language I'm proficient in) would be a good language for this.
@beardalaxy @graf Okay, maybe I could whip something simple up. I can't promise any paywalled content because I'm not familiar with any payment processor or crypto APIs.
I haven't messed with backend dev in a while though. I'm just afraid that whatever I create won't be scalable.
@beardalaxy @graf Call me crazy, but I've actually started working on it. I'm just DESPERATE to put something on my resume. I only have parts of the front-end done, but the thing is written in PHP with the navbar and footer loaded dynamically.
@beardalaxy @graf I just got the database partially working. Actual file uploads aren't support yet and the logos are obviously placeholders. I'm going for a Wii Shop Channel inspired layout.
I'm actually feeling really guilty about this because this shows how much free time I actually have, but this is good resume experience and that's how I justify it.
@beardalaxy @graf Script now handles submissions, but still no file uploads (still trying decide how to store them). You can also now browse by genre and a view game page has been created.
@beardalaxy @graf Uploads have now been implemented along with logos and screenshots. I just need to include tags, patch any possible exploits, and then I can move onto mods.
@beardalaxy @graf Added a profile view. Right now, it only shows a list of games published by the user.
@beardalaxy @graf Profiles now have bios. This bio is just taken from a random MobyGames page.
(Ian Fisch, if you are reading this, I hope you don't mind.)
@beardalaxy @graf I am now proud to say that tag-filtering has now been implemented.
@beardalaxy @graf Working on an edit game page and an admin control panel right now.
@beardalaxy @graf I'm still working on the site. I was working on my game and was busy with work for the past week. I'm trying to make it that you can upload more than 3 screenshots (I realized that there is a better way to do it).
@beardalaxy @graf You can now upload more than 3 screenshots. Previously, the game table in the database had 3 columns for screenshots. Now, screenshots are in their own table.
@beardalaxy @graf I'm currently patching some possible SQL injection exploits. After that, I will move on to mods.
@beardalaxy @graf Just started working on mod submissions and created a mods table in the database. Once I fully implement mod uploads, all I just need to do is finish the admin/mod panels, create an installation script, and I'm done. Unless you guys have other ideas, of course.
@beardalaxy @graf Mod submissions have been implemented along with a view mod page. Though mods can't be search, yet.
@beardalaxy @graf Users can now delete their games and admins can now delete any games.
@beardalaxy @graf Working on the report system right now. I'm also still working on the edit game page.
@beardalaxy @graf And I didn't realize that I haven't included mods in the profile pages yet, but I just added them now.