-
This patch is invaluable! thank you.
I have found one problem with this patch, it does not behave well with pagination. Luckily the fix is quite simple, all I had to do was edit zoneread.php and insert the following near the end.
if (isset($_GET['zname'])) {
$smarty->assign("page_root", "./zonelist.php?zname=" . $_GET['zname'] . "&");
}
else {
$smarty->assign("page_root"...
2009-05-21 23:09:41 UTC by bjornnilsen
-
I have tried up the script.. Doesn't work for me.... Would love to have this thing working for me...
2009-03-26 12:58:11 UTC by nobody
-
[Sat Feb 28 10:25:57 2009] [error] [client x] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: repeated subpattern is too long at offset 18454 in /usr/share/smarty/Smarty_Compiler.class.php on line 454
[Sat Feb 28 10:25:57 2009] [error] [client x] PHP Fatal error: Smarty error: [in main.tpl line 1]: syntax error: unrecognized...
2009-02-28 10:41:05 UTC by cedric-d
-
Hi there,
I added the functionality to add multiple domains at once
where the settings are the same, just the domain name
differs - in a new menu entry.
Trivial changes ...
-hri42.
2008-08-14 06:45:26 UTC by blentz
-
Hello Chris,
It would be a good idea to check for this issue.
There is already an import script contributed by another user that will be added to the next release. For now, you can find the import script in the Feature Requests section of this project. http://sourceforge.net/tracker/index.php?func=detail&aid=1814364&group_id=101135&atid=629103.
2008-08-03 15:15:34 UTC by blentz
-
If a zone is already in named.conf
and has already some hosts / entries
in /var/named/domain.zone
1) the already zone file will be overwritten
with a new empty zone.
2) the ISC Bind will fail to restart
because of a duplicate zone entry in its conf
root@sky [/var/named]# service named restart
Stopping named: [ OK ]
Starting named...
2008-08-03 11:07:40 UTC by nobody
-
I have added simple conditional code based on the $_CONF['db_type'] variable.
Are you available to test? My strengths honestly don't lie with PostGres (as if that wasn't obvious already).
2008-06-16 17:41:29 UTC by blentz
-
Works great. Made a few small changes and adapted to search records on the records list page, too.
2008-06-16 17:39:18 UTC by nobody
-
This sounds like a great idea, I have to check out your patch soon.
2008-06-16 15:28:34 UTC by blentz
-
Thanks to Jan Polacek for reporting this issue.
I would be a good idea to include(include.php) to each page to avoid loading the individual pages without proper authorization and associated cookies by accessing each individual file in /src.
2008-06-16 15:27:58 UTC by blentz