if (!isset($_POST[firstoct])) { $firstoct=$secondoct=$thirdoct="123"; } else { $firstoct=$_POST[firstoct]; $secondoct=$_POST[secondoct]; $thirdoct=$_POST[thirdoct]; } ?>
Reverse DNS Zone Creator |
|
This tool was created by Avleen Vig, from scratch on 2002-11-14, with a bit of help from Kevin
This page is designed to make create zone files for your reverse DNS very simple.
if (isset($_POST[submitted])) { for ($ip=1; $ip < 256; $ip++) { print "$ip.$_POST[thirdoct].$_POST[secondoct].$_POST[firstoct].IN-ADDR.ARPA. 86400 IN PTR $_POST[firstoct].$_POST[secondoct].$_POST[thirdoct].$ip\n"; } } ?>