test
datamining o algo
[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 65 | Views: 11 | Currently viewing: 1
>pe-do c-p files 2024.
>forced to lick a dog's ass.
>real lolita rapes.
>preview:
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?
>p.th-c 2/0.24 new f-i-l-e-s.
>pr-ew-fi-les.
>>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.
ilu zoot
It's written in a fucking PHP. Will see what can I do, but don't expect much.
>c o l l e c t i o n - dp files
>prew.l
>>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.
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.
is perceptual hashing basically what google images or yandex do? like comparing image similarity?
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, 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.
where can i read about this? are we talking about this or it's something else?
https://pypi.org/project/vpdq/0.0.4/
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
I've already started working on it, so I will just send you a patch when it's ready.
>>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'
);
Rework the second regex so that it ignores any number of whitespace between letters.
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'.
Too lazy for that. I just want to get rid of 'p spam from here.
>>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!
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).
>>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.
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.
>ew nigger delete this!!!!
i don’t think bumping it will cause the admins to delete it faster
Post actions
[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 65 | Views: 11 | Currently viewing: 1