5.3-Nano: DtDNS: Difference between revisions

Jump to navigation Jump to search
(Fix grammatical stuff and clarify meaning)
No edit summary
Line 1: Line 1:
=[http://elykogit.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
{{Nav 5.3-Nano}}
{{Nav 5.3-Nano}}
'''Uniform Server and DtDNS'''
'''Uniform Server and DtDNS'''
Line 17: Line 18:
There are two pages to fill in. Enter the following details:
There are two pages to fill in. Enter the following details:
{|
{|
| ||'''''Page 1'':'''|| 
| ||'''''Page 1'':'''|| 
|-
|-
|1)||'''Desired Username'''||This name is used for logging into your '''account'''
|1)||'''Desired Username'''||This name is used for logging into your '''account'''
Line 35: Line 36:
|8)||'''Two CAPCHA words'''||Enter the two CAPCHA words (if these are difficult to read click the new challenge button)  
|8)||'''Two CAPCHA words'''||Enter the two CAPCHA words (if these are difficult to read click the new challenge button)  
|-
|-
| ||'''''Page 2'':'''|| 
| ||'''''Page 2'':'''|| 
|-
|-
|9)||'''Username'''||Enter your Username as entered in '''1)'''.
|9)||'''Username'''||Enter your Username as entered in '''1)'''.
Line 47: Line 48:
'''''General information'':'''
'''''General information'':'''
{|
{|
|-valign="top"
|-valign="top"
|
|
*A DtDNS account is limited to '''five free''' hostnames.
*A DtDNS account is limited to '''five free''' hostnames.
* A hostname is concatenated with a '''domain''' name.
* A hostname is concatenated with a '''domain''' name.
* I have listed available domains on the right.<br /><br />
* I have listed available domains on the right.&lt;br /&gt;&lt;br /&gt;
* Your full URL, for example
* Your full URL, for example
** If you chose '''books''' as hostname
** If you chose '''books''' as hostname
Line 58: Line 59:
Will look like this:
Will look like this:


'''<nowiki>http://</nowiki>books.effers.com'''     
'''&lt;nowiki&gt;http://&lt;/nowiki&gt;books.effers.com'''     
|
|
&nbsp;&nbsp;
&amp;nbsp;&amp;nbsp;
|
|
{|
{|
Line 67: Line 68:
|-
|-
|
|
<pre>
&lt;pre&gt;
3d-game.com
3d-game.com
4irc.com
4irc.com
Line 77: Line 78:
dtdns.net
dtdns.net
effers.com
effers.com
</pre>
&lt;/pre&gt;
|
|
<pre>
&lt;pre&gt;
etowns.net
etowns.net
etowns.org
etowns.org
Line 89: Line 90:
suroot.com
suroot.com


</pre>
&lt;/pre&gt;
|}
|}
|}
|}
Line 96: Line 97:
After creating a hostname, wild cards are enabled by default. This allows you to use a URL such as  
After creating a hostname, wild cards are enabled by default. This allows you to use a URL such as  


<nowiki>http://</nowiki>'''www.'''books.effers.com - Note '''www.''' is the wild card part. This can be anything you like; for example:
&lt;nowiki&gt;http://&lt;/nowiki&gt;'''www.'''books.effers.com - Note '''www.''' is the wild card part. This can be anything you like; for example:


* <nowiki>http://</nowiki>www.'''books.effers.com'''
* &lt;nowiki&gt;http://&lt;/nowiki&gt;www.'''books.effers.com'''
* <nowiki>http://</nowiki>www-internation.'''books.effers.com'''
* &lt;nowiki&gt;http://&lt;/nowiki&gt;www-internation.'''books.effers.com'''
* <nowiki>http://</nowiki>local.'''books.effers.com'''
* &lt;nowiki&gt;http://&lt;/nowiki&gt;local.'''books.effers.com'''
* <nowiki>http://</nowiki>www.home.'''books.effers.com'''
* &lt;nowiki&gt;http://&lt;/nowiki&gt;www.home.'''books.effers.com'''


'''books.effers.com''' resolves to your IP address. You can use the wild card on your server to resolve to different sites.
'''books.effers.com''' resolves to your IP address. You can use the wild card on your server to resolve to different sites.
Line 126: Line 127:
To manage existing hostnames, simply click the entry in the list for example see below.
To manage existing hostnames, simply click the entry in the list for example see below.


{|cellspacing="6"
{|cellspacing=&quot;6&quot;
|-
|-
|'''Hostname'''||'''Domain'''||'''IP Address'''||'''Type'''
|'''Hostname'''||'''Domain'''||'''IP Address'''||'''Type'''
Line 144: Line 145:
For each account you wish to update, add a block with the following format.
For each account you wish to update, add a block with the following format.
{|
{|
|-valign="top"
|-valign=&quot;top&quot;
|'''[account_1]'''||&nbsp;||- A unique name enclosed in square brackets. Can be any name you wish; do not include spaces.     
|'''[account_1]'''||&amp;nbsp;||- A unique name enclosed in square brackets. Can be any name you wish; do not include spaces.     
|-valign="top"
|-valign=&quot;top&quot;
|'''hostname ='''||&nbsp;||    - Full host name as configured at DtDNS
|'''hostname ='''||&amp;nbsp;||    - Full host name as configured at DtDNS
|-valign="top"
|-valign=&quot;top&quot;
|'''password ='''||&nbsp;||    - Your DtDNS account password
|'''password ='''||&amp;nbsp;||    - Your DtDNS account password
|}
|}
The configuration file contains examples one shown below:
The configuration file contains examples one shown below:
Line 155: Line 156:
|-
|-
|
|
<pre>
&lt;pre&gt;
   ;[account_1]
   ;[account_1]
   ;hostname = books.effers.com
   ;hostname = books.effers.com
   ;password = fred123
   ;password = fred123
</pre>
&lt;/pre&gt;
|}
|}
Uncomment (remove ;) to enable  
Uncomment (remove ;) to enable  
Line 194: Line 195:
|-
|-
|
|
<pre>
&lt;pre&gt;
   ;[dtdns]
   ;[dtdns]
   ;start  = 2009-09-21 2:56:52
   ;start  = 2009-09-21 2:56:52
Line 200: Line 201:
   ;path  = ..\..\plugins\dtdns_updater\dtdns_updater.php
   ;path  = ..\..\plugins\dtdns_updater\dtdns_updater.php
   ;ref =  
   ;ref =  
</pre>
&lt;/pre&gt;
|}
|}
Uncomment to enable as shown below:
Uncomment to enable as shown below:
Line 206: Line 207:
|-
|-
|
|
<pre>
&lt;pre&gt;
   [dtdns]
   [dtdns]
   start  = 2009-09-21 2:56:52
   start  = 2009-09-21 2:56:52
Line 212: Line 213:
   path  = ..\..\plugins\dtdns_updater\dtdns_updater.php
   path  = ..\..\plugins\dtdns_updater\dtdns_updater.php
   ref =  
   ref =  
</pre>
&lt;/pre&gt;
|}
|}
Optionally change the start time. If you do not change this the current time will be used.
Optionally change the start time. If you do not change this the current time will be used.