| 
//=============================//
//                             //
//   encodeCookie v0.1         //
//   encodeCookie Readme       //
//   readme.txt                //
//   by Stanga Razvan          //
//   razvan_stanga@yahoo.com   //
//   http://www.phprebel.org   //
//                             //
//       MADE IN ROMANIA       //
//                             //
//=============================//
Look at the example to learn how to use it and edit :
define ("DOMAIN", "phprebel.org");
define ("PATH", "/");
define ("COOKIEID", "encodeCookie");
define ("COOKIEKEY", "raz"); // max 5 chars is good
in encodeCookie.Class.php
Please send me feedback if you have a problem.
 |