Subj : Re: Dynamic DNS js To : Mindless Automaton From : Mindless Automaton Date : Thu Apr 05 2012 08:25 am On 03/28/2012 11:11 AM, Mindless Automaton wrote: > I am using dtdns.com for dynamic dns. Usually my IP changed maybe 2 Okay, so I hacked up wget.js to get something like this: load("http.js"); var url = argv[0]; var filename=js.startup_dir + '/' + file_getname(url); var file = new File(filename); if(!file.open("w")) print("error " + file.error + " opening " + file.name); else { var contents = new HTTPRequest().Get("http://www.dtdns.com/api/autodns.cfm?id=eldritch.darktech.org&pw=password&client=dtdns.js"); file.write(contents); file.close(); } I know I dont need the file stuff for this, but the changes I have tried have all failed. Any tips for tidying this up? Thanks! Mindless Automaton --- þ Synchronet þ Eldritch Clockwork BBS - eldritch.darktech.org .