View Full Version : Membership Script
Omari
January 7th, 2001, 06:12
any scripts out there that would sign people sign up for access to my site, and sign them up for my ikonboard?
perlboy
January 16th, 2001, 19:13
You would probably need to hack the ikon signup script with .htaccess scripts. If you can't do it yourself, go and hire someone to do it.
:-)
I don't think you will find one that is designed specifically to do the two functions. Might be wrong though, take a look at http://cgi.resourceindex.com
See ya
Stuart Low
thedude@perlboy.org
Epgs
January 16th, 2001, 20:12
i think you could set a cookie defined to both of the functions and it would save it
sparkfan12
January 17th, 2001, 15:24
hi. the easiest thing to do would be to just use ikonboard's register script itself. if you want people to have to enter their password to access your site, you would have a form that would submit the username and password they entered to a CGI script. The CGI script would open their file (cgi-bin/ikonboard/members/membername.cgi or whatever the path is) and it would check the password. If they equal, great. if they don't, it would print out an error message. an example block of code to check the password would be something like:
if ($formpassword eq $memberpassword) {
Right password stuff here
}
if ($formpassword ne $memberpassword) (
Wrong password stuff here
}
If you need any help, visit the Ikon design website/forums at http://ikondesign.da.ru or the actual Ikonboard website at http://ikonboard.com and someone will help you
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.