[ home / overboard ] [ soy / qa / mtv / dem ] [ int / pol ] [ a / asp / biz / fit / k / r9k / sude / tech / tv / v / x ] [ q / news / chive / rules / pass / bans ] [ wiki / booru / irc ]

A banner for soyjak.party

/tech/ - Soyence and Technology

Download more RAM for your Mac here
Catalog
Email
Subject
Comment
File
Password (For file deletion.)

File: 1746528093878833[1].png 📥︎ (84.81 KB, 1288x1682) ImgOps

 â„–12159[Quote]

How do I evade this raisin on the 4cucks?

lib/postfilter.php
function isIPRangeBanned

Check how a "rangeban" can be applied selectively to browser_id or req_sig

Function sam_filter_get_req_sig creates a fingerprint based on headers a browser sends.
Function spam_filter_get_browser_id "Generates the ID of the device". It again does fingerprinting, but uses less headers for it.

Note that this fingerprinting is completely worthless against bots, who will scramble headers as the first course of action when getting cucked.
But it is reliable on fingerprinting users.
It basically gets rid of dynamic-ip banevasion.
If you delete cookies and reroll IPs… this is going to reliably detect you.

 â„–12166[Quote]

>>12159 (OP)
Just dont anger the Jannie overlords

 â„–12172[Quote]

>>12166
not gunna happen. I hate jannies

 â„–12177[Quote]

Gentlemen, how does one embed code on the sharty? It seems each vichan fork/instance has a unique solution, or none at all.
Let's begin!

TRIAL #1: BBCode-style v1 (labeled lang hint)
[code language=php]
<?php echo "Hello, world!"; ?>
[/code]

TRIAL #2: BBCode-style v2 (unlabeled lang hint)
[code php]
<?php echo "Hello, world!"; ?>
[/code]

TRIAL #3: BBCode-style v3 (simple monospace, no highlight)
[pre]
```php
<?php echo "Hello, world!"; ?>
```
[/pre]

TRIAL #4: Markdown-style v1 (no lang hint)
```
<?php echo "Hello, world!"; ?>
```

TRIAL #5: Markdown-style v2 (with lang hint)
```php
<?php echo "Hello, world!"; ?>
```

 â„–12180[Quote]

>>12177

Iirc think this should work, when I used it some time ago it worked.
Unless they removed it/changed it or made a bug.

<?php echo php_info(); ?>

 â„–12181[Quote]

>>12177

You have to put three opening and closing back ticks and the code on a single line (inline), so no new lines.

Let me try putting the opening php tag inline and a the rest of the code on new lines:

```<?php
echo php_info();
?>```

 â„–12182[Quote]

>>12181
Yup, if there are new lines it doesn't work, bruh

Froot fix this.



[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ soy / qa / mtv / dem ] [ int / pol ] [ a / asp / biz / fit / k / r9k / sude / tech / tv / v / x ] [ q / news / chive / rules / pass / bans ] [ wiki / booru / irc ]