// add these lines to the end of your .blorpconfig if you don't have register_globals = on if (isset($_GET['path'])) $path = $_GET['path']; if (isset($_GET['img'])) $img = $_GET['img']; if (isset($_GET['text'])) $text = $_GET['text']; if (isset($_GET['width'])) $width = $_GET['width']; if (isset($_COOKIE["$resizecookiename"])) $$resizecookiename = $_COOKIE["$resizecookiename"]; if (isset($_GET['setrescale'])) $setrescale = $_GET['setrescale']; if (isset($_GET['addcomment'])) $addcomment = $_GET['addcomment']; if (isset($_GET['comments_logall'])) $comments_logall = $_GET['comments_logall']; if (isset($_GET['comments_enabled'])) $comments_enabled = $_GET['comments_enabled']; $REMOTE_ADDR = $_SERVER['REMOTE_ADDR'];