| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/baberankings.com.bak/photorater-old/ |
Upload File : |
<script language="JavaScript">
function checkifvalid(){
if (window.document.myform.username.value=="")
{
alert("Kindly enter the Username!");
window.document.myform.username.focus();
return false;
}
if (window.document.myform.password.value=="")
{
alert("Kindly enter the Password!");
window.document.myform.password.focus();
return false;
}
if (window.document.myform.fname.value=="")
{
alert("Kindly enter the First Name!");
window.document.myform.fname.focus();
return false;
}
if (window.document.myform.email.value=="")
{
alert("Kindly enter the Email!");
window.document.myform.email.focus();
return false;
}
if (window.document.myform.age.value=="")
{
alert("Kindly enter the Age!");
window.document.myform.age.focus();
return false;
}
if (isNaN(window.document.myform.age.value))
{
alert("Age should be a number!");
window.document.myform.age.focus();
return false;
}
if (window.document.myform.city.value=="")
{
alert("Kindly enter the City!");
window.document.myform.city.focus();
return false;
}
if (window.document.myform.country.value=="")
{
alert("Kindly enter the Country!");
window.document.myform.country.focus();
return false;
}
if (window.document.myform.about.value=="")
{
alert("Kindly enter details about yourself!");
window.document.myform.about.focus();
return false;
}
}
</script>
<TABLE width="98%" cellspacing="0" cellpadding="0">
<TBODY>
<TR>
<TD>
<FIELDSET><LEGEND><b>Signup</b></LEGEND>
<div>
<div align="center">
<center>
<table width="98%" height="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
<td height="20" class="normal">
<table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="7%" height="239" align="center" valign="top"> <div align="center"><br>
<br>
<br>
</div></td>
<td width="93%" align="left" valign="top">
<?
if($err)
{
?>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr class="normal">
<td><strong>The username you chose already exists!Kindly try again!</strong></td>
</tr>
</table>
<?
}
?>
<br>
<table width="95%" height="10" border="0" cellpadding="0" cellspacing="0" class="mytable">
<tr>
<td><div align="center">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<form name="myform" action="index.php?cmd=2" method="post" onsubmit="javascript: return checkifvalid();">
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Username</td>
<td height="19" class="normal"><input name="username" type="text" class="mytext" maxlength="12"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Password</td>
<td height="19" class="normal"><input name="password" type="password" class="mytext" maxlength="12"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td width="26%" height="25" class="normal">First Name</td>
<td width="74%" height="19" class="normal"><input name="fname" type="text" class="mytext" id="fname" value="<? print $fname; ?>" maxlength="30"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Last Name</td>
<td height="19" class="normal"><input name="lname" type="text" class="mytext" id="lname" value="<? print $lname; ?>" maxlength="30"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Email</td>
<td height="19" class="normal"><input name="email" type="text" class="mytext" value="<? print $email; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Age</td>
<td height="19" class="normal"><input name="age" type="text" class="mytext" value="<? print $age; ?>" size="7"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Gender</td>
<td height="19" class="normal"><FONT
face="MS Sans Serif, Tahoma, Verdana, Arial" size=1>
<SELECT name=gender
size=1 id="gender" class="mytext">
<option value="M" <? if($gender=="M") print "selected"; ?>>Male</option>
<option value="F" <? if($gender=="F") print "selected"; ?>>Female</option>
</SELECT>
</FONT></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">City</td>
<td height="19" class="normal"><input name="city" type="text" class="mytext" value="<? print $city; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">Country</td>
<td height="19" class="normal"><input name="country" type="text" class="mytext" value="<? print $country; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">MSN id</td>
<td height="19" class="normal"><input name="msn" type="text" class="mytext" value="<? print $msn; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">AOL id</td>
<td height="19" class="normal"><input name="aol" type="text" class="mytext" value="<? print $aol; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">YAHOO id</td>
<td height="19" class="normal"><input name="yahoo" type="text" class="mytext" value="<? print $yahoo; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">ICQ id</td>
<td height="19" class="normal"><input name="icq" type="text" class="mytext" value="<? print $icq; ?>"></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" class="normal">A Few words about yourself</td>
<td height="19" class="normal"><textarea name="about" cols="50" rows="10" class="mytext" id="about"><? print $about; ?></textarea></td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" colspan="2" class="normal"><INPUT
name=commentemail type=checkbox id="commentemail" value=Y CHECKED>
Email me when someone posts a comment on my pictures.</td>
</tr>
<tr >
<td width="5" height="25" class="normal"> </td>
<td height="25" colspan="2" class="normal"><INPUT
name=messageemail type=checkbox id="messageemail" value=Y CHECKED>
Email me when someone sends me a message.</td>
</tr>
<tr align="center" >
<td height="25" colspan="3" class="normal"> <input type="submit" name="Submit" value="Signup" class="mybutton"></td>
</tr>
</form>
</table>
</div></td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</div>
</FIELDSET>
</TD>
</TR>
</TBODY>
</TABLE>