To make the module, we copy and paste in the module creator top block
We click on Create Module and as a result we have
Code:
<?php #### Generated by Module Creator - By Disipal site (www.disipal.net) #### if (!eregi("modules.php", )) { die ("You can't access this file directly...");
Now open notepad and paste the code given in the Module Creator bottom block, and save it as index.php
Create a folder in the modules called whatever and inside copy index.php
Note :
If you are not planning on using language files remove this line
Code:
get_lang($ module_name);
If you are going to use language files create a folder called "language" in the module folder you just made and add you language files (ex. lang-english.php)