Downloads

DATABASE JSON FORMAT | DATABASE CSV(EXCEL) FORMAT | IMAGES

Why?

Basically we've recieved a whole host of different threats ranging from Hacking (The XSS + SQLi attempts have been pretty funny) to DDOS to generic threats of censorship. The best way to be totally censorship resistant it to allow anyone and everyone to have duplicate of our most important asset (Our Database and Images)

What is the Data?

AntifaWatch data at its core is a zip of images and a database. Both are needed to clone a site
Each report is a row (or JSON object) in database CSV/JSON export
It has corresponding images listed which are found in the Images zip.
It should be pretty easy to import into a database, wordpress install, or other application.


Setting Up a Clone

WordPress is listed. If you figured how to merge into a nonlisted framework, feel free to send instructions so we can add them here

WordPress

Easy to find wordpress hosting, easy to build on top of with wordpress themes and plugins.

This is working from a blank wordpress install auto importing reports as blog posts.
Tested on several paid and free hosts.
1. Settings > Media > Uncheck organize uploads by month and year. Make sure you click Save Changes and see it has taken effect.
Some free hosts may block changing this setting. You'll have to change the image location to reflect the month/year of the upload in step 12. Example : "/wp-content/uploads/{wp_image_0[1]}" to "/wp-content/uploads/2020/05/{wp_image_0[1]}" for all images.
2. Drag all contents from unzipped image.zip to wordpress media. (You can drag all the folders, don't have to do file by file)
3. Install Importer Plugin : Search 'wp import all by Soflyy'. Will be first hit
4. Activate the plugin.
5. Go to 'All Import' (Should not be on the left panel) and Create a New Import
6. Upload database CSV via Upload file option
7. Select Posts as 'New Items'
8. Continue to step 3 in import process
10. Set Post Title to : {firstname[1]} {lastname[1]}
11. Switch the View for post contents to text (defaults to visual)
12. Set Post Contents to (The format is pretty simple to understand, feel free to move around based on your desire) :

13. Under Taxonomies, Categories, Tags. Select Tags, and set to multiple tags.
14. Set the tags to the following for searchability:
{firstname[1]},{lastname[1]},{state[1]},{facebook[1]},{snapchat[1]},{instagram[1]},{twitter[1]},{tiktok[1]},{youtube[1]}
15. Continue to step 4. Set unique identifer to : {id[1]}
16. Confirm & Run import and wait.

Once finished all reports should be under posts on your wordpress site. This may be the homepage or the /Blog depending on the Wordpress theme.
You can default your website to /Blog/ by Appearance > Customize> Homepage Settings > Select 'Your latest posts' for most themes. Then click publish.

This is a pretty barebones deployment, feel free to add things onto it - i.e. searchability, related reports, focused themes. Send an email and we may add it here.