Current time: 04-20-2024, 03:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
Manual lines in DNS zone file
Author Message
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #71
RE: Manual lines in DNS zone file
Hello,

I testing this patch, very good conception, unfortunately not working.

I patch ISPCP 1.0 stable version with same errors.
I patch ISPCP 1.0 RC7 version no errors.

In RC7 version, "Add DNS zone record " not working.
If i click the link, use the add_dns.php and redirect to domains_manage.php.

We want use the ISPCP with 300-400 domains, this functions to be missing.

When to be expected working patch for 1.0 stable version ?
03-06-2009 01:31 AM
Find all posts by this user Quote this message in a reply
NecromanX Offline


Posts: 3
Joined: Feb 2009
Reputation: 0
Post: #72
RE: Manual lines in DNS zone file
Quote:If i click the link, use the add_dns.php and redirect to domains_manage.php
Try firefox, i believe that happens because IE7 is missing dom 2 styles.
(This post was last modified: 03-09-2009 09:27 AM by NecromanX.)
03-09-2009 09:26 AM
Find all posts by this user Quote this message in a reply
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #73
RE: Manual lines in DNS zone file
(03-09-2009 09:26 AM)NecromanX Wrote:  
Quote:If i click the link, use the add_dns.php and redirect to domains_manage.php
Try firefox, i believe that happens because IE7 is missing dom 2 styles.

I use firefox 3.x and linux Smile

please check:
http://admin.deszka.quash.hu
user: admin
pass: Temp1234

This is test only virtual system.
IspCP RC7 + Patch
03-09-2009 10:07 PM
Find all posts by this user Quote this message in a reply
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #74
RE: Manual lines in DNS zone file
There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?
03-12-2009 01:16 AM
Find all posts by this user Quote this message in a reply
Blondak Offline
Junior Member
*****
Dev Team

Posts: 84
Joined: May 2008
Reputation: 5
Post: #75
RE: Manual lines in DNS zone file
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak


Attached File(s)
.txt  basic-dns-support-1.0.0.patch.txt (Size: 81.57 KB / Downloads: 26)
(This post was last modified: 03-17-2009 01:29 AM by Blondak.)
03-17-2009 12:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #76
RE: Manual lines in DNS zone file
(03-17-2009 12:44 AM)Blondak Wrote:  
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak

very big thx,I try the patch in the evening
03-17-2009 09:03 PM
Find all posts by this user Quote this message in a reply
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #77
RE: Manual lines in DNS zone file
Hello,

I installed this patch (1.0.0.) no errors (on install)
When i want add new domain, a next error comes forward:
Link: http://admin.deszka.quash.hu/reseller/user_add3.php
error: Unknown column 'domain_dns' in 'field list'

and Domain not added, if i want readd this domain:
error: Duplicate entry 'test.hu' for key 2

if i see ispcp.domain SQL table, no domain_dns row, i add domain_dns (varchar(200) ), i have same new errors.

mysql> describe domain;
+----------------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+---------------------+------+-----+---------+----------------+
| domain_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| domain_name | varchar(200) | YES | UNI | NULL | |
| domain_gid | int(10) unsigned | NO | | 0 | |
| domain_uid | int(10) unsigned | NO | | 0 | |
| domain_admin_id | int(10) unsigned | NO | MUL | 0 | |
| domain_created_id | int(10) unsigned | NO | | 0 | |
| domain_created | int(10) unsigned | NO | | 0 | |
| domain_last_modified | int(10) unsigned | NO | | 0 | |
| domain_mailacc_limit | int(11) | YES | | NULL | |
| domain_ftpacc_limit | int(11) | YES | | NULL | |
| domain_traffic_limit | bigint(20) | YES | | NULL | |
| domain_sqld_limit | int(11) | YES | | NULL | |
| domain_sqlu_limit | int(11) | YES | | NULL | |
| domain_status | varchar(255) | YES | | NULL | |
| domain_alias_limit | int(11) | YES | | NULL | |
| domain_subd_limit | int(11) | YES | | NULL | |
| domain_ip_id | int(10) unsigned | YES | | NULL | |
| domain_disk_limit | bigint(20) unsigned | YES | | NULL | |
| domain_disk_usage | bigint(20) unsigned | YES | | NULL | |
| domain_php | varchar(15) | YES | | NULL | |
| domain_cgi | varchar(15) | YES | | NULL | |
| domain_dns | varchar(200) | YES | | NULL | |
+----------------------+---------------------+------+-----+---------+----------------+


(03-17-2009 12:44 AM)Blondak Wrote:  
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak
03-24-2009 12:22 AM
Find all posts by this user Quote this message in a reply
Blondak Offline
Junior Member
*****
Dev Team

Posts: 84
Joined: May 2008
Reputation: 5
Post: #78
RE: Manual lines in DNS zone file
(03-24-2009 12:22 AM)quash Wrote:  Hello,

I installed this patch (1.0.0.) no errors (on install)
When i want add new domain, a next error comes forward:
Link: http://admin.deszka.quash.hu/reseller/user_add3.php
error: Unknown column 'domain_dns' in 'field list'

and Domain not added, if i want readd this domain:
error: Duplicate entry 'test.hu' for key 2

if i see ispcp.domain SQL table, no domain_dns row, i add domain_dns (varchar(200) ), i have same new errors.

mysql> describe domain;
+----------------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+---------------------+------+-----+---------+----------------+
| domain_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| domain_name | varchar(200) | YES | UNI | NULL | |
| domain_gid | int(10) unsigned | NO | | 0 | |
| domain_uid | int(10) unsigned | NO | | 0 | |
| domain_admin_id | int(10) unsigned | NO | MUL | 0 | |
| domain_created_id | int(10) unsigned | NO | | 0 | |
| domain_created | int(10) unsigned | NO | | 0 | |
| domain_last_modified | int(10) unsigned | NO | | 0 | |
| domain_mailacc_limit | int(11) | YES | | NULL | |
| domain_ftpacc_limit | int(11) | YES | | NULL | |
| domain_traffic_limit | bigint(20) | YES | | NULL | |
| domain_sqld_limit | int(11) | YES | | NULL | |
| domain_sqlu_limit | int(11) | YES | | NULL | |
| domain_status | varchar(255) | YES | | NULL | |
| domain_alias_limit | int(11) | YES | | NULL | |
| domain_subd_limit | int(11) | YES | | NULL | |
| domain_ip_id | int(10) unsigned | YES | | NULL | |
| domain_disk_limit | bigint(20) unsigned | YES | | NULL | |
| domain_disk_usage | bigint(20) unsigned | YES | | NULL | |
| domain_php | varchar(15) | YES | | NULL | |
| domain_cgi | varchar(15) | YES | | NULL | |
| domain_dns | varchar(200) | YES | | NULL | |
+----------------------+---------------------+------+-----+---------+----------------+


(03-17-2009 12:44 AM)Blondak Wrote:  
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak

Did you do SQL updates as described in post #1?
03-24-2009 05:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
quash Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #79
RE: Manual lines in DNS zone file
(03-24-2009 05:40 PM)Blondak Wrote:  
(03-24-2009 12:22 AM)quash Wrote:  Hello,

I installed this patch (1.0.0.) no errors (on install)
When i want add new domain, a next error comes forward:
Link: http://admin.deszka.quash.hu/reseller/user_add3.php
error: Unknown column 'domain_dns' in 'field list'

and Domain not added, if i want readd this domain:
error: Duplicate entry 'test.hu' for key 2

if i see ispcp.domain SQL table, no domain_dns row, i add domain_dns (varchar(200) ), i have same new errors.

mysql> describe domain;
+----------------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+---------------------+------+-----+---------+----------------+
| domain_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| domain_name | varchar(200) | YES | UNI | NULL | |
| domain_gid | int(10) unsigned | NO | | 0 | |
| domain_uid | int(10) unsigned | NO | | 0 | |
| domain_admin_id | int(10) unsigned | NO | MUL | 0 | |
| domain_created_id | int(10) unsigned | NO | | 0 | |
| domain_created | int(10) unsigned | NO | | 0 | |
| domain_last_modified | int(10) unsigned | NO | | 0 | |
| domain_mailacc_limit | int(11) | YES | | NULL | |
| domain_ftpacc_limit | int(11) | YES | | NULL | |
| domain_traffic_limit | bigint(20) | YES | | NULL | |
| domain_sqld_limit | int(11) | YES | | NULL | |
| domain_sqlu_limit | int(11) | YES | | NULL | |
| domain_status | varchar(255) | YES | | NULL | |
| domain_alias_limit | int(11) | YES | | NULL | |
| domain_subd_limit | int(11) | YES | | NULL | |
| domain_ip_id | int(10) unsigned | YES | | NULL | |
| domain_disk_limit | bigint(20) unsigned | YES | | NULL | |
| domain_disk_usage | bigint(20) unsigned | YES | | NULL | |
| domain_php | varchar(15) | YES | | NULL | |
| domain_cgi | varchar(15) | YES | | NULL | |
| domain_dns | varchar(200) | YES | | NULL | |
+----------------------+---------------------+------+-----+---------+----------------+


(03-17-2009 12:44 AM)Blondak Wrote:  
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak

Did you do SQL updates as described in post #1?

Sorry, i dont make new sql table, and alter Smile

Now works without a mistake now, but i can't to add new DNS zone record.

You wrote a link (/reseller/domain_edit.php?edit_id=1) recently, but I was not worth his function entirely.
What I have to add to it how let me be able to record a new entry ?
03-25-2009 12:18 AM
Find all posts by this user Quote this message in a reply
Blondak Offline
Junior Member
*****
Dev Team

Posts: 84
Joined: May 2008
Reputation: 5
Post: #80
RE: Manual lines in DNS zone file
(03-25-2009 12:18 AM)quash Wrote:  
(03-24-2009 05:40 PM)Blondak Wrote:  
(03-24-2009 12:22 AM)quash Wrote:  Hello,

I installed this patch (1.0.0.) no errors (on install)
When i want add new domain, a next error comes forward:
Link: http://admin.deszka.quash.hu/reseller/user_add3.php
error: Unknown column 'domain_dns' in 'field list'

and Domain not added, if i want readd this domain:
error: Duplicate entry 'test.hu' for key 2

if i see ispcp.domain SQL table, no domain_dns row, i add domain_dns (varchar(200) ), i have same new errors.

mysql> describe domain;
+----------------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+---------------------+------+-----+---------+----------------+
| domain_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| domain_name | varchar(200) | YES | UNI | NULL | |
| domain_gid | int(10) unsigned | NO | | 0 | |
| domain_uid | int(10) unsigned | NO | | 0 | |
| domain_admin_id | int(10) unsigned | NO | MUL | 0 | |
| domain_created_id | int(10) unsigned | NO | | 0 | |
| domain_created | int(10) unsigned | NO | | 0 | |
| domain_last_modified | int(10) unsigned | NO | | 0 | |
| domain_mailacc_limit | int(11) | YES | | NULL | |
| domain_ftpacc_limit | int(11) | YES | | NULL | |
| domain_traffic_limit | bigint(20) | YES | | NULL | |
| domain_sqld_limit | int(11) | YES | | NULL | |
| domain_sqlu_limit | int(11) | YES | | NULL | |
| domain_status | varchar(255) | YES | | NULL | |
| domain_alias_limit | int(11) | YES | | NULL | |
| domain_subd_limit | int(11) | YES | | NULL | |
| domain_ip_id | int(10) unsigned | YES | | NULL | |
| domain_disk_limit | bigint(20) unsigned | YES | | NULL | |
| domain_disk_usage | bigint(20) unsigned | YES | | NULL | |
| domain_php | varchar(15) | YES | | NULL | |
| domain_cgi | varchar(15) | YES | | NULL | |
| domain_dns | varchar(200) | YES | | NULL | |
+----------------------+---------------------+------+-----+---------+----------------+


(03-17-2009 12:44 AM)Blondak Wrote:  
(03-12-2009 01:16 AM)quash Wrote:  There is somebody at who the module works ?
An above test does not work on a system, though it RC7.
To a stable version when expected patch ?

Hi,
i hope that i will update a check this patch as soon as possible, but i expect hard week for me :-/ so i hope patch will be ready next week. I also update your settings and allow Manual DNS support ( as reseller http://admin.deszka.quash.hu/reseller/do...?edit_id=1 ) than you can add manual lines, overthise page will be redirect to domains_manage.php instead of continue to add_dns.php.
As i wrote i will prepare patch for 1.0 ASAP, because i need it too ( i must upgrade my server) so please be patient.

With regards Blondak

Edit:
I quick check problems found when appling last update and update patch, but i have no time to test it, so feel free to test it, and please let us know.

Blondak

Did you do SQL updates as described in post #1?

Sorry, i dont make new sql table, and alter Smile

Now works without a mistake now, but i can't to add new DNS zone record.

You wrote a link (/reseller/domain_edit.php?edit_id=1) recently, but I was not worth his function entirely.
What I have to add to it how let me be able to record a new entry ?

Ok, i was http://admin.deszka.quash.hu/reseller/do...edit_id=1, buu now is it http://admin.deszka.quash.hu/reseller/do...edit_id=3, eg: http://admin.deszka.quash.hu/reseller/users.php and click "Edit Domain" and enable "Manual DNS support"
03-25-2009 12:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: