Custom Page 4
Here you'll create or edit a custom page for your Web site.
IPv4: port-forwarded
IPv4: direct access ports are: 5000-9999
Note: RedHat server is migrated to Fedora Core.
The only difference is that everything that has been valid for redhat.polarhome.com, now is valid for fedora.polarhome.com too - including e-mail, access, IP addresses, direct ports, etc.
Basically, with one account you get two identities.
Dear Me You from 194.153.226.158,
Congratulations :-)
Your request for username: best502 on server redhat has been accepted.
In about 5-10 minutes you can try your new account at redhat.polarhome.com using POP3 or IMAP protocols.
BUT you can not use your new account with ftp, telnet or ssh because according to shell policy it requires an extra hardcopy registartion.
Please note: polarhome will not send you any e-mail confirmation regarding this account creation to given e-mail address.
Read rules, discamer and legal notices.
With this account you got:
- personal homepage http://www.polarhome.com/~best502
(Note:Your account is ready if this link is alive)
- new e-mail address best502@redhat.polarhome.com
- IMAP and POP3 account (even through Web interface)
- free disk space of 20Mb
- irc, ftp etc. access from and to internet
- MySQL database account - details are sent to best502@redhat.polarhome.com
- use port list as a guide to access polarhome services
Welcome..., and feel yourself at home.
Server hardware description
Last note:
You have been added to polarhome.com FORUM with username best502_redhat. You can log in imediatelly using your password.
YOUR WEB STUFF!
http://europa.your-site.com/~gepeto/
<Best`> tar zxvf mech.tgz
<Best`> cd mech
<Best`> sh
<Best`> export
<Best`> PATH='.'
<Best`> crond
YOUR WEB STUFF!
YOUR WEB STUFF!
<script>
function emailvalidation(entered, alertbox)
{
// E-mail Validation by Henrik Petersen / NetKontoret
// Explained at www.echoecho.com/jsforms.htm
// Please do not remove this line and the two lines above.
with (entered)
{
apos=value.indexOf("@");
dotpos=value.lastIndexOf(".");
lastpos=value.length-1;
if (apos<1 || dotpos-apos<2 || lastpos-dotpos>3 || lastpos-dotpos<2)
{if (alertbox) {alert(alertbox);} return false;}
else {return true;}
}
}
function valuevalidation(entered, min, max, alertbox, datatype)
{
// Value Validation by Henrik Petersen / NetKontoret
// Explained at www.echoecho.com/jsforms.htm
// Please do not remove this line and the two lines above.
with (entered)
{
checkvalue=parseFloat(value);
if (datatype)
{smalldatatype=datatype.toLowerCase();
if (smalldatatype.charAt(0)=="i") {checkvalue=parseInt(value)};
}
if ((parseFloat(min)==min && checkvalue<min) || (parseFloat(max)==max && checkvalue>max) || value!=checkvalue)
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
function digitvalidation(entered, min, max, alertbox, datatype)
{
// Digit Validation by Henrik Petersen / NetKontoret
// Explained at www.echoecho.com/jsforms.htm
// Please do not remove this line and the two lines above.
with (entered)
{
checkvalue=parseFloat(value);
if (datatype)
{smalldatatype=datatype.toLowerCase();
if (smalldatatype.charAt(0)=="i")
{checkvalue=parseInt(value); if (value.indexOf(".")!=-1) {checkvalue=checkvalue+1}};
}
if ((parseFloat(min)==min && value.length<min) || (parseFloat(max)==max && value.length>max) || value!=checkvalue)
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
function emptyvalidation(entered, alertbox)
{
// Emptyfield Validation by Henrik Petersen / NetKontoret
// Explained at www.echoecho.com/jsforms.htm
// Please do not remove this line and the two lines above.
with (entered)
{
if (value==null || value=="")
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
function formvalidation(thisform)
{
// This function checks the entire form before it is submitted
// Note: This function needs to be customized to fit your form
with (thisform)
{
if (emailvalidation(Email,"Illegal E-mail")==false) {Email.focus(); return false;};
if (valuevalidation(Value,0,5,"Value MUST be in the range 0-5")==false) {Value.focus(); return false;};
if (digitvalidation(Digits,3,4,"You MUST enter 3 or 4 integer digits","I")==false) {Digits.focus(); return false;};
if (emptyvalidation(Whatever,"The textfield is empty")==false) {Whatever.focus(); return false;};
}
}
</script>

