[Ddclient-forum] [ ddclient-Bugs-1357498 ] namecheap url in wrong sequence
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2007-10-17 20:52:20
|
Bugs item #1357498, was opened at 2005-11-15 17:08 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1357498&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: service configuration Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Matt Thomas (matsinet) Assigned to: wimpunk (wimpunk) Summary: namecheap url in wrong sequence Initial Comment: I notice in the cvs version of ddclient that the host and domain are reversed when sent to namecheap in the URL. Here is an example of what is sent: http://dynamicdns.park-your-domain.com/update?host=myers-thomas.net&domain=www&password=[mypassword] As per http://www.namecheap.com/resources/help/index.asp?t=dynamicdns the following should be sent: http://dynamicdns.park-your-domain.com/update?host=www&domain=myers-thomas.net&password=[mypassword] ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2007-10-17 20:52 Message: Logged In: YES user_id=722282 Originator: NO Could you try the current version and report any troubles to the forum? When needed, we reopen this bug. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2005-11-23 08:00 Message: Logged In: YES user_id=722282 I found what's going wrong. On the other services (at least, as far as I know) you have a login (eg. wimpunk) and one or more domains (eg. wimpunk.dyndns.org) to update. On namecheap you login with your domain. I'll have to take a closer look to the namecheap code and decide how to clearify this problem. You'll find the solution in this bugreport. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2005-11-21 07:06 Message: Logged In: YES user_id=722282 I've been looking at the logging and I think I found a hint. Can you also attach your configuration to verify if I'm correct? ---------------------------------------------------------------------- Comment By: Matt Thomas (matsinet) Date: 2005-11-18 19:37 Message: Logged In: YES user_id=1091935 If you need any other information please let me know. I appreciate the fast response from the support staff. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2005-11-18 07:48 Message: Logged In: YES user_id=722282 Are you sure about this? I've been checking the source but I can't find where it goes wrong. Can you attach a complete result of `ddclient -daemon=0 -debug -verbose -noquiet` to this bugreport? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1357498&group_id=116817 |