Hi Jader,
you should have durep_ibay and durep_user in following directorys:
/etc/e-smith/web/functions
and /etc/e-smith/web/panels/manager/cgi-bin
There should be also an entry in /etc/httpd/conf/httpd.conf:
# DUREP
Alias /durep /var/www/html/durep
AllowOverride None
Options +Indexes
order deny,allow
deny from all
allow from all
AuthName "e-smith manager"
AuthType Basic
AuthExternal pwauth
require user admin
# DUREP end
And last but not least, a script /usr/sbin/durep.daily
Also check the durep-www directory for an "index.html" file.
If you can´t find it, the durep command results in an error and the 0.html is not copyed to index.html. In this case try to run the durep command directly from the shell (look at /usr/sbin/durep.daily for informations about the parameters) to find out the errors.
Best
Peter