DtDNS: Crude Updater: Difference between revisions

Jump to navigation Jump to search
No edit summary
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric)
 
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 13: Line 12:
{|
{|
|-
|-
|<pre>
|<pre>
http://&gt;www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password&amp;'''ip'''=address&amp;'''client'''=name
http://>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
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name
&lt;/pre&gt;
</pre>
|}
|}
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 25: Line 24:
{|
{|
|-
|-
|&lt;pre&gt;
|<pre>
https://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
&lt;/pre&gt;
</pre>
|}
|}


Line 40: Line 39:
{|
{|
|-
|-
|&lt;pre&gt;
|<pre>
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&amp;'''pw'''=password
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password
&lt;/pre&gt;
</pre>
|}
|}
'''''[[#top | Top]]'''''
'''''[[#top | Top]]'''''
Line 56: Line 55:
* '''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:
&lt;pre&gt;
<pre>
&lt;html&gt;
<html>
&lt;head&gt;
<head>
&lt;title&gt;DtDNS Ip Updater&lt;/title&gt;
<title>DtDNS Ip Updater</title>
&lt;/head&gt;
</head>
&lt;body&gt;
<body>


&lt;ul&gt;
<ul>
&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=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=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=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=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">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;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">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;5) 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;/ul&gt;
</ul>


&lt;/body&gt;
</body>
&lt;/html&gt;
</html>
&lt;/pre&gt;
</pre>
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.