Difference between revisions of "User talk:Aichon"

From The Urban Dead Wiki
Jump to navigationJump to search
(→‎Sadface: new section)
Line 220: Line 220:
::::I'd suggest hitting up [[User_talk:Hashk|Sophie]], since she's the developer of the script and is fairly responsive to questions people ask. ;) {{User:Aichon/Signature}} 02:01, 10 February 2017 (UTC)
::::I'd suggest hitting up [[User_talk:Hashk|Sophie]], since she's the developer of the script and is fairly responsive to questions people ask. ;) {{User:Aichon/Signature}} 02:01, 10 February 2017 (UTC)
:::::Thank you so very much :) --[[User:Murderess|Murderess]] ([[User talk:Murderess|talk]]) 02:18, 10 February 2017 (UTC)
:::::Thank you so very much :) --[[User:Murderess|Murderess]] ([[User talk:Murderess|talk]]) 02:18, 10 February 2017 (UTC)
== Sadface ==
--[[User:Rosslessness|Rosslessness]]<sup> ; the shambling custodian of UD's past...</sup>  00:19, 21 February 2017 (UTC)

Revision as of 00:19, 21 February 2017

Aichon:Talk
Aichon
ˈīˌkän :Talk

Announcement: I'm no longer active. My talk page is still your best bet to get in touch. Aichon 04:39, 15 December 2018 (UTC)

Please be aware of the following guidelines before posting here.

  • New conversations should be started at the bottom using a level two header (e.g. ==Header==). Or with the +
  • I like to keep conversations wherever they start, but if a conversation ends up here, I will keep it here.
  • I will format comments for stylistic reasons, delete comments for whatever reason, and generally do anything else within reason.

Thanks. Aichon

NOTICE

Archives: 2018 | 2017 | 2016 | 2015 | 2014 | 2013 | 2012 | 2011 | 2010 | 2009 | To do

Cycler

Stelar and me are having some trouble with this page. It's supposed to call on a East Becktown Defenders/QuoteXX page, with XX defined by the CURRENTHOUR, but it doesn't seem to take any inputs? Any help would be welcome. PB&J 14:33, 8 July 2016 (UTC)

Just tweaked it. See if that works for you. You were missing the | that separated the template's name from the parameter you were passing into it. Aichon 14:39, 8 July 2016 (UTC)
No further progress. The removal of that pipe was a desperate attempt :P PB&J 14:40, 8 July 2016 (UTC)
Oh, so is the problem that it's not actually cycling every hour? If so, the problem is likely that the page is cached by the wiki, which is something you can't really do much about. Previewing it will cause it to update in your preview...but not for everyone else. If you do a "silent save" (i.e. save the page with no edit made), it'll force the wiki's cache to reset, which should force it to update to the latest hour for everyone, but if you just refresh the page normally, it won't do much of anything, I'm afraid. The only other way around it is to load the page with a cache reset parameter in the URL. You can see an example of one in this edit to the BB4 page (look for the "action=purge" stuff), back when I had a countdown posted to the start of the BB4 event and wanted to provide people with a way to refresh the countdown. Aichon 14:46, 8 July 2016 (UTC)
The problem is that it's not taking any input. The text appearing on Template:EBDQuoteCycler is the default text for when there's no input. I know about the caching, I test everything in preview mode, saves the Recent Changes page a bit of work. PB&J 14:49, 8 July 2016 (UTC)
Ooooh. For some reason I thought that WAS the quote you wanted. Yeah...these problems get a bit trickier since trying to grab arguments from other templates causes all sorts of issues with pipes. Two things to try:
  • Replace your pipes in the quote pages with {{!}}. Those will get converted into pipes once they're included, rather than before, which may fix the issue, though I can't recall for sure.
  • Move the layout logic to your quote pages. Basically, model it after a Danger Report, where each page containing data (i.e. each quote) is responsible for formatting itself. If you want to be able to use the quotes in different formats on different pages, just use {{EastBecktownDefQuote}} as their default template, with an argument that allows you to pass in a different template for other uses, just like how the DRs default to using the BuildingStatus template, but can be used in other ways (as was done with the DangerCenter). That way will definitely work, but it'll take a bit more work. Aichon 15:06, 8 July 2016 (UTC)
