all the past year threads

This commit is contained in:
taskylizard 2023-12-31 09:53:57 +00:00
parent aa727478eb
commit 5ea47258ef
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
6 changed files with 134 additions and 2 deletions

View File

@ -7,7 +7,7 @@ def output():
content = ""
nsfw_content = ""
for file in read:
if file != "README.md" or file != "feedback.md":
if file != "README.md" or file != "feedback.md" or file != "posts.md":
with open(file, "r") as f:
if "NSFWPiracy.md" == file:
nsfw_content += f.read()

View File

@ -1,5 +1,5 @@
---
title: Monthly Updates [December ❄️] 250k members!!
title: Monthly Updates [December] 250k members!!
description: Thank you all for 250K members! ♡
date: 2023-12-01

24
posts/discord.md Normal file
View File

@ -0,0 +1,24 @@
---
title: Public Discord Server
description: Our new space to chat in.
date: 2023-10-24
prev: false
---
<Post authors="['nbats']" />
# Public URL: https://discord.gg/5W9QJKuPkD
***
## Server Rules
1. Please be kind and helpful to one another, especially beginners.
2. No selling or advertising anything paid.
3. No direct links to pirated content.
4. No NSFW content (or requests) outside of NSFW channels.
5. No racism, sexism, ableism, homophobia, transphobia.
***
Keep in mind [Divolt](https://redd.it/uto5vw) will still continue to work and connect to our discord for those who choose to use it.

30
posts/filecr-malware.md Normal file
View File

@ -0,0 +1,30 @@
---
title: We Removed FileCR as we Found Malware
description: Update on FileCR
date: 2023-08-14
prev: false
---
<Post authors="['nbats']" />
# FileCR Malware
Note: The malware is not exclusive to FileCR and we don't have proof FileCR is intentionally hosting it, but they haven't removed it. Possible sources of the malware include some uploaders on sanet, but it seems to be coming from multiple sources.
Since the malware has been found coming from multiple sources, info about the malware itself has moved to [here](https://rentry.co/big_load_malware). Check there for technical info or to check if you've been infected.
So far, malware has been found in the following cracks, but it is likely it is undiscovered in many more downloads because of how large their catalog is.
* https://filecr.com/windows/kms-matrix/
* https://filecr.com/windows/windows-activator-by-goddy/
* https://filecr.com/windows/stardock-start11
* https://filecr.com/windows/malwarebytes-premium
* https://filecr.com/windows/navicat-premium (Navicat Premium 16.2.3)
* https://filecr.com/windows/outbyte-driver-updater
* https://filecr.com/windows/jetbrains-pycharm (Premium release, you need https://greasyfork.org/en/scripts/403170-bypass-filecrypt to access)
* https://filecr.com/windows/avast-premier-antivirus
So far FileCR has not responded at all, which is unusual as they are usually very active and have removed malware in the past as quickly as 6 hours. Because the malware is included in multiple unrelated cracks and because they have not responded at all to reports, they are likely to be in some way involved in spreading or creating the malware. Also, some of the malware had descriptions written just for FileCR, which is unusual, and the description for KMS matrix contains lies about the activation given by the software.
## [Samples](https://rentry.co/big_load_malware#samples)
## [Am I infected?](https://rentry.co/big_load_malware#am-i-infected)

32
posts/new-site.md Normal file
View File

@ -0,0 +1,32 @@
---
title: New Website
description: Our brand new site, (which you're on currently)
date: 2023-11-12
prev: false
---
<Post authors="['taskylizard']" />
# New URL: https://fmhy.net/
Hey everyone, just wanted to let you all know that we're finally done with the new website, and are officially launching it today! I know a lot of different versions of FMHY have been made over the years, but we've put a ton of effort into this one, and honestly feel like its the best version to date.
We really hope you enjoy it, and if you have any issues or suggestions feel free to leave them in the comments here, or by using the new feedback system built into the site.
***
### Site Features
* Star Only Toggle
* Dark / Light Modes
* Feedback System
* Improved UI + Site Speed
* Improved Search Functionality
* Automatic Updates
* Table of Content Sidebars
* Storage URLs Direct to Site Rather than Reddit
* NSFW Section
***
#### Note that [fmhy.tk](https://fmhy.tk/) still works if you'd like to use the original version.

46
posts/search.md Normal file
View File

@ -0,0 +1,46 @@
---
title: How-to Search FMHY
description: Various tools to help you query FMHY.
date: 2023-01-07
prev: false
---
<Post authors="['nbats']" />
### [FMHY-Search](https://fmhy-search.streamlit.app/)
Search engine hosted on Streamlit
***
### [FMHY.pages Search](https://fmhy.pages.dev/)
Search engine hosted on FMHY.pages
***
### [FMHY.tk Search](https://www.fmhy.tk/search)
Search engine hosted on FMHY.tk
***
### [GitHub Search](https://github.com/nbats/FMHY/search?q=&type=wikis)
GitHub page search engine
***
### [Python Script](https://github.com/Rust1667/a-FMHY-search-engine)
Search markdown via python script
***
### [Raw Markdown](https://raw.githubusercontent.com/nbats/FMHYedit/main/single-page)
Search markdown manually (ctrl+f)
***
### [Google CSEs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-misc#wiki_.25B7_search_tools)
Multi-site search engines
***
### [Dupe Checker](https://gitlab.com/cevoj/fmhy-dupe-checker)
FMHY Dupe Check Tool