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

Archive

archive for gemmy threads

Thread list Index Catalog
ZWABAG


[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 1571 | Views: 15 | Currently viewing: 1
Zaryan No.4518
>>4517
creepy 'em
Zaryan No.4519
>>4517
/co/ maya
Zaryan No.4520
>>4517
This is actually what happens to every /co/ user
Zaryan No.4521
>jassy mentioned
ban this nigger right now
Zaryan No.4522
I once again bring up the fact that "Anonymous" needs to be changed to "Zaryan" when not posting on an account
Zaryan No.4523
BooruDEITY what is the deal with this? Can you not afford to keep the website up or something?
Zaryan No.4524
>>4523
I'm just trying to get some shekels from goyim. I have plans to upgrade the servers and if anyone wants to donate it would be appreciated. This stuff isn't free you know.
Zaryan No.4525
jew award
Zaryan No.4526
>>4525
Yes, I am Jewish and I do work for mossad. Is that a problem for you chuddy?
Zaryan No.4527
>>4524
Just asking to see if we needed to steal the entire gold's reserve of Switzerland to keep the 'ru up
Zaryan No.4528
>>4527
The ru is staying up for a long time. But any donations can let me improve the servers/get its own domain name/let me keep it up for even longer. I'm just throwing my wallet out there just in case anyone wants to help out
Zaryan No.4529
>>4528
I am sure some zoyim will throw a few zhekels around
Zaryan No.4530
File: 1784483796080.png (293.00 KB, 900x1021, zew.png)
>>>57663 (You)
>I'm just trying to get some shekels from goyim. I have plans to upgrade the servers and if anyone wants to donate it would be appreciated. This stuff isn't free you know.
Zaryan No.4531
>>4530
>Oy zey! Are you trying to LITERALLY rob me of everything I have?
>These zems aren't free you know!
Zaryan No.4532
File: 1784483796080.jpeg (42.35 KB, 1080x404, IMG_20250119_215215.jpg)
https://archive.ph/PJytQ
The original zooru had a xmr donation wallet as well
>>4530
>>4531
I look like this and say this btw
Zaryan No.4533
>the zooru is your greatest ally, you must send 55 zillion to it every year
Zaryan No.4534
>>4532
>we all look like this and say this btw, we are the zew
Zaryan No.4535
File: 1784483796080.png (4.52 MB, 1500x1487, ClipboardImage.png)
>A second wave of goonslop posting has hit the 'ru.
Zaryan No.4536
>>4535
It's fucking happening again
Zaryan No.4537
>>4536
Just hashban those images atp
Zaryan No.4538
nothing happened chuds keep on browsing
Zaryan No.4539
File: 1784483796080.png (52.92 KB, 768x719, ClipboardImage.png)
>MAYBE IF I MASS-UPLOAD 'ZELLIG PORN, I'LL FINALLY BECOME A WO-ACK!!!!!
Zaryan No.4540
>>4539
remember, its all done by massadonie fag
Zaryan No.4541
>>4540
>>4539
>>4538
>>4537
>>4536
>>4535
janny dealt with it and his paycheck will be doubled. i swear that i hash banned all those images the first time it happened but i guess something fucked up. its strange that hes uploading the tags with the images doey
Zaryan No.4542
I once again bring up the fact that the default name needs to be changed to "Zaryan"
Zaryan No.4543
someone is spamming the booru sweep it up
Zaryan No.4544
cosphobe above
Zaryan No.4545
CockvoreWNBAG
Zaryan No.4546
File: 1784483796080.png (13.32 KB, 329x380, coswork tired.png)
>Cosphobia runs rampant on the zarty
Zaryan No.4547
>>4542
because shimmie2 is retarded i cant change it because i had to change it whenever i was setting up the server or some niggershit
>>4546
it took me 2 clicks to delete all your posts which it looks like it took you 10 minutes to upload. good use of time :P
>185.107.57.65 - - [26/Jan/2025:12:41:32
>185.107.57.65 - - [26/Jan/2025:12:51:14
>uses tor because xhes too poor to afford a vpn
GEG
Zaryan No.4548
>>4547
And there's no way to change it?
Zaryan No.4549
>>4548
from everything ive tried, no.
theres a line in ext/log_logstash/main.php
>"username" => ($user && $user->name) ? $user->name : "Anonymous",
but it seems to be connected to core/install.php and even after changing it, it doesnt work
>$db->execute("INSERT INTO users(name, pass, joindate, class) VALUES(:name, :pass, now(), :class)", ["name" => 'Zayan', "pass" => null, "class" => 'anonymous']);
which probably means that if i want to change the names ill have to rerun the setup script again. i know i probably could do this and just use the existing database but theres still a risk it wipes the database and the zooru which just isnt worth the risk. i might message shish and ask him about about it later
Zaryan No.4550
>>4549
oops its meant to be
>$db->execute("INSERT INTO users(name, pass, joindate, class) VALUES(:name, :pass, now(), :class)", ["name" => 'Anonymous', "pass" => null, "class" => 'anonymous']);
for core/install.php i copied a different version
Zaryan No.4551
>>4550
>which probably means that if i want to change the names ill have to rerun the setup script again.
Not really, what you need is just an update statement: update users set name='Zaryan' where name like 'Anonymous';
Zaryan No.4552
>>4551
>even after changing it, it doesnt work
even after changing the examples above and a few others it still doesnt work.
Zaryan No.4553
File: 1784483796080.png (492.58 KB, 1024x576, 1718552989862.png)
>>>58413
>>which probably means that if i want to change the names ill have to rerun the setup script again.
>Not really, what you need is just an update statement: update users set name='Zoorucuck' where name like 'Anonymous';
Zaryan No.4554
>>4552
There seem to be more places where the name is referenced:
./ext/speed_hax/main.php: $sb->add_int_option(SpeedHaxConfig::BIG_SEARCH, "<br>Anonymous search tag limit: ", false);
./ext/speed_hax/info.php:<li><code>Anonymous search tag limit</code>: Anonymous users can only search for this many tags at once. To disable, set to 0.</li>
./ext/log_net/main.php: $username = ($user && $user->name) ? $user->name : "Anonymous";
./ext/log_logstash/main.php: "username" => ($user && $user->name) ? $user->name : "Anonymous",
./ext/statistics/main.php: // Returns the username and tags from each tag history entry. This includes Anonymous tag histories to prevent their tagging being ignored and credited to the next user to edit.
./ext/comment/main.php: $page->add_cookie("nocache", "Anonymous Commenter", time() + 60 * 60 * 24, "/");
./ext/comment/main.php: throw new CommentPostingException("Anonymous posting has been disabled");
./ext/comment/main.php: $page->add_cookie("nocache", "Anonymous Commenter", time() + 60 * 60 * 24, "/");
./ext/log_console/main.php: $username = ($user && $user->name) ? $user->name : "Anonymous";
./ext/log_db/main.php: if ($row['username'] != "Anonymous") {
./core/imageboard/search.php: throw new PermissionDenied("Anonymous users may only search for up to $anon_limit tags at a time");
./core/userclass.php:// Anonymous users can't do anything by default, but
./core/install.php: $db->execute("INSERT INTO users(name, pass, joindate, class) VALUES(:name, :pass, now(), :class)", ["name" => 'Anonymous', "pass" => null, "class" => 'anonymous']);
./core/tests/UtilTest.php: "Anonymous",
Zaryan No.4555
>>4553
Zoorucucks are not beating the allegations
>
Zaryan No.4556
>>4555
>zooru filename
geg is this a friendly fire
Zaryan No.4557
>>4556
Geeeeeg zoorucucks....
Zaryan No.4558
>>4554
ive changed it in some of those but it still didnt work. are you suggesting i run something like
find . -type f -exec sed -i 's/\bAnonymous\b/Zaryan/g; s/\banonymous\b/Zaryan/g' {} ;
i feel like there issues that come from this and its not worth the hassle of trying to figure out why it broke
Zaryan No.4559
>>4558
Exactly, something like that.
>i feel like there issues that come from this and its not worth the hassle of trying to figure out why it broke
That's what backups are for, you can also test it locally.
Zaryan No.4560
>>4559
sure. ill try it out later
Zaryan No.4561
>>4560
>inb4 the entire 'ru gets wiped
Zaryan No.4562
>>4561
>inb4 the entire 'ru gets wiped
remove kebait
Zaryan No.4563
>>4547
>revealing IPs of your own userbase
Zaryan No.4564
File: 1784483796080.png (4.86 MB, 3000x2820, ClipboardImage.png)
Zaryan No.4565
>>4564
GEEEEEEEEEG NOT THE VALID SLOPJAK FAMILY
Zaryan No.4566
>>4563
>revealing the tor node used by a raider
xisters...
Zaryan No.4567
You should also b& Kate from the 'ru, she will just get groomed by the agugucuck on there
Post actions

[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 1571 | Views: 15 | Currently viewing: 1