LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-25-2005, 08:01 PM   #1
singying304
Member
 
Registered: Feb 2005
Posts: 106

Rep: Reputation: 15
have anyone using http://www.everydns.net/?


i got some problem in the ddns programe

when i run


[root@ee conf]# /ma120/user/kinson/public_html/eDNS.pl -u king30 -p K226g2l -d hk-forever.net
Received Exit Code 7, probably failed.

any one help me please..
 
Old 11-26-2005, 01:39 PM   #2
kuplo
Member
 
Registered: Oct 2005
Posts: 123

Rep: Reputation: 15
I'd love to help you but i ACTUALLY keep an old old laptop hooked up to my network (as well as my new one) just to run a program that updates everydns.net every 2 hours with my new ip address. Although my IP address never changed from Aug, 03 until I put in a new router (couple weeks ago), then I was assigned a new IP and subnet, but this program I have (running on windows laptop by the way) updates everydns.net every xx hours (determined by you). It's a shareware program (it makes you wait 10 seconds after starting up before it will work, but I paid the $15.00 via paypal, and got a reg code becuase it was worth it to me).

I dont know if something like this is viable for you, but it's called, DNS Connector, it's from www.productfast.com it's made my life easier, I dont have to fool around with a cron job to do it anymore.

Last edited by kuplo; 11-26-2005 at 01:45 PM.
 
Old 11-26-2005, 05:06 PM   #3
zidane_tribal
Member
 
Registered: Apr 2005
Location: chained to my console.
Distribution: LFS 6.1
Posts: 143

Rep: Reputation: 18
Re: have anyone using http://www.everydns.net/?

not to be nitpicky or anything, but you might want to change that username and password now youve just posted it where everyone can see.....


oh, and look in the eDNS.pl script (open it in your favourite text editor) for this block:-

Code:
$result = join '', @result;
#print $result; #uncomment for debugging information
$result =~ m/Exit Code: (\d+)/i;
$code = $1;
and un-comment the print line, it may help you diagnose your problem.
 
Old 11-26-2005, 07:41 PM   #4
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
Re: Re: have anyone using http://www.everydns.net/?

Quote:
Originally posted by zidane_tribal
not to be nitpicky or anything, but you might want to change that username and password now youve just posted it where everyone can see.....


oh, and look in the eDNS.pl script (open it in your favourite text editor) for this block:-

Code:
$result = join '', @result;
#print $result; #uncomment for debugging information
$result =~ m/Exit Code: (\d+)/i;
$code = $1;
and un-comment the print line, it may help you diagnose your problem.
HTTP/1.1 200 OK
Date: Sun, 27 Nov 2005 01:38:57 GMT
Server: Apache
X-Powered-By: PHP/5.0.1-dev
Connection: close
Content-Type: text/html; charset=utf-8

Authentication given

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 18 in /var/vhosts/dyn.everydns.net/html/index.php on line 56
Authentication failed: Bad Username/password
Exit code: 2

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 19 in /var/vhosts/dyn.everydns.net/html/index.php on line 56
Received Exit Code 2, probably failed.


do you know what's going on?
 
Old 11-26-2005, 09:17 PM   #5
zidane_tribal
Member
 
Registered: Apr 2005
Location: chained to my console.
Distribution: LFS 6.1
Posts: 143

Rep: Reputation: 18
Re: Re: Re: have anyone using http://www.everydns.net/?

Quote:
Originally posted by singying304
HTTP/1.1 200 OK
Date: Sun, 27 Nov 2005 01:38:57 GMT
Server: Apache
X-Powered-By: PHP/5.0.1-dev
Connection: close
Content-Type: text/html; charset=utf-8

Authentication given

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 18 in /var/vhosts/dyn.everydns.net/html/index.php on line 56
Authentication failed: Bad Username/password
Exit code: 2

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 19 in /var/vhosts/dyn.everydns.net/html/index.php on line 56
Received Exit Code 2, probably failed.


do you know what's going on?
the bold part may be a good indication. it looks like some kind of sql failure on the site, and its giving a bad user/pass error too, i'd suggest you try logging in manually to confirm the user/pass your using on the site.

if this problem has just arisen today, give it a day or two, they may be trying to fix the problem, or you can email them and post them the error. the lookup error is on their end, not yours (but make sure your user/pass are correct before emailing them).
 
Old 11-26-2005, 09:22 PM   #6
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
Re: Re: Re: Re: have anyone using http://www.everydns.net/?

Quote:
Originally posted by zidane_tribal
the bold part may be a good indication. it looks like some kind of sql failure on the site, and its giving a bad user/pass error too, i'd suggest you try logging in manually to confirm the user/pass your using on the site.

if this problem has just arisen today, give it a day or two, they may be trying to fix the problem, or you can email them and post them the error. the lookup error is on their end, not yours (but make sure your user/pass are correct before emailing them).
that's mean not my own problem in this case.jsut their problem,right?
 
Old 11-26-2005, 09:29 PM   #7
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 19 in /var/vhosts/dyn.everydns.net/html/index.php on line 87
Time check succeeded
Additional info: 1133062151 - 0 = 1133062151
Authentication succeeded
Version correct
IP address OK
Zero records updated - please add a dynamic domain entry in www.everydns.net/manage.php before running the updater client
Exit code: 7
Received Exit Code 7, probably failed.
 
Old 11-26-2005, 09:30 PM   #8
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
is it i can't do a domain.com update?
 
Old 11-26-2005, 09:30 PM   #9
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
i jsut want to update domain.com,not sub.domain.com
 
Old 11-27-2005, 06:03 AM   #10
zidane_tribal
Member
 
Registered: Apr 2005
Location: chained to my console.
Distribution: LFS 6.1
Posts: 143

Rep: Reputation: 18
Quote:
Originally posted by singying304
Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 19 in /var/vhosts/dyn.everydns.net/html/index.php on line 87
Time check succeeded
Additional info: 1133062151 - 0 = 1133062151
Authentication succeeded
Version correct
IP address OK
Zero records updated - please add a dynamic domain entry in www.everydns.net/manage.php before running the updater client
Exit code: 7
Received Exit Code 7, probably failed.
the red part tells you the answer. it looks like you have set up domain.com as static, you need to set it up as a dunamic entry at everydns. and yes, the mysql errors seem to be their problem, not yours.

Last edited by zidane_tribal; 11-27-2005 at 06:04 AM.
 
Old 11-27-2005, 10:34 AM   #11
singying304
Member
 
Registered: Feb 2005
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by zidane_tribal
the red part tells you the answer. it looks like you have set up domain.com as static, you need to set it up as a dunamic entry at everydns. and yes, the mysql errors seem to be their problem, not yours.
sucCessED.THX you!
 
Old 11-27-2005, 10:58 AM   #12
zidane_tribal
Member
 
Registered: Apr 2005
Location: chained to my console.
Distribution: LFS 6.1
Posts: 143

Rep: Reputation: 18
excellent good to see it working at last.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What's going on with http://www.mplayer.hu? ioan123 General 3 10-19-2005 01:19 PM
http://www.tigerdirect.com and others WarlockofVirgo General 2 11-02-2004 01:14 AM
slightly OT; but newbie needs help with everydns.net settings lucastic Linux - Networking 0 08-10-2003 02:59 PM
Just bought www.helpwithlinux.net and www.helpwithwindows.com Whitehat General 15 05-08-2003 12:31 PM
http://www.slinux.net/ qulnxsh Linux - General 1 04-19-2003 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration