[03:21:57] Just to verify: If I have a private wiki and upload my own images onto it, they are automatically also private and not visible to anyone, right? [03:33:08] x Yes [03:33:22] @citadellover [03:34:00] Thanks! [04:05:28] it sometimes acts goofy, even if you write it in properly (it should be as stack pointed out, just the template name, Characterinfobox in your case), so what you can try to do is to just fetch the template trough the visual editor and then manually adjust it in the source editor [04:05:40] at least thats what helped me [05:26:19] [1/2] new wiki btw: [05:26:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521386379597320242/image.png?ex=6a44a4fa&is=6a43537a&hm=b98a1df0bf6436cb3eb1a257311bce7c923695b4fce370ae4ea8f08a04c6507a& [05:26:28] can you fix it? [05:27:48] i dont think that's your wiki [05:28:27] something tells me its instead [05:41:00] is there a way to get the number of edits awaiting review for the moderation extension [05:42:46] not without being able to moderate, no [05:52:00] (the real question was whether that number can be shown and the answer is no) [06:21:45] Weird, I thought the landing website had non existent page redirecting. [06:24:40] I guess that requires an Nginx change. [07:39:01] [1/2] I've used the "always dark mode" js snippet on my wiki, and it works correctly. However, there is a white flash before loading the page in, just as it describes in the prerequisite section of the page. I've enabled the render blocking thing in my wiki settings but the issue still persists. How can I fix it? [07:39:01] [2/2] link: https://dev.miraheze.org/wiki/Always_dark_mode [07:41:49] Link to your wiki? [07:46:33] it's private, can I dm it to you? [07:48:19] it's private, can I dm it to you? [07:49:21] Sure. It doesn't matter much since privacy is not achieved by obcuring the URL (anyone can see that you are a member of that wiki anyway), but rather through making anything other than the main page unviewable. [07:51:45] That sounds alright, just want to keep it mildly hidden due to it being an unorganized WIP for now [09:35:15] [1/2] Anything I could do to make these gifs thumbnails load, they're all under the Max animated gif area and I dont think they're too huge in size [09:35:15] [2/2] https://projectremix.miraheze.org/wiki/Summoner%27s_Codex_(Rework)#Gallery [09:40:50] :stare: [10:14:28] did you change the default max animated gif area? because these gifs definitely exceed it [10:15:05] it's width x length x number of frames, with 12.5 MP as default. [10:15:46] just the red phoenix summon gif is 69.4 MP (667 x 667 x 156) [10:16:44] the best way to bring down the size is to eliminate more frames [10:42:03] Yeah i did, I set it to 99.MP so it should be enough [10:42:26] Ill prolly change the formatting to video if anything though cuz ideally I want most of the details [10:58:41] [1/4] Seems like a thumbnailing problem since [the thumnail](https://static.wikitide.net/projectremixwiki/thumb/3/32/Summoner%2527s_Codex_Red_Phoenix_Summon.gif/250px-Summoner%2527s_Codex_Red_Phoenix_Summon.gif) fails to generate with [10:58:41] [2/4] > Error generating thumbnail [10:58:42] [3/4] > The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters that cannot be used in titles. [10:58:42] [4/4] Reporting on [[Phorge]] is probably the best path forward so that it can be in tech's radar [10:58:42] [10:59:03] thumnail [10:59:13] I get a different error now. Hmm... [10:59:39] `Cannot find /var/run/utmp` [10:59:52] English has too many consonants. I propose making it simpler like Japanese. [11:00:14] Hmm, I suppose you can do that. [11:00:52] My favorite is `scripts`. 6 consonants packed into a single syllable. [11:01:44] Seems like a firejail configuration issue. [11:02:09] Yeah, that'll be something for infra to fix I guess. [11:04:06] hi im new im not gonna do much here, i got here from the novofamana wiki. [11:30:40] Alrighty will check it out then [12:57:15] What does rollbacker do ? [13:15:04] revert edits [13:30:07] what css code affects bulletpoints? [13:31:13] try inspecting [13:31:43] ok, marker [13:33:07] not marker [13:48:20] i dont know- [13:54:53] ok figured out its ```ul```, but no clue what to add for it to work [14:11:53] i can use the html for it, the css is a little jank though [14:16:00] What are you trying to do [14:19:55] i was trying to change the color of the bullet points itself [14:21:08] i know that ``ul`` and ``li`` can change it [14:25:14] would ``li::marker`` do the trick [14:25:48] No idea without seeing the page you're trying to do this on [14:26:08] [14:26:38] dont mind the gallery as well, I was seeing if that would work instead, and sort of [14:35:03] [1/2] what you have in Common.css should work: `li::marker {color: #ffffff;}` [14:35:03] [2/2] They're showing up white for me if that was your intent [14:36:12] yeah my intent is for them to be white, it might just be slow on my end then [14:36:26] CSS changes don't show up immediately, you'll have to wait a few minutes and then hard-refresh (CTRL+F5 or ALT+F5) your browser. If they still don't appear after that, add ?debug=2 to the end of a URL to temporarily bypass the cache. [14:36:44] Would recommend using an extension like Styles to write and preview your changes before committing [14:37:47] that would probably help [14:38:33] It's a lifesaver πŸ’ƒ [14:39:58] yeah ive checked on both edge and chrome, but the bullet points are still black, no clue why its doing that [14:41:29] It's cached [14:42:01] Did you try adding`?debug=2` to the end of the URL to temporarily bypass it and see the most recent version? [14:42:26] Yeah i did the reset cache and that too, but still not changed [14:43:05] [1/2] This is what I see [14:43:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521526495175249961/image.png?ex=6a452779&is=6a43d5f9&hm=465bd24133118e4859df6c0b0640f4037afecfe881910962d71227d9c9f7fd66& [14:43:17] ok you see what it should be [14:43:33] [1/2] i still see this [14:43:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521526612728877096/image.png?ex=6a452795&is=6a43d615&hm=24f32d4e6d011d021e2baf50a0267cd2364face32ad3def8a8fca49f121e75e6& [14:43:57] just gotta wait [14:45:25] Kk, ill come back to it every now and then until it hopefully changes [14:47:27] Should to through in about 5-10 minutes [14:47:58] Usually I like updating css before I have to go or before I watch a movie or smth [14:54:14] while i wait for it, ill edit some other pages to pass the time [15:02:08] ok now this time i know its not because its cached, because all the links have changed colors, and that was added after the ``li`` lines [15:05:02] but as long as other people can see its white bullet points, it should be fine [15:06:34] Are you using any sort of dark mode inverter extension or anything in your personal CSS? (User:[yourusername]/common.css) [15:07:30] nope, nothing in my personal [15:11:31] i checked it on my phone and its all fine there, i think my pc doesnt want to have it changed on my end [15:14:45] [1/2] For some reason, the Common.css page on my wiki isn't working right. [15:14:45] [2/2] https://ttce.miraheze.org/wiki/MediaWiki:Common.css [15:15:05] On the page for the final main world, the text in the infobox is supposed to be purple, but it's not changing color. [15:27:41] [1/10] In your Common.css you have tried to apply CSS to an infobox with adjoining classes (you haven't left spaces between the class names such as `.pi-theme-The-Void` and `.pi-title`). [15:27:42] [2/10] Change to this - note the spaces between the classes [15:27:42] [3/10] ```.pi-theme-The-Void .pi-title, [15:27:42] [4/10] .pi-theme-The-Void .pi-group, [15:27:42] [5/10] .pi-theme-The-Void .pi-data, [15:27:43] [6/10] .pi-theme-The-Void .pi-font, [15:27:43] [7/10] .pi-theme-The-Void .pi-secondary-font { [15:27:43] [8/10] color : #7d00bc; [15:27:44] [9/10] text-shadow: none; [15:27:44] [10/10] }``` [15:28:01] https://cdn.discordapp.com/attachments/407537962553966603/1521537803794780300/image.png?ex=6a453201&is=6a43e081&hm=dc1d13f0b3a3a12e1b0dac98efe86b56a569f061576b0bd10ea85cc97dd5aadc& [15:28:28] You will probably have to fix that for the rest of your infobox themes too [17:01:00] [1/2] Which should I choose for a wiki??? [17:01:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521561203388710922/Screenshot_1583.png?ex=6a4547cc&is=6a43f64c&hm=ec662ae6fac0d1291428ab63d41a58ce5a86ca5c13998bf92727c09c3d850318& [17:03:56] URL prefix if it's something like xxxxxxx.miraheze.org [17:05:10] Wouldn’t Miraheze just do that tho [17:05:30] wdym? [17:05:45] you can own prefixes [17:05:50] But not miraheze.org [17:05:54] [1/2] Heres my wikis main page: [17:05:55] [2/2] https://manichean.miraheze.org/wiki/Main_Page [17:06:11] then type manichean.miraheze.org in URL prefix [17:06:39] Oh wait I thought it was a domain storefront [17:06:52] this is google search console [17:07:38] So if I got it right after I do this google will start having my wiki show up in searches? [17:08:45] Indexing takes time, google likes to do whatever it wants, and you don't have to explicitly own it but you'll have more control over indexing [17:08:50] not necessarily, but it will mean you're able to see some analytics e.g. what search terms led to your wiki [17:09:25] [1/2] Got it. [17:09:26] [2/2] My wiki is covering extremely obscure stuff lol [17:09:38] Now how do I upload an html file to my wiki? [17:09:57] having your wiki show up in searches can happen even without verifying with GSC, and verifying with GSC does not guarantee that your wiki shows up. but it maybe helps idk [17:10:07] what do you need a html file for? [17:10:25] To verify with google that I own the site [17:10:50] it'll give you a code and then you paste that code somewhere into managewiki [17:10:57] [[help:SEO]] does this link exist [17:10:58] [17:11:16] [[User:NotAracham/WikiSEO - Improving Search Ranking]] there [17:11:18] [17:12:01] Where should I paste it at? [17:13:07] the page I linked has a guide on where to paste it [17:13:15] got it [17:35:09] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1521569795869376634/image.jpg?ex=6a454fcc&is=6a43fe4c&hm=d7ded9fbbc9caae4286456f3af7504b756d0287550cff6ccd382a210ac5a68e8& [17:35:09] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521569796213444840/image.jpg?ex=6a454fcc&is=6a43fe4c&hm=c06227eafa8421af5d16fc01ed77e48971d612c916a6576365d94b5372c3165c& [17:35:27] is there a way to show how many pages a wiki has on its front page? [17:37:31] `{{NUMBEROFARTICLES}}` will return the amount of content pages on the wiki, which is distinct from the amount of pages period (which includes things such as redirects, userpages, and so on) [17:37:40] got it, ty! [17:42:39] Where should I input this at on my own wiki? [17:43:21] You can put it on any page, though for best results you might want to consider putting it on your wiki's main page [17:52:44] Is the site slow, or is it just me? [17:53:09] <_arawynn> it's slow for me as well, and on and off Bad Gateways [17:53:28] I'm at a big family gathering so I can't tell if it's that, or if it's just because there's a ton of people on the wifi [17:53:54] Thank you :stare: [17:59:48] yep being slow for me as well [18:00:20] Is the site running a little strangely for anyone else? [18:01:19] Continuous bad gateway errors [18:02:39] uh what's happening [18:05:07] yep... slow [18:05:31] Yep. Something's going on. [18:07:28] yea [18:17:19] same to me [18:21:14] [1/3] same⁡ [18:21:14] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1521581393438707883/Screenshot_20260630_141753_Chrome.jpg?ex=6a455a99&is=6a440919&hm=392e84592d2cbf07b6cfbfdb474d9eac556b8b34b52f4d0975ef32679d0cca2f& [18:21:14] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1521581393765859411/Screenshot_20260630_141908_Chrome.jpg?ex=6a455a99&is=6a440919&hm=3705207ae2476afbc580749cee969218633d245479e5fc878cb6ad0b53f9b580& [18:21:51] i will just leave this here: https://una.im/modern-css-theming [18:23:49] here's another good one https://modern-css.com/ [18:24:13] thanks to this found out you can scale elements while affecting layout with `zoom` (super useful for images) [18:24:17] is miraheze down right now [18:24:57] and i was JUST trying to un-inactive my wiki... [18:26:09] Ok so its not an issue with my specific wiki thank Gods [18:27:01] [1/2] I was able to save one edit on a page before this happened for another [18:27:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521582851747877067/image.png?ex=6a455bf5&is=6a440a75&hm=723b7e42905168306687cd643968ef8b90960c3bbf95b8f049452c2882754a8f& [18:27:34] We're running into Bad Gateways [18:28:04] for some reason source edit works for me but not Visual Editor [18:32:46] [1/2] πŸ₯€ [18:32:46] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521584296421363712/Screenshot_20260630_143131_Chrome.jpg?ex=6a455d4d&is=6a440bcd&hm=6d43c0c9b24502dc0a1c2dd1566a3b955090e5167864a71c9db407ca1fbd5e0a& [18:32:48] que triste [18:32:58] I've been getting that too [18:36:58] okay so everybodys getting that [18:37:08] i think the servers are overwhelmed right now? [18:37:11] ++ [18:37:37] probably by ai [18:38:19] ok, that is an useful site [18:40:15] guess i gotta do my sch*olwork [18:40:48] Yeah [18:44:49] or probably everyone are unchecking inactive in the same day... like i did [18:44:55] Nah [18:45:08] Inactivity doesn't have an impact on server load [18:45:47] i mean un-check inactive [18:45:55] manually [18:46:43] Yeah, I mean that wouldn't have an noticeable affect, since nothing about the inactivity state has much effect on how much work the servers do [18:47:03] Changing a wiki setting I'm pretty sure is actually much less expensive than say, making an edit [18:47:56] Both involve writing data to a database, but editing a page involves more stuff, rerendering the entire page, updating caches and also for widely used templates it expands quick [18:48:10] 95% of the time the issue isn't directly traffic or a lot of load, ususally it's something in the infrastructure being weird and kicking and screaming I think [18:50:18] i see... [18:50:25] [1/2] by the way: [18:50:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521588738663387306/image.png?ex=6a456171&is=6a440ff1&hm=644a3fbb1ebf9a1679f21d9acee546ec67e9337ef7eb7639fe5333aad1c34472& [18:50:40] https://miaruniverse.miraheze.org/wiki/Special:SpecialPages from there [18:51:12] ah back to normal [18:52:51] oh this is for everyone [18:54:06] bruh, i realized that i actually didn't edit the CSS of my wiki... but my own account for that specific wiki... [18:54:30] okay it works now [18:55:00] well I think it works, I stopped getting the error 502 popup [19:16:08] mine isnt working [19:16:14] same [19:17:40] what's happening [19:17:42] so laggy [19:17:46] takes life to load [19:17:47] mine is working but still slow [19:17:55] no announcement [19:17:59] <.guardianx., replying to allaze_eroler> [1/2] not alone in that...I've done that too "Man this looks amazing, I'm gunna go to bed" [19:17:59] <.guardianx., replying to allaze_eroler> [2/2] 3 weeks later I receive a random DM "so, thought you were changign the CSS?" [19:18:00] it's been hours now [19:18:36] me... years... [19:18:49] 10 years actually [19:20:44] Uhh, let's say I create a new namespace and in there I change the type from "wikitext" to "Blog_post", what's the difference? [19:27:04] Is it just me, or is Miraheze laggy right now? [19:27:20] Not just you [19:27:26] Laggy for just about everyone I think [19:27:32] + multiple gateway errors [19:44:23] My community was wrongly closed by Fandom and their staff. We're thinking of switching to Miraheze - what makes it better? [19:45:29] almost every aspect [19:45:38] Staff do not close wikis for bad reasons [19:45:41] <_arawynn> you've got much more control over the Wiki when it comes to appearance (which comes with a learning curve in regards to CSS), there are no ads on Mira [19:45:47] They didn't even give a reason for closing the wiki [19:46:32] My community is about a parody inspired by a social media influencer (Duncanyounot). We want to document the history and lore of the group on a wiki [19:46:46] you do need to check in and edit the wiki at least once every few months so that it would stay alive though [19:47:10] Yeah once every 6 months minimum [19:47:17] Yes, we'll be edited very often [19:48:18] <_arawynn> there's an option to request being exempted from the Dormancy Policy, I think no new stuff coming out/the wiki being complete are valid reasons for it to be granted [19:48:52] There will be loads of new stuff being added almost daily, as the group constantly evolves and gets new lore [19:50:00] There is also a lot of politics mentioned. HOWEVER, it's all fictional politics, so would that be an exemption to rules regarding politics? [19:51:36] <_arawynn> [1/2] oh and what's another big plus point - Mira offers Private Wikis which can only be viewed by people who were added to the user group of the Wiki which is a really nice feature for private world building stuff [19:51:37] <_arawynn> [2/2] also the restrictions regarding politics is primarily about real world politics, we've got plenty alternative history politics worldbuilding Wikis [19:52:09] I think we'd want it to be public, but that's a bonus [19:53:48] This all seems excellent! I'll speak with the community and come to a decision πŸ™‚ [19:54:27] Plus not forcing AI into every corner of the wiki. [19:55:20] I love that so much (ignore my AI profile lol - it's part of the parody I'm talking about) [19:55:38] This is actually my Discord account for my parody character [19:56:26] My name isn't actually Amanda Uranium-Explosion lol 🀣 [19:57:15] We do have to mention one political party that links to the parody (The Green Party of England & Wales), but we will write in a neutral way [19:58:52] <_arawynn> [1/2] I doubt that'd be a problem [19:58:52] <_arawynn> [2/2] If you'd ask for a Wiki for a political campain of some politician, that couldn't be approved [19:59:20] Bit more of a TS thing than com policy but yeah just mentioning something in IRL pol is okay [20:00:14] Thanks so much for all your help! We'll likely be switching to Miraheze in the next few days πŸ™‚ [20:02:15] The exact rule is that we as a non-profit cannot directly 'support political activity' (https://www.irs.gov/charities-non-profits/charitable-organizations/restriction-of-political-campaign-intervention-by-section-501c3-tax-exempt-organizations) [20:10:46] I doubt the "Minion-Memist Party of Dallas" counts as political activity lol [20:17:39] Are the servers running any smoother now? [20:18:29] <_arawynn> right now I'd say yes [20:18:47] Sweet! Thank you! [20:40:23] <.labster> Just did a big rewrite of a 10 year old Lua module to get rid of spaghetti code and use modern standards (like adding Module:Arguments, mw.html). Got rid of the expensive parser functions. End result: it's consistently 5ms slower than the old one. 😩 [20:45:13] https://klipy.com/gifs/cinema-289 [20:54:02] Seems like MH server have quite high latency [21:08:04] I was trying to judge if it was my browser/internet, but I guess it's not just me noticing it [21:15:47] [1/2] pfft [21:15:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521625320795406642/image.png?ex=6a458382&is=6a443202&hm=53007e5e518a47d8843af655c95cd4ad10a51964f55b76d9a5bfc16859c881fd& [21:17:20] guys we’re running out of time we gotta go [21:28:12] let's be honest 5ms is well within the margin of error [21:36:56] how to escape commas in dpl [21:37:54] [1/2] this doesn't work and it only recognizes the first three commas in `format` [21:37:54] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521630885206687784/image.png?ex=6a4588b1&is=6a443731&hm=51de176f5239d5582f0eb8f6df9f9e507899c7630b5a8123e8516cc10bf5d522& [21:49:38] try `,`? [21:54:04] [1/3] heyya [21:54:04] [2/3] I added this and it doesn't work for some reason? the script appears to be loading according to the gadgets thingie in . any idea why it doesn't work? [21:54:05] [3/3] page https://casualtiesunknown.miraheze.org/wiki/Soundtrack [21:54:28] I think that was me who said that. it breaks tables somehow [21:54:30] i've moved to other workaround but thank you! i'll try it later [21:55:58] Whats up Miraheze [21:58:02] [1/2] I love bad gateways [21:58:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521635953129558037/IMG_8840.png?ex=6a458d69&is=6a443be9&hm=e741fa133c9b6960a2eadd416139fd12c5d00021fd213114e5587bf141ade202& [21:58:29] Same thing happening to you? [21:58:39] I cant link my account [22:05:38] It's been like that throughout the whole afternoon. [22:07:18] I thought i lagged it with my [22:07:24] Intensive Gemini vibecoding [22:07:29] Css makes my head spon [22:07:48] I mean that is a form of assault with a deadly weapon on a server if it is aimed vaguely in a miraheze direction [22:07:54] I lwk just wanted to get shit done, I dont really use ai otherwise [22:07:54] its why cloudflare is cranked up to be an ahole [22:08:03] It wasnt malicious [22:08:06] I've been trying to [22:08:09] Fix my main page [22:08:11] For hours [22:08:13] most people I'm sure aren't trying to be [22:08:19] its just how it works intrinsically [22:08:19] And shit keeps being misaligned [22:08:24] it spits shit at the wall until it sticks [22:08:30] Exactly [22:08:37] It takes several iterations of the same code for it to work [22:08:38] and we clean the wall [22:08:39] so [22:08:50] My apologies then [22:08:51] <4eva_metal> [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1521638674796773546/image.jpeg?ex=6a458ff2&is=6a443e72&hm=6245baac522f897c8c3ca4a0ca4fb516342c0d6ece951ca51caef55e36264d95& [22:08:51] <4eva_metal> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521638675278991511/image.jpeg?ex=6a458ff2&is=6a443e72&hm=3536c4ec5bf0c7e64e03e2af1aef93cc47e39757fa48ffb182f1fccc1d351795& [22:08:54] Could this have caused the outage [22:08:56] LMFAO [22:10:20] virtually impossible as a single casual user's effort [22:10:55] tech will have to comment once they figure out the deal [22:11:06] these things love to occur at dips of tech availability [22:11:08] were there cases of this though? [22:11:12] I just hope I dont get smited [22:11:38] well what happens is ai gets used extensively and companies essentially ddos the internet of their own accord, and this traffic absolutely murders open projects yes [22:11:45] its why cloudflare, anubis etc are everywhere [22:12:02] the scale is basically worldwide botnet level [22:12:10] waiting on day cloudflare starts scraping everyone [22:12:25] cloudflare is already in the middle, so probably has everything anyway [22:12:35] at least for the majority share of the internet that it intercepts [22:12:52] Please dear Miraheze admins forgive me this trespass πŸ™πŸ™πŸ™πŸ™ [22:12:56] so if cloudflare so good why does still fail in this case? [22:13:10] if miraheze collapse behind the scenes, cloudflare can't fix it [22:13:21] no idea what caused collapse this time, tech will have to comment when able [22:13:30] oh ok so it's unknown for now [22:13:37] to my knowledge ye [22:14:05] is there a changelog on the new MW version? like a human readable one [22:14:33] we had a person or two who'd put talk page updates about that on meta once in a while but, well [22:15:13] nvm I shouldve scrolled down a bit more on https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/REL1_46/RELEASE-NOTES-1.46 [22:15:57] I was about to link the mediawiki version of that but it is malformed and that looks better [22:16:04] [1/2] what is js preference? [22:16:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521640491953950780/image.png?ex=6a4591a3&is=6a444023&hm=1907d87b48e0f3a6a64cbcde744dc4d54eec2e1f95432cff8441b7bc1bcb406e& [22:16:26] good question [22:16:39] sounds like the browser storage but saves on mw side [22:16:51] Im vastly uneducated but if I had to guess [22:16:58] Probably themes and stuff like that [22:17:05] Text size [22:35:41] cloudflare prevents DDOSing and does other stuff, but if the actual Miraheze servers themselves go kaput then cloudflare can't really do anything about that [22:36:11] cloudflare makes it less likely that miraheze servers go kaput but doesn't make it impossible [23:01:35] how to revert last N file uploads by my bot? [23:30:53] how do i restore a wiki backup? long story short i wanted to delete a bunch of outdated pages but didnt realize there was a max age for the nuke part [23:40:01] [1/2] [[help:backups]] [23:40:01] [2/2] However, depending on what you want to delete, tech might be able to do that for you [23:40:02] [23:40:41] when I click the link it takes me to a create page screen [23:41:06] https://meta.miraheze.org/wiki/Backups [23:41:12] and can you elaborate on "tech might be able to do that for you" [23:44:05] if what you want is a whole bunch of pages deleted, we have tools that can do that [23:44:59] I basically want most pages gone honestly, i like having a blank slate and i can always restore deleted pages for the previous information from them [23:45:05] bad idea? probbaly. but i did this last year too [23:46:56] I know nuke has a max age, does NukeDPL also have a max age? You could also use that ig. or something like [[jswikibot]] or... well a lot of options [23:46:57] [23:47:38] [1/2] I've been trying to use NukeDPL, but every time I hit submit it takes me to this page [23:47:38] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1521663534797291620/image.png?ex=6a45a719&is=6a445599&hm=5fd390b520763a43adb28444eea6b8582adbbf696ced6e2b2a9aaba458d126f4& [23:49:44] jswikitext seems to be working though, thanks