![]() |
Thanks for the reply Deacon Frost. I did that change but the moderator activity still isn't recorded. I see that the modlog table is empty when I look at it with phpMyAdmin. But I'm not getting any errors. Any idea?
|
If the moderator will delete or will change the post, it will be mirrored in logs or not?
|
Change on Postings will not be logged, only changes on Threads.
@ DoST: Sorry, I have no idea what the matter is. BTW; Turkey is a great Country for Holidays :) (specially arround ?ludeniz, Fethiey) |
Yay! Great job on the new version, it works great and looks a whole lot better!
|
[QUOTE]Originally posted by Deacon Frost
Change on Postings will not be logged, only changes on Threads. @ DoST: Sorry, I have no idea what the matter is. BTW; Turkey is a great Country for Holidays :) (specially arround ?ludeniz, Fethiey) |
Quote:
|
yhis is cool hack
great man tanx it work with 2.0.3 but please edit links in admin/index.php original: Now, open admin/index.php and search for this (or something like this): ________________________________________ <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Stats & Logs"); ?> </table> <a href="stats.php?s=<?php echo $session[sessionhash]; ?>"> View Statistics </a><br> <a href="adminlog.php?s=<?php echo $session[sessionhash]; ?>"> View Admin Logs </a> </td></tr> ________________________________________ and replace it to ________________________________________ <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Stats & Logs"); ?> </table> <a href="stats.php?s=<?php echo $session[sessionhash]; ?>"> View Statistics </a><br> <a href="modlog.php4?showLimit=25"> View Moderator Logs </a><br> <a href="adminlog.php?s=<?php echo $session[sessionhash]; ?>"> View Admin Logs </a> </td></tr> ________________________________________ FINISH. Just upload "modlog.php" into /admin Please DO NOT send any mails dependig on this script to me. I will not answer. Using is on your own risk ! edit here: <a href="modlog.php4?showLimit=25"> View Moderator Logs </a><br> replace: <a href="modlog.php?showLimit=25"> View Moderator Logs </a><br> |
I installed the hack.. but it is not working..
-- FILE UPDATED: May 21, 2001 6:50 am PST -- was what I downloaded, it shows no moderator activity, I hit refresh alot to! hehe -=/ Plus if I goto /adminmodlog.php , I do not have to enter my password to access this? wierd... |
Make sure its in /forums/admin/ and not /forums/.
|
huh? .. o guess i made a typo in my post.. ;)
/adminmodlog.php = /admin/modlog.php hehe |
Hi all,
I did this hack and it works great wit exeption of one feature. It seems that wheather i move delete or copy a topic as an admin. The mod hack reports it as a move. Any ideas how yo fix this? Also are there any hacks to monitor suspensions or banning? |
Anyone have a answer to my problem? :)
It is not logging anything.. Thanks. |
Up!
|
Agreed.. .*bump* (lol)
Come on someone has to have a answer.. ;) Thanks, |
I am not sure if someone has done this already, but you can add a link to the Moderator Logs in the Control Panel :).
Code:
In /admin/index.php Edit: Oh damn, I knew someone did it already =), sorry, I didn't have the time to read the whole thread, hehe. |
what browser do yo use overgrow ?? Is that your browser in the screen captures you put on the first page ?? Looks very neat indeed !!
|
That's Opera - The Fastest Browser on Earth :p
|
First of all, congratz goes to Overgrow for that usefull hack !
I wasted so many times to find how to make it working on my forum, installing updates, finding correct variables etc.... i deceided to include here my working installed one... I think it will help out some of you because that thread is a bit confusious now :D [edit: please no posting of full vB php files] |
Adding this to your AdminCP in vb2.0.3.
Download and open index.php from your admin dir. FIND: <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Options"); ?> </table> <a href="options.php?s=<?php echo $session[sessionhash]; ?>&action=options"> Change options </a> </td></tr> PLACE UNDER IT THIS: <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("MOD Logs"); ?> </table> <a href="modlog.php?s=<?php echo $session[sessionhash]; ?>"> Moderator Logs </a> </td></tr> Adding this to your AdminCP in vb2.2.0. Download and open index.php from your admin dir. FIND: makenavoption("vBulletin Options","options.php?t=0","<br>"); PLACE ABOVE IT THIS: makenavoption("Moderator Logs","modlog.php?","<br />"); Upload index.php to your admin dir.. That's it.. |
This work on 2.2.0 ?
|
I installed it on VB2.2.0 and had no errors.
I tested it still no errors. Than I did look in the modlog option and see only 50% of the data that needs to be recorded !! Thread name, Mod and date are redorded From and to are not !! Please help me out on this one. |
xug...is your table set up correctly? Remember, from and to need to be NULL, and there needs to be no default set (according to the instructions). If the table isn't set up right, the data will either not go into the table or you'll bomb out. ^_^
It works like a dream on my board running 2.2.0. Thanks for the great update to this hack. |
Hi Frank-kun
I used this query CREATE TABLE modlog ( type tinyint(1) DEFAULT '0' NOT NULL, userid int(10) DEFAULT '0' NOT NULL, threadid int(10) DEFAULT '0' NOT NULL, threadtitle varchar(100) NOT NULL, fromforumid smallint(5), toforumid smallint(5), timestamp int(11) DEFAULT '0' NOT NULL ); Please let me know if this is right or not, if not what do I need to do ? Thanks |
ive had this running for about a week... And now that i look at it again... Im having the same problem as xug... =/
-Syphin |
Any chance someone can post a new file with all the fixes for 2.2.0 and if not, just compile a list of the changes you need to do for it to work?
|
Quote:
|
I am also with him, as i think this should be interegated into future V_bulletions!
|
so could someone release a 2.2.1 version?
|
i was curious to if anyone could make this thing show who edited a poll in the options and the who a mod banned deal ad so on would be real great
|
Please help us with an update ! Thank you so much.
|
Ya I also made a post in requests cocerning this, that I think any hacker that are going to do this code should read over first!
Here This would be really really great! and would probaly go down as one of the best hacks ever ;) ;) :D |
broken link!
|
SOAB i knew that would happen
WEll heres a go again https://vborg.vbsupport.ru/showthrea...threadid=32808 or go to the requests forum and look at more mod powers started by none other than me :D |
Quote:
|
Whoops wrong thread......:(
But hey sorri, no time to read through the thread, is this also working on 2.2.1? Thanks! |
Quote:
|
Hi. Thanks as I installed this great hack!
Just a question: is there any way to use the adminCP colors ??? :D :D :D |
Hello,
Where can I get the latest version of this hack? Does it work fine in vB 2.2.1 ? |
I just finished my upgrade from 1.1.3 to 2.2.1 so I will probably be re-writing this.. and I will integrate it with the admin CP colors. Please don't ask for a release date, it's when I get around to it! thanks... :D
|
NO!!
thank you;) now get to work :stupid: |
All times are GMT. The time now is 12:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|