You are missing our excellent site navigation system. Register here for free and get full operational site navigation system. Benefits of full navigation system: Additional items in "home" menu for registered users, shortcuts to your account managements, quick-shortcut links to download and forum sections, show staffs and members online, notify you for new private messages and shortcut to individual messages grouped by senders, tracking latest forum posts since your last visits and reads, and much more.
Welcome, Anonymous,
Please Login or Register
Expect to be Impressed!
Home Forums Downloads Account
Advanced PNPro Administration
Admin Login


Admin Name
Password


Menu
Home
General
ponto.gif Contato
ponto.gif Sua Conta
ponto.gif Members List
ponto.gif Member_Application
ponto.gif My Messages
Community
ponto.gif Web Links
ponto.gif Private Downloads
ponto.gif Downloads
ponto.gif Tools
ponto.gif Submit_Downloads
Content
ponto.gif Shout Box
ponto.gif Supporters
ponto.gif Supporters_2
· CZNews
Information
ponto.gif Top Sites
ponto.gif Top 10
· News Topics
Tools
ponto.gif Work_Probe
ponto.gif Work_Board
ponto.gif Donations
ponto.gif Forums
Resources
ponto.gif Statistics
Access restricted to our members Banner Ads
ponto.gif Video_Stream
ponto.gif Journal
ponto.gif Classifieds
ponto.gif NukeBlog
ponto.gif Newsletter
ponto.gif Tools
ponto.gif Refer Us
ponto.gif Amazon
Access restricted to our members Banner Ads
ponto.gif Tutorials
ponto.gif Resend_Email
ponto.gif Sitemap
ponto.gif Staff
Noticias
ponto.gif Submit News
ponto.gif News Archive
Tutorials
  # Tutorials: 0
  Categories: 1

5 Latest Tutorials

20 Most Popular Tutorials
hot
You have been warned!
We have caught 0 shameful hackers.

NukeSentinel(tm) 2.6.01
CLIQUE AQUI
Attention...You are not logged in...Please login or register an account 
  Click HERE.




Help


Module Creator

  [  Back to Module Creator  ]  


Let's assume that we have this html
 
Code:

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<p align="center"><font size="7">PHP-Nuke tools</font></p>
<p align="center">by</p>
<p align="center"><a href="http://www.disipal.net/"><font size="7">Disipal Designs</font></a></p>
</body>
</html>

 

Remove this

Code:

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>

</body>
</html>


And now the code looks like this

Code:

<p align="center"><font size="7">PHP-Nuke tools</font></p>
<p align="center">by</p>
<p align="center"><a href="http://www.disipal.net/"><font size="7">Disipal Designs</font></a></p>

 

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 Designs (www.disipal.net) */
/* PHP-Nuke Tools v4.00                                                                                    */
/******************************************************************************/
if (!defined('MODULE_FILE')) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$ module_name = basename(dirname(__FILE__));
get_lang($ module_name);
include_once("header.php");
define('INDEX_FILE', true);
OpenTable();
echo"<p align=\"center\"><font size=\"7\">PHP-Nuke tools</font></p>"
  . "<p align=\"center\">by</p>"
  . "<p align=\"center\"><a href=\"http://www.disipal.net/\"><font size=\"7\">Disipal Designs</font></a></p>";
CloseTable();
include_once("footer.php");

?>
 


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)


And you are ready!!
Activate the module from http://www.yoursite.com/admin.php?op=modules
 



  [  Back to Module Creator  ]  
  [  Back to PHP-Nuke Tools Main  ]  
PHP-Nuke Tools v4.00
By Disipal
PHP-Nuke Tools ©
Support Platinum
Support Platinum Nuke and help continue free projects like this!

Donate Now!

More information ]
DFWSiteInfo
Bem-vindo, Anonymous
Nickname
Password

· Cadastre-se
· Lost Password
 Novo hoje
 New Yesterday
 Waiting: 0
 Overall: 1

Ao vivo on-line
 Membro's: 

 Convidado's: 
  216.73.xxx.xxx
We received
4,112
page views since
June 2026

Hits Novo hoje: 181
Server Date/Time
22 June 2026 13:10:50 UTC (GMT +0)


Link Us
samuca Site Platinium Plus



View All Buttons



(Clicks 51 )


(Clicks 55 )

Tag Cloud
Supporters 2 Dn
Supported by



[ Be A Supporter ]
[ Supporters 2 ]

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters.
All the rest © 2026 by this site.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.

 News RSS Forums RSS NukeC Classifieds Our Photo Gallery 
Site Powered by Platinum Nuke Pro 7.6.PNPV2.0.0  and is maintained by the Platinum Pro Team.

   1: Platinum Nuke
     45 times
Page Generation: 0.108 Seconds
CLIQUE AQUI