Project

General

Profile

« Previous | Next » 

Revision ae187f34

Added by Scott Ullrich over 19 years ago

ZoneEdit is no longer supported due to them changing something on their end causing SSL errors

View differences:

usr/local/www/services_dyndns.php
174 174
                  <td width="22%" valign="top" class="vncellreq">Service type</td>
175 175
                  <td width="78%" class="vtable">
176 176
<select name="type" class="formfld" id="type">
177
                      <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
178
					        #$vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
179
							$types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,HN.ORG,ZoneEdit,easyDNS,No-IP,ODS.org");
180
							$vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns hn zoneedit easydns noip ods");
177
                      <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
178
					        #$vals = explode(" ", "dyndns dhs ods dyns hn gnudip dyndns-static dyndns-custom easydns ezip tzo");
179
							$types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,HN.ORG,easyDNS,No-IP,ODS.org");
180
							$vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns hn easydns noip ods");
181 181
					  $j = 0; for ($j = 0; $j < count($vals); $j++): ?>
182 182
                      <option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
183 183
                      <?=htmlspecialchars($types[$j]);?>

Also available in: Unified diff