[users] Alias Domains

2004-05-20 Thread Bill Shupp
, or perhaps a new table called alias_domains. Either way, the data file would be built with the records duplicated, rather than using CNAME records. First off, how many people would find this useful? Secondly, does anyone have a more elegant idea of how to implement it? Regards, Bill Shupp

Re: [users] Sending mail to admin on new domain.

2004-06-10 Thread Bill Shupp
Ryan White wrote: I was reading through domains.php and noticed this: Line 271: // Email the support address if an inactive domain is added $body = inactive domain \$domain\ added by .$user_info['Email'].\n\n; $body .= \n\nThanks,\n\n; $body .= VegaDNS;

[users] 0.8 Released

2004-06-17 Thread Bill Shupp
or bugs to the users list or to me directly. Cheers, Bill Shupp

Re: [users] Successful 0.8.1 upgrade

2004-06-22 Thread Bill Shupp
Jason 'XenoPhage' Frisvold wrote: Hi all, I've successfully upgraded to 0.8.1 from 0.7.0 ... Worked out flawlessly.. :) Great to hear. I spent a bit of time on the upgrade script and document, so it's good to hear it working in the field. I have a question regarding the creation of new

Re: [users] bugfix

2004-07-14 Thread Bill Shupp
bob wrote: I have found what appears to be a bug. It's in the distance field of an mx record, if I create two records in the default_records table, the distance field is set in the db as I filled it in, with 10 and 20 for the distance. However when I create a record based on these defaults, the

Re: [users] Default Records Question

2004-07-18 Thread Bill Shupp
in the default records, in the add record screen, the hostname is DOMAIN, and the address is mail.merchbox.com. This way a new domain called testmx.com will get an MX record of mail.merchbox.com. Make sense? Regards, Bill Shupp

Re: [users] VegaDNS for Slaves?

2004-08-14 Thread Bill Shupp
Eric Harris wrote: Howdy, Is it possible to use VegaDNS to manage slaves? Works great for my masters, but I'd like an easy way to manage laves on y tinydns server. What would you need to manage on a slave server? The idea of a slave is that it gets its data from a master server. i.e., there's

Re: [users] Default Domans MX Distance

2004-08-23 Thread Bill Shupp
Bob Hutchinson wrote: On 23/08/04 15:40, Ryan White wrote: I just got a report from a user to this effect: I Added a MX record in the default domains. MX Record has distance 300 (looks fine in default domain manager) When a new domain is added the default MX record has a distance of 0.

Re: [users] update-data.sh not functioning correctly...

2004-09-22 Thread Bill Shupp
Paul Maric wrote: I installed TinyDNS and had it operational and then decided to give VegaDNS a shot, it installed fine, but when I ran update-data.sh it said it completed the command, but it simply added another file to the TinyDNS folder and didnt update the data file correctly and just

Re: [users] GUI improvement ideas

2004-12-09 Thread Bill Shupp
[EMAIL PROTECTED] wrote: Hello, I'm really glad to know 1.0 will soon be out soon, and i thought i should write about a few GUI improvement ideas i had while using vegadns since a year now. Keep in mind i know most of these will feel somehow useless to power-users. Most settings resulting from

Re: [users] VegaDNS 0.9.8

2004-12-09 Thread Bill Shupp
Bob Hutchinson wrote: On Wednesday 08 December 2004 22:17, Bill Shupp wrote: All, I have posted VegaDNS 0.9.8 to http://vegadns.org. This will likely be the last release before 1.0, unless anyone finds any problems. Please help test if you have time. Installed it and it all looks OK

Re: [users] Setting up domain name servers

2005-01-04 Thread Bill Shupp
Paul Swainson wrote: You have almost answered it at the end, what I was getting at was setting up a secondary name server on a second machine for fault tolerance. So if I add a second ns record on the primary sever to my domain this time containing the domain name for the secondary name server

Re: [users] no record log ??

