% '=========================== 'the sigup should be as stright forward as possible 'display name, login and password MUST be unique (not password now) 'users need to unlock their own accounts 'tag lines and sigs are optional '=========================== 'as edit details is basically the same, we can use the same 'page and just make sure they have a cookie 1st '=========================== 'encodeTable 'run function to build IP encode table dim error, error_msg dim signed, updated_user dim login, pass, user_name, email, reg_tag, sig_file if (Request.QueryString("signup") = "yes") then 'they want to login, first check for *stuff* if trim(Request.Form("login")) = "" then error = true error_msg = error_msg & "
"&vbcrlf&"Looks like there was a few problems with your submission:
"&vbcrlf&"Your user details have been updated, hope that was easy enough :]
") elseif signed then Response.Write(""&vbcrlf&"An email is now being sent to "& Request.Form("email") &" with details on how to activate your ..::LvL login
") Response.Write(""&vbcrlf&"If you never get the email you either entered your email address incorrectly or there was a problem. Either way you can send an email lvl@ebom.org and see what we can do about fixing it up
") Response.Write(""&vbcrlf&"Thanx for signing up
..::LvL Admin
") else if error then Response.Write(""&vbcrlf&"Looks like there was a few problems with your submission:
The ..::LvL forums do NOT require you to sign-up to post a reply, but if you do everyone will think you are really cool :] You can also have cool things like a Signature File and a Reg Tag. Don't get too exicted now, signing-up will require a little bit of work. You will also need to have a browser that supports cookies and a vaild email address (we send you out an unlocking key for your login).
The ..::LvL Update listing does require you to signup if you which to add a pk3. Its a small ask and should stop junk postings (we hope).
If all that is not too scary fill in the form below:
<% end if end if if Request.QueryString("signup") = "yes" then 'ok, they have submittied some detail (otherwise they would have a blank querystring) %><% else 'populate if they have a cookie, otherwise the vaule will just be blank %>
<% end if end if %>