Archive
archive for gemmy threads
ZWABAG
[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 1571 | Views: 15 | Currently viewing: 1
I once again bring up the fact that "Anonymous" needs to be changed to "Zaryan" when not posting on an account
File:
1784483796080.png
(53.57 KB, 1055x373, Screenshot 2025-01-19 212904.png)
BooruDEITY what is the deal with this? Can you not afford to keep the website up or something?
>>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.
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.
>>4525
Yes, I am Jewish and I do work for mossad. Is that a problem for you chuddy?
Yes, I am Jewish and I do work for mossad. Is that a problem for you chuddy?
>>4524
Just asking to see if we needed to steal the entire gold's reserve of Switzerland to keep the 'ru up
Just asking to see if we needed to steal the entire gold's reserve of Switzerland to keep the 'ru up
>>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
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
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.
>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.
>>4530
>Oy zey! Are you trying to LITERALLY rob me of everything I have?
>These zems aren't free you know!
>Oy zey! Are you trying to LITERALLY rob me of everything I have?
>These zems aren't free you know!
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
The original zooru had a xmr donation wallet as well
>>4530
>>4531
I look like this and say this btw
>the zooru is your greatest ally, you must send 55 zillion to it every year
File:
1784483796080.png
(4.52 MB, 1500x1487, ClipboardImage.png)
>A second wave of goonslop posting has hit the 'ru.
File:
1784483796080.png
(52.92 KB, 768x719, ClipboardImage.png)
>MAYBE IF I MASS-UPLOAD 'ZELLIG PORN, I'LL FINALLY BECOME A WO-ACK!!!!!
I once again bring up the fact that the default name needs to be changed to "Zaryan"
File:
1784483796080.png
(13.32 KB, 329x380, coswork tired.png)
>Cosphobia runs rampant on the zarty
>>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
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
>>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
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
>>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
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
>>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';
>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';
>>4551
>even after changing it, it doesnt work
even after changing the examples above and a few others it still doesnt work.
>even after changing it, it doesnt work
even after changing the examples above and a few others it still doesnt work.
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';
>>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';
>>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",
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",
>>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
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
>>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.
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.
File:
1784483796080.png
(4.86 MB, 3000x2820, ClipboardImage.png)
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