[Formatted file Tijmen de Mes **20240212144817 Ignore-this: 920c9b35b86f124f21e7dc2d533aca0c4177fc0cba169819e6df1b47f83f1c95acad69f4eabb8a29 ] hunk ./library/NGNPro/Records/DnsRecords.php 381 - if (strlen($_name) && !strstr($_name,'.') && !strstr($_name,'%')) { + if (strlen($_name) && !strstr($_name, '.') && !strstr($_name, '%')) { hunk ./library/NGNPro/Records/DnsRecords.php 409 - function listRecords() { + function listRecords() + { hunk ./library/NGNPro/Records/DnsRecords.php 435 - } + } hunk ./library/NGNPro/Records/DnsRecords.php 463 - $result = call_user_func_array(array($this->SoapEngine->soapclient,$this->getRecordsFunction),array($Query)); + $result = call_user_func_array(array($this->SoapEngine->soapclient, $this->getRecordsFunction), array($Query)); hunk ./library/NGNPro/Records/DnsRecords.php 474 - print " -
$this->rows records found. Click on record id to edit the values.
-

- - "; + print <<< END +
+
$this->rows records found. Click on record id to edit the values.
+
+

+

+END; hunk ./library/NGNPro/Records/DnsRecords.php 482 - print " - - - - - - - - - - - - - - - "; + print <<< END + + + + + + + + + + + + + + +END; hunk ./library/NGNPro/Records/DnsRecords.php 499 - print " - - - - - - - - - - - - - - - "; + print <<< END + + + + + + + + + + + + + + + +END; hunk ./library/NGNPro/Records/DnsRecords.php 520 - if ($this->rows > $this->maxrowsperpage) { + if ($this->rows > $this->maxrowsperpage) { hunk ./library/NGNPro/Records/DnsRecords.php 524 - $maxrows=$this->rows; + $maxrows = $this->rows; hunk ./library/NGNPro/Records/DnsRecords.php 530 - while ($i < $maxrows) { + while ($i < $maxrows) { hunk ./library/NGNPro/Records/DnsRecords.php 536 - $index=$this->next+$i+1; + $index = $this->next+$i+1; hunk ./library/NGNPro/Records/DnsRecords.php 546 - if ($this->adminonly) $_url.= sprintf ("&reseller_filter=%s",$record->reseller); + if ($this->adminonly) $_url.= sprintf ("&reseller_filter=%s", $record->reseller); hunk ./library/NGNPro/Records/DnsRecords.php 580 - if ($this->adminonly) $_record_url.= sprintf ("&reseller_filter=%s",$record->reseller); + if ($this->adminonly) $_record_url.= sprintf ("&reseller_filter=%s", $record->reseller); hunk ./library/NGNPro/Records/DnsRecords.php 608 - ", + + ", hunk ./library/NGNPro/Records/DnsRecords.php 627 - printf(" + printf( + " hunk ./library/NGNPro/Records/DnsRecords.php 641 - ", + + ", hunk ./library/NGNPro/Records/DnsRecords.php 668 - if ($this->rows == 1 ) { + if ($this->rows == 1) { hunk ./library/NGNPro/Records/DnsRecords.php 678 - function showSeachFormCustom() { + function showSeachFormCustom() + { hunk ./library/NGNPro/Records/DnsRecords.php 743 - function deleteRecord($dictionary=array()) { + function deleteRecord($dictionary = array()) + { hunk ./library/NGNPro/Records/DnsRecords.php 751 - $id=$dictionary['id']; + $id = $dictionary['id']; hunk ./library/NGNPro/Records/DnsRecords.php 753 - $id=$this->filters['id']; + $id = $this->filters['id']; hunk ./library/NGNPro/Records/DnsRecords.php 765 - 'logs' => array('success' => sprintf('DNS record %s has been deleted',$id)) + 'logs' => array('success' => sprintf('DNS record %s has been deleted', $id)) hunk ./library/NGNPro/Records/DnsRecords.php 769 - $zone=$this->filters['zone']; - unset($this->filters); - $this->filters['zone']=$zone; - - $result = $this->SoapEngine->execute($function,$this->html); + $zone = $this->filters['zone']; + unset($this->filters); + $this->filters['zone'] = $zone; + + $result = $this->SoapEngine->execute($function, $this->html); hunk ./library/NGNPro/Records/DnsRecords.php 778 - function showAddForm() { + function showAddForm() + { hunk ./library/NGNPro/Records/DnsRecords.php 782 - if (!$this->filters['reseller']) { + if (!$this->filters['reseller']) { hunk ./library/NGNPro/Records/DnsRecords.php 784 - return; + return; hunk ./library/NGNPro/Records/DnsRecords.php 815 - } else if ($this->filters['zone']) { + } elseif ($this->filters['zone']) { hunk ./library/NGNPro/Records/DnsRecords.php 817 - } else if ($_zone=$this->getCustomerProperty('dns_records_last_zone')) { + } elseif ($_zone = $this->getCustomerProperty('dns_records_last_zone')) { hunk ./library/NGNPro/Records/DnsRecords.php 833 - $_zone_selected=$_REQUEST['zone']; - } else if ($this->filters['zone']) { - $_zone_selected=$this->filters['zone']; - } else if ($_zone=$this->getCustomerProperty('dns_records_last_zone')) { - $_zone_selected=$_zone; + $_zone_selected = $_REQUEST['zone']; + } elseif ($this->filters['zone']) { + $_zone_selected = $this->filters['zone']; + } elseif ($_zone = $this->getCustomerProperty('dns_records_last_zone')) { + $_zone_selected = $_zone; hunk ./library/NGNPro/Records/DnsRecords.php 841 -
DNS zone
+
+ DNS zone + +
hunk ./library/NGNPro/Records/DnsRecords.php 851 - printf("Type %s ",$this->typeFilter,$this->typeFilter); + printf("Type %s ", $this->typeFilter, $this->typeFilter); hunk ./library/NGNPro/Records/DnsRecords.php 857 - } else if ($_type=$this->getCustomerProperty('dns_records_last_type')) { + } elseif ($_type = $this->getCustomerProperty('dns_records_last_type')) { hunk ./library/NGNPro/Records/DnsRecords.php 861 - foreach(array_keys($this->recordTypes) as $_type) { - printf("
Zone ownerZoneIdNameTypeValueOwnerChange dateActions
Zone ownerZoneIdNameTypeValueOwnerChange dateActions
Zone ownerZoneIdNameTypePriorityValueTTLChange dateActions
Zone ownerZoneIdNameTypePriorityValueTTLChange dateActions