[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 +---------------------------------------------------------------+ 4 | e107 website system 5 | ©Steve Dunstan 2001-2002 6 | http://e107.org 7 | jalist@e107.org 8 | 9 | Plugin : Integrity-Checker 10 | Version: 0.01 (first release) 11 | ©HeX0R 2004 12 | http://h3x0r.ath.cx 13 | hex0r@h3x0r.ath.cx 14 15 | Released under the terms and conditions of the 16 | GNU General Public License (http://gnu.org). 17 +---------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 // Plugin info ------------------------------------------------------------------------------------------------------- 23 $eplug_name = "Integrity Check"; 24 $eplug_version = "0.03"; 25 $eplug_author = "HeX0R"; 26 $eplug_url = "http://h3x0r.ath.cx"; 27 $eplug_email = "hex0r@h3x0r.ath.cx"; 28 $eplug_description = "This plugin checks the checksums of your files, helping to find corrupted files."; 29 $eplug_compatible = "e107v6"; 30 $eplug_readme = ""; 31 32 // Name of the plugin's folder ------------------------------------------------------------------------------------- 33 $eplug_folder = "integrity_check"; 34 35 // Name of menu item for plugin ---------------------------------------------------------------------------------- 36 $eplug_menu_name = ""; 37 38 // Name of the admin configuration file -------------------------------------------------------------------------- 39 $eplug_conffile = "admin_integrity_check.php"; 40 41 // Icon image and caption text ------------------------------------------------------------------------------------ 42 $eplug_icon = $eplug_folder."/images/integrity_32.png"; 43 $eplug_icon_small = $eplug_folder."/images/integrity_16.png"; 44 $eplug_caption = "Check Integrity"; 45 46 // List of preferences ----------------------------------------------------------------------------------------------- 47 48 $eplug_prefs = ""; 49 50 // List of table names ----------------------------------------------------------------------------------------------- 51 $eplug_table_names = ""; 52 53 54 // Create a link in main menu (yes=TRUE, no=FALSE) ------------------------------------------------------------- 55 $eplug_link = FALSE; 56 $eplug_link_name = ""; 57 $eplug_link_url = ""; 58 59 60 // Text to display after plugin successfully installed ------------------------------------------------------------------ 61 $eplug_done = "Integrity-Check-Plugin successfully installed!"; 62 63 // upgrading ... // 64 65 $upgrade_add_prefs = ""; 66 67 $upgrade_remove_prefs = ""; 68 69 $upgrade_alter_tables = ""; 70 71 $eplug_upgrade_done = "Integrity-Check-Plugin successfully updated!"; 72 73 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |