| I cannot get the captcha extension to work. I have downloaded the lastest etc and applied it to my page and uploaded all required files but no success in getting it working. 
 I have tried it with and without the image in
 
 $dwzCaptcha->SetBgImage("css/img/captchapic1.jpg");
 
 
 
 
 
 <?php
 //**************************
 //  http://www.DwZone-it.com
 //  DwZone Captcha
 //  Version 1.0.6
 //**************************
 $dwzCaptcha = new dwzCaptcha();
 $dwzCaptcha->Init();
 $dwzCaptcha->SetRoot("");
 $dwzCaptcha->SetSessionName("formcheckersession");
 $dwzCaptcha->SetDimensions("160", "40");
 $dwzCaptcha->SetCodeLength("4");
 $dwzCaptcha->SetCharsType("2");
 $dwzCaptcha->SetPerturbation("0.85");
 $dwzCaptcha->SetBgColor("#FFFFFF");
 $dwzCaptcha->SetBgImage("css/img/captchapic1.jpg");
 $dwzCaptcha->SetTextAngle("5", "5");
 $dwzCaptcha->SetLines("5", "#990000");
 $dwzCaptcha->SetTransparency("");
 $dwzCaptcha->SetShowReload("false");
 $dwzCaptcha->SetShowSound("false");
 $dwzCaptcha->SetTextColors("#000000");
 $dwzCaptcha->Create();
 ?>
 
 http://goo.gl/7XmLWs
 
 Hope your well
 
 Kenny
 
 
 | 
                           
                            |       |  |