Can't create new contact
Brought to you by:
swix
When trying to create a new contact via contacts.php, hitting the "New Contact" button submits the form and asks for your username and password again. This appears to be interfering with the self-execution of the code. Commenting out "require('odns_auth.php');" in contacts.php temporarily fixed the problem for me.
-Jason Olsen
feren@kittyfox.net
Logged In: NO
create an user to odns_users table user mysql client. You
need PASSWORD function in mysql.
insert into odns_users (login_name,passwd) values
('test',PASSWORD('test'))