Archive for January, 2015

PHP Upload Script for ShareX V2.0

January 5, 2015

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 […]

Posted in How To, PHP, Program, Programing | 7 Comments »