Visit the Joomla! 1.5 demo site to see my extensions live running




/ 0
SecurityImages 5.X is only running with Joomla! 1.5 and the redesign of API has introduced some incompatibilities.
Developers/Hackers/Individuals who want to use the latest version of SecurityImages may want to read the
following. Basic PHP knowledge is recommended.
with SecurityImages 4.0.X |
In your PHP code displaying the form, can be a Pat template or a html code 1. Include my library in page scope if (file_exist($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php')) { <?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>} $packageName = 'securityChooseUniqueKeyName';2. At the position where You want the Captcha image to be inserted <?php echo insertSecurityImage($packageName); ?> 3. This insert the help text and the input box where the user will have to enter his text <?php echo getSecurityImageText($packageName); ?> Line at point 3. can be, in some case, depending how much space You have in the presentation HTML layer, replace with //will be replace at runtime, depending on user locale //with "Please Enter what You see:" <?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>0<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>1<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>2<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>3<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>4<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>5<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>6<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>7The code above insert the image, and the text, You page normally submit information to the server for processing. Most of the time, the last 2 lines are inserted in a <form> </form> HTML tags In the server code where you process the data... <?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>8<?php include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?>9}0 }1 }2 }3 }4 }5
|
Post your questions in the forums or enhance the WIKI with your finding. I will start to maintain more and more the WIKI and put
good documentation there.
Privacy Statement | Copyright Notice | Licenses
1999-2011 Cedric Walter - All Rights Reserved

