|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
Splash, most likely problem is ubb_topic_maint.cgi is hacked incorrectly.
qasic
|
|
|
|
Joined: Nov 2001
Posts: 37
Member
|
Member
Joined: Nov 2001
Posts: 37 |
i just installed Moderator Activity Logging v1.0b2
when i open my control panel i get a message current hack installed Moderator Activity Logging v1.0b2 and everything is installed properly and i'm getting no errors as well but when i click on View/Edit Moderator Logs from my control panel i get a blank page ...... i put the modlog folder in my root UBB directory(non cgi) and Chmod 666
can someone pls help .....
thanks
|
|
|
|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
kamli, For some reason, it's not reading the cookies properly  Have you tried logging into your control panel and then going to modlog.cgi after. Note that you _have to_ log into your control panel before you reach modlog.cgi. qasic
|
|
|
|
Joined: Nov 2001
Posts: 37
Member
|
Member
Joined: Nov 2001
Posts: 37 |
Qasic i tried doing what you said a number of times but what i get is juat a blank page ....
everything is fine .... well thats what i think as the moderator log option shows up in the cp.cgi but .....
could i do something else ..... i am posting the code for cp_entry.pl
# CP Entry Page
&CheckAccel;
&TBT;
&HeaderRow(qq%Ultimate Bulletin Board$trademark $version Control Panel%, "2", "#5d7790", "#FFFFFF", "left", "2");
my ($m, $d, $y, $w) = &jdate($release_j); my ($n, $e, $z, $x) = &jdate($vars_config{Cookie_Number}); my $releasedate = &DateFormat("$m-$d-$y"); my $configudate = &DateFormat("$n-$e-$z"); my $daysdiff = int($GotTime{LastLoginJulian} - $vars_config{Cookie_Number});
my $old_pageview_string = qq!Page views this month ($GotTime{mon}/$GotTime{JSYear}): $monthly_hits !; my $pageview_string = "!!"; my $total_hits; if($monthly_hits > 0) { # old hit counter format if(($cache_hits > 0) && ($dynamic_hits > 0)) { $total_hits = $cache_hits + $dynamic_hits; my $perc_dynamic = sprintf("%2.3f", $dynamic_hits / $total_hits); my $perc_cache = 100 * sprintf("%.4f", $cache_hits / $total_hits); $pageview_string = <Page views this month ($GotTime{mon}/$GotTime{JSYear}): $total_hits, $cache_hits ($perc_cache%) from the UBB Accelerator
(Note: It looks like you upgraded this month. Prior to the upgrade, you had received $monthly_hits page views. ;
&TBT; #Table Border Top in cp_common.pl
&HeaderRow(qq%Current Status of: $vars_config{BBName}%, "2", "#5d7790", "#FFFFFF", "left", "2");
&HeaderRow(qq%You have $member_count registered members.
You have $forum_total forums.
$pageview_string Your message board is $bb_status. $toggle_link %, "2", "#FFFFFF", "#000000", "left", "2" , "1");
&TBB; #Table Border Bottom in cp_common.pl
|
|
|
|
Joined: May 2001
Posts: 794
Content Queen
|
Content Queen
Joined: May 2001
Posts: 794 |
I have found out that I desperately need this hack so that I can keep track of my moderators. I went through the different steps--and when I go to see if works, I get this message: quote: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I'm also not sure if I am seeing the page correctly set up ...
It looks like this:
quote: Moderator Logs REFRESH - CLEAR ALL LOGS - Max
And then there are the CP pulldown menus and then this
quote: ModLog for Ultimate Bulletin Board™ ©2001 Qasic of Qasic Productions, Inc. Ported from ModLog for vBulletin™ ©2001 ~shabang~ of Overgrow
I'm using UBB 6.1.0.3 ... I had to chmod the modlog file to 777 because the 666 brought up an error from the ubb_lib_files.cgi
Do I need to rebuild stats or something?
Anyone? LOL
Thanks.
Sue adwoff.com
|
|
|
|
Joined: May 2001
Posts: 794
Content Queen
|
Content Queen
Joined: May 2001
Posts: 794 |
Oh, I should also mention that when I do this:
Hit Members -> View/Edit Moderator Logs
I don't get any prompts.
Sue adwoff.com
|
|
|
|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
Man, I'm getting lots of reports of that problem. I'm going to implement some debugging code into modlog.cgi to see if it's going to help solve the problem. Meanwhile, ADWOff, e-mail me your FTP and UBB login/password/URL so I can attempt to track down the bug. Thanks!
qasic
|
|
|
|
Joined: Feb 2001
Posts: 105
Member
|
Member
Joined: Feb 2001
Posts: 105 |
nice hack btw. kepp up the good work
[ 01-07-2002 11:15 AM: Message edited by: pablo ]
|
|
|
|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
I've developed a ModLog that now has tons of error checking. ADWOFF now has a copy of it in her e-mail box so I'll let her test it out before it's released to Qasic.NET.
Thanks to all for being patient.
qasic
|
|
|
|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
The new version is avaiable on Qasic.NET. To upgrade from pb2 to pb3, just re-upload ubb_mod_log.cgi and modlog.cgi file to the UBB CGI directory.
However, make sure that the first line inside modlog.cgi refers to the correct path for Perl on your server.
LMK if any of you have any problems.
qasic
[ 01-08-2002 12:05 AM: Message edited by: qasic ]
|
|
|
|
Joined: Nov 2001
Posts: 37
Member
|
Member
Joined: Nov 2001
Posts: 37 |
good job Qasic everything is working perfectly fine now .i just upped the files u said and set the permissions and its up and running....
thanks a lot for the help ......
cheers
|
|
|
|
Joined: Oct 2001
Posts: 199
Member
|
Member
Joined: Oct 2001
Posts: 199 |
Great hack qasic!!!. Went in easy and works great 6.1.0.3 Rainner 
|
|
|
|
Joined: Mar 2002
Posts: 10
Junior Member
|
Junior Member
Joined: Mar 2002
Posts: 10 |
Hi, I'm having some problems with this hack. My modlog.cgi page looks the way that ADWOFF described hers, and when I try to close a thread (I haven't tried moving or deleting), I get a screen that just says quote: FYI modlog_2
» Please use your browser's back button to return.
I don't get any other sort of error message, and the error logs on my server don't show anything, so I have no idea what the problem may be.
I'm running UBB version 6.2.1 and I downloaded and installed version 1.0b3 of Mod Log. I've set /noncgi/modlog to 777.
Hope you can help. Thanks.
|
|
|
|
Joined: Jan 2001
Posts: 1,940
Developer
|
Developer
Joined: Jan 2001
Posts: 1,940 |
This looks to be a culprit of incorrect hacking. Are you sure you hacked the files correctly? Thanks.
qasic
|
|
|
|
Joined: Mar 2002
Posts: 10
Junior Member
|
Junior Member
Joined: Mar 2002
Posts: 10 |
qasic-
Sorry it's taken me so long to respond, but I didn't get around to re-checking the mod until now. I double-checked the hacks and they were all done correctly. But for some reason I had the permissions of the modlog directory set to 755. Changed them to 777 and everything's working now.
Thanks!
|
|
|
|
Joined: Aug 2001
Posts: 1
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 1 |
i installed this hack (and i'm pretty sure it was correctly).. but i kept getting this message: quote: Unable to Verify Administrator Status ===================================== username (serafemme) => NOT Match password (*********) => Match status match (Administrator) => Match verify administrator status? => Verified
so uhm.. what am i/it doing wrong? 
|
|
|
|
Joined: Apr 2001
Posts: 142
Member
|
Member
Joined: Apr 2001
Posts: 142 |
Is there's a way to make this hack working on 6.5 ?
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 190
Joined: June 2000
|
|
Forums63
Topics37,571
Posts293,923
Members13,848
|
Most Online5,166 Sep 15th, 2019
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|