[
Home
/
Overboard
/
Stats
]
[
g
]
[
calm
/
brabant
/
drenthe
/
q
/
qa
/
zellig
]
[
booru
/
wiki
]
[
v
]
[
Rules
/
Contacts
]
[
Search
]
🔍
[
Register
/
Settings
/
Log in
]
Markup /chive/4554
Comment
>>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",