Perl Captcha
How do I set write permissions on the "temp" folder?
Some of my fields are not being re-filled when the captcha code entered is incorrect, any solution?
I have problems while downloading the file. How can I download it?
I don't have a credit card. Are there alternative payment options?
Do you offer a multi-domain license?
I'm getting this error message "Is not possible to create data structure.". What's happening?
Can I pay using my credit card ?
Can I use these extensions with MACs ?
I have downloaded the new program, but cannot seem to access it from the command panel.
I'm getting this message "Please define your site first.". What I should do?
How do I set write permissions on the "temp" folder?
For Linux/Unix servers
FTP programs ("clients") allow you to set permissions for files and directories on your remote host. This function is often called chmod or set permissions in the program menu.In the first image, look at the last column - that shows the permissions. It looks a bit confusing, but for now just note the sequence of letters:

Right click the folder or files to set permissions, and usually a popup screen will appear (see the second image):

Don't worry about the check boxes. Just delete the 'Numeric value:' and enter the number you need - in this case it's 777 or simply mark all checkboxes. Then click OK.
That's all.
For Windows servers
There should be an option in your web hosting control panel to set write permissions. If it's not present, you may can contact your web hosting service and request the write permissions for the PHP code.
Some of my fields are not being re-filled when the captcha code entered is incorrect, any solution?
Please do not use spaces in the field names, use underscore _ instead spaces.
Adidtionally, if you are not using spaces, note that in Internet Explorer the "select" fields need the "value" specified in order to be able to refill those fields with javascript.
Example (incorrect):
<select name="my field">
<option>Blue</option>
<option>Red</option>
<option>Green</option>
</select>
Example (correct):
<select name="my_field">
<option value="Blue">Blue</option>
<option value="Red">Red</option>
<option value="Green">Green</option>
</select>
Please add the value attributes to the option tags.
Is it possible to change the return link so that when the page refreshes, it jumps back down to the captcha image instead of the top of the page?
Yes, follow these steps:
1 - Add an empty anchor at the bottom of your page like this one:
<a name="captcha"></a>
mypage.html#captcha
Can I put some sort of reset button to generate a new captcha image (ex: in case the user doesn't see clearly) ?
<input type="button" name="hdwnc" value="new image" onclick="document.getElementById('captchaimg').src =document.getElementById('captchaimg').src+'&'+Date();" />
This link makes the same function:
<a href="#captchaimg" onclick="document.getElementById('captchaimg').src =document.getElementById('captchaimg').src+'&'+Date();">new image</a>
When I double click the MXP file I'm getting this error: "Extension requires more recent version of Macromedia Extension Manager". How can I solve this?
I have problems while downloading the file. How can I download it?
If you lost both download links, please contact our support service and we will send you a new download link. Please include the email used for payment in your message;
I don't have a credit card. Are there alternative payment options?
Moneybookers is accepted in almost all countries.
Do you offer a multi-domain license?
I'm getting this error message "Is not possible to create data structure.". What's happening?
Please, change the "Links relative to" setting in the site configuration options (Dreamweaver 8 or later).
If this setting does not solve the problem, then follow these steps:
- Restart Dreamweaver
- Be sure that you have a local web site defined in Dreamweaver
- Open the page where you want to insert the extension(this page must be saved previously into your web site)
- Try to insert the extension again
Can I pay using my credit card ?
We also accept MoneyBookers (accepts credit cards when uploading funds).
Can I use these extensions with MACs ?
I have downloaded the new program, but cannot seem to access it from the command panel.
I'm getting this message "Please define your site first.". What I should do?
It's required to define a working site in Dreamweaver because Dreamweaver needs to know where to place the files.
Download here a PDF document with help about defining a site in Dreamweaver.
This extension works with Dreamweaver CS4?
When I preview my web page after I get this message in my Internet Explorer,"To help protect your security, Internet Explorer has restricted...". What is the problem?
If you are testing your page directly from your local hard disk in IE 7, this message appears:
"To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options."
In IE 7 this message appears when you test a web page that contains a script or Flash item directly form your local hard disk. When you upload your page to an online web server that message does not appear.
The address from a web server must start with http:// or https:// . On the other hand if the address starts with C:\ or file:// then you are testing it from your local hard disk.
Just upload your web page to your web site and you will see that the error disappears.