[00:07:08] [1/2] `
{{#if: {{{something1|}}} | (previous in release order) }}{{#ifeq: {{{something1|}}} | no | }}/span/header` [00:07:09] [2/2] This is my dirty solution now. If you can come up with something more elegant, i.e. doing it via CSS, I'd be stoked [00:16:02] I thought that was what they introduced $wgPrivelegedGroups for? [00:16:23] Although they provided no documentation on the matter except "groups which should be considered priveleged" OK BUT FOR WHAT [00:31:21] Privileged for Privilege [00:32:34] Is defining async functions (in Gadgets) not possible? I keep getting a Parse error "Unexpected: function" [01:16:58] basically inline css and any other solution amounts to something like using a class and then setting that class to be the font size you want elsewhere, so that should probably do it [01:26:05] [1/2] What's the ?number after the .png [01:26:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1343755870688776227/image.png?ex=67be6dad&is=67bd1c2d&hm=13ccf8f53dd42ae4e39d1d0b52a69a3b744b545ffda446ef189c1c4429afc585& [01:26:13] and what's the /8/8c [01:36:40] the wiki colors change people do in miraheze is actually through css? [01:38:10] all css [01:38:23] unless its citizen or a skin with native settigns [01:38:32] wow... [01:38:45] must've taken lots of time to make it correct [01:38:48] horrifying [01:38:52] Y u p [01:39:06] cries [01:39:23] so i'll have to change colors through css i ser [01:39:26] see [01:41:41] and there might be errors... [01:41:46] we have css support volunteers too [01:41:51] well personal css does the work [01:41:55] what's that [01:42:17] Folks who know lots of css and are willing to help [01:43:32] where [01:47:56] Oh [01:48:01] Alegria [01:48:08] Alright * [02:29:43] b [03:02:51] any way to have every page under a namespace be added into a category? [03:35:58] What is a good way to start css through wikis? Is it like small edits to slowly improve the site? [03:38:59] (coming from someone who is quite familiar with css IN fandom) [04:15:08] inspect element [05:04:27] if i find something i like i like to see how its made [05:04:36] do a mass edit with AWB [05:04:57] https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser [05:05:13] make a filter list of everything under the ns and append category:XXX to the page [05:07:19] AWB is busted rn [05:07:36] there are pywiki and JWB tho [05:54:12] [1/4] they have display:inline-block; in their css code and its this in reality [05:54:12] [2/4] https://cdn.discordapp.com/attachments/407537962553966603/1343823341735116932/image.png?ex=67beac83&is=67bd5b03&hm=8ff1ffc90025c3f60aa0090d2b935e4bfbbddde82fc80faf64d5dfa5104abb85& [05:54:12] [3/4] https://cdn.discordapp.com/attachments/407537962553966603/1343823341999620106/image.png?ex=67beac83&is=67bd5b03&hm=bbe06fc5b2bf2c84edb5eeab0611241ce343213ef9fcd48c3b3ee946eae38c1f& [05:54:13] [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1343823342364266547/image.png?ex=67beac83&is=67bd5b03&hm=1ee33563eae97156ab51e14b480ea8617b3ccc3500c99e9b756b9077b45fc2f6& [05:54:38] its not supposed to look like that, they couldve been arranged horizontally [05:59:50] id want them as templates but this is kinda too far [06:13:19] For some reason I can't login, site keeps saying wrong password or username and password reset doesn't send email. I'm pretty sure I do have account there, at least I made one and didn't get complaint about it already existing when I did. Now if I try to make one it says that username is already in use. So what now? [06:46:31] hello @canyada [06:47:26] is there a in the template [06:48:56] u could technically get rid of the s, and put the directly after that /div (without a newline, because right now i suspect its considering the 2nd template as being on a "new paragraph" because of newlines) [06:55:42] o [06:56:38] IT WORKED HOYL FUCK i removed the includonly from the code....this is awesome [07:27:54] Hi, what do you think is your username? [07:30:14] RandomName [07:31:42] [[Special:CA/RandomName]] [07:31:43] [07:32:01] @randomname5424 that was created 5 years ago [07:50:52] Well, I most definitely have not made account for "Incredible Characters", so that must be someone else. Weird that page where I created "new" account didn't complain about that. I'll try creating new with another account name [07:54:31] New account works. Thanks. [07:58:19] I saw this user handful of times on Meta [08:26:37] This worked like a charm, thank you [09:00:25] [1/2] Well finally gotten most of my fonts working with the one exception of headers ... anyone see what I'm doing wrong? [09:00:26] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1343870207676121178/image.png?ex=67bed829&is=67bd86a9&hm=ae9dd6ac9ccecda141c044195a3efdc834709c110ca871fdf5047a40a51dd5f8& [09:02:44] The font works if I say ... swap it into the paragraph code, but not the header. [09:03:42] try w/ `!important` [09:08:05] Thanks, and thank you for your patience with me. [09:14:37] np [09:15:00] it's generally advised to not rely on it much, only if it's really the only solution [09:15:18] I did see the warning in the css sheet. [09:37:45] CONGRATS ECLAIR [09:38:55] yay [10:23:38] [1/6] In my CSS I have a theme: [10:23:38] [2/6] .pi-theme-navigation { [10:23:38] [3/6] text-align: center; [10:23:38] [4/6] border-bottom-width: 0; [10:23:39] [5/6] } [10:23:39] [6/6] When I apply that to an infobox it will only use the text-align value and ignore border-bottom-width. I don't have anything relating to borders in my Common.css (the only CSS I use.) Any idea why it would use the one value, but not the other? I tried using !important to no avail [10:30:59] [1/7] Found the solution: I used [10:30:59] [2/7] `.pi-theme-navigation { [10:31:00] [3/7] text-align: center; [10:31:00] [4/7] } [10:31:00] [5/7] .pi-theme-navigation .pi-data { [10:31:01] [6/7] border: none; [10:31:01] [7/7] }` [10:45:00] can anyone please confirm who can update the URL on my current wiki? I need to add my own (custom) domain URL in my current wiki. I have already created a task on Miraheze and its sub-part has already been done by one of the team member. Only updating the URL is left [10:57:52] it should be done all together, you created the task via Meta Wiki? [11:05:34] hey everyone, i accidently deleted the buraocrat user group, so i dont have acces to wiki settings anymore. What can i do? [11:06:53] This is my task @theoneandonlylegroom, (https://issue-tracker.miraheze.org/T13259#266196) [11:07:53] The one who done its sub-part doesn't know how to update the URL, so it needs to be done by someone else within the tech team [11:08:14] Slap a request on [[SR/M]] to reset [11:08:14] [11:46:11] [1/3] custom domain change is requested here [11:46:11] [2/3] https://meta.miraheze.org/wiki/Special:RequestSSL [11:46:11] [3/3] phorge is only database/miraheze.org subdomain change and large imports [11:46:20] *for [11:49:45] well, they left before you pointed them to RequestSSL [11:50:16] Ok thanks, I will request custom domain here [11:50:47] oh, ok nvm its just my bouncer then [12:20:04] Sløøøøøøøwwwwwww [12:23:20] 502 Cloudflare [12:30:57] ¯\_(ツ)_/¯ [12:31:00] I don’t know why [12:31:10] I tried checking if we got overloaded but no [12:35:34] cp logs full? [12:42:34] No [12:42:44] huh [12:42:56] It appears to be DDoS attacks from China being funneled through our non-CF content proxy server [12:43:13] Any one wiki being targeted? [12:43:20] cp37 has enough resources to not go down anymore but the issue now is that since it doesn’t go down, it knocks all the mw servers down [12:43:34] that’s what I’m checking [12:43:43] It forwards the traffic? [12:43:47] It does [12:44:03] it’s not super expensive for nginx to serve the traffic but it is very expensive for PHP to [12:44:48] Can we configure NGINX with more compresive detection to know when to not forward? [12:44:59] no [12:44:59] Maybe a captcha to page view [12:45:07] that would be over engineering it [12:45:20] this should be CF’s job [12:46:13] miraheze is down is that right? [12:46:17] So usual protocol of staying patient, huh? [12:47:06] That’s the fun of infra i thought [12:47:10] I will be sacrificing custom domains in a moment to restore stability [12:47:31] Do we have a feel of how many IPs [12:47:46] The fun of infra is installing new servers and automating things, not writing new software solutions \:p [12:48:10] Okay fair automation is very satisfying [12:49:42] Would it be possible to put up a custom explanatory page “Due to external cyberattacks, customs domains are currently unavailable on our service. You may view this wiki through xyz.miraheze.org”? [12:49:49] That last part probably not [12:51:24] miraheze down? [12:51:39] DDoS [12:52:04] https://tenor.com/view/plis-dont-let-my-ass-gif-13520942 [12:52:14] agent is working on temporary cutting off custom domains to block the attack target [12:52:44] oh [12:52:46] @agentisai want me to make a minor announcement or you got it? [12:54:29] https://cdn.discordapp.com/attachments/407537962553966603/1343929112695279700/image.png?ex=67bf0f05&is=67bdbd85&hm=00f129efe9f42071bb260c977be08093e59ae9a43ddac05f7b55b3d133b9a07c& [12:54:51] @ fisch wiki [12:54:52] oh god [12:55:08] we should be back [12:55:50] No they’re specifically behind CF [12:55:59] I wonder if they’re still being DDoSed [12:56:27] Epic [12:57:12] ??? so random [12:57:29] No one expects the unexpected DDos [12:58:25] wait so custom domains are still up? [12:58:31] Yes [12:58:43] What would be the issue with blocking China from non-CF CP? [12:59:27] we could but that’d be a lot of IPs to block [12:59:33] Yea [12:59:40] Can’t you use geolocation to detect China? [12:59:52] not the poInt [13:00:09] We’ve blocked continents before [13:00:17] but that’s a lot of users [13:00:33] So you would just forward china to always use the ones behind CF [13:00:59] Not how it works [13:01:04] The non CF ones are custom domains [13:01:07] Some of them [13:01:20] Because we can’t put them behind CF until a blocker is resolved [13:01:20] The issue I looked at, while indeed a source of concern, wasn’t the reason we were down [13:01:31] We determined the issue is far more complex [13:01:48] So, not just a DDos? [13:02:03] It’s actually resource exhaustion because we unknowingly have some humongous wikis on Miraheze now [13:02:28] But shouldnt CP’s relieve most of that resource usage? [13:02:45] they do but even so [13:02:47] Are we really hitting that many non-cache’d traffic? [13:03:10] Logged in users actually account for I believe 50% of traffic [13:03:26] Oh yeah thats right I forget logged in users hit cache differently [13:03:42] Cache hit rate is at 75% which is good [13:04:27] @agentisai can you get to checking this out? https://issue-tracker.miraheze.org/T13243 it's been almost a week now and people are complaining to us en masse about the broken comments [13:04:51] Curious, do we know what would be needed to rectify the resource issue? Is it just a fact of needed to actually have a window of expanding resources we already have available or is it buying needed resources? [13:05:43] We’ve actually bought the needed resources. We just need to install the hardware and that’s what we want to do during tomorrow’s maintenance [13:05:50] I will check [13:06:31] Ah okay, so its more its basically just a hurry up and wait [13:06:43] yup, exactly that [13:07:41] Oh? [13:08:30] Suffering from success [13:08:44] Honestly it doesnt shock me any, what would I be curious on, is how much optimization could be done but thats just a personal curiosity of mine [13:09:34] Rhinos added a new caching rule which should hopefully reduce a few couple hundred million requests [13:10:04] So it is strictly a traffic bottleneck or is it on a hw-level too? [13:11:12] Hardware level bottleneck at this point [13:11:23] Oh those are fun [13:12:29] Hey just be glad ya’ll dont have to babysit jobrunner that was 90% of my responsibilities back when I was an mw-admin lol besides doing ssl 😂 [13:16:40] :ThinkerMH: [13:17:48] Btw agent is the list of top wikis by view confidential [13:20:24] No @pixldev [13:20:25] is pizza tower wiki there [13:20:36] Can I has please [13:21:48] https://cdn.discordapp.com/attachments/407537962553966603/1343935987285491805/IMG_0291.png?ex=67bf156c&is=67bdc3ec&hm=5b5a268a2f1f7ef32f4f26df2b03d8b520d36f0ea585d3db06062df2e2e5f36d& [13:21:52] @pixldev with pleasure [13:22:12] Are the fisch ones from DDoS [13:24:50] that doesn’t account for some custom domains wikis [13:26:44] Oh yeah [13:26:47] What does Matomo say [13:29:07] damn it static wikitide/miraheze /j [13:30:20] this shows only the ones behind cf? [13:30:38] man, who even wants to ddos miraheze ... [13:32:15] fisch bigger than meta 😭😭😭 [13:32:58] God bless Dreamsphere wiki [13:33:02] No [13:33:11] Yes [13:33:33] Static is insane [13:34:26] Is the static one a specific wiki? Or [13:35:48] all wikis [13:36:12] Ah [13:39:02] It’s the images [13:39:22] Static is any request to serve an uploaded file across all our wikis [13:41:01] including private wikis? [13:41:31] No [13:45:01] noice [13:52:23] [1/2] how is fischipedia so big 😭 [13:52:23] [2/2] like 5x above the next biggest one and 1/3 of the entire static thing [13:53:47] i wonder how big trollpasta is [15:20:09] Good Q [15:31:29] [1/3] whats it [15:31:29] [2/3] actually measuring [15:31:30] [3/3] coz the special:analytics for fischipedia is like 100x lower than that [15:33:40] [1/2] Is there a way to sort tables in a custom way? I’m using dynamicpagelist3 and I would like for the trollfaces to be sorted by tiers, eg. easy medium hard,etc instead of alphabetically [15:33:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1343969171272237056/IMG_4578.png?ex=67bf3454&is=67bde2d4&hm=483c79b92b959cb34fb5e482447ecda4cea4724a78a6ebcab4654b1df1963a75& [15:41:55] visits [15:42:09] ? [15:42:57] Like hell anything here is that simple [15:53:28] why do people waste their precious time to DDoS a wiki farm [15:53:44] Time? Eh hardly [15:53:50] Money, now that’s a different story [15:54:22] what are they going to earn for ddosing a wiki farm??? [15:54:29] people nowadays are so weird [15:55:49] No [15:55:54] They spend money lmao [15:56:25] me when I'm so rich and have nothing else to do in life [15:56:48] Or more likely, uses parents credit card [15:57:06] https://cdn.discordapp.com/attachments/407537962553966603/1343975068845215766/734835351b63ab98937d26d0b2868bdd.mp4?ex=67bf39d2&is=67bde852&hm=06f1d924132dff12b90cd46ff1b4872685ebf490d70bd66c9f19754118eb1d23& [15:57:24] do people in china have a credit card i truly dorgott [15:58:15] Just because the attack came from China doesn’t mean the attacker is from there [15:58:31] A lot of DDoSes are bot nets for hire [15:59:03] and chrome does nothing it seems [15:59:07] Giant networks of infected computers controlled by someone who charges other to use that zombie army to flood websites with requests [15:59:10] What? [15:59:24] by what you mean bot nets [15:59:58] that sounds oddly specific [16:06:05] please dropping vid reactions or whatever here [16:06:33] take up entire screen, not adding anything of substance to the convo [16:07:13] okay sorry [16:28:01] [1/2] is the multimediaviewer miraheze version broken [16:28:01] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1343982848918425714/BAA2AA7E-D296-4BAC-ACBE-4A7DC723A08A.png?ex=67bf4111&is=67bdef91&hm=60af387d7128a59b9f24f9a50e2e98542e52e2c3df3e52e35441bd2954668a02& [16:28:13] It clearly is [16:31:09] [1/2] the timing [16:31:10] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1343983638458400818/image.png?ex=67bf41cd&is=67bdf04d&hm=fc42c182689c7ab50e5cec1ac0ed69bc1dde5c4cfabc589cf1ab417ee3de7989& [16:32:15] hmmm not viewer broken [16:32:22] the file server [16:32:26] thing [16:48:48] Yeah, we're getting hammered by yet another DDOS + hitting upper bounds of what current hardware can do. [16:48:57] Tech's working on it [22:10:54] [1/2] how can I add message boxes like this all over? [22:10:54] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344069138557042739/image.png?ex=67bf916e&is=67be3fee&hm=39bf04c8cbe0544a0c23dc9522bd6c53e7f34e11d2a6597f486dcb05e42e20ea& [22:11:21] Making the box part or the all pages part [22:11:58] all pages [22:13:15] [[Mediawiki:sitenotice]] [22:13:16] [22:24:53] @pulsmeister fyi links are blocked if you’re not #verify ed [22:25:01] hence automod blocking your message [22:29:40] Oh, sorry. I verified my account✅ [22:32:21] [1/2] I'm trying to link my custom subdomain (https://wiki.vvvf.systems) to our Wiki (vvvf.miraheze.org). I double-checked my CNAME records, and they should be as described on [this page](https://meta.miraheze.org/wiki/Custom_domains). But apparently, it's not working: [22:32:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344074537570009098/image.png?ex=67bf9675&is=67be44f5&hm=15c481e20c2af196b6d0b3098f683757d7f10a6b1d4158b8e0c8cd7f4c7608f8& [22:33:58] [1/2] These are my settings; I'm using World4You. What am I missing here? [22:33:59] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344074944857899018/image.png?ex=67bf96d6&is=67be4556&hm=9914d3f717e5711b23fcf5ba144a7f29e8f644eb77f9ffcc0b713e45fe316b66& [23:02:32] @pulsmeister the domain appears to be using ns1.dns-parking.com and ns2.dns-parking.com as the nameservers rather then the ones documented for world4you (which per https://faq.world4you.com/en/articles/4406-which-name-servers-are-included-at-world4you are ns1.world4you.at and ns2.world4you.at) [23:02:56] you'll need to update the NS to for that record to work [23:05:13] dns-parking.com is associated with hostinger it seems [23:35:12] [1/2] Thanks for your reply! We've now configured the DNS nameserver as follows: [23:35:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1344090350683295794/image.png?ex=67bfa52f&is=67be53af&hm=7e817be9890869150fcf42c19d8a789f5c4d78cda0c19bf843b8ff46ca98b941& [23:35:53] I've read it may take a while to update, but maybe you could take a look if it works now?