Thanks. The first idea didn't work. The second one is a level above my paygrade it seems, since I don't understand half of what's in there :)
They'll only be used on one page as far as I know, I'm not even sure at this point why I tried to put a CURRENTHOUR call inside a template call inside a different template call. Made sense at the time, but I'm just going to go ahead and get rid of a couple levels of complexity :P Thanks for the tips! PB&J 15:21, 8 July 2016 (UTC)
Well, if you want to keep it simple, just put a quote template on each quote page, then include a different one each hour. No different than flagboxes, basically. Aichon 15:22, 8 July 2016 (UTC)
I went with the rather large switch table, along with putting the quote template on each quote page. Less elegant than a single line of wiki code powering the whole thing, but if it works it isn't stupid. PB&J 15:47, 8 July 2016 (UTC)
Then again, apparently my quote pages aren't displaying the default messages for empty variables any more, so now I broke something else :P Not a giant problem, more a curiosity. PB&J 15:49, 8 July 2016 (UTC)


Extracting EMR input

Hi,

Me again, with another question about how to potentially break the wiki :)

Stelar and me are looking into extracting the input on EMR reports to use it in a different template. Basicly make it so that if people put info in the EMR's, we can use that info as well without manually inputting it in two places.

What we basicly need is this:

|s=Barrville |z=~0 |i=**- |p=B |d=Jul 1

so without the rest of the template surrounding it.

(example taken from the Barrville EMR)

Ideas?

PB&J 13:31, 14 July 2016 (UTC)

You can use it directly in another template as it is, since the raw data is just defaulting to using the {{EMR}} template, but it can be passed into any template of your choosing already. Take a look at how {{EMR}} is built, then make your own that formats the pieces of data you want, how you want, and use it via something like {{EMRP: Darvall Heights|mytemplate}}. That'll cause the data in the relevant EMR to be formatted according to your template instead of {{EMR}}, which should be what you're looking for, from the sound of things. Aichon 13:51, 14 July 2016 (UTC)
It sounds about right. I'll play around with it and come back to you when I inevitably break things. PB&J 14:43, 14 July 2016 (UTC)
Well, I tried it and it just gives me "Template:EMRP: Darvall Heights" as the output... PB&J 14:52, 14 July 2016 (UTC)
You had the right idea. You need a colon before the EMRP template name because it has a colon in the name, which the wiki interprets as a namespace. You also need to tell it which variable you're filling, for...reasons. Anyway, Demo4 should now be working for you with its second example. Aichon 14:56, 14 July 2016 (UTC)
Yeah, I tried the colon in preview, never would have guessed the template= . Thanks, once again, you've proven to be a bloody wiki genius! PB&J 14:58, 14 July 2016 (UTC)


It Worked!

Thanks for the help Aichon, it helped us build a binary counter with 6 digits! THIS counts how many East Beck hospitals are currently safe. I'm immensely proud of it :) PB&J 16:57, 18 July 2016 (UTC)

It seems I have tickled your curiosity :P Watcha doing? PB&J 17:56, 18 July 2016 (UTC)
...nuthin'. >_>
Well, I was trying to build a quick little recursive counter that would've worked for way more digits and used way less code, but then I remembered that the wiki doesn't support recursion. Shucks. I may try re-implementing it in much the same way that I did with my intToString templates that can take a series of digits and convert them to their text-based equivalent, since I think it'd be possible to do something of that sort, but that's definitely a less clean version of the concept. Even so, it should work and should let me add any sequence of 0s and 1s up to however many digits I program it to take. Aichon 18:17, 18 July 2016 (UTC)
That would be handy, but a lot heavier to load I imagine... I think my current counter is quite clean (although I still have to adjust some small things to make it work on any status). It does what it has to do, and it only calls on the templates of the 6 buildings it counts. I can imagine some greater uses for this, Malton-wide perhaps, but the DC took a great toll on the wiki when we implemented it, and I'm not too eager to make page calls take over a minute again. PB&J 18:29, 18 July 2016 (UTC)


EBD banner issue

