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: 0
Stats
Files
Topics
Posts
Members
Newest Member
18
99
363
134
fishaquariums
Affiliates
Arthmoor
View our reviews on Hot Scripts
Search Results
  Topic / Forum Posts Matches Starter PDNS-Admin 1.1.7 Released
- Site Announcements
2 3 RLibiez

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

The upgrade was smooth as silk.

Posted Sep 22, 2008, 2:37 pm
       

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

Wow. Lots of bug fixes. I will definitely report back how the clients like it. Thanks a lot. Really. This has made my life so much easier.

Posted Sep 22, 2008, 2:11 pm
       

Creating domains from templates
- Support and Development
1 4 uwe

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

Here! Here! Great to hear! Look forward to see it in the next release maybe.

Posted Jul 2, 2008, 9:06 am
       

Bulk domain delete
- Feature Requests
1 6 Eugene

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

If we could make this a priority, I would appreciate. I spent a better part of 8 hours so far removing just a tad over 800 domains with another 400 to go. Makes for a very long day.
:sad:

Posted May 13, 2008, 6:30 pm
       

Add a ftp record template option while adding domains
- Feature Requests
1 1 CrankyCronos

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

Just like for the mx (Add default MX record )

I been just adding my own code right under the default A record in domains.php

Thanks....Good job on the bug fixes.

Posted Apr 17, 2008, 6:35 am
       

Master IP error check bypass if not needed when adding domains
- Feature Requests
1 2 CrankyCronos

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

I see the real value of that setting if using master/slave replication native to powerdns, however alot of us are using replication on the backend such as MySQL's native replication. A simple check mark to disable that "ip error check" if in Native mode would be nice instead of forcing us to list it twice.

Posted Apr 17, 2008, 6:24 am
       

painless favicon.ico
- Feature Requests
3 5 CrankyCronos

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

I am finding that the linux Fedora 8 F/F exhibits some odd behaviours....thats cool. If its working for everyone else....I'm good.

Thanks.

Posted Mar 18, 2008, 7:21 am
       

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

I had to add in the HEADER <link rel="shortcut icon" href="http://dnsadmin.nightowlsnetwork.net/favicon.ico" /> to both the universal templates in order to make it work

Posted Mar 15, 2008, 8:10 pm
       

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

I have been manually editing the html templates...but there has to be a better way that I am overlooking.

Posted Mar 15, 2008, 7:52 am
       

domain creation template optional ftp A record default
- Feature Requests
1 1 CrankyCronos

This member is currently offline CrankyCronos
Newbie Member Level
GroupMembers
Posts 11
Joined Feb 20, 2008

Currently we have the option to add mx, cname etc during domain creations.

I been adding the following to the mx section so that ftp records also get made.


$dom_ftp = 'ftp.' . $dom_name;

// Insert the ftp.domain.com A record for the new domain.
$this->db->query("INSERT INTO records (domain_id, name, type, content, ttl, prio, change_date)
VALUES( %d, '%s', 'A', '%s', %d, 0, %d )",
$dom_id, $dom_ftp, $dom_ip, $this->sets['default_ttl'], $this->time);

This is a total work around.
I really suggest that some sort of admin configurable domain creation template be figured out some how but this will work till we can get the domain templates figured out.

Posted Mar 15, 2008, 6:25 am
       

<< prev 1, 2 next >>
 
Contact Us