Programing

PHP Upload Script for ShareX V2.0

Posted by on January 5, 2015 at 4:37 am

Version 2.o of the PHP Upload Script for ShareX You will first need to make sure your sharex custom uploader looks like this make sure you add \”domain\”:\”(.+?)\”     <= First \”key\”:\”(.+?)\”     <= Next \”filename\”:\”(.+?)\”     <= Last Into Regex from response Then for URL: http://$1,1$/$3,1$ Thumbnail URL: http://$1,1$/tn/$3,1$ and Deletion URL: http://$1,1$/$2,1$/delete/$3,1$ File […]

Audio Switcher OS

Posted by on July 5, 2013 at 10:50 am

ICE Cream: Input Control Environment Here’s a ScreenShot of the Control Debug:   Still not done by any means but getting there…. More to come… Soon.

Using a PHP Upload Script for ShareX

Posted by on May 22, 2013 at 5:26 am

I have started using a ShareX for all of my Screen Grabbing needs as it’s supports a lot of different features  that I can’t seem to find with any other program. I first started to use uploadscreenshot.com for uploads, I then I noticed The Website was down more then it was up so I needed a […]

Stealth Encoder Build

Posted by on January 11, 2013 at 7:20 am

Right now I’m building a Encoder to Encoder a live stream to JTV/LiveStream/Ustream in real time up to 1080p using FFMPEG Cause we wanted the maximum CPU Cycles for the Encoder to do it’s work we are building this on Debian as “Headless” and I’m building a Web GUI for monitoring and controlling the encoder remotely   Here is what is […]

Git based Server Backups

Posted by on October 4, 2012 at 9:07 am

One of the thing I have to do as a System Administrator is run Backups. There are many ways to do Backups the only issue I have is it has to be easy and work. There are many commercial Backup systems from EMC2 to Full QNAP, and even Home based FreeNAS Solutions. I find that […]

Coming soon! – WetPHP

Posted by on April 28, 2012 at 9:20 am

WetPHP is a utility class for PHP that sends back a JSON object of instructions to make changes to the DOM. Every return contains the new update interval (adjusted regularly to account for load average), the ID value of the target, the data, and the attribute (be it innerHTML or an actual attribute like SRC or HREF, […]