2005-01-19 Thread Bill Shupp
Sebastien Guilbaud wrote: I wonder whether I've missed something or not : it seems to have a log of domain-based operations (add remove, axfr and so on), but no log of record-based operations (removal of a record for instance) ? have a nice day ! I don't think you missed anything. Logging is

Re: [users] Hook request

2005-01-25 Thread Bill Shupp
Ron Guerin wrote: I'd submit a patch but I'm under the impression I haven't made the case for it being worth accepting. The more I think about this, the more it seems like it might not be a bad idea for very large sites. However, it should be an option set in config.php. Can you easily

Re: [users] question about and ns records.. and wildcards

2005-02-01 Thread Bill Shupp
Brian wrote: I have a tinydns server that I am trying to port/put into vegadns; to make life easier on the people here. in the original tinydns data file (that was created by hand/a human) I have this: Zdomain.name:192.168.1.248:hostmaster.domain.name::7200:3601:86400:3601:43200::

Re: [users] question about and ns records.. and wildcards

2005-02-01 Thread Bill Shupp
Brian wrote: Ok.. (like you didn't know this was coming.. ) Where would I find out how to do it? hostname *.blah.domain.name type A address 192.168.1.200 gives this error: *.blah.domain.name. is not a valid A record name when I use \*.blah.domain.name I get this error: \\*.blah.domain.name. is

[users] VegaDNS 0.9.9 Released

2005-02-04 Thread Bill Shupp
and IPv6 patches recently submitted to the list. Regards, Bill Shupp

Re: [users] VegaDNS 1.1.0 - development branch

2005-02-14 Thread Bill Shupp
Rodrigo Borges Pereira wrote: Hi Bill, Found some glitches when importing domains. Here's my code modifications: I don't quite follow the diff. Can you do a diff -u, and attach it, or maybe post it? That will make it easier to read as well. Thanks! Bill

Re: [users] VegaDNS 1.1.0 - development branch

2005-02-14 Thread Bill Shupp
Rodrigo Borges Pereira wrote: and display_errors = On :p It is. And I got the ones you reported previously. Just not this last patch. Regards, Bill

Re: [users] Error: you do not appear to be logged in.

2005-02-21 Thread Bill Shupp
Jason 'XenoPhage' Frisvold wrote: Allen Parker wrote: 4.1.8 (have been even when it worked with 0.9.7) also, haven't changed any mysql settings, and it's funny that the only problem is that it's telling me that i'm not logged in when i log in... after populating a new domain by hand (mysql query

Re: [users] PHP issues on vegadns 1.1.1

2005-02-22 Thread Bill Shupp
Derkowski, Matthew wrote: I get this error when trying to add A records, and some times it adds two records. I don't really know php so I am not sure where to begin to diagnose this. I found a few threads that said to set error_reporting = E_ALL ~E_NOTICE on my php.ini, but that is already

Re: [users] Adding host records for vegadns

2005-02-22 Thread Bill Shupp
Derkowski, Matthew wrote: Is there a way to have host record additions create both A PTR records for tinydns ? (so in the tinydns data file it is a = record not a + record) Possibly a new record type option on the drag down list, for a combined record option. Not yet. It's on the TODO list.

Re: [users] whois addon for vegadns

2005-02-22 Thread Bill Shupp
Bob Hutchinson wrote: On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote: Bob Hutchinson wrote: I would like to suggest a minor improvement to DNS query. If the input is an ip, run dnsname instead of dnsq. Handy for reverse dns checks. I don't have a problem with this. But it's lower

Re: [users] whois addon for vegadns

2005-02-22 Thread Bill Shupp
Bob Hutchinson wrote: On Wednesday 23 Feb 2005 00:17, Bill Shupp wrote: Bob Hutchinson wrote: On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote: Bob Hutchinson wrote: I would like to suggest a minor improvement to DNS query. If the input is an ip, run dnsname instead of dnsq

Re: [users] list domains - alphabet out of order.

2005-03-03 Thread Bill Shupp
Michael wrote: Bill Shupp wrote: Michael wrote: Just noticed the alphabet is out of order while listing domains for VegaDNS: Q | R | S | T | U | V | X | Y | W | Z Got it, fixed in 1.1.4. Thanks! Bill Not sure if you want to fix the screen shot to: http://www.vegadns.org/images/screenshots

Re: [users] Possible security flaw for some people

2005-03-03 Thread Bill Shupp
Michael wrote: For a group_admin account, you don't have access to view accounts unless you are the group owner, but, you can go to Edit My Account, then change the cid= option to display any info for any cid. This may be undesirable and qualify as a security risk for some people. In 'users.php'

Re: [users] small bug in records.php

2005-03-15 Thread Bill Shupp
Bob Hutchinson wrote: A small bug appeared in vegadns-1.1.2/src/records.php It only showed because I'm running E_ALL in php.ini It only affects the 'success' message after adding a record Attached is the diff It's mentioned in the 1.1.2 changelog, but didn't actually get added until 1.1.3. So

Re: [users] accounts pagination

2005-03-17 Thread Bill Shupp
Bob Hutchinson wrote: Here is a patch that adds pagination to accounts. It affects src/users.php and templates/show_users.tpl It was made using vegadns-1.1.3, and is based on the code from domains.php I hope it works for you got it, I'll test it out soon. Thanks, Bill

Re: [users] ipv6 reverse problems

2005-03-20 Thread Bill Shupp
Niek wrote: Hi list, I run vegadns 1.1.3 just to administer a ipv6 reverse delegation I got. Vegadns doesn't seem to like ip6.arpa only in-addr.arpa: I add the domain: 5.9.3.0.8.3.8.0.1.0.0.2.ip6.arpa Then I create a ptr: test - 2001:838:395::1 PTR

Re: [users] VegaDNS hangs when creating a new domain...

2005-03-28 Thread Bill Shupp
Jeremy Gray wrote: First time install here... Whe I create a new domain it just hangs. However, if I click log out, then log back in and look at domains the new domain is there. the domain seems to get created. Sounds like there was an error.. check your httpd error logs for more detailed

Re: [users] Fatal error: Call to undefined function: session_name() in /usr/local/www/data/vegadns/src/session_start.php on line 28

2005-04-01 Thread Bill Shupp
Jeremy Gray wrote: I just reinstalled VegaDNS from scratch on a new server and I'm getting this error Fatal error: Call to undefined function: session_name() in /usr/local/www/data/vegadns/src/session_start.php on line 28 Any idea what that's about? Sounds like you do not have session

Re: [users] fresh instalation help

2005-04-14 Thread Bill Shupp
Bogdan wrote: Hi, guys I have the following error after a fresh instalation: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /var/www/html/vegadns/src/connect.php on line 28 error connecting to database if I connect from the comand

Re: [users] fresh instalation help

2005-04-14 Thread Bill Shupp
Bogdan wrote: the user pass are corect because I tried to connect from cmd line and it works, how can I check if the php can talk with mysql? tnks again. Try connecting to the database test, it doesn't require a user/pass. Bill

Re: [users] fresh instalation help

2005-04-14 Thread Bill Shupp
Bogdan wrote: it works with test Then you have your answer... there's something wrong with your mysql permissions for that user. Regards, Bill

Re: [users] Is this intentional?

2005-04-15 Thread Bill Shupp
dopry wrote: the bug is in 1.1.3 as well... According to the website 0.9.9 is the current stable and 1.1.3 is dev, yes/no? Correct. oh yeah another note on website typo: *DEVELOPMEDNT CHANGELOG* Fixed, thanks. It would be nice if you had a bug tracker so some of us mortals could clean up the

Re: [users] Is this intentional?

2005-04-15 Thread Bill Shupp
dopry wrote: On Fri, 2005-04-15 at 08:18 -0700, Bill Shupp wrote: I would prefer not to have the service management available through Vega... I give my end users access to VegaDNS I wouldn't want them to have such control... It would be permissions based. The idea was this: VegaDNS can

Re: [users] Re: grabbing info from data file

2005-06-22 Thread Bill Shupp
Neil wrote: Jason S writes: I had absolutely no trouble just setting up axfrdns and using the 'Import Domains via AXFR' tool in vegadns. It was very minimal work. Here's an explanation of the data file format: http://cr.yp.to/djbdns/tinydns-data.html Hi Jason, Axfrdns is now working. I was

Re: [users] VegaDNS on Separate Server

2005-06-28 Thread Bill Shupp
Jason Smith wrote: We're getting ready to deploy two tinydns servers and I would like to run VegaDNS on a third, separate web server w/safe_mode enabled. Since the web server runs a control panel that uses bind, I can't install tinydns on that server and I'd like to make VegaDNS just generate

Re: [users] Update Data Script

2005-06-28 Thread Bill Shupp
Chris Odell wrote: For some odd reason my update-data script will not get new data when run from cron. If I run it from the command line everything works well - Any ideas? Your environment is probably not getting set. Try setting your path at towards the the top like so: export

Re: [users] PTR Record

2005-07-27 Thread Bill Shupp
Umar Draz wrote: Dear thanks for your mail i follow your instruction but result is same Hostname 252.1.168.192.in-addr.arpa Type PTR Address umarhelp.net Distance (MX only)0 TTL 3600 PTR 252.1.168.192.in-addr.arpa.umarhelp.net

Re: [users] Feature Request - Integration API

2005-07-27 Thread Bill Shupp
dopry wrote: Bill, I'm not sure if this fits on your long term roadmap, but a little code reorg to make an API for VegaDNS would be nice. Something to make it easier to add new interfaces to the database like XML-RPC, SOAP or maybe even a libvegadns for c. Sure, I'm open to

Re: [users] trouble with install

2005-09-29 Thread Bill Shupp
Bob Ababurko wrote: Hello- I am finally getting around to configuring this box and I have run up to an error for which I do not find any posts about in the vegadns archives. The error goes like this when I try to log into/run the gui. I shouldn't say log in since there is no logging in.:

Re: [users] Report Errors from dnsreport.com

2005-12-15 Thread Bill Shupp
Jeff Montgomey wrote: Probably help if I include my records: #cpsi-mis.com +mail.cpsi-mis.com:68.17.65.212:3600 +ns-atl-b.cpsi-mis.com:68.17.65.220:3600 @cpsi-mis.com::mail.cpsi-mis.com:0:3600 cpsi-mis.com::ns-atl-b:3600

Re: [users] about local tag

2005-12-26 Thread Bill Shupp
Andrea Riela wrote: Hi folks, what about local tag? I need to create a conf like that: %in:192.168.17 %ex .17.168.192.in-addr.arpa:192.168.17.x:a: .domain.dom:192.168.17.11:dns.nesys.it:86400::in .domain.dom:81.174.x.x:dns.nesys.it:86400::ex locations are not yet supported in vegadns.

Re: [users] question and request feature

2005-12-27 Thread Bill Shupp
Andrea Riela wrote: Hi folks, first, a question: why the NS record uses '', like BIND, and not '.' ? . is really just a shortcut to add an NS, A, ans SOA record in one shot. I always found it confusing to add multiple . records, when you only need one SOA record. Also, when you do

Re: [users] domain templates / default records .... some ideas (again)

2006-03-06 Thread Bill Shupp
[EMAIL PROTECTED] wrote: Hello Bill, Just something I wondered, regarding the template hostnames, or default records for domains.. I mentionend in the past the abbility to be abble to define different templates and let the site admin choose what template to apply asn default to a domain.

Re: [users] Group Admins don't have access to domains

2006-03-09 Thread Bill Shupp
Ryan White wrote: I have a user [EMAIL PROTECTED] who is a group admin. He has added a number of domains and now wants to have another group admin also have access to these domains. I created [EMAIL PROTECTED] and in the group owner field put [EMAIL PROTECTED] When user bar logs in he can not

Re: [users] Help with PTR record please.

2006-03-12 Thread Bill Shupp
Sanjay Arora wrote: Using VegaDNS version 0.9.9.1 1.Getting problem with PTR. My ISP has delegated reverse lookup of my IP to me. Here's output from DNSstuff: How I am searching: Asking g.root-servers.net for 162.221.134.203.in-addr.arpa PTR record: g.root-servers.net says to

Re: [users] Difficulty getting started...

2006-03-25 Thread Bill Shupp
Robin Bowes wrote: Hi, I'm just checking out vegadns and am having trouble getting started. I on a FC4 platform with: httpd-2.0.54-10.3 php-5.0.4-10.5 mysql-4.1.16-1.FC4.1 I started by trying the 1.1.5 dev release. All seemed to go well, and the first screen appears requesting

Re: [users] Difficulty getting started...

2006-03-25 Thread Bill Shupp
Bill Shupp wrote: Robin Bowes wrote: Hi, I'm just checking out vegadns and am having trouble getting started. I on a FC4 platform with: httpd-2.0.54-10.3 php-5.0.4-10.5 mysql-4.1.16-1.FC4.1 I started by trying the 1.1.5 dev release. All seemed to go well, and the first screen appears

Re: [users] SOA Serial Numbers

2007-05-22 Thread Bill Shupp
Jason 'XenoPhage' Frisvold wrote: Bill Shupp wrote: I chose to use tinydns default serial numbers. I believe the 1.1.5 series has custom serial support. But I haven't looked at it in a while. Is 1.1.6 considered production quality? No, it has major internal changes that are not complete

Re: [users] vega dns

2008-02-20 Thread Bill Shupp
On Feb 20, 2008, at 2:26 PM, Scott Muller wrote: Michael Christie wrote: Hi all, I have been useing vegadns for a long time on a freebsd box. I have been unable to run update-data.sh from the cron. the updatedata-sh will run from the comand line. can any one help solve this. Michael,

Re: [users] vega dns

2008-02-23 Thread Bill Shupp
On Feb 23, 2008, at 4:47 PM, Michael Christie wrote: hi there , I have been using vega dns and tiny dns for a long time now and had no problem with the install and set up. I have just set up a new server in the past weeks and installed tiny dns using the data file from the old

Re: [users] hack

2008-02-25 Thread Bill Shupp
On Feb 25, 2008, at 3:03 AM, Michael Christie wrote: Hi all just letting you all know that i had vega dns version 0.9.9.1 hacked on me. the attacker installed a file in the /src dir and some how set up a cron to run the script it was some kind of spam email hack. Now i am back to hand

Re: [users] PTR records

2008-05-20 Thread Bill Shupp
On May 20, 2008, at 2:44 AM, Dimitri P. Alexandris wrote: I use version 1.1.6. This version is marked devel status, and is not meant for production. Since people keep downloading it and posting about it, I've removed it from SourceForge to eliminate confusion. This branch will not be

Re: [users] Using version in svn

2008-07-09 Thread Bill Shupp
On Jul 9, 2008, at 7:58 AM, Robin Bowes wrote: Robin Bowes wrote: Bill, Is the version in svn trunk ready for use yet? Bump. Bill? Nope. You're certainly welcome to play with it, but it's pretty broken. I was about 60% through a significant re-write when I took a job here at Digg.

Re: [users] where is latest stable

2009-02-17 Thread Bill Shupp
to lack of time. Robin, ping me if you are still developing on VegaDNS and want to move your work to sf.net so that it's all in one place. Thanks, Bill Shupp

[users] List moving to SourceForge

2009-09-27 Thread Bill Shupp
for that list. There's no import feature, I'm afraid, so you need to sign up over there. Thanks! Bill Shupp