5Jun/086
dnsEditor: Ajaxified Update
Thanks to Quintin at junkmail.co.za, dnsEditor now supports Batch adding of zones, zone defaults, and some extra configuration options.
Changes:
- Now has "Click to Edit" instead of empty fields
- Configuration option to hide the "update servers" button
- Batch add zones
- Zone field defaults, for multiple or single A, MX, CNAME, TXT, etc records to be created automatically in a new zone
Demo:
http://www.lokkju.com/projects/dnsEditor2/dnsEditor.php
Source:
http://svn.lokkju.com/svn/dnsEditor/trunk
February 24th, 2010 - 20:32
Is this project one of the things you’ll be making available again?
March 24th, 2010 - 10:11
It is still available at http://svn.lokkju.com/svn/
March 30th, 2010 - 14:52
What are the system requirements for this application for the ajax pieces to work? I have installed this on my webserver, populated a database with some IP information (bind is working great under this schema), but I cannot get the web interface to work. There is very little documentation for the tool, although it looks very cool! I’d really like to see it working. The link for the demo is also broken. Is there a way to see a working demo?
Thanks in advance and thanks for the cool tool!
March 30th, 2010 - 15:00
Perhaps it’s because there is something missing in the svn trunk. Looking at the apache logs, multiple errors are mentioned for files that do not exist:
loadersmall.gif
loader.gif
perhaps I used the wrong command, but I used the following:
svn co http://svn.lokkju.com/svn/dnsEditor/trunk dnseditor
to obtain the SVN trunk. Also, upon browsing the trunk, I see no files for loader.gif or loadersmall.gif.
Perhaps there is more code, and we’re missing some stuff?
I can see all my zones on the webpage with a red circled “x” next to each of them, but clicking on them does nothing.
I also get the following shown on the page:
Updating…’;x_updateServers(”,updateServers_cb);” onmouseover=”bgSwitch(‘on’, this, ‘Syncronize all DNS Servers’);” onmouseout=”bgSwitch(‘off’, this,
Perhaps there’s something missing in the code, or perhaps something I am missing in the requirements for this to work?
Again, I hope this helps in troubleshooting – thanks again for the awesome ap. I hope we can get it working again soon.
April 24th, 2010 - 08:38
Nick – I have a newish version based on this rev that is now using the Pear MDB2 class so it’s db agnostic. I fixed the loadersmall.gif and loader.gif that is mentioned in the previous post.
Previous poster: Are you using IE to access the app?
April 29th, 2010 - 10:46
Drew, post a patch up on the google code project site.