We had some feedback about our EBD Stat Party 2016 page saying the banner makes the screen need a horizontal scroll bar when the browser size is reduced (which basically extends to all our pages). I've been trying to figure out how to get it to do it, but haven't managed to. The closest I could get was using something like <div style="max-width=100px">, but that made the banner pop outside the right side border, while everything else reduced as I shrunk the browser. Any ideas on what I should do? stelar (talk) 13:37, 19 July 2016 (UTC)

Unfortunately, aside from hacking the CSS for the entire site (which we're not going to do, I'm afraid :P), I'm not aware of any way to resize an image on UDWiki based on the user's browser window size. The way I've tried to get around this limitation in the past when designing pages (e.g. BB4, SoC) is to have the image use a background color that can blend into the page's background, that way the edges of the image aren't obvious. It makes them feel larger than they actually are. Admittedly, it's not a great solution, but it works. Aichon 19:22, 19 July 2016 (UTC)
Okay no worries. I'll just reduce the size for now I guess! stelar (talk) 07:26, 20 July 2016 (UTC)


Userscript to fix building name problem

I finally got tired of the building names being screwed up in Chrome (i.e. no spaces between the words, causing them to stretch the minimap really wide) and I had a few minutes of downtime today at work while I was waiting on code to compile, so I made a userscript that adds the spaces back in where they should be in the names, then modified my Better Name Colorer script to change the CSS so that the buttons word-wrap on spaces like you'd expect. It seems to fix the issue. The reason I'm mentioning it here instead of just putting the code up for download is two-fold:

  1. I don't have time right now to combine them into a single script, which is what they really should be before I publish them.
  2. I'm worried that if I don't have someone poking me, I'll forget to ever actually finish it and make it available.

I figure that if I post here, you guys will keep me accountable, since I can't possibly be the only one wanting this fix. Aichon 17:58, 26 July 2016 (UTC)

And...I've already lost the code to the new userscript. Turns out that having the line of code that causes it to look for auto-updates is a good idea...so long as you don't point it towards a completely different script that will overwrite your new one that you don't have saved anywhere else yet. >_< Aichon 19:09, 26 July 2016 (UTC)
And...I found some more time while code was compiling, so I'll be adding a fixed up and complete version to my Userscripts page in a sec. Aichon 20:13, 26 July 2016 (UTC)
Let me know when this is up and running, love that you're doing this! PB&J 07:47, 27 July 2016 (UTC)
They're already posted up. Check the dates for the scripts on the Userscripts page to see which ones I updated. As I'm updating scripts, I'm also adding auto-updating to them, which should make future updates simpler if you're using a browser that supports auto-updates. Aichon 13:05, 27 July 2016 (UTC)
Oh and if you get the chance, could you try and get a bigger "search the area"-button in Barrista? It's quite tiny for one of the most used buttons. PB&J 08:57, 27 July 2016 (UTC)
Regarding this: I'm open to suggestions. Barrista could use a better layout, but it's difficult to deal with all of the edge cases that can exist. Aichon 20:58, 27 July 2016 (UTC)
How about putting it in the same format as the "barricade" button? Nice big square button :) PB&J 14:43, 2 September 2016 (UTC)
Not a bad idea. Two thoughts for why I haven't done that already:
  1. How obvious would it be what it is? The barricade button has "cade" in it when it's able to be used, but I wouldn't be able to fit "search" in a button of the same size, and I already consider the barricade button to be pushing things when it comes to the ease of discoverability.
  2. If I'm changing the button from what it is now, I'd like a more comprehensive solution that could also address malls, where you can search multiple things from one place.
I do like the idea of a larger button, but it needs something more than just that, I think. Aichon 14:51, 2 September 2016 (UTC)
First of all: the barricade button is by far easier to locate on my screen than the search button right now, just fyi :)
Second, the Mall search is an interesting situation. Perhaps a dropdown menu with all the options and that reverts to "Search the building." when not in a mall? PB&J 15:19, 2 September 2016 (UTC)
Sorry, I probably should have said something more like "intuitiveness". Basically, answering the question, "is it obvious what it does?", more so than the question of, "is it easy to see?" As for the mall search, a pulldown could work, but I'd want it to be something that the user could click repeatedly without having to select from a pulldown each time, otherwise it'd be less convenient than what they already have. ;) Aichon 16:13, 2 September 2016 (UTC)
UDToolbar used to* use a dropdown and just select whatever search you’d made most recently, since it’s always in the URL parameters and submitted via form. (Actually, the form bit might mean the browser or cgi script handled that part.) Seems the most elegant way to handle it would be to default to doing what the user was doing last — come to think of it, I had an “attack toolbar” idea ages ago that I never got around to fleshing out which worked on this principle.
*Presumably still does, if you’re running an old enough Firefox version. ᚱᛁᚹᛖᚾ You rated this wiki '1'! Great job, go hog wild!|||||||||||||||||||||||||||||||||| 01:52, 6 September 2016 (UTC)


