| Server IP : 192.169.170.185 / Your IP : 216.73.216.97 Web Server : Apache System : Linux p3plmcpnl495852.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64 User : akhilnew ( 1712764) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/akhilnew/public_html/reflectivejournals.com/ |
Upload File : |
<?php
require_once("header.php");
echo $page_content;
/*
$focus = encrypt('[PLACE_ENQUIRY]');
echo <<<EOJ
<noscript>Your browser doesn’t support javascript. Please use another browser.</noscript>
<p class="noscript">Your browser doesn’t support form script. Please use another browser.</p>
<form action="{$baseurl}contact" method="post" name="contactform" class="form ajax-form" enctype="multipart/form-data" onsubmit="return submitform(this)">
<input type="hidden" name="token" value="{$token}" autocomplete="off" readonly="readonly" />
<input type="hidden" name="focus" value="{$focus}" autocomplete="off" readonly="readonly" />
<input type="hidden" name="zipcode" value="" readonly />
<div class="body">
<div class="row">
<label class="flbl">Full Name<span>*</span></label>
<input type="text" name="name" autocomplete="off" class="field" />
</div>
<div class="row">
<label class="flbl">Email<span>*</span></label>
<input type="text" name="email" autocomplete="off" class="field" />
</div>
<div class="row">
<label class="flbl">Mobile Number<span>*</span></label>
<input type="text" name="phone" autocomplete="off" class="field phone" />
</div>
<div class="row">
<label class="flbl">Message<span>*</span></label>
<textarea name="message" rows="5" cols="5" autocomplete="off" class="field field-textarea"></textarea>
</div>
<div class="row">
<label class="flbl">Enter this number<span>*</span></label>
<img src="{$baseurl}captcha" alt="CAPTCHA" class="img-captcha" />
<input type="text" name="captcha" autocomplete="off" maxlength="5" class="field field-captcha digit" />
<input type="button" name="refresh" value="" class="button default refresh" onclick="reCAPTCHA()" />
</div>
<div class="row">
<input type="submit" name="submit" value="submit" disabled="disabled" class="button" />
<div class="loader">Please Wait...</div>
</div>
</div>
</form>
<div class="output"></div>
EOJ;
*/
require_once("footer.php");
?>