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...) |
Upazixorys (talk | contribs) 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> | ||
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&'''pw'''=password&'''ip'''=address&'''client'''=name | 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 24: | Line 25: | ||
{| | {| | ||
|- | |- | ||
| | |<pre> | ||
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name | https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password&'''ip'''=address&'''client'''=name | ||
</pre> | |||
|} | |} | ||
Line 39: | Line 40: | ||
{| | {| | ||
|- | |- | ||
| | |<pre> | ||
https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password | https://www.dtdns.com/api/autodns.cfm?'''id'''=hostname&'''pw'''=password | ||
</pre> | |||
|} | |} | ||
'''''[[#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> | |||
<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. | ||