Pages: 1
Posted on 05-24-12, 10:30 am (rev. 1 by  Arisotura on 05-24-12, 10:31 am)
☭ coffee and cream


Karma: 10398
Posts: 315/2766
Since: 06-26-11
I predict that this thread will screw up post reporting.

Edit- uh, nope. Post reporting doesn't use the log table apparently. 'Cause we have this in the log now:
New thread by Mega-Mario: ./ (The Random Forum) ? ./?tid=818

_________________________
Kuribo64 - RH-fucking-cafe - Kafuka

zrghij
Posted on 05-24-12, 12:48 pm
AxewAxew

Karma: 673
Posts: 223/583
Since: 07-02-11
lol

Post reporting works like it does on Board2; using a socket to localhost.
Posted on 05-24-12, 12:53 pm (rev. 1 by xfix on 05-24-12, 12:54 pm)
All aboard the RandomTests train!

Karma: 789
Posts: 14/352
Since: 05-01-12
Of course it doesn't (this code is ran after thread is made).
<?php

$c1 = $selfsettings["color1"];
$c2 = $selfsettings["color2"];

if ($forum['minpower'] <= 0)
        ircReport("\003".$c2."New thread by\003$c1 "
                .$postingAsUser["name"]
                ."\003$c2: \003$c1"
                .$thread["title"]
                ."\003$c2 (".$forum["title"].")"
                ." -- "
                .getServerURL()."?tid=".$tid
                );


If it would check log.php every time, it would be broken and slow.
Posted on 05-24-12, 01:04 pm
☭ coffee and cream


Karma: 10398
Posts: 317/2766
Since: 06-26-11
Post reporting on Nikoboard would do that. But Kawa's host wouldn't allow Board2's method anyway.

At first Cynthia would read from the board's RSS, and at some point she was modified to read from the board's log.
_________________________
Kuribo64 - RH-fucking-cafe - Kafuka

zrghij
Pages: 1