Whos Online

Joomla

We have 142 guests and 0 members online

    Forums

    We have 24 guests and 0 members online

      Tags

      android (7) anonymity (9) ant (10) apache (54) apple (7) atv (18) australia (8) bernardet (7) bombardier (7) book (7) browser (10) business (8) caliber30 (61) canon (9) cedricwalter (6) checklist (9) chrome (6) classpath (6) collection (7) continuousbuild (25) design (13) designpattern (23) desktop (7) development (28) DIY (9) draganflyer5 (9) dslr (14) eclipse (30) ek4 (8) electronic (18) enfrancais (66) FAQ (6) figures (13) firefox (20) firmware (7) flash (9) flickr (6) framework (12) fud (9) game (19) gaming (6) girls (6) google (68) gpl (8) gps (9) hacking (23) hdtv (7) hollidays (15) homecinema (14) homepage (20) howto (66) infrastructure (6) innoveo (7) iphone (6) italy (10) itsatrap (8) java (73) javascript (11) joke (11) joomla (215) joomla15 (33) joomlacloud (7) junit (9) kde (10) kyosho (62) links (17) linux (122) LittleBigPlanet (16) mambo (18) manual (8) manurhin (9) maps (6) maven (36) mediacenter (9) microsoft (52) modding (10) module (17) morespeed (16) motor (8) motorcycle (13) myhomepage (14) mysql (14) nas (14) neogeo (20) opencomment (27) opensource (61) opensuse (10) oss (7) p2p (7) patch (32) pc (12) pdf (8) php (26) picasa (7) plugin (65) privacy (9) projector (11) protection (7) ps3 (42) publicity (9) quad (18) raptor30 (7) rchelicopter (161) review (32) robot (9) robotic (7) rss (8) safety (8) scooter (29) security (62) securityimage (8) securityimage3 (6) securityimage4 (21) securityimage5 (19) securityimages (14) securityimages5 (6) server (17) simulator (8) smugmug (12) snk (16) software (31) sony (38) spammer (7) statistics (13) storage (7) subversion (6) suse (12) switzerland (7) teamcity (15) testing (9) thundertiger (20) tips (31) tomcat (7) tomtom (7) translatetofrench (8) trip (17) troubleshooting (7) tutorial (9) twitter (6) upgrade (15) vespa (10) video (17) vintage (8) watercooling (9) web2.0 (28) windows (14) xbmc (7) xbox (10) zurich (16) zürich (11)

      Forums

      Live information from Open Source Joomla! 1.0/1.5 development and support for waltercedric.com components/plugins/modules

      Skype me

      My status

      Follow me

      Facebook Digg LinkedIn MySpace Twitter Playstation network Xbox Live
      Digg Del.icio.us Reddit Simpy StumbleUpon Ask Facebook Slashdot Backflip Spurl MisterWong Netvouz Diigo Segnalo RawSugar Shadows Google Furl Newsvine Yahoo Technorati Live Blogmarks Netscape Fark Wink LinkaGoGo Bibsonomy FeedMe Magnolia Blue Tailrank Del.irio.us Y PlugIM SpotBack LinkSwarm

      Gallery

      Twitter

      Google Buzz


      Hotel lusso - Trova e prenota in un click i migliori Hotel lusso selezionati per qualità e prezzo in tutte le principali città Italiane ed Europee. Trova vari modi per risparimare con alb...
      7 hours ago,

      Re: No related articles are displayed - Not in my case. I have much more than one article in the categorie...
      12:07 AM Mar 14, 2010,

      Re: Rocket Themes templates - Cedric, thanks for working on it! I have run the xdelta3 program to get the new template, but then it won't allow me to unzip the resulting file to patch the server. I had to use the -s switch to get the source file recognized so my code looks l...
      11:24 PM Mar 13, 2010,

      Re: Rocket Themes templates - Hello again... I have more information Cedric. When I go into the contact details I want to display the captcha on, I get an error. Warning: file_get_contents(/home/mico7284/public_html/islandtrader.info/administrator/components/com_contact/contact_ite...
      10:22 PM Mar 13, 2010,

      Re: Rocket Themes templates - Cedric YOU ROCK! Thanks so much for the patch on crystalline template! I now have captcha on my log in form... however, it is not showing up on my contact form... See attached jpeg for a screen shot of the error I get for the contact patch under check ...
      10:05 PM Mar 13, 2010,
       
      New securityimages 4.1.0 Print E-mail
      User Rating: / 29
      PoorBest 
      Monday, 04 December 2006 21:26
      Why updating?
      • If You want to use more than one Captcha in a page.
      • If  You want Captcha in the administrator page.
      • If Your old version 3.0.8 or 4.0.1 do not work as expected
      • If you use any version < 3.0.4 which has a serious vulnerability injection.

      NEW:  Captcha can  now be used in the administrator login page
      NEW: more settings for switching On/Off securityimages into Joomla! core
      BUG: I was starting another php session with session_start()

      click read more for screenshots and details...
      NEW Captcha can  now be used in the administrator login page


      Note:
      • I've changed the file /administrator/templates/joomla_admin/login.php (insertion of captcha line 57 ) , meaning if You use another administrator template than joomla_admin, You'll have to make the same changes in Your templates
      • I've changed the file /administrator/templates/index.php (checking the captcha challenge), this file is administrator templates independent
      • This mod do not increase the security of the administrator login page, it is more smart to read:
        Todo list for securing your site: http://www.waltercedric.com/content/view/806/102/ and also
        Protecting You Mambo admin panel using htaccess: http://www.waltercedric.com/content/view/706/102/


      NEW: more settings for switching On/Off securityimages into Joomla! core
      This let You deactivate securityimages in core part of Joomla! more easily.


      Note:
      • Switching these flag to true is not ENOUGH, You need to also install a set of files (an exact copy of Joomla! file let's say in a version 1.0.11) that I have modified to support securityimages. Right now Joomla! do not allow me to do it differently.

      BUG: I was starting another php session with session_start(),
      this has cause a lot of trouble in the admin login page, and has revealed that I must better use:
      session_name( md5( $mosConfig_live_site ) );
      session_start();
      This has the potential of solving issue in Virtuemart (I have not tested it, but problem look similar)

      About Joomla core patches I provide to the community
      I do not like hacking Joomla! core file, either Joomla! Team provide a way to extends their core code on the fly   (plugins) or I may run in trouble mainly because I have to provide and maintain a patch version of some core files, it is also risky to do that (code is untrusted source even if I am a honest person)...

      In order to not overwrite any existing changes You've made in the past, all users of Joomla! should really try to use Beyond Compare, from www.scootersoftware.com. It allow to select 2 directories/zip/files, and by right clicking in windows explorer like interface compare file and merge them  in a 2 way editor (you can copy from left and to the right side of panel part of the code).With this tool, You can even make a compare with a local directory and a remote one (FTP) this let you apply release (official joomla patch 1.0.11 for example)  very easily.

      Joomla! core patches are all located in administrator\components\com_securityimages\patches\*.php so the influence on core is minimal. Read them if you want to know how to use securityimages in Your own code.

      About release management of my patches:
      • Securityimages 4.0.1 has a new  API and work only with >= JoomlaPatches1.0.11-v1.0.2
      • Securityimages 3.0.8 has the old API  and work only with <= JoomlaPatches1.0.11-v1.0.1
      • Securityimages 4.1.0 has a new  API and work only with >= JoomlaPatches1.0.11-for securityimages 4.1.0 only
      My mistake is that I did not document that at all, this is why so much users run in troubles in the past few weeks....

        

      Related Posts

      relatedArticles

      Tags See All Tags Add New Tag...

      Please Enter New Tags Separated By Comma's
        Or Close

      joomla  securityimage4 



      Comments
      Add New Search RSS
      +/-
      Write comment
      Name:
      Email:
       
      Website:
      Title:
      UBBCode:
      [b] [i] [u] [url] [quote] [code] [img] 
       
       
      :):grin;)8):p:roll:eek:upset:zzz:sigh:?:cry
      :(:x
       
      Please input the anti-spam code that you can read in the image.
      Guest  - Nice work! |62.80.173.xxx |2006-12-07 16:53:10
      My best regard fo you
      Mazhuka  - Problems with AkoComment Plus |80.81.127.xxx |2006-12-07 22:27:06
      In AkoComment Plus 1.1.7 and Security Images 4.1.0, the security component don't
      work well (Refresh button don't work, no validate the user string... simply is
      not acepted).

      Please, tell me something about that.

      Thanks
      Guest  - Security Images and Additional Slashes i |85.96.157.xxx |2007-01-05 17:40:44
      1- One of the frontpage entries on my J! site reads the following:
      http://localhost/content/view/8917///#commentAncho r
      Please notice the no of slashes.
      2- Components/opencomment/Edit Settings/Spammers tab won't save Security images
      Yes option.
      3- Have you ever tried BBCode in OpenComment? BBCode is always added to the end
      of the text.
       

      Top 200 Tags

      Donation

      Thank You for supporting my work
      Click Here to make a donation