CINXE.COM
Tonic - Edit DNS Information
<html> <head> <title>Tonic - Edit DNS Information</title> <Script Language="JavaScript"> function changeButt(defaultImage, defaultNumber){ // ignore fancy icon crap if not Netscape >= 3.0 var thisBrowser=navigator.appName; var theBrowserVersion=navigator.appVersion; if (thisBrowser.charAt(0) == "N" && theBrowserVersion.charAt(0) >= 3) { document.images[defaultNumber].src = defaultImage } } // Check all fields function testall(form) { if ( !testsld(form) ) return false; if ( !testpassword(form) ) return false; return true; } // Check the sld form function testsld(form) { str = form.sld.value; len = str.length; // fail if sld blank if ( str == "" ) { alert("\nThe domain name is blank.\n\nPlease enter your domain name."); document.dnsform.sld.focus(); return false; } // fail if user ended with .com if ( str.substring(len-4,len-3) == '.' && str.substring(len-3,len-2) == 'c' && str.substring(len-2,len-1) == 'o' && str.substring(len-1,len) == 'm' ) { alert("\nPlease do not include .com\n\nAll Tonic names end in '.to'"); form.sld.value = str.substring(0,len-4); document.dnsform.sld.focus(); return false; } // fail if sld is >63 characters if ( str.length > 63 ) { alert("\nDomain name must be less than 63 characters."); form.sld.value = ""; document.dnsform.sld.focus(); return false; } // fail if characters are not a-z, A-Z, 0-9, or a '-' or a '.' for ( var i = 0; i < str.length; i++ ) { var ch = str.substring(i, i + 1); if (((ch < "a" || "z" < ch) && (ch < "A" || "Z" < ch) && (ch < "0" || "9" < ch)) && ch != '-' && ch != '.') { alert("\nYour domain name must consist entirely of letters, numbers,\nand the character '-'\n\nPlease re-enter your domain name."); form.sld.value = ""; document.dnsform.sld.focus(); return false; } } // chop off the .to if user ended with .to if ( str.substring(len-3,len-2) == '.' && str.substring(len-2,len-1) == 't' && str.substring(len-1,len) == 'o' ) { form.sld.value = str.substring(0,len-3); // fail if sld still contains any '.' if ( form.sld.value.indexOf('.', 0) != -1) { alert("\nPlease do not include any '.' in your domain name."); form.sld.value = ""; document.dnsform.sld.focus(); return false; } return true; } // fail if sld contains any '.' (other than ending in .to above) if ( str.indexOf('.', 0) != -1) { alert("\nPlease do not include any '.' in your domain name."); form.sld.value = ""; document.dnsform.sld.focus(); return false; } return true; } function testpassword(form) { str = form.password.value; // fail if DNS Password blank if ( str == "" ) { alert("\nYour DNS Password is blank.\n\nPlease enter your DNS Password."); form.password.focus(); return false; } return true; } // --> </script> </head> <body background="images/global/blue_bg.gif" link="#660000" vlink="#003366" text="#ffffff"> <!--sub menu navigation--> <table border=0 cellspacing=0 cellpadding=0 width=545> <!-- netscape table workaround (collapsing columns) --> <tr valign="top" align="left"> <td colspan=1 width=89><img src="images/global/pixel.gif" width=89 height=1 border=0></td> <td colspan=1 width=106><img src="images/global/pixel.gif" width=106 height=1 border=0></td> <td colspan=1 width=17><img src="images/global/pixel.gif" width=17 height=1 border=0></td> <td colspan=1 width=233><img src="images/global/pixel.gif" width=233 height=1 border=0></td> <td colspan=1 width=100><img src="images/global/pixel.gif" width=100 height=1 border=0></td> <td colspan=1 width=0><img src="images/global/pixel.gif" width=0 height=1 border=0></td> </tr><tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=96 width=195 src="images/sub/logo.gif" border=0></td> <td colspan=2 rowspan=2 width=250 align="center" valign="center"><img height=125 width=250 src="images/sub/top.gif" border=0" ></td> <td colspan=2 height=96></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=4 width=89 align="center" valign="center"><img height=87 width=89 src="images/sub/3d_editd.gif" border=0></td> <td colspan=1 rowspan=1 width=106 align="center" valign="center"><a href="index.html" onMouseOver="changeButt('images/sub/ro_home.gif', 'home'); return true" onMouseOut="changeButt('images/sub/up_home.gif', 'home')"><img height=29 width=106 src="images/sub/up_home.gif" name="home" border=0 alt="Home" ></a></td> <td colspan=2 height=29></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=2 width=106 align="center" valign="center"><a href="newname.htm" onMouseOver="changeButt('images/sub/ro_new.gif', 'new'); return true" onMouseOut="changeButt('images/sub/up_new.gif', 'new')"><img height=30 width=106 src="images/sub/up_new.gif" name="new" border=0 alt="New Name" ></a></td> <td colspan=4 height=1></td></tr> <tr valign="top" align="left"> <td colspan=1></td> <td colspan=2 rowspan=8 width=333> <!-- page content goes here --> <h2><font color="#003366" face="Arial">Edit DNS Info</font></h2> <p>By entering your domain name and DNS Password here, you can edit the DNS information for that domain.</p> <form action="https://www.tonic.to/editdns.htm?0D9284F4;;;" method="POST" name="dnsform" onSubmit="return testall(this);"> <input type="hidden" name="command" value="editdns"><input type="hidden" name="error" value="badpass.htm"><table border="0" width="333"> <tr> <td align="right" nowrap>Domain name (no <strong>.to</strong> extension): </td> <td><input type="text" size="20" name="sld"></td> </tr> <tr> <td align="right">DNS Password: </td> <td><input type="password" size="20" name="password"></td> </tr> </table> <p>Press the submit button to continue.</p> <input type="image" src="images/global/submit.gif" name="B1" value="Submit" border=0 align=right> </form> <!-- end page content --> <td colspan=1 height=29></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=1 width=106 align="center" valign="center"><a href="custdoor.htm" onMouseOver="changeButt('images/sub/ro_editi.gif', 'editi'); return true" onMouseOut="changeButt('images/sub/up_editi.gif', 'editi')"><img height=28 width=106 src="images/sub/up_editi.gif" name="editi" border=0 alt="Edit Info" ></a></td> <td colspan=1></td> <td colspan=1 height=28></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=28 width=195 src="images/sub/on_editd.gif" border=0 alt="Edit DNS" ></td> <td colspan=1></td> <td colspan=1 height=28></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><a href="changepw.htm" onMouseOver="changeButt('images/sub/ro_pass.gif', 'pass'); return true" onMouseOut="changeButt('images/sub/up_pass.gif', 'pass')"><img height=26 width=195 src="images/sub/up_pass.gif" name="pass" border=0 alt="Passwords" ></a></td> <td colspan=1></td> <td colspan=1 height=26></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><a href="deletedom.htm" onMouseOver="changeButt('images/sub/ro_delete.gif', 'delete'); return true" onMouseOut="changeButt('images/sub/up_delete.gif', 'delete')"><img height=27 width=195 src="images/sub/up_delete.gif" name="delete" border=0 alt="Delete Name" ></a></td> <td colspan=1></td> <td colspan=1 height=27></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=47 width=195 src="images/sub/bottom.gif" border=0></td> <td colspan=1></td> <td colspan=1 height=47></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=81 width=195 src="images/sub/nolock.gif" border=0 usemap="#lock"></td> <td colspan=1></td> <td colspan=1 height=81></td></tr> <tr valign="top" align="left"> <td colspan=3></td> <!--table height spec.--> <td colspan=1 height=2000></td></tr> <tr valign="top" align="left"> <td colspan=6 height=0></td></tr> </table> <map name="lock"> <area shape=rect coords= "77,2 118,40" href=mailto:hostmaster@tonic.to> <area shape=rect coords= "41,2 74,40" href=faq.htm> <area shape=rect coords= "4,2 39,41" href=lock.html> </map> <br><br><br><br><br> <!--preload images--> <script language="JavaScript"> <!--- // ignore fancy icon crap if not Netscape >= 3.0 var thisBrowser=navigator.appName; var theBrowserVersion=navigator.appVersion; if (thisBrowser.charAt(0) == "N" && theBrowserVersion.charAt(0) >= 3) { document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_new.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_editi.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_editd.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_pass.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_delete.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_home.gif" + '"' + ">"); } // --> </script><BR> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'92522b338c738976',t:'MTc0Mjc3NzM2OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body></html>