SSL Infobox
funpoint <[email protected]> 13 Sep 2003 21:28:34 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <aa9ef454f98fd4ab04272798744616d2@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=229043#229043
----------------------------------------------------------------
//This first little box is a general SSL information box.
//The idea is to inform the user that the SSL security is on
//automatically, and taking a minimum of space on screen.
//------------------------------------------------------
This add-on can be installed in a couple of minutes.
//------------------------------------------------------
How to install this add-on?
1- copy ssl.php in includes\boxes\
2- add these lines to includes\languages\french.php
// SSL box
define ('SSLBOX_HEADER', 'Securité');
define ('SSLBOX_CONTENT','Liaison sécurisée 128 bits activée.');
3- add these lines to includes\languages\english.php
// SSL box
define ('SSLBOX_HEADER', 'Security');
define ('SSLBOX_CONTENT','128 bits encryption activated, you are in a secured zone.');
4- add
require(DIR_WS_BOXES . 'ssl.php');
whatever you want to add this box
I use it before
require(DIR_WS_BOXES . 'login.php');
in \includes\column_left.php
That's it!
Nikko
http://www.copieshop.com