http://www.fsf.org/ or write * to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. * */ /* We said cmsdam is built with security in mind, and we also said that it's built with scalability. So, this is a quick and dirty way to get the variables from the outside. Each NON template external variable (session, cookie, GET, POST...) we want to GET must be picked here first of use. This method prevents variable poisoning and make cmsdam work correctly even with register_globals = off */ // Choosed guestbook action $action = $_REQUEST['action']; // Smilies help requests $smiliehelp_ = $_REQUEST['smiliehelp_']; // Media requests $media = $_REQUEST['media']; // Urlcode help requests $urlcodehelp_ = $_REQUEST['urlcodehelp_']; // Guestbook general variables and cookies $comment = $_REQUEST['comment']; $cmsdamguestflood = $_REQUEST['cmsdamguestflood']; $in = $_REQUEST['in']; $db = $_REQUEST['db']; $value = $_REQUEST['value']; $newvalue = $_REQUEST['newvalue']; $delid = $_REQUEST['delid']; $delcommentid = $_REQUEST['delcommentid']; $commentid = $_REQUEST['commentid']; $admin = $_REQUEST['admin']; $offset = $_REQUEST['offset']; $poffset = $_REQUEST['poffset']; ?>