Magic words: time

Hi Aichon,

I'm trying to get this page to display two things: the user's local currenthour and the server's currenthour, but for some reason, it's displaying the servertime twice. Suggestions? :) PB&J 09:42, 2 September 2016 (UTC)

Unfortunately, as far as I can recall, neither of them actually provides the user's time, despite what the Magic Words page says. They both provide wiki time. I ran into this issue a few years back when trying to make a table that would show MOB strike times in the user's local time...didn't have much luck. Sorry. Aichon 14:26, 2 September 2016 (UTC)
Heh. Was trying to do the exact same thing for the Scourge. As usual I went with a 600 case switch :P Thanks anyway mate PB&J 14:35, 2 September 2016 (UTC)


Userscript Idea

Not sure how plausible it is, but it would be nice to have radio broadcasts be more readible. Right now, on frequencies like 27.55, it shows " from here, on 27.55 MHz. (x minutes ago)" after every piece of radio traffic. Maybe group them together a bit so it just says:

27.55 MHz:

  • "bla bla bla" (2 hours ago)
  • "bla die bloe bla" (1 hour ago)
  • "blobedieblabedie" (Just now)

Just an idea... PB&J 12:23, 22 September 2016 (UTC)

It's fairly plausible. Radio broadcasts follow a pattern that is stylistically unique to them (so far as I know) and that can't be duplicated by users in some other way, meaning it should be fairly straightforward to recognize them and identify their channels. But yeah, were something like this to be done, we'd definitely want to group the messages by frequency (so long as they were continuous in the stuff the user sees) and then we'd probably also want to toss in some extra styling for related events, such as radios going down.
  • 27.55 MHz:
    • "bla bla bla" (2 hours ago)
    • "bla die bloe bla" (1 hour ago)
    • *crash* *static* *silence* (5 minutes ago)
    • "blobedieblabedie" (Just now)
