Reviews: Complaint Manager


Members Menu
Remember Me?
or
Register
Complaint Manager Ver.1.0
1.0
3.4
SiSL
03 October 2005
8
1106
Complaint Manager Mod is designed for Snitz board owners who wants their users report illegal, spam, unapproperiate posts to moderators of their boards. This mod is complete remake of previous Report to Moderator mod for earlier Snitz versions.

After install your moderators and admins will see "Complaints" link to complaintmanager.asp and on header, they will see how many reports from users they have in their access areas. Administrators can delete older Solved Tickets, however moderators and administrators can change status of a complaint ticket to 'unsolved'

Reviews

All reviews
  (3 votes)
  (2 votes)
  (1 vote)
  (1 vote)
  (1 vote)

great mod... but
written by wiggy on 30 Apr 2009

Needed fixing before it worked: in pop_complaint_showpost.asp the topic_ID and reply_ID querystrings were not sanitised - so if the sql query on the page resulted in a EOF error, a user could inject SQL in the address field and refresh the page. To fix: lines 49-51 IsTopic = CInt(Request.QueryString("IsTopic")) Topic_Id = CInt(Request.QueryString("TOPIC_ID")) Reply_Id = CInt(Request.QueryString("REPLY_ID")) Also, remove the code: "&TOPIC_TITLE=" & Topic_Subject & from steps 10 and 12 and change the code in step 10: 'pop_report.asp?IsTopic=0 to: 'pop_report.asp?IsTopic=1 Hope this helps :)


Doesn't work properly
written by Eric Coleman on 31 May 2006

There is a bug where a root topic can not be viewed in the complaintmanager.asp page. To fix simply edit the URL in step 12 of the instructions from "IsTopic=0" to "IsTopic=1". The "IsTopic=0" is part of a larger piece, so only change the 0 to 1. Also, there is a lot of unused variables and query data. The Topic Title is used in a javascript URL. This is a security risk. One could easily construct a topic subject to execute javascript to steal passwords or break ALL the complaint links so no one can report the topic to anyone. To FIX THIS, simply replace & "&TOPIC_TITLE=" & Topic_Subject in the links from steps 10 and 12.


Nice and clean
written by Zaphod on 08 Nov 2005

Easy to install and nice clean, intuitive interface. Nice addition indeed to a forum to allow members to feel a part of keeping it clean while seeming like the 'bad guy' in other's eyes.


no header link
written by buckfu on 02 Nov 2005

seems to be working, I can open complaintmanager.asp, but no link in the header?



written by richfed on 23 Oct 2005


Great Mod!
written by JohnJohn1186 on 18 Oct 2005

This mod was easy to install on my forum, and is a great feature added to my forum. Members report complaints that I may have overlooked, all with comments from them. Moreover, it allows communication among the admins and mods to give reasons to why they took the action they did. I think this mod serves its purpose fine, and I would recommend it to anyone that is considering implementing it into their forum.



written by bassman on 03 Oct 2005



written by weazel on 29 Sep 2005

Nicely done, easy to install.