DtDNS: Crude Updater: Difference between revisions

no edit summary
(New page: {{Nav DtDNS}} '''Whats a crude updater''' A crude IP updater does not apply to the mechanism of updating an IP address that’s rather sophisticated. It applies to a users ability to upda...)
 
No edit summary
Line 1: Line 1:
=[http://edojalys.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
{{Nav DtDNS}}
{{Nav DtDNS}}
'''Whats a crude updater'''
'''Whats a crude updater'''
Line 12: Line 13:
{|
{|
|-
|-
|<pre>
|&lt;pre&gt;
http://>www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name
http://&gt;www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password&amp;'''ip'''=address&amp;'''client'''=name
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password&amp;'''ip'''=address&amp;'''client'''=name
</pre>
&lt;/pre&gt;
|}
|}
There really is no excuse for using the first URL since all modern browser can understand and use https.
There really is no excuse for using the first URL since all modern browser can understand and use https.
Line 24: Line 25:
{|
{|
|-
|-
|<pre>
|&lt;pre&gt;
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password&amp;'''ip'''=address&amp;'''client'''=name
</pre>
&lt;/pre&gt;
|}
|}


Line 39: Line 40:
{|
{|
|-
|-
|<pre>
|&lt;pre&gt;
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password
</pre>
&lt;/pre&gt;
|}
|}
'''''[[#top | Top]]'''''
'''''[[#top | Top]]'''''
Line 55: Line 56:
* '''fred123'''
* '''fred123'''
Create a new text file named '''ip_updater.html''' in folder '''UniServer''' with the following content:
Create a new text file named '''ip_updater.html''' in folder '''UniServer''' with the following content:
<pre>
&lt;pre&gt;
<html>
&lt;html&gt;
<head>
&lt;head&gt;
<title>DtDNS Ip Updater</title>
&lt;title&gt;DtDNS Ip Updater&lt;/title&gt;
</head>
&lt;/head&gt;
<body>
&lt;body&gt;


<ul>
&lt;ul&gt;
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=uni23.dtdns.net&pw=fred123" target="_blank">1) Update uni23.dtdns.net</a></li>
&lt;li&gt;&lt;a href=&quot;https://www.dtdns.com/api/autodns.cfm?id=uni23.dtdns.net&amp;pw=fred123&quot; target=&quot;_blank&quot;&gt;1) Update uni23.dtdns.net&lt;/a&gt;&lt;/li&gt;
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=books.effers.com&pw=fred123" target="_blank">2) Update books.effers.com</a></li>
&lt;li&gt;&lt;a href=&quot;https://www.dtdns.com/api/autodns.cfm?id=books.effers.com&amp;pw=fred123&quot; target=&quot;_blank&quot;&gt;2) Update books.effers.com&lt;/a&gt;&lt;/li&gt;
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">3) Update xxxx</a></li>
&lt;li&gt;&lt;a href=&quot;https://www.dtdns.com/api/autodns.cfm?id=hostname&amp;pw=password&quot; target=&quot;_blank&quot;&gt;3) Update xxxx&lt;/a&gt;&lt;/li&gt;
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">4) Update xxxx</a></li>
&lt;li&gt;&lt;a href=&quot;https://www.dtdns.com/api/autodns.cfm?id=hostname&amp;pw=password&quot; target=&quot;_blank&quot;&gt;4) Update xxxx&lt;/a&gt;&lt;/li&gt;
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">5) Update xxxx</a></li>
&lt;li&gt;&lt;a href=&quot;https://www.dtdns.com/api/autodns.cfm?id=hostname&amp;pw=password&quot; target=&quot;_blank&quot;&gt;5) Update xxxx&lt;/a&gt;&lt;/li&gt;
</ul>
&lt;/ul&gt;


</body>
&lt;/body&gt;
</html>
&lt;/html&gt;
</pre>
&lt;/pre&gt;
Substitute your real id’s ('''hostname.domain''') and password, I have assumed you will be using all five free hosts hence included five links.
Substitute your real id’s ('''hostname.domain''') and password, I have assumed you will be using all five free hosts hence included five links.


322

edits