--- capa/capa51/Discuss/Ver1.3/Attic/capadiscuss 1999/10/18 20:58:33 1.4 +++ capa/capa51/Discuss/Ver1.3/Attic/capadiscuss 2000/03/22 21:08:02 1.8 @@ -1,13 +1,15 @@ #!/usr/ucb/perl # # CAPA Discussion Forum -# version 1.3 +# version 1.3.0 # # Michigan State University # Department of Physics and Astronomy # # Ryan J. Shaltry # tech4@msue.msu.edu +# Guy Albertelli +# albertel@msu.edu print "Content-type: text/html\n\n"; @@ -49,11 +51,17 @@ $validadmin = "unchecked"; $psetid = $form{'PSETID'}; if ($snum eq "A12345678") {$debug=1;} if ($snum eq "a12345678") {$debug=1;} +$debug=0; if($psetid eq "") { $psetid = $setid; } if ($debug) {print "GetTeacherInfo
";$BenchmarkTa = new Benchmark;} &GetTeacherInfo; if($debug) {$BenchmarkTb = new Benchmark;print "
",timestr(timediff($BenchmarkTb,$BenchmarkTa)),"\n";} + # check if student is banned from forum +if ($debug) {print "BanUser
";$BenchmarkTa = new Benchmark;} +if (&BanUser) {exit;} +if($debug) {$BenchmarkTb = new Benchmark;print "
",timestr(timediff($BenchmarkTb,$BenchmarkTa)),"\n";} + # check for valid studentnumber/capaid, an exit will occur here if the set wasn't open if ($debug) {print "ValidateUser
";$BenchmarkTa = new Benchmark;} &ValidateUser; @@ -170,6 +178,7 @@ if($debug) {$BenchmarkTb = new Benchmark } sub ViewSet { + local($hidden); if ($debug) {print "InsideViewSet
";$BenchmarkTa = new Benchmark;} &Log("ViewSet"); &CheckAdmin; @@ -213,6 +222,7 @@ if($debug) {$BenchmarkTb = new Benchmark $col = 1; for($probnum=1; $probnum<=$maxprobs; $probnum++) { + $hidden=0; if($col eq "1" && $probnum > $col1size && $bigtable eq "yes") { $col = 2; &ViewSetEndColHTML; @@ -224,13 +234,19 @@ if($debug) {$BenchmarkTb = new Benchmark closedir(MSG); foreach $msg(@msgs) { if(&RemZero(substr($msg,0,6)) eq $probnum) { - push(@good,$msg); + &OpenMsg("$capadir/$class/discussion/$setid/$msg"); + if(!($status eq "hidden" && $validadmin ne "yes")) { + push(@good,$msg); + } else { $hidden++; } } } - - &OpenMsg("$capadir/$class/discussion/$setid/$good[$#good]"); - $lastpost = "$date at $time"; - $posts = $found[$probnum]; + $posts = $found[$probnum]-$hidden; + if ($posts >0) { + &OpenMsg("$capadir/$class/discussion/$setid/$good[$#good]"); + $lastpost = "$date at $time"; + } else { + $lastpost = "--"; + } } else { $lastpost = "--"; @@ -327,8 +343,8 @@ sub ViewProblem { $hidebutton = &UnHideButtonHTML; $messagenote = "Hidden by $hiddenuser on $hiddendate at $hiddentime from $hiddenaddr"; } - $message =~ s//>/g; +# $message =~ s//>/g; &ViewProblemGutsHTML; } } @@ -582,10 +598,24 @@ sub WriteMsg { $filename = shift(@_); # add sr to grab e-mail address of user + + #


      • + %html=(B=>1, I=>1, P=>1, A=>1, LI=>1, OL=>1, UL=>1, EM=>1, BR=>1, TT=>1, STRONG=>1, + BLOCKQUOTE=>1, DIV=>1, IMG=>1); + $message = $form{'message'}; - $message =~ s/\n\r\n/

        /g; + + $message =~ s/((\n\r)|(\n))\n/

        /g; $message =~ s/\n/
        /g; + $message =~ s/\<(\/?\s*(\w+)[^\>\<]*)/ + {($html{uc($2)}&(length($1)<1000))?"\<$1":"\<$1"}/ge; + $message =~ s/(\]*)\>/ + {($html{uc($2)}&(length($1)<1000))?"$1\>":"$1\>"}/ge; + +# $message =~ s//>/g; + # check if posted anonymously if($form{'ANONYMOUS'} eq "yes") { $username = "Anonymous|$username"; @@ -644,6 +674,7 @@ sub CheckAdmin { last; } } + if ($debug) { print "Admin Sections: ".$adminsection;} @adminsections = split(/\,/,$adminsection); for ($asection=0; $asection <= $#adminsections; $asection++) { $adminsections[$asection]=&RemZero($adminsections[$asection]) @@ -655,10 +686,12 @@ sub CheckAdmin { $snum =~ tr/a-z/A-Z/; LINE: foreach $line(@classl) { - ($course,$coursenum,$section,$stunum,$a) = split(/\ +/,$line); + $section= substr $line, 10, 3; + $stunum= substr $line, 14, 9; $stunum =~ tr/a-z/A-Z/; if ( $stunum ne $snum ) { next LINE;} $section = &RemZero($section); + if ($debug) {print "
        ".$stunum."Is in section:".$section."
        ";} foreach $asection(@adminsections) { if($section eq $asection ) { $validadmin = "yes"; @@ -670,6 +703,30 @@ sub CheckAdmin { if($validadmin eq "no" && $mode eq "kill") { &NotAdminHTML; } } +sub BanUser { + local (@capaconfig,$line,$command,$value,$ban,@banned,$result); + $result = 0; + open(CAPACONFIG,"$capadir/$class/capa.config"); + @capaconfig = ; + close(CAPACONFIG); + foreach $line(@capaconfig) { + chop $line; + ($command,$value) = split(/\ =\ /,$line); + if($command eq "banned_users") { $ban = $value; last; } + } + + if ($debug) { print "Banned Users: ".$ban } + @banned = split(/\,/,$ban); + $snum =~ tr/a-x/A-Z/; + foreach $ban (@banned) { + if ($debug) {print $ban . "is Banned
        ";} + $ban =~ tr/a-z/A-Z/; + $ban =~ tr/\ //d; + if ( $ban eq $snum) { &BannedMessageHTML; $result=1 } + } + return $result +} + sub ValidateUser { local(@allcapaid,@classl,$line); @@ -686,7 +743,7 @@ sub ValidateUser { if($valid eq "no") { &InvalidVarsHTML; } # check w/ allcapaid program - @allcapaid = `allcapaid51 -s $setid -e $setid -stu $snum -c $capadir/$class -i -checkopen`; + @allcapaid = `allcapaid -s $setid -e $setid -stu $snum -c $capadir/$class -i -checkopen`; chop $allcapaid[2]; chop $allcapaid[2]; @@ -791,7 +848,7 @@ sub form_info { foreach $pair (@pairs) { ($name, $value) = split(/=/, $pair); - + if ($name eq "message") {$allow_html=1;} else {$allow_html=0;} # Un-Webify plus signs and %-encoding $value =~ tr/+/ /; $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; @@ -811,6 +868,8 @@ sub GetDateTime { ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime (time); $mon++; + $year=$year+1900; + if ($hour < 12) { $AMPM = "AM"; }