[ home ] [ q / qa / zellig / brabant / drenthe ] [ overboard ] [ v ] [ archive / telegram / zelligwiki / club / booru ] [ execution list / pph ] [ Rules / Contacts ] [] [ log in ]

/test/ - test

datamining o algo
Name
Options
Comment
File
Embed
Password (For file deletion.)

ZWABAG

File: 1711814893723.png (107.4 KB, 415x713, IMG_4878.png)

 No.105

>pe-do c-p files 2024.

>forced to lick a dog's ass.


>real lolita rapes.


>preview:

 No.106

File: 1711816045435.jpeg (10.15 KB, 102x161, crickcrick.jpeg)

its been up for 30 minutes now

 No.107

File: 1711817759185.png (44.36 KB, 632x756, troll soyjak.png)

>forced to lick a dogs ass

 No.108

File: 1711821771288.png (81.29 KB, 185x235, image.png)

IM GOING TO RAPE ZOOT IF THE FILTER DOESNT WORK FOR ONE MORE DAY

 No.109

Can't files be filtered by their hash?

 No.111

>>109
they change the hash every time its posted

 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?

 No.113

File: 1711833161135.gif (140.3 KB, 311x311, IMG_5089.gif)

>p.t*h-c 2/0.2*4 new f-i-l-e-s.

>pr-ew-fi-les.

 No.115

>>112
zooty cant even get the text filter to work

 No.116

File: 1711838120617.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.

 No.117

File: 1711856359159.png (49.01 KB, 600x800, sisa.png)

>>116
ilu zoot

 No.118

>>116
praise 'leno two more weeks

 No.119

>>116
It's written in a fucking PHP. Will see what can I do, but don't expect much.

 No.120

File: 1711889019003.gif (105.69 KB, 494x494, IMG_5125.gif)

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

>prew.l

 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.

 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.

 No.123

>>122
is perceptual hashing basically what google images or yandex do? like comparing image similarity?

 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?

 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.

 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/

 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

 No.128

A nice side effect of having this implemented is that frogs could be autobanned too.

 No.129

>>127
>>128
Alright, i will check it out when i have free time.

 No.130

>>129
I've already started working on it, so I will just send you a patch when it's ready.

 No.132

KILL

 No.134

File: 1712173044014.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.

 No.138

forced to lick a dog's ass.

 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'
);

 No.141

>>140
also unban my vpn used to test it

 No.142

>>140
Rework the second regex so that it ignores any number of whitespace between letters.

 No.143

>>142
Could you give some examples of what it should filter?

 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'.

 No.149

forced to lick a dog's ass.

 No.150

File: 1712345812070.webm (4.57 MB, 1024x768, perceptual-hashing-2.webm)

forced to filter similar images

 No.153

test

 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.

 No.155

>>154
Too lazy for that. I just want to get rid of 'p spam from here.

 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!

 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).

 No.158

>>157
Truth, kuzzy kuz was the only admin that was pro-'lig

 No.159

test

 No.160

>>157
>Ending 'p on all IBs is not desirable
Knee-ga what

 No.161

File: 1712662043250.gif (144.46 KB, 530x530, IMG_5230.gif)

>Fuck collection

 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.

 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.

 No.165

>>164
Please check your mail whenever you can.

God bless.

 No.167

>ZOOT DELETE THIS SHIT!!!
>ew nigger delete this!!!!
i don’t think bumping it will cause the admins to delete it faster

 No.168

>>167
lol trvke

 No.178

'p bot cord woke up

 No.180

its that time of the day again

 No.181

sigh

 No.219

babe wake up, its cp hour

 No.220

>>219
They stopped posting photos, so there is progress

 No.255

File: 1720095183188.jpeg (513.32 KB, 2118x587, IMG_5546.jpeg)

according to Null, this is done by a troll and not a fed, so i guess our theories were wrong

 No.256

>>255
weird because the guy posting this stuff has been doing it for years
how hasn't he been caught yet

 No.257

>>256
maybe he's from some asian or african shithole where nobody cares about that

 No.258

>>257
actually ive seen one of these cp spammers (who was probably him) post a cp link with a flag on datamminey.cordy and he had a vietnamese flag
makes sense now

 No.380

>>258
i’ve also seen this person(?) post on /brabant/ with a Ukrainian flag during the site’s earlier days iirc, although it might’ve been because the flag system was glitched. either way, he’s definitely using a vpn, he probably has the world record for the most times someone’s been permanently banned from a website.

 No.381

>>380
He always posts from a VPN and uses several of them, but recently there were two posts that came from a network belonging to a Japanese ISP. Not sure if residential proxy or an oversight on his part.

 No.382

>Angeleno is working on vichan wunderwaffen. My hopes is on him adding future vichan updates/documentations.
I wonder what that wunderwaffen was supposed to be.

 No.383

>>382
It has been some time since Zoot has had help from Angeleno, but we had a Zaryan develop an anti 'p image recognition system, it worked very well for a long time, unfortunately the 'p spammer has adapted and now we are out of luck. We don't have the available resources since we're just a bunch of unpaid freetime jannies, but i promise you we'll always try our best to rid 'p of this site.
God bless

 No.386

>>383
But did Angeleno himself work on anything to stop the spam? AFAIK he didn't do anything.

 No.392

>>386
angeleno didnt do much, it was mostly done by another zaryan

 No.890

=+=test=+=

 No.940

>>255
null won



[Return][Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ home ] [ q / qa / zellig / brabant / drenthe ] [ overboard ] [ v ] [ archive / telegram / zelligwiki / club / booru ] [ execution list / pph ] [ Rules / Contacts ] [] [ log in ]