Login
User Name:

Password:



Register
Forgot your password?
PDNS-Admin 1.1.10
Author: Roger Libiez
Submitted by: RLibiez
Ashlander
Author: RLibiez
Submitted by: RLibiez
PDNS-Admin 1.1.9
Author: Roger Libiez
Submitted by: RLibiez
PDNS-Admin 1.1.8
Author: Samson
Submitted by: RLibiez
Polish Language File for 1.1.7
Author: STATNET
Submitted by: statnet
CommonCrawl

Members: 0
Guests: 1
Stats
Files
Topics
Posts
Members
Newest Member
18
99
363
134
fishaquariums
Affiliates
Arthmoor
View our reviews on Hot Scripts
PDNS-Admin 1.1.5 Released
Posted by: RLibiez Mar 1, 2008, 12:07 pm
PDNS-Admin 1.1.5 has been released, with several significant improvements and updates.

Changes for 1.1.5:

* Removed the unused chmod function. Files should be manually altered if needed.
* User's last logon IP was not updated from the index page login check.
* Changed variable names throughout the program to reflect pdnsadmin instead of QSF.
* Settable number of domains to display per page.
* Settable number of records to display per page.
* Added support for LOC, SRV, NAPTR, and SPF records. No validation in place yet!
* Settable default SOA record values in AdminCP.
* Optional to insert MX, NS, and CNAME records when a domain is created.
* Added support for configuring supermasters.

As a result of these changes, the settings.php file configured for your site needs to be altered as well. The top portion containing the HTTP 403 error block needs to be changed to look like this:

if (!defined('PDNSADMIN')) {
	header('HTTP/1.0 403 Forbidden');
	die;
}


If this change is not made, the site will fail to load.
       
Comments:
 
Contact Us