Revision 61c30081
Added by Jim Pingle almost 15 years ago
usr/local/www/services_dyndns.php | ||
---|---|---|
114 | 114 |
</td> |
115 | 115 |
<td class="listlr"> |
116 | 116 |
<?php |
117 |
$types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS"); |
|
118 |
$vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns"); |
|
117 |
$types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS, Namecheap");
|
|
118 |
$vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap");
|
|
119 | 119 |
$j = 0; for ($j = 0; $j < count($vals); $j++) |
120 | 120 |
if ($vals[$j] == $dyndns['type']) { |
121 | 121 |
echo htmlspecialchars($types[$j]); |
Also available in: Unified diff
First try at a dyndns update type for Namecheap.com servers.