items tagged with joomla
Written By: Administrator
Section: Joomla
Category: SecurityImages
2006-10-22 21:41:42
Securityimages 4.0.0 release "enhanced Security "
This version is now running with:
- PHP.ini safe mode ON
- Joomla RG Global Emulation O
- PHP.ini register global = Off
artf4021: php safe mode & com_securityimages
artf1411: Save setting button changes if config.securiyimages.php is not writable
artf4989: register_globals Off patch
artf3206: com_contact
artf2777: No text displayed in security Image
API changes
Will work only with new release of akcomment, akobook, etc...
| securityimages < 4.0.0 | |
| in PHP <form> |
<?php include
($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); ?> The code above insert the image, and the text, |
| in PHP code checking the <form> |
include ($mosConfig_absolute_path.'/administrator/components/com_securityimages/server.php'); $checkSecurity = checkSecurityImage($security_refid, $security_try); if $checkSecurity = true //then the user has entered the right text. |
| securityimages >= 4.0.0 | Introducing a captcha hidden field visibility name |
| in PHP <form> | include($mosConfig_absolute_path.'/administrator/components/com_securityimages/client.php'); $packageName = 'securityimage_newpass'; echo "<tr><td>".getSecurityImageTextHeader()." *</td><td>".insertSecurityImage($packageName). "<br/>".getSecurityImageTextHelp()."" .getSecurityImageField($packageName)."</td></tr>"; |
| in PHP code checking the <form> | $securityimage_newpass_refid
= mosGetParam( $_POST, securityimage_newpass_refid',
'' ); $securityimage_newpass_try = mosGetParam( $_POST, securityimage_newpass_try', '' ); $securityimage_newpass_reload = mosGetParam( $_POST, 'securityimage_newpass_reload', '' ); include_once ($mosConfig_absolute_path.'/administrator/components/com_securityimages/server.php'); $checkSecurity &= checkSecurityImage($securityimage_newpass_refid, $securityimage_newpass_try, $securityimage_newpass_reload); |
New!
HNCAPTCHA: now color background is fully configurable
Written By: Administrator
Section: Joomla
Category: How To
2007-01-28 18:09:57
Since my server is still suffering, Ive decide today to take some
actions. user: changes can be done on shared hosting with limited user rights.
root. changes require a full access to the server (root access with secure shell ssh)
I have currently per months, 160.000 visitors and 2 Millions Hits.or per day 8000 visitors and 24000 pages view.
Server has only 1GB RAM.
UPDATE: I found one/THE reason why my host is slowing down...SPAMMERS!
click read more
Read More About Speeding Up Joomla! A Little Bit...
Written By: Administrator
Section: Joomla
Category: SecurityImages
2007-04-01 21:51:07
New beta version of securityimages 4.2.0 beta
NEW: Better troubleshooting section with some entries copied from the forum
NEW:: A new plugin calculator which propose a simple challenge to user: resolve a simple addition
NEW: freecap, hncaptcha, calculator are also now creating logs files (success or failed user attempt) in the database.
NEW: German translation by Tom Eppensteiner http://www.igamt.ch
NEW: Session code patch submitted by Soeren for better VirtueMart compatibility (HERE) part of the 4.2.0 version....Note to be able to profit of securityimages in VirtueMart, you'll have to use VirtueMart 1.1. This should also help users trying to protect JoomlaBoard with securityimages.
BUG: better compatibility with host REGISTER GLOBALS OFF ( SecurityImages 4.0.1 Language Fix)
Written By: Administrator
Section: Joomla
Category: Development
2006-03-23 19:41:47
I show You here (with screenshots) How to access Joomla Forge CVS system using the standard Eclipse CVS client.
Click Read more !
Read More About Access To Joomla CVS Forge Using Eclipse...
Written By: Administrator
Section: Joomla
Category: AkobookPlus
2008-09-17 17:35:20
Up and running on my DEMO2 server (refresh every 30 minutes!)
or direct link
Download link:
http://www.waltercedric.com/downloads-for-joomla/doc_details/79-comakobookplus-510.html
Also running on my Homepage...
I am currently developing this release due to many requests in the forum.
UPDATE1: wont be release today (tonight for me, it is already 23:30PM GMT+1), still testing, you can apply as a beta tester by contacting me HERE
Small change request can always be integrated, please use my forum and create a new thread in the right section
What's new?
NEW: protection against Cross Site Request Forgery (CSRF) attack, thanks to Joomla! framework, see here
NEW: use recaptcha to protect guest book against spammer.
NEW: you may prefer security images instead of recaptcha, the guest book now support securityimages5.x.x!
BUG: Akobook Fix for Number of Guest Entries and Pages thanks to user mygeek911
BUG: on some host blank page during install or in some menu has been resolved, it was old code having php code embedded starting with <? ... ?> (PHP4 support both) instead of <?php ... ?> (PHP5 only support this)
BUG: layout bug in all front end page solved, not all view were using 100% of the view
NEW
NEW: Admin Comments all lowercase... now you can change this behavior in admin panel
NEW: a new menu entry that can check if you are running the latest version of this software
![]()
NEW: refactoring but can be considered daily part of the work -> this code is not MVC at all, and has to be turn into a real Joomla! 1.5 extension. I consider anti spamming and security more important in the TODO list at the moment than making the code MVC.
Hurry up any post in this forum http://forums.waltercedric.com/index.php?board=46.0 may enter into that release as well :-)
There are 72 items tagged with joomla. You can view all our tags in the Tag Cloud

















