DtDNS: Crude Updater: Difference between revisions
Jump to navigation
Jump to search
m
Reverted edits by Upazixorys (Talk); changed back to last version by Ric
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric) |
||
Line 1: | Line 1: | ||
{{Nav DtDNS}} | {{Nav DtDNS}} | ||
'''Whats a crude updater''' | '''Whats a crude updater''' | ||
Line 13: | Line 12: | ||
{| | {| | ||
|- | |- | ||
| | |<pre> | ||
http:// | http://>www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name | ||
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname& | https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name | ||
</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: | ||
{| | {| | ||
|- | |- | ||
| | |<pre> | ||
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname& | https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name | ||
</pre> | |||
|} | |} | ||
Line 40: | Line 39: | ||
{| | {| | ||
|- | |- | ||
| | |<pre> | ||
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname& | https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password | ||
</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: | ||
<pre> | |||
<html> | |||
<head> | |||
<title>DtDNS Ip Updater</title> | |||
</head> | |||
<body> | |||
<ul> | |||
<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> | |||
<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> | |||
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">3) Update xxxx</a></li> | |||
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">4) Update xxxx</a></li> | |||
<li><a href="https://www.dtdns.com/api/autodns.cfm?id=hostname&pw=password" target="_blank">5) Update xxxx</a></li> | |||
</ul> | |||
</body> | |||
</html> | |||
</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. | ||