% '=========================== 'subjects/categories are added by ..::LvL admin and are top level 'topics can be added by registered users 'anyone can post, but registered users can have a *tag* line instead of an ip display under they nick '=========================== 'session("schk") is just a little secruity check to stop loser trying to guess user login 'session("schk") = 0 dim error, error_msg, new_topic_added if (Request.Cookies("lvl")("forumid") <> "") and (Request.QueryString("newtop") = "yes") then 'a registered user has hit the site AND want to make a new topic - COOL! '1st do data check '================= 'do an 'untitled' test '================= if trim(Request.Form("topic_subject")) = "" then error = true error_msg = error_msg & "
Your post titled " & Request.Form("newtopic") & " has been added.
") end if if session("schk") > 2 then %>Looks like you have forgotten your login details. You can have your login detals sent out to you by visiting the password page right here
<% end if '===================================== 'become a registered user is displayed if a user cookie is not found if (Request.Cookies("lvl")("forumid") = "") and (not session("schk") > 2) then 'Response.Write("Request.Cookies(""lvl"")(""fourmid"")=[" & Request.Cookies("lvl")("fourmid") &"]") %>
If you are already registered, please login as your ..::LvL login cookie was not found :[ (this will reset your cookie and allow you to add new topics)
Only registered users are able to make a Topic. Registered users also have a tag line instead of an encoded ip under their nick. Click here and signup now!
<% end if %>| subjects/topics | post by | last post | no. posts |
<% if switch = 0 then Response.Write("Good to see ya " & Request.Cookies("lvl")("forumuser_name") & vbcrlf) elseif switch = 1 then Response.Write(Request.Cookies("lvl")("forumuser_name") & " is in the da HOUSE! " & vbcrlf) elseif switch = 2 then Response.Write("Where you been " & Request.Cookies("lvl")("forumuser_name") & "?" & vbcrlf) elseif switch = 3 then Response.Write("Alright! " & Request.Cookies("lvl")("forumuser_name") & " is back!!!" & vbcrlf) elseif switch = 4 then Response.Write("Can't get enough of us hey " & Request.Cookies("lvl")("forumuser_name") & "?" & vbcrlf) elseif switch = 5 then Response.Write("I wanted to tell you something " & Request.Cookies("lvl")("forumuser_name") & " but I've forgotten what it was :[" & vbcrlf) elseif switch = 6 then Response.Write("I've run out of things to say " & Request.Cookies("lvl")("forumuser_name") & "!" & vbcrlf) elseif switch = 7 then Response.Write("Hey " & Request.Cookies("lvl")("forumuser_name") & ", what's the time? My clock says " & funkdate(now()) & vbcrlf) end if %>
Make a new topic: