Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/news/tmp/mod_simplenews/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <install type="module" version="1.5.0"> <name>Simple News</name> <author>Kritsanasak Kuntaros</author> <creationDate>Oct 2013</creationDate> <copyright>Copyright (C) 2013 KRITSANASAK. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>roboconk@gmail.com</authorEmail> <authorUrl>kritsanasak.blogspot.com</authorUrl> <version>1.0.0</version> <description>DESCLOGINFORM</description> <files> <filename module="mod_simplenews">mod_simplenews.php</filename> <filename>style.css</filename> <filename>index.html</filename> <filename>helper.php</filename> <filename>tmpl/index.html</filename> <filename>tmpl/default.php</filename> </files> <params> <param name="snCount" type="text" default="5" label="Count" size="10" /> <param name="snLength" type="text" default="120" label="Detail length" size="10" /> <param name="snCategory" type="category" label="Select a category" /> <param name="snRadio" type="radio" default="publish_up" label="Order with"> <option value="none">By create date</option> <option value="publish_up">By publish date</option> <option value="hits">By hits</option> </param> <param name="snImg" type="radio" default="1" label="Show Thumbnail"> <option value="0">No</option> <option value="1">Yes</option> </param> </params> </install>