But before I'd even consider doing something like this, I'd need to have a representative sample of dumbwits (not screenshots, since I can't test my scripts on screenshots), simply because it's impossible for me to test radio broadcasts in the game by myself. And they'd need to be showing things like single-line broadcasts, multi-line broadcasts, multi-line broadcasts that get intermingled with other actions at the player's location (e.g. someone talking during a broadcast), multi-line broadcasts that get interrupted by outside actions (e.g. a different broadcast, a flare, a bellow), what it looks like when the broadcast is happening at the user's location vs. happening elsewhere, how it looks when you're the one doing the broadcasting, what the messages look like when tuning into a frequency that has 0 vs. 1+ transmitters with a radio vs. with a transmitter, what it looks like when a transmitter goes down (and the last transmitter too, if the message is different), and so on. More or less, when it comes to text parsing, I want as many examples as possible before I even get started, and I want to know that I have the ability to test as much as is needed, otherwise I'll regret any assumptions I make about how the code should work when I later on discover that there's a major edge case that turns those assumptions on their head.
Also worth saying: this isn't an itch I feel compelled to scratch for myself just yet, which is typically what gets me to work on userscripts, but if you guys actually keep up with the Radio Malton broadcasts on my group's frequency, I may think differently in a few more days. :P Aichon 15:03, 22 September 2016 (UTC)
We knew that frequency would get your attention :D When it comes to testing, I think no one in Malton is as qualified as we currently are to deliver any and all necessary examples, since we spend a considerable amount of our time spamming the airwaves anyway. It'll take a while, but we'll try and keep up the transmissions on 27.55 MHz and 26.43 MHz and gather what we can in the meantime.
Respectfully yours, PB&J 15:24, 22 September 2016 (UTC)


Umm

Hey, why did you revert all my recent edits to my sandbox? I copied all the old material elsewhere. Was it an error? Bob Moncrief EBDW! 11:26, 29 September 2016 (UTC)

Mis-click? I vaguely remember accidentally tapping the rollback link on a line that had text-wrapped in my watchlist when viewed on my iPad, before quickly tapping the correct link. I didn't think it had gone through, but clearly I was incorrect. Feel free to undo. Aichon 13:15, 29 September 2016 (UTC)
No worries. Didn't want to undo in case there was an issue. Bob Moncrief EBDW! 13:28, 29 September 2016 (UTC)
Thankfully nothing. Sorry for the hassle. Aichon 14:19, 29 September 2016 (UTC)


chrome stuff

thinking of playing again but I stopped using firefox.. got any chrome plug ins to make the game view better.? please let me know on my talk. thx--User:Sexualharrison16:49, 6 October 2016

Responded on your talk. Aichon 16:58, 6 October 2016 (UTC)
PK forum error 509?? whats up with the pk forum?? anyone?--User:Sexualharrison02:21, 27 October 2016
It indicates they went over their bandwidth. Since the PK forum is on hosting with other sites run by one of the single initial folks (J or F, I think? Or was it M?), my guess would be that those other sites were a tad too popular this month. Rev may have better info. He doesn't lurk on my talk page like he used to though, so you may have to poke him in IRC (he hangs around on the new server in the secret room, as I recall) or his talk. Aichon 04:58, 27 October 2016 (UTC)
And they're back up. Aichon 18:16, 1 November 2016 (UTC)


Your organizer for Chrome

Thanks again for pointing it out! I did notice, though, that spray cans don't seem to show up in inventory now. I can drop them. I can find them. But they don't get listed in the items. --Queen Mum (talk) 19:06, 10 October 2016 (UTC)

No problem, and yeah, that was a personal preference on my part. I rigged it up to hide buttons that don't actually have any functionality, partially to declutter and partially because some of them cost you AP if you click them, even though they don't do anything. I've been toying with the idea of restoring them as inert labels that can't be clicked, that way people have an indication of how many they have, but I haven't had the time/motivation to get around to it yet. Aichon 19:34, 10 October 2016 (UTC)
Gotcha. For me, personally, I like having a count, at least, of such things so that I know when I've picked up 6 spray cans when I only needed 2 and fuel, for instance. But hey, not going to look a gift script in the mouth... so to speak. So I know, what other items don't show up? --Queen Mum (talk) 19:40, 10 October 2016 (UTC)
I believe this should be the full list from the code for the userscript:
var otherList = [
	'binoculars',
	'book',
	'crucifix',
	'flak jacket',
	'fuel can',
	'GPS unit',
	'mobile phone',
	'newspaper',
	'pair of wirecutters', 
	'poetry book', 
	'portable generator',
	'radio',
	'radio transmitter',
	'spray can',
	'toolbox',
	'stale candy',
];
As you, I want a count (particularly with spray cans), so I do plan to add the feature at some point, but I've just been super busy these last few months, and when I've had the time to spare, I haven't remembered to do it. Aichon 19:42, 10 October 2016 (UTC)
Ah! So no tuning portable radios, giving candy or using binoculars? Like I say, I'm not especially fussed, but it's good to know. Thanks! Hope things get more mellow for you, if that's what you want. If it's "good" busy, then enjoy :) --Queen Mum (talk) 19:48, 10 October 2016 (UTC)
Oh, wait, that's not right. I grabbed the wrong list. That's just the stuff that shows up in the "Other" section. This is the correct list:
var wastedClicks = [
	'fire axe',
	'flak jacket',
	'spray can',
	'toolbox',
];
So, yes, you can do all those things you said. Sorry about the mixup. Aichon 19:53, 10 October 2016 (UTC)
Oh! Ha! That does make more sense. What? No wirecutters? :) --Queen Mum (talk) 20:07, 10 October 2016 (UTC)
Do they waste clicks? I joined the game after they became unobtainable, so I've never been able to test anything related to them. As I recall, all of the ones I added to that list were ones that had personally annoyed me by wasting my AP at some point along the way while doing absolutely nothing. Aichon 20:35, 10 October 2016 (UTC)
Well, they don't do anything now. In fact, I can't recall whether or not you clicked them to cut into a junkyard or if that was just an option. The one guy I know who stubbornly held onto them has gone dormant. Heck, I'd forgotten you could read newspapers instead of just slapping friends with them. --Queen Mum (talk) 20:41, 10 October 2016 (UTC)


