PDA

View Full Version : Using Domain checker without verification code



Sunburnt
10-01-06, 04:09 AM
Is there a way to disable or hide the verification code as hidden field for the domainchecker.php form submit?

Intending to put a simple domain lookup form on my home page but not display the verification code for entry.

Adam
10-01-06, 07:06 AM
Hey,

Yes this can be done. In your template folder find the file called domainchecker.tpl and replace the following code on line 23:

from


includes/verifyimage.php <input type="text" name="code" size="10" maxlength="5">


to this



<input type="hidden" name="direct" value="true">


From,
Adam

Sunburnt
10-01-06, 08:25 AM
Excellent! Thanks for the tip!

Cheers