<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Captcha Transparent</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Captcha Transparent</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:08:25 +0000</pubDate>

<item>
<title>redityo on "Captcha Transparent"</title>
<link>https://www.machform.com/forums/topic/captcha-transparent#post-11411</link>
<pubDate>Mon, 14 Feb 2011 10:53:13 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">11411@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It's only possible to change the background color for &#34;internal captcha&#34;, but you need to use an image for this.&#60;br /&#62;
You can create an image with a color same like your website and save it as JPG file. After that, upload the image file into machform folder and edit your 'captcha.php' file inside machform folder. You'll see these code inside that file :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$fonts = array(&#38;#39;lib/php-captcha/VeraSeBd.ttf&#38;#39;,&#38;#39;lib/php-captcha/VeraBd.ttf&#38;#39;);
   	$captcha = new PhpCaptcha($fonts, 200, 60);
   	$captcha-&#38;gt;Create();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change it to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$fonts = array(&#38;#39;lib/php-captcha/VeraSeBd.ttf&#38;#39;,&#38;#39;lib/php-captcha/VeraBd.ttf&#38;#39;);
   	$captcha = new PhpCaptcha($fonts, 200, 60);
	$captcha-&#38;gt;SetBackgroundImages(&#38;#39;mycolor.jpg&#38;#39;);
   	$captcha-&#38;gt;Create();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That would change capcha background with &#34;mycolor.jpg&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>djones on "Captcha Transparent"</title>
<link>https://www.machform.com/forums/topic/captcha-transparent#post-11409</link>
<pubDate>Mon, 14 Feb 2011 06:44:41 +0000</pubDate>
<dc:creator>djones</dc:creator>
<guid isPermaLink="false">11409@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Possible to make the captcha background color transparent?  This way I could color forms different colors without having the white captcha block showing
&#60;/p&#62;</description>
</item>

</channel>
</rss>
