- Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/AntiCracker/pnlang/fra
- In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/AntiCracker/pnlang/fra
- Added Files:
- admin.php index.html userapi.php version.php
- Log Message:
- --- NEW FILE: admin.php ---
- <?php
- // $Id: admin.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by the PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_AntiCracker
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_PNANTICRACKER','pnAntiCracker');
- define('_PNANTICRACKERVIEWHACKATTEMPTSFROMDB','View crack attempts in database');
- define('_PNANTICRACKERVIEWHACKATTEMPTSFROMFILE','View crack attempts in log file');
- define('_PNANTICRACKERMODIFYCONFIG','Modify pnAntiCracker configuration');
- define('_PNANTICRACKERDISPLAYENABLE','Enable pnAntiCracker');
- define('_PNANTICRACKERDISPLAYEMAIL','Notify about crack attempts via e-mail');
- define('_PNANTICRACKERDISPLAYLOGTODB','Log crack attempts to database');
- define('_PNANTICRACKERONLYSENDSUMMARYBYEMAIL','When logging to database, only send a summary e-mail message');
- define('_PNANTICRACKERDISPLAYITEMSPERPAGE','Items per page');
- define('_PNANTICRACKERUPDATE','Update pnAntiCracker');
- define('_PNANTICRACKERVIEW','View crack attempts');
- define('_PNANTICRACKERNUMBER', 'ID');
- define('_PNANTICRACKERFILE','File');
- define('_PNANTICRACKERLINE','Line');
- define('_PNANTICRACKERTYPE','Type');
- define('_PNANTICRACKERINFO','Additional information');
- define('_PNANTICRACKERTIME','Time');
- define('_PNANTICRACKERUSERID','User ID');
- define('_PNANTICRACKEROPTIONS','Options');
- define('_PNANTICRACKERBROWSERINFO', 'View browser info');
- define('_PNANTICRACKERREQUESTARRAY', 'View \'request\' array');
- define('_PNANTICRACKERGETARRAY', 'View \'get\' array');
- define('_PNANTICRACKERPOSTARRAY', 'View \'post\' array');
- define('_PNANTICRACKERSERVERARRAY',' View \'server\' array');
- define('_PNANTICRACKERENVARRAY', 'View \'env\' array');
- define('_PNANTICRACKERCOOKIEARRAY', 'View \'cookie\' array');
- define('_PNANTICRACKERFILESARRAY', 'View \'files\' array');
- define('_PNANTICRACKERSESSIONARRAY', 'View \'session\' array');
- define('_PNANTICRACKERVARIABLE', 'Variable');
- define('_PNANTICRACKERVARIABLEVALUE', 'Variable value');
- define('_PNANTICRACKERDELETE', 'Delete crack attempt');
- define('_PNANTICRACKERCONFIRMDELETE', 'Confirm deletion of crack attempt');
- define('_PNANTICRACKERCANCELDELETE', 'Cancel deletion of crack attempt');
- define('_PNANTICRACKERDELETED', 'Crack attempt deleted');
- define('_PNANTICRACKERSUMMARYCONTENT', 'Summary content');
- define('_PNANTICRACKERFULLCONTENT', 'Additional content for full mail message');
- define('_PNANTICRACKERUSEHTACCESSBANS', 'Use .htaccess to ban IP addresses');
- define('_PNANTICRACKERFILTERGETVARS', 'Sterilize HTML tags in \'get\' variables');
- define('_PNANTICRACKERFILTERCOOKIEVARS', 'Sterilize HTML tags in \'cookie\' variables');
- define('_PNANTICRACKERFILTERPOSTVARS', 'Sterilize HTML tags in \'post\' variables');
- define('_PNANTICRACKEREXTRAPOSTPROTECTION', 'Use extra \'post\' protection');
- define('_PNANTICRACKEREXTRAGETPROTECTION', 'Use extra \'get\' protection');
- define('_PNANTICRACKERCHECKMULTIPOST', 'Only allow \'maxmultiPOST\' number of successive posts');
- define('_PNANTICRACKERMAXMULTIPOST', 'Maximum number of post operations in succession, if checkmultipost is enabled');
- define('_PNANTICRACKERCPULOADMONITOR', 'Block access if system load exceeds certain value');
- define('_PNANTICRACKERCPUMAXLOAD', 'Maximum 5-minute system load average before blocking access');
- define('_PNANTICRACKERCCISESSIONPATH', 'Directory path for storing session files');
- define('_PNANTICRACKERHTACCESSFILELOCATION', '.htaccess file location');
- define('_PNANTICRACKERNOCOOKIEBANTHRESHOLD', 'Number of attempts before banning, when site accessed without cookies being enabled');
- define('_PNANTICRACKERNOCOOKIEWARNINGTHRESHOLD', 'Number of attempts before warning, when site accessed without cookies being enabled');
- define('_PNANTICRACKERFASTACCESSBANTHRESHOLD', 'Number of fast attempts before banning');
- define('_PNANTICRACKERFASTACCESSWARNTHRESHOLD', 'Number of fast attempts before warning');
- define('_PNANTICRACKERJAVABABBLE', 'Use encoding/encrypting (must be on for any)');
- define('_PNANTICRACKERJAVAENCRYPT', 'Do actual encrypting of HTML, not just escaping (warning: may slow display)');
- define('_PNANTICRACKERPRESERVEHEAD', 'Only encode/encrypt between BODY tags');
- define('_PNANTICRACKERGENERALCONFIG', 'General configuration');
- define('_PNANTICRACKERVARIABLECLEANSING', 'HTTP variable cleansing');
- define('_PNANTICRACKERDENIALOFSERVICE', 'Denial of service');
- define('_PNANTICRACKERENCRYPTION', 'Encryption');
- define('_PNANTICRACKERFILTERARRAYS', 'Filter arrays in HTTP variables');
- ?>
- --- NEW FILE: index.html ---
- --- NEW FILE: version.php ---
- <?php
- // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by The PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Your Name
- // Purpose of file: Blank mod Version language file
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @author Frank Chestnut [Chestnut]
- * @version $Revision: 1.1 $
- * @package PostNuke_System_Modules
- * @subpackage Admin_Messages
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- define('_PNANTICRACKER_NAME', 'AntiCracker');
- define('_PNANTICRACKER_DISPLAYNAME', 'AntiCracker');
- define('_PNANTICRACKER_DESCRIPTION', 'pnAntiCracker');
- ?>
- --- NEW FILE: userapi.php ---
- <?php
- // $Id: userapi.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by the PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_AntiCracker
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_PNANTICRACKEREMAILEMAILSECTIONBREAKER','\n=====================================\n');
- define('_PNANTICRACKEREMAILATTENTION','For the attention of %sitename site administrator.\n');
- define('_PNATICRACKERATDATEANDTIME','On %date at %time');
- define('_PNANTICRACKEREMAILDETECTEDANDBLOCKED',' the PostNuke code detected that somebody tried to send information to your site that may have been intended as a hack. Do not panic: it may be harmless -- maybe this detection was triggered by something you did! Anyway, it was detected and blocked.\n');
- define('_PNANTICRACKEREMAILFILELINEANDTYPE','The suspicious activity was recognized in %file on line %line, and is of the type %type. \n');
- define('_PNANTICRACKEREMAILADDINITIONALINFO','Additional information given by the code which detected this: %info');
- define('_PNANTICRACKEREMAILSTARTFULLREPORT','\n\nBelow you will find much information obtained about this attempt, that may help you to find what happened and maybe who did it.\n\n');
- define('_PNANTICRACKEREMAILUSERINFOHEADER','Information about this user:\n');
- define('_PNANTICRACKEREMAILNOTLOGGEDIN','This person is not logged in.\n');
- define('_PNHANTICRACKERUSERINFO','PostNuke user name: %uname\nRegistered e-mail address of this PostNuke user: %email\nRegistered real name of this PostNuke user: %name');
- define('_PNANTICRACKEREMAILIPNUMBERS','IP address: [note: if you are dealing with a real cracker, these IP addresses might not be from the actual computer he/she is working on]\n\t IP according to HTTP_CLIENT_IP: %HTTP_CLIENT_IP\n\t IP according to REMOTE_ADDR: %REMOTE_ADDR\n\t IP according to GetHostByName(\$REMOTE_ADDR): %$REMOTE_ADDR\n\n');
- define('_PNANTICRACKEREMAILREQUESTARRAY','Information in the \$_REQUEST array\n');
- define('_PNANTICRACKEREMAILGETARRAY','Information in the \$_GET array\nThis is about variables that may have been in the URL string or in a \'GET\' type form.\n');
- define('_PNANTICRACKEREMAILPOSTARRAY','Information in the \$_POST array\nThis is about visible and invisible form elements.\n');
- define('_PNANTICRACKEREMAILBROWSERINFO','Browser information\n');
- define('_PNANTICRACKEREMAILSERVERARRAY','Information in the \$_SERVER array\n');
- define('_PNANTICRACKEREMAILENVARRAY','Information in the \$_ENV array\n');
- define('_PNANTICRACKEREMAILCOOKIEARRAY','Information in the \$_COOKIE array\n');
- define('_PNANTICRACKEREMAILFILESARRAY','Information in the \$_FILES array\n');
- define('_PNANTICRACKEREMAILSESSIONARRAY','Information in the \$_SESSION array\nThis is session information. The variables\nstarting with PNSV are PostNukeSessionVariables.\n');
- define('_PNANTICRACKEREMAILEMAILSUBJECT','Attempted hack on your site? (type: %hack_type)');
- ?>
- _______________________________________________
- Pnfrance-cvsnotices mailing list
- Pnfrance-cvsnotices@lists.postnuke.com
- http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices
| [pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/AntiCracker/pnlang/fra admin.php, NONE, 1.1 index.html, NONE, 1.1 userapi.php, NONE, | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 24.10.2005, 18:10 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




