| Server IP : 104.21.37.246 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/cwd/securitypolicy/SourceIPCheck/ |
Upload File : |
<h2>[% locale.maketext('Confirm Security Questions and Answers') %]</h2>
<p class="description">[% locale.maketext('Please confirm your questions and answers are correct.') %]</p>
<form action="[% cp_security_token %]/?key=[% acct_randkey %]" method="post" id="mainform" target="_top">
<input type="hidden" name="formaction" value="setquestions" id="formaction">
<input type="hidden" name="q1ques" value="[% userquestion.1 | html %]">
<input type="hidden" name="q2ques" value="[% userquestion.2 | html %]">
<input type="hidden" name="q3ques" value="[% userquestion.3 | html %]">
<input type="hidden" name="q4ques" value="[% userquestion.4 | html %]">
<input type="hidden" name="q1answer" value="[% q1answer | html %]">
<input type="hidden" name="q2answer" value="[% q2answer | html %]">
<input type="hidden" name="q3answer" value="[% q3answer | html %]">
<input type="hidden" name="q4answer" value="[% q4answer | html %]">
<ol id="sec-ques">
<li><label for="ques_one">[% userquestion.1 | html %]</label>
<p>[% q1answer | html %]</p>
</li>
<li><label for="ques_two">[% userquestion.2 | html %]</label>
<p>[% q2answer | html %]</p>
</li>
<li><label for="ques_three">[% userquestion.3 | html %]</label>
<p>[% q3answer | html %]</p>
</li>
<li><label for="ques_four">[% userquestion.4 | html %]</label>
<p>[% q4answer | html %]</p>
</li>
</ol>
<div style="clear:both;">
<div style="float:left;">
<a onClick="document.getElementById('formaction').value='main'; document.getElementById('mainform').submit(); return false;" href="[% cp_security_token %]/?key=[% acct_randkey %]">[% locale.maketext('Click here to change answers.') %]</a>
</div>
<div style="float:right;">
<input type="submit" value="[% locale.maketext('Save Answers') %]" class="input-button">
</div>
</div>
<br />
</form>