On Tue, 01 Aug 2006 17:46:14 -0400 Ken Schneider wrote:
IIANM I added the following to the perl script:
'linksys-ver2' => { 'name' => 'Linksys FW version 2', 'url' => '/Status_Router.asp', 'skip' => 'var wan_ip = ', },
because the it was not correct in the original script and added the following to the ddclient.conf file:
Ken, I take it that was an older version, I've found these two entries in version 3.6.6; 'linksys-ver2' => { 'name' => 'Linksys FW version 2', 'url' => '/RouterStatus.htm', 'skip' => 'WAN.*?Address', }, and 'linksys-wrt854g' => { 'name' => 'Linksys WRT854G FW', 'url' => '/Status_Router.asp', 'skip' => 'IP Address:', }, is it possible either of these would work? If not, should I just change linksys-ver2 to match what you posted instead of adding another listing for ver2? bare with me, I'm not used to doing these sort of things! tks Steve