 |
Lundi, 20 octobre | · | Nouveaux Liens by StefLeFourbe |
Jeudi, 09 octobre | · | Jean-Paul II metteur en scène... |
Mardi, 07 octobre | · | Info Z Zone |
· | Les Rongeurs de L'Apocalypse |
· | Jack Frost |
Lundi, 29 septembre | · | Blood Feast |
Jeudi, 18 septembre | · | Ajout de nouveaux liens |
Lundi, 11 août | · | Mise a Jour |
Dimanche, 06 juillet | · | Olé ! |
· | Coup de coeur ! |
Samedi, 07 juin | · | Frida |
Mardi, 29 avril | · | Tutorial NeoDivX 9.3 |
Mardi, 22 avril | · | Ripp DVD vers DivX avec AutoDub XP |
· | Couper un Film avec NanDub 1.0rc2 |
Mercredi, 26 mars | · | And the Oscar goes to... |
· | Alfred Hitchcock présente... |
Samedi, 01 mars | · | The Gladiators by StefLeFourbe |
· | Ultimate Map pour Warcraft 3 by StefLeTrollFourbe |
Vendredi, 21 février | · | Guide DVD vers DivX avec piste son AC3 |
Mercredi, 19 février | · | Pack Codecs DivX Mpeg Ac3 + Filtres DShow |
Mardi, 18 février | · | From Las Vegas to New-York... |
Lundi, 27 janvier | · | Ca va...dors ! |
Dimanche, 05 janvier | · | Reparations Disques Durs et Test Memoires |
Vendredi, 20 décembre | · | Ali m'a laissé baba ! |
Lundi, 16 décembre | · | DVC150 de Dazzle : 1ère solution USB 2.0 High Speed |
Mardi, 03 décembre | · | Map El Papy pour Warcraft 3 |
Lundi, 02 décembre | · | Lecteur DivX KISS TECHNOLOGY |
· | Lecteur DivX de Salon |
· | le DVD...... c'est dépassé ....... |
Vendredi, 29 novembre | · | Huston and Co. |
Mercredi, 27 novembre | · | La Bubu Map Warcraft 3 By StefLeFourbe |
Mardi, 12 novembre | · | Et une petite map pour Warcraft 3 by Stef |
Samedi, 09 novembre | · | Se Connecter en FTP avec CuteFtp |
Jeudi, 07 novembre | · | Home sweet home...et les autres ! |
Mercredi, 06 novembre | · | Jimi Hendrix et Red Hot Chili Peppers |
· | News du DVD |
· | Les Anciennes News 2000 2001 |
· | Guides de Conversion Video |
|
|
|
|
|
|
Aide
Création de Module [ 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 site</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 site</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 site (www.disipal.net) #### if (!eregi("modules.php", )) { die ("You can't access this file directly..."); } require_once("mainfile.php"); $ module_name = basename(dirname(__FILE__)); get_lang($ module_name); include("header.php"); $ index = 0; 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 site</font></a></p>"; CloseTable(); include("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 ]   |
|
|
|
| | | |