Skip to content

Instantly share code, notes, and snippets.

View Darsstar's full-sized avatar

Dos Moonen Darsstar

  • NKI-AVL
  • Netherlands
  • 00:40 (UTC +02:00)
View GitHub Profile
{
"NAME":"hook",
"VALUES": {
"id": {
"type": "PKEY",
"description":"ID for Hook",
"mock":"8"
},
"version": {
"type": "Long",
@Darsstar
Darsstar / upload.php
Created January 11, 2012 20:00
upload class
<?php
Class Uploader{
public $file;
private $mimetypes = array('application/x-bittorrent', 'application/x-nzb'); //mimetypes in an array
private $extensions = array('.torrent', '.nzb'); //file extensions
public function __construct($file, $type){ //the constructor for setup some vars