 |
 |
 |
 |
#44107 - 02/02/02 12:59 AM
Re: Admin/Moderator Activity Logger
|
Member
Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44117 - 02/06/02 11:13 PM
Re: Admin/Moderator Activity Logger
|
Member
Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Vipermad: </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Lord Dexter: Hey BassTeQ can you email it to me too please?</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Lord....there is a link to a .zip file in the first post. </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Whoops didn't see that. 
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44121 - 02/07/02 09:50 PM
Re: Admin/Moderator Activity Logger
|
Moderator / Code Fixer
Registered: 10/14/00
Posts: 891
Loc: Australia
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by $stats[4]: Damn. I'm stuck. There's nothing similar to this: </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;">Find this: -------------------------------------------------- if ($NewTopicSubject ne $TopicSubject && $NewTopicSubject && $in{'ReplyNum'} eq "000000") { $NewTopicSubject = &CensorCheck("$NewTopicSubject"); @stats = split(/||/,$revised[0]); $stats[4] = $NewTopicSubject; $revised[0] = "$stats[0]</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Ok the reason you cannot find this is because you probably do not have the blind editing of subject hack installed, in that case:- Find this: $EditedMessage= &PipeCleaner("$EditedMessage");
and after that add : &Custom_Admin_Log("$in{'UserName'}|^^|$in{'forum'}|^^|Edited the Post - $TopicSubject");
_________________________
I can't afford a good signature editor
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44132 - 02/28/02 04:39 PM
Re: Admin/Moderator Activity Logger
|
Moderator / Code Fixer
Registered: 10/14/00
Posts: 891
Loc: Australia
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by CT: BassTeq,
Your hack seems to be working now. It's very neat. However I did not yet install the routine I'm talking about in my previous posts... I think editing subject or posts will not be logged.
I have a very heavily modified 5.45d, I will try to see if I can find the routine in the original code and see if I can find out what happened to it </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Ok im hoping this code will be in 5.45d. Look for this : #check for excess images- &excess_image_check($EditedMessage); And after that add if ($NewTopicSubject ne "") { &Custom_Admin_Log("$in{'UserName'}|^^|$in{'forum'}|^^|Edited the Post - $NewTopicSubject"); } else { &Custom_Admin_Log("$in{'UserName'}|^^|$in{'forum'}|^^|Edited the Post - $TopicSubject"); } If you have any other problems feel free to let me know.
_________________________
I can't afford a good signature editor
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44142 - 03/04/02 06:48 AM
Re: Admin/Moderator Activity Logger
|
Member
Registered: 10/11/00
Posts: 344
Loc: Newport, RI
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by BassTeQ: Ahh ok, I dont think I accomidated for those functions, Ill look into it and update the hack!</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">No worries Bass!!  I thought I might have gotten a shortened instruction set. It says at the top all the tings you can track with this, and it includes open/close.... I went through all saved files I could find to make sure I didn't hose something up and saved the wrong instruction set.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44152 - 03/26/02 10:07 PM
Re: Admin/Moderator Activity Logger
|
Moderator / Code Fixer
Registered: 10/14/00
Posts: 891
Loc: Australia
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by CT: This works great...
I have some tips though:
1. It would be nice if it would not log the posts edited that are the posts from the moderator. For example JOhn, who has moderator rights, edits his own post and gets logged. This is not nescessary, only posts edited by John that are not his should be logged.
2. It would be very nice if you could figure out what exact post was edited. I don't know if this is possible though.
The reason is I like to have a close look of what my moderators are editing. Now I only see 'John edited the post in this thread'... I don't know what post, if it was his or not and so if he had a right(reason) to edit it.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Ive made a few changes to this hack :
* It will now not log admins/mod who edit their own post. * It will also log the username of the posted who's post was edited.
If anyone wants these new mods let me know and ill update the doco.
cheers
_________________________
I can't afford a good signature editor
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44162 - 04/17/02 01:46 AM
Re: Admin/Moderator Activity Logger
|
Member
Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#44166 - 09/08/02 06:04 PM
Re: Admin/Moderator Activity Logger
|
Moderator / Code Fixer
Registered: 10/14/00
Posts: 891
Loc: Australia
|
Im currently quite busy at the moment, yet again so I dont really have time to work on this hack sorry. As for the first suggestion, just put the link to it in an area of the ubb that only current mods/admins can access. So if they cant find it, they cant view it As for your second point, its an admin/mod logger, not an all user logger  I've dont it this way to help prevent the log file getting too big. An idea, ive setup my board so thread starters cant delete their own posts, only edit them, that would beg around your problem I believe. That link can be added quite easily, ill do that when I get a few spare minutes and add the code here! As for your bug, I basically developed this for my own purposes for 5.47d, but it seemed that a few people where interested in it, so I made it available to the public. I cant assure you that will will work on any other version except 5.47d as thats the only version I have tested it on. Enjoy the hack! Regards BassTeQ
_________________________
I can't afford a good signature editor
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|