------------------------------------------------------------------------------------

------------------------------------------------------------------------------------
=====================================

   +   Age-Web Media Group
   + Copyright (c) Hamer, 2007
   + http://age-web.org
   + http://GETDLE.Ru
   +  : 1.0  betta
======================================





1.    upload    .

2.   whois.tpl      (   Default )

3.  engine/engine.php 
 
  :

------------------------------------------------
	case "comments" :
		include ENGINE_DIR.'/modules/comments.php';
		break;
------------------------------------------------

   :

------------------------------------------------
	case "whois" :
		include ENGINE_DIR.'/modules/whois.php';
		break;
------------------------------------------------

   

 .htaccess      :
------------------------------------------------
RewriteRule ^addnews.html$ index.php?do=addnews [L]
------------------------------------------------
 :
------------------------------------------------
RewriteRule ^whois.html$ index.php?do=whois [L]
------------------------------------------------


 .
    
   -----------------
       :

   1. /?do=whois
   2. /whois.html

  enjoy;

   , Hamer [   ]

------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------

