 |
 |
 |
 |
#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
|
|
|
|
 |
 |
 |
 |
|
|