Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 need help security breach with active users MOD
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 August 2002 :  21:31:03  Show Profile  Send ruirib a Yahoo! Message
Have you tried the fix on that post by Richard? Try it and let me know if it works for you...


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 13 August 2002 :  21:40:49  Show Profile  Visit Nathan's Homepage
Its quite possible that upgraind to active users 4.0 will patch the Active Users part of it. The bug will still be there of coarse, but I think the link might be gone.

Also, upgrading your forum to 3.4 (when it comes out) will fix the bug.

Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page

Oap Assassin
Starting Member

United Kingdom
9 Posts

Posted - 13 August 2002 :  21:45:37  Show Profile  Send Oap Assassin an ICQ Message
so let me get this straight my forum looks like this

select case strRqMethod
case "Topic"
if (blnCStatus = 0) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Category"
end if
if (blnFStatus = 0) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Forum"
end if
case "EditTopic"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to edit a Locked Topic"
end if
case "Reply", "ReplyQuote", "TopicQuote"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to Reply to a Locked Topic"
end if
case "Edit"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to Edit a Reply to a Locked Topic"
end if
end select
end if

select case strSelectSize
case "1"
intCols = 45
intRows = 6
case "2"
intCols = 70
intRows = 12
case "3"
intCols = 90
intRows = 12
case "4"
intCols = 130
intRows = 15
case else
intCols = 70
intRows = 12
end select
Go to Top of Page

Oap Assassin
Starting Member

United Kingdom
9 Posts

Posted - 13 August 2002 :  21:48:08  Show Profile  Send Oap Assassin an ICQ Message
you want it to look like this

	select case strRqMethod
case "Topic"
if (blnCStatus = 0) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Category"
end if
if (blnFStatus = 0) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Forum"
end if
case "EditTopic"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to edit a Locked Topic"
end if
case "Reply", "ReplyQuote", "TopicQuote"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to Reply to a Locked Topic"
end if
case "Edit"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to Edit a Reply to a Locked Topic"
end if
end select
if not(chkForumAccess(strRqForumID,MemberID)) then
Go_Result "You do not have access to post to this forum"
end if
end if

select case strSelectSize
case "1"
intCols = 45
intRows = 6
case "2"
intCols = 70
intRows = 12
case "3"
intCols = 90
intRows = 12
case "4"
intCols = 130
intRows = 15
case else
intCols = 70
intRows = 12
end select
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 August 2002 :  22:04:52  Show Profile  Send ruirib a Yahoo! Message
With a better formating, maybe. Make sure the actual code looks like in Richard's post.

And I've found my own problem. Richard's fix does work.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 August 2002 :  22:19:07  Show Profile
it should look exactly like what you have in your second post.
Go to Top of Page

Oap Assassin
Starting Member

United Kingdom
9 Posts

Posted - 14 August 2002 :  06:16:30  Show Profile  Send Oap Assassin an ICQ Message
thanks guys yes that now works

thanks richard and ruirib
for your time and help

cheers Brian
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 14 August 2002 :  09:37:52  Show Profile  Send ruirib a Yahoo! Message
Your welcome Brian .


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07