andyl56
Beginner
Joined: 12/10/2002 20:50:48
Messages: 5
Offline
|
I was just looking through stuff and I found out that in the Advanced poll script you can have more users! All that you have to do is execute the sql statement in mysql...
INSERT INTO `poll_user` ( `user_id` , `username` , `userpass` , `session` , `last_visit` )
VALUES (
LAST_INSERT_ID( ) , 'new_username', MD5( 'new_password' ) , '', '0'
);
Just replace new_username and new_password into the correct fields... Now hopefully soon the makers of the script will make a member manager
|