Random page from preset group

Since I saw your reaction on the fugly template I made for Bob, a bit of info on how to get a random page from a preset group of pages: it's basically a variation on the Random Page url which I found among the Special pages.

It uses ...Special:RandomInCategory/CATEGORY as a url, so in this case the category is Stubs/Locations. It's too bad we're unable to use it as an internal link (eg. to spawn a different link or template every time you look at a page), but it's better than nothing. Cheers, PB&J 08:00, 23 November 2016 (UTC)

Yeah, I was testing it out earlier to see if it could be used to populate a random template. Sadly not, since that'd have an insane number of potential uses, but a random link can still be useful, as you aptly demonstrated. Aichon 08:03, 23 November 2016 (UTC)
It's one of those things that happens when you just browse through those pages and try to find uses for each link and magical word :P PB&J 08:07, 23 November 2016 (UTC)


Script installs

Hi ! I'm going to sound quite noobish and feeling silly asking for this simple question but here goes anyway : I'm using Chrome and picked up Tampermonkey. However, ALL the links to your scripts give me a "page not found". Am I missing something ? --Murderess (talk) 15:44, 25 January 2017 (UTC)

Nope, not noobish at all. Apparently I misconfigured my DNS settings when moving web hosts recently, since it looks like anything that links to www.aichon.com is broken, but anything linking to aichon.com is fine. I'll update the links on the userscript page in a moment to drop the www, which should fix the issue for you, and then I'll try putting together a more permanent fix on the server side of things so that others don't run into this problem with any old links that may still be out there. Thanks for cluing me in! Aichon 16:10, 25 January 2017 (UTC)
Awesome, I'm not insane! Was getting there though looking around to see if I could figure this out but yeah, only explanation out there was the DNS. Thank you! --Murderess (talk) 16:18, 25 January 2017 (UTC)
Sure thing! Funnily enough, I specifically remember testing my userscript links after I moved everything over to the new host and had let DNS settle. What I forgot, however, is that I rolled my DNS changes back for a few days when I ran into some unexpected issues. Apparently after I dealt with the issues and pushed the "corrected" DNS changes through again, I wasn't quite as thorough as I should have been in my testing, so I didn't notice that those links were broken. *headslap* Aichon 16:27, 25 January 2017 (UTC)
lol Hey I'm just glad you're around. We'll just keep this our little secret *giggles* --Murderess (talk) 16:41, 25 January 2017 (UTC)
Aichon, there is no access to the profile link on players for the Rogues Gallery, this is what I get : This site can’t be reachedrg.urbandead.net’s server DNS address could not be found. DNS_PROBE_FINISHED_NXDOMAIN --Murderess (talk) 18:06, 25 January 2017 (UTC)
Yeah, I'm afraid the Rogue's Gallery has been defunct for a year or two, so I'm afraid that button no longer works. So far as I'm aware, no one has set up a new iteration on the Rogue's Gallery idea for me to link to, and setting up my own Rogue's Gallery is definitely not something I plan to do. I probably should remove that button, honestly, but it just never occurred to me before. >_> Aichon 18:26, 25 January 2017 (UTC)
Are you saying that there is no keeping track of Pkers and BHers anymore ? No list ? Man I was gone way too long... While you're here, may I bug you for something else ? How do I get my group active and dedicated Suburb ? Do I HAVE to have 10+ in my crew ? I'm all full of questions today... nice to be back though :) --Murderess (talk) 18:32, 25 January 2017 (UTC)
Afraid so. You might want to check in with the folks over at NecroConnect, since if there is a Rogue's Gallery alternative, I'm guessing they'll be aware of it and using it.
As far as groups being active and whatnot, I'm not quite following the question. The only thing that having 10+ members gets you is that the game lists your group on the stats page. Otherwise, you don't need X members for anything. If you'd like to add your group to a suburb's group listing, there should be an "edit group listing" link above the list, but I'm not sure if that's what you were asking, so I apologize if I didn't provide a useful answer. Let me know and I'll try again. :) Aichon 18:38, 25 January 2017 (UTC)
Yes I basically just want to add my group to the listing. ENVY is still listed under survivor groups though but I did get the message in my group talk that we were to be tossed (Because your group hasn't responded within a month, your suburb and radio listings have been removed. Feel free to relist your group. Bob Moncrief MTT•W! 03:12, 26 November 2013 (UTC)) Does that mean that ENVY still lives but doesn't have a suburb affiliated ? And how do I do that ? And ok, I'm in NecroConnect already. I'll check it out. --Murderess (talk) 18:55, 25 January 2017 (UTC)
Oh, yeah, there's a periodic (every few years) cleanup of the suburb group listings, just to clean out the inactive groups that no longer exist. It's a simple janitorial task here on the wiki, but it doesn't actually mean anything, other than that we're trying to keep information up to date so that the wiki reflects reality in the game. As Bob said, you are welcome to re-add your group to the listings for your suburb and the Radio. There are no membership requirements or whatnot that you need to worry about. Aichon 19:00, 25 January 2017 (UTC)
That's the problem, I listed my radio freq back but no idea how to list active suburb --Murderess (talk) 19:02, 25 January 2017 (UTC)
Gotcha. To add your group to a listing, just go to the suburb where you'd like it listed (e.g. Richmond Hills), look at the right side of the suburb where you'll see the groups listed, and then click the "edit group listing" link right above the list. It looks like your group was in Richmond Hills when Bob removed ENVY from the listing back in 2013, so I've gone ahead and re-added ENVY to the Richmond Hills' listing. If you run into any problems, let me know. Aichon 19:39, 25 January 2017 (UTC)
You are such a sweetheart, thank you! I added us to Havercroft as well as we work both subs. You've been most helpful and its truly appreciated. This should be all for today lol --Murderess (talk) 19:50, 25 January 2017 (UTC)
Hi! Yes, NecroConnect maintains a Bounty Hunter section including a Bounty Board, but it's all done manually (I was never on Rogue's Gallery back in the day — was it done manually too?) You can report PKings and bounty hunting there and the staff (including myself!) keeps it updated. Bob Moncrief EBDW! 20:49, 25 January 2017 (UTC)
With the RG, humans entered all the data, but the pages themselves were generated programmatically from the data the moderators had entered. It'd show screenshots, claims for and against, comments, links, etc.. Very useful, especially since it meant I could programmatically generate a link to a page for any arbitrary character, given that the links all followed the same pattern and it had a default page for any characters who had no information (i.e. no 404s). Aichon 20:54, 25 January 2017 (UTC)
Ah yeah, the NC one is just a set of lists without subpages. Bob Moncrief EBDW! 21:12, 25 January 2017 (UTC)


Dumbwit - iamscott.net

Hi ! How does one go about fixing this (iamscott.net) : This Domain Name Has Expired - Renewal Instructions. iamscott.net is Registered with one of our resellers

Please contact our reseller for assistance. Here's how to reach them:

Provider Information:

Namecheap.com http://www.enom.com 4600 East Washington Street, Suite 305 Phoenix , AZ +1.6613102107 support@namecheap.com For additional assistance, please call 1 (425) 274-4500 or Submit a Ticket in our Guest Help Center.

Thanks, eNom Support Staff

You're superman... I'm sure you know lol --Murderess (talk) 12:32, 9 February 2017 (UTC)

Its working again... ignore me :) --Murderess (talk) 14:56, 9 February 2017 (UTC)
Awesome. Yeah, it was something out of our hands, so I wouldn't have been able to do anything other than point you towards the guy in charge, but it sounds like he's got things under control. Aichon 15:59, 9 February 2017 (UTC)
Looks like I can't use my sat phone though... I even shut down all my scripts and it still doesn't work. Any idea ? --Murderess (talk) 01:57, 10 February 2017 (UTC)
I'd suggest hitting up Sophie, since she's the developer of the script and is fairly responsive to questions people ask. ;) Aichon 02:01, 10 February 2017 (UTC)
Thank you so very much :) --Murderess (talk) 02:18, 10 February 2017 (UTC)

Sadface

--Rosslessness ; the shambling custodian of UD's past... 00:19, 21 February 2017 (UTC)