/etc/e-smith/templates-custom/etc/ppp/ip-up/ du nom : 98Zoneedit
wget -O - --http-user=<USER> --http-passwd=<PASSWD> '
http://dynamic.zoneedit.com/auth/dynamic.html?host=www.sme.info' >> /var/log/zonedit.log
wget -O - --http-user=<USER> --http-passwd=<PASSWD> '
http://dynamic.zoneedit.com/auth/dynamic.html?host=sme.info' >> /var/log/zonedit.log
/sbin/e-smith/expand-template /etc/ppp/ip-up
Does not work ! 
 I think I missed something...
zoneedit and internic are set correctly I get my web site if I change manualy zoneedit information i.e.
 IP Addresses:
 Domain Name
    IP Address   
 Sme.info
    81.53.72.202   
www.sme.info    81.53.72.202 
Used perl script did't work  
 #!/bin/sh
# Description: Put your description here
#------------------------------------------------------------
# Custom dynamic DNS update handler.
#------------------------------------------------------------
IPADDR=$1
USERID=$2
PASSWD=$3
DOMAIN=$4
#------------------------------------------------------------
# Your handler starts here.
#------------------------------------------------------------
lynx -source -auth="$USERID:$PASSWD"
"http://dynamic.zoneedit.com/auth/dynamic.html?host=$DOMAIN,mail.$DOMAIN&dns
to=$IPADDR"
#------------------------------------------------------------
# Your handler ends here.
#------------------------------------------------------------
Fishbowl 
