in GSCkePatch.php:
$url should be "http://get-simple.info"; right? Don't know if this is important.
PHP Code:
function init_GSCkePatch($pluginid){
$thisfile = basename(__FILE__, ".php"); // Plugin File
$name = $pluginid;
$version = "0.2";
$author = "getsimple";
$url = "http://getsimple-cms.info";
$desc = "Overrides ckeditor 3.x with 4.4.6";
$type = "";
$func = "";
$url should be "http://get-simple.info"; right? Don't know if this is important.