Skip to content

Instantly share code, notes, and snippets.

@Fursje
Fursje / plex-meta-resize.php
Created May 12, 2016 16:24
Resize plex metadata images
<?php
$a = new img_resize();
$a->run();
class img_resize {
public $img_files = array();
public $img_path = "";
public $bad_files = array();
@Fursje
Fursje / dnsblacklist-update.php
Created February 5, 2016 09:36
DNS blacklist updater to host format.
<?php
$a = new adsblock();
$a->run();
class adsblock {
public $output_hosts_file = "/etc/powerdns/hosts-ads";
public $redirect_ip = "0.0.0.0";
public $fileUrls = array(
<?php
$a = new img_resize();
$a->run();
class img_resize {
public $img_files = array();
public $img_path = "";
public $bad_files = array();