Hello all, This new upgrade applies to all products Auctionawy, Classifiedawy, Searchawy, & Boardawy. The new upgrade adds the Security Code Image to the Contact Us page and the Register Page. It is an admin option in the Accounts Options that can be enabled or disabled. This security code prevents automated programs or scripts from accessing or abusing the system. Auctionawy Update Create new folder Called SecImg under the directory html/auctions, for sites with cpanel, it should be: public_html/auctions/SecImg on your server Update these cgi files for Auctionawy: ---------------------- Auction.pm ServerAdm.pm Configuration.pm Register.pm AccountsAdm.pm ContactUs.pm SecurityImage.pm <=New module just added Update these language files for all products (Auction, Classified, Search, Forum): ---------------------------- Contact.pm or you can just add these language variables, they exist at the end of the file:
security_code~==~Security Code: security_code_notes~==~Type the characters you see in this picture type_security_code~==~Type characters: error_security_code~==~Please enter the security code you see in the picture.<br>
Register.pm or you can just add these language variables, they exist at the end of the file:
Code: HTML Select All Expand All
|
SecurityCode_Form~==~<tr><td align="right" valign="top" class="TablesC1">Security Code:</td><td class="TablesC2">Type the characters you see in this picture<br><img src="<!--SecurityImageLink-->" border="0" alt=""><br>Type characters:<input type="text" name="SecurityCode" value="<!--SecurityCode-->"><!--SecurityCode_Required--></td></tr><br />error_security_code~==~<font color="blue">&#149; Please enter the security code you see in the picture.<br></font><br />
|
Update these Templates for all products (Auction, Classified, Search, Forum): ------------------------- ContactUs.html or you can just add the new code:
Code: HTML Select All Expand All
|
<tr><br /> <td width="35%" align="right" valign="top"><b>[[security_code]]</b></td><br /> <td width="65%">[[security_code_notes]]<br><img src="<!--SecurityImageLink-->" border="0" alt=""><br><br /> [[type_security_code]]<input type="text" name="SecurityCode" value="<!--SecurityCode-->"><br /> </td><br /> </tr><br />
|
Before the table row with the text remote_address_label or anywhere you want Register.html or you can just add the new code:
below the plugin --Credit_Card_Form-- or anywhere you want it in the template Classifiedawy Update Create new folder Called SecImg under the directory html/classifieds, for sites with cpanel, it should be: public_html/Classifieds/SecImg on your server Update these cgi files for Classifiedawy: ---------------------- Classifieds.pm ServerAdm.pm Configuration.pm Register.pm AccountsAdm.pm ContactUs.pm SecurityImage.pm <=New module just added Searchawy Update Create new folder Called SecImg under the directory html/dirs, for sites with cpanel, it should be: public_html/dirs/SecImg on your server Update these cgi files for Searchawy: ---------------------- Directory.pm ServerAdm.pm Configuration.pm Register.pm AccountsAdm.pm ContactUs.pm SecurityImage.pm <=New module just added Boardawy Update Create new folder Called SecImg under the directory html/forum, for sites with cpanel, it should be: public_html/forums/SecImg on your server Update these cgi files for Boardway: ---------------------- Forum.pm ServerAdm.pm Configuration.pm Register.pm AccountsAdm.pm ContactUs.pm SecurityImage.pm <=New module just added After your finish this upgrade, In Auctionawy, Classifiedawy, and Searchawy, go to your admin, click on Accounts Manager->Accounts Options ->Registration Page Options , you will find the option:
Where you can enable / disable it on the regsiter page.
On the contact us page it is required field to avoid system abuse.
|