[Home/Overboard/Stats] [g] [calm/brabant/drenthe/q/qa/zellig] [booru/wiki] [v] [Rules/Contacts] [Search]
[ Register / Settings / Log in ]

test

datamining o algo

Thread list Index Catalog

ZWABAG
Quick reply [X]


[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 65 | Views: 11 | Currently viewing: 1
Zaryan No.105
File: 1784498393481.png (107.40 KB, 415x713, IMG_4878.png)

>pe-do c-p files 2024.

>forced to lick a dog's ass.

>real lolita rapes.

>preview:

Zaryan No.106
File: 1784498393481.jpeg (10.15 KB, 102x161, crickcrick.jpeg) image
its been up for 30 minutes now
Zaryan No.107
File: 1784498393481.png (44.36 KB, 632x756, troll soyjak.png)
>forced to lick a dogs ass
Zaryan No.108
File: 1784498393481.png (81.29 KB, 185x235, image.png) image
IM GOING TO RAPE ZOOT IF THE FILTER DOESNT WORK FOR ONE MORE DAY
Zaryan No.109
Can't files be filtered by their hash?
Zaryan No.111
>>109
they change the hash every time its posted
Zaryan No.112
>>111
That's unfortunately too easy, one bit is enough. But have you checked what do they change? Maybe it's just the metadata, or bytes after the END marker in case of png files?
Zaryan No.113
File: 1784498393481.gif (140.30 KB, 311x311, IMG_5089.gif)

>p.th-c 2/0.24 new f-i-l-e-s.

>pr-ew-fi-les.

Zaryan No.115
>>112
zooty cant even get the text filter to work
Zoot ## Admin No.116
File: 1784498393481.png (24.36 KB, 598x800, impjak newspaper cigar.png)

>>112
>>109
>>111
The current hashing system doesnt work, because hashes can easily be changed. I "can" add perceptual hashing, but i would need to modify vichan by alot (i dont have that much skills). As for the scrips, i have no clue whats going on. Sometimes they work sometimes they dont (99% of the time). It's vodoo magic.

Angeleno is working on vichan wunderwaffen. My hopes is on him adding future vichan updates/documentations.

Zaryan No.117
File: 1784498393481.png (49.01 KB, 600x800, sisa.png)
>>116
ilu zoot
Zaryan No.118
>>116
praise 'leno two more weeks
Zaryan No.119
>>116
It's written in a fucking PHP. Will see what can I do, but don't expect much.
Zaryan No.120
File: 1784498393481.gif (105.69 KB, 494x494, IMG_5125.gif)

>c o l l e c t i o n - dp files

>prew.l

Zoot ## Admin No.121

>>119
Are you referring to the scripts? If so, then i apologies but it just doesnt work (not in the way that is described in the documentations anyway, not even the example code works).

If you are interested into testing it yourself, here is the code:

$config['filters'][] = array(
'condition' => array(
'body' => '/forced to lick a dog's ass./i',
'body' => '/https://alturl.link//i',
),
'action' => 'ban',
'expires' => 60 * 60 * 999,
'reason' => 'kys obsessed pedo nigger'
);

Here is the example code that vichan gives:

$config['filters'][] = array(
'condition' => array(
'name' => '/^surgeon$/',
'body' => '/regards,\s+(the )?surgeon$/i',
'OP' => false
),
'action' => 'reject',
'message' => 'Go away, spammer.'
);

$config['flood_filters'][] = array(
'condition' => array(
'name' => '/^Anonymous$/',
'body' => '/h$/i',
'OP' => false,
'custom' => function($post) {
if ($post['name'] == 'Anonymous')
return true;
else
return false;
}
),
'action' => 'reject'
);

Here is the link to the documentation:

https://github.com/vichan-devel/vichan/wiki/flood_filters

If you are talking about perceptual hashing, then i was only informed that it was a lot of work to do. I am not aware in detail what sort of modifications are needed in ordser to work.

Again, im waiting for Angeleno (and other coders who work on vichan) to bring some updates/documentations.

Zaryan No.122
>>121
I mean Vichan in general. Perceptual hashing itself should not be difficult to implement, I used to implement similar algorithms, but I'm not sure of the performance impact of processing every file uploaded to the server.
Zaryan No.123
>>122
is perceptual hashing basically what google images or yandex do? like comparing image similarity?
Zaryan No.124
>>122
nvm i googled it that's what it is, i never knew it was called that way
it should be trivial indeed but wouldnt that mean that you'd have to save copies of cp on the zarty's server to compare them?
Zaryan No.125
>>124
No, only their hashes. My idea is to save hashes in the database in case the uploaded file was 'p. Should be easy to do with just an additional table and some checkbox in mod dashboard.
Zaryan No.126
>>125
where can i read about this? are we talking about this or it's something else?
https://pypi.org/project/vpdq/0.0.4/
Zaryan No.127
>>126
There are many algorithms in this category, the best way is to start with the simplest one.
https://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html
Zaryan No.128
A nice side effect of having this implemented is that frogs could be autobanned too.
Zoot ## Admin No.129
>>127
>>128
Alright, i will check it out when i have free time.
Zaryan No.130
>>129
I've already started working on it, so I will just send you a patch when it's ready.
Zaryan No.132
KILL
Zaryan No.134
File: 1784498393481.webm (2.34 MB, 1024x768, perceptual-hashing.webm)
Kind of works, I haven't checked with similar images yet, but most of work should be already done.
Zaryan No.138
forced to lick a dog's ass.
Zaryan No.140

>>121
ZOOOOOOOOOOOOOT YOU STUPID NIGGER 2 BODYS IN 1 FILTER MEAN THAT BOTH PARAMETERS HAVE TO BE MET NOT EITHER OR
ALL YOU HAD TO DO WAS COPY PASTE BOTH CODE BLOCKS SEPARATELY YOU NIGGER

$config['filters'][] = array(
'condition' => array(
'body' => '/https://alturl.link//i',
),
'action' => 'ban',
'expires' => 60 * 60 * 999,
'reason' => 'kys obsessed pedo nigger'
);

$config['filters'][] = array(
'condition' => array(
'body' => '/forced to lick a dog's ass./i',
),
'action' => 'ban',
'expires' => 60 * 60 * 999,
'reason' => 'kys obsessed pedo nigger'
);

Zaryan No.141
>>140
also unban my vpn used to test it
Zaryan No.142
>>140
Rework the second regex so that it ignores any number of whitespace between letters.
Zaryan No.143
>>142
Could you give some examples of what it should filter?
Zaryan No.145
>>143
I haven't saved spammer's posts, but I remember he would put spaces between letters, like 'f o r c e d to lick a d o g's ass'.
Zaryan No.149
forced to lick a dog's ass.
Zaryan No.150
File: 1784498393481.webm (4.57 MB, 1024x768, perceptual-hashing-2.webm)
forced to filter similar images
Zaryan No.153
test
Zoot ## Admin No.154
>>150
>>134
>>130
Interesting. You can also try to make a documentation to the vichan github. I think that a lot of people would find it usefull.
Zaryan No.155
>>154
Too lazy for that. I just want to get rid of 'p spam from here.
Zoot ## Admin No.156

>>155
Sad to hear it. This could singlehandedly eneded 'p on all IBs, saved the white race, made deel7.5 a reality, destroy /co/ and make Soot an admin again.

But i appreciate your help!

Zaryan No.157
>>156
I've sent you the patch.
>This could singlehandedly eneded 'p on all IBs, saved the white race, made deel7.5 a reality, destroy /co/ and make Soot an admin again.
None of these things are actually desirable (maybe except the race).
Zaryan No.158
>>157
Truth, kuzzy kuz was the only admin that was pro-'lig
Zaryan No.159
test
Zaryan No.160
>>157
>Ending 'p on all IBs is not desirable
Knee-ga what
Zaryan No.161
File: 1784498393481.gif (144.46 KB, 530x530, IMG_5230.gif)
>Fuck collection
Zoot ## Admin No.163

>>157
Just to let you know that i have received your mail.

My apologies, but it may take some time to introduce, since i'm a bit clumsy and inexperienced when it comes to coding. Also GoDaddy's cPannel can be a bit weird.

If i have questions, i will make sure to ask them.

Zaryan No.164
>>163
The least traffic is at 11:00 GMT, so you can choose to update then in case there will be downtime. Peak is at 23:00 GMT, can't post the plot here because phonefagging, but it's a nice sine wave.
Zoot ## Admin No.165

>>164
Please check your mail whenever you can.

God bless.

Zaryan No.167
>ZOOT DELETE THIS SHIT!!!
>ew nigger delete this!!!!
i don’t think bumping it will cause the admins to delete it faster
Zaryan No.168
>>167
lol trvke
Zaryan No.178
'p bot cord woke up
Zaryan No.180
its that time of the day again
Post actions

[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 65 | Views: 11 | Currently viewing: 1