If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
More Users in poll...  XML
Forum Index » General Discussion
Author Message
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

- Andrew (andyl56)
[Email] [WWW] aim icon [MSN] [ICQ]
limos
Newbie

Joined: 25/10/2002 14:15:04
Messages: 2
Offline

asdfasdfasdf
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum