Quote:
Originally Posted by Nick0r
Any easy way to remove the line about agreeing to the rules and make the hack still work?
|
Untested, try changing.
Code:
<input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>Check to Agree with <a href="register.php?">forum rules</a></strong>
to
Code:
<input name="agree" id="cb_rules_agree" value="1" type="hidden" checked="checked">