99chan-dev / morbid_obesity

A simple image board software based on kusaba.
1 stars 3 forks source link

Change site logging of CP bans to be more congruent with ISP/FBI reporting #21

Open rickb06 opened 10 years ago

rickb06 commented 10 years ago

We need to have 1). An exact time (or time stamp) that the offence occurred 2). The source port associated with the source ip of the post (if possible within kusaba this might take some hackery or an increase in logging verbosity) 3). The actual full URL that the offender visited

--In the past reporting a 30 minute timeframe, the site visited and the content disseminated was enough to bust someone for CP. Due to really smart douchebag attorney’s people are getting out of really nasty CP cases because enough information wasn't gathered at the initial time of reporting. We should be able to just see that but it'd take a bunch of work to pull the remote port (maybe not, maybe we can just simply include a script that gathers it for us in the session)

So if we could do this sooner rather than later that would be AWESOME.

The Feds and telco's and ISP's have upped their requirements for investigations and we have to up our logging verbosity in order to get people busted because they are sick fucks.

twobutts commented 10 years ago

so i have a patch that can relocate the files but i'm really not sure how to record source port.

twobutts commented 10 years ago

$_SERVER['REMOTE_PORT'] is available where posts are inserted into the db in board.php

https://github.com/99chan-dev/morbid_obesity/blob/master/board.php#L348

so we need to modify the db schema to make room for this somehow

twobutts commented 10 years ago

probably wiser to just make a new table where we record unhashed remote ip, remote port, and post id

99chan commented 10 years ago

Sweet! On Nov 16, 2013 11:49 AM, "Two Butts" notifications@github.com wrote:

probably wiser to just make a new table where we record unhashed remote ip, remote port, and post id

— Reply to this email directly or view it on GitHubhttps://github.com/99chan-dev/morbid_obesity/issues/21#issuecomment-28630490 .