Client wanted RSComments (Version 1.0.0) captcha to show only numbers.
Open:
components -> com_rscomments -> helpers -> securimage -> securimage.php
Go to about line 457 to $this->charset
Change:
$this->charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghklmnprstuvwyz23456789';
To:
$this->charset = '0123456789';
25% Off Hosting: use coupon code PHPDiscount and get 25% off your first month at HostGator.
 |