| 
            Last change
 on this file since 316 was             234, checked in by Kris Deugau, 21 years ago           | 
        
        
          | 
             
/trunk 
 
Merge new search capability from /branches/new-search-20050223 
 
r171-197 to trunk. 
 
 
Changes to header.inc conflicted (minor, patched, expected) 
Removals from main.cgi conflicted (not sure why) 
search.cgi updated with ACL bits (for header) 
Proper permissions set on search.cgi - really! 
 
 
           | 
        
        
          | 
            File size:
            1.6 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | <html><head>
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 | 
|---|
| 4 | 
 | 
|---|
| 5 | <link rel="stylesheet" type="text/css"
 | 
|---|
| 6 | href="/ip/ipdb.css" />
 | 
|---|
| 7 | 
 | 
|---|
| 8 | </head>
 | 
|---|
| 9 | <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
 | 
|---|
| 10 | 
 | 
|---|
| 11 | <table class="regular">
 | 
|---|
| 12 | 
 | 
|---|
| 13 | <tr><td class="heading">Quick Searches:</td><tr>
 | 
|---|
| 14 | 
 | 
|---|
| 15 | <tr class="color1">
 | 
|---|
| 16 | <td>Class-C-sized IP blocks</td><td>209.91.128</td>
 | 
|---|
| 17 | <td>Lists all alloctions starting with that set of octets</td>
 | 
|---|
| 18 | </tr>
 | 
|---|
| 19 | <tr class="color2">
 | 
|---|
| 20 | <td>CIDR blocks</td><td>209.92.128/30</br>or
 | 
|---|
| 21 | 209.92.128.0/30</td><td>lists all /30's beginning with 209.91.128</td>
 | 
|---|
| 22 | </tr>
 | 
|---|
| 23 | <tr class="color1">
 | 
|---|
| 24 | <td>IP address</td><td>209.92.128.30</td><td>Finds the alloction that IP is a
 | 
|---|
| 25 | part of (if any)</td>
 | 
|---|
| 26 | </tr>
 | 
|---|
| 27 | <tr class="color2">
 | 
|---|
| 28 | <td>Customer ID:</td><td>705 or 6137328844</td><td>Find all alloctions to that
 | 
|---|
| 29 | customer.
 | 
|---|
| 30 | Matches on prefix (area code, area code + exchange, etc).
 | 
|---|
| 31 | </td>
 | 
|---|
| 32 | </tr>
 | 
|---|
| 33 | 
 | 
|---|
| 34 | <tr class="regular"><!-- blank row --><td></td></tr>
 | 
|---|
| 35 | <tr><td colspan="3">A blank query will "show all"</td></tr>
 | 
|---|
| 36 | <tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
 | 
|---|
| 37 | 
 | 
|---|
| 38 | <tr class="regular"><!-- blank row --><td></td></tr>
 | 
|---|
| 39 | <tr class="regular"><!-- blank row --><td></td></tr>
 | 
|---|
| 40 | <tr class="regular"><!-- blank row --><td></td></tr>
 | 
|---|
| 41 | 
 | 
|---|
| 42 | <tr class="color1"><td>Subnet Calculator</td>
 | 
|---|
| 43 | <td colspan="2">
 | 
|---|
| 44 | <form method="POST" action="cgi-bin/snCalc.cgi">
 | 
|---|
| 45 | <input type="text" size="5" maxlength="10" name="input" class="regular">
 | 
|---|
| 46 | <input type="submit" value="Calculate" class="heading">
 | 
|---|
| 47 | </form>
 | 
|---|
| 48 | </tr>
 | 
|---|
| 49 | 
 | 
|---|
| 50 | <tr><td>
 | 
|---|
| 51 | 
 | 
|---|
| 52 | 
 | 
|---|
| 53 | </table>
 | 
|---|
| 54 | 
 | 
|---|
| 55 | 
 | 
|---|
| 56 | </body></html>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.