Default page and DNS template?

seoguru

Verified User
Joined
Jul 30, 2011
Messages
21
Hi guys,

I have few questions.

1. Where is a default page? Well, I would like to edit this default html page with DA logo, so all new account will be created with my custom default index.html page.

2. How or where do I edit DNS template, so it will start adding "d" to nameserver for resellers. At this point it creates "ns1.somedomain.com" & "ns2.somedomain.com" I want to modify it a bit, so it should start to create new nameserver with "d" such as "dns1.somedomain.com" & "dns2.somedomain.com"


Thanks :)
 
1. Where is a default page? Well, I would like to edit this default html page with DA logo, so all new account will be created with my custom default index.html page.
Does this post help you?
2. How or where do I edit DNS template, so it will start adding "d" to nameserver for resellers. At this point it creates "ns1.somedomain.com" & "ns2.somedomain.com" I want to modify it a bit, so it should start to create new nameserver with "d" such as "dns1.somedomain.com" & "dns2.somedomain.com"
I couldn't find a reseller_create_post.sh script definition for DirectAdmin, but I found one for user_create_post.sh. You can probably use it, figure out if the user is a reseller, and if so, change the nameserver definition in /usr/local/directadmin/data/users/USERNAME/reseller.conf.

Jeff
 
Back
Top