In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

Difference between revisions of "User talk:Mac Fife"

From OpenUru
Jump to navigation Jump to search
Line 11: Line 11:
 
For the convenience of shard operators, below is the names list as of 17 Oct
 
For the convenience of shard operators, below is the names list as of 17 Oct
 
2015 with coding in place to update it directly in the database.
 
2015 with coding in place to update it directly in the database.
<pre>'''SQL code for MOSS servers'''<ref>Coding provided by Christian Walthers.</ref><hr>UPDATE textnote SET value = E'Richard "ShadowCats" Bader\nJeannie "jmb30321" Barcus\nJanet "Pehpsi"
+
'''SQL code for MOSS servers'''<ref>Coding provided by Christian Walther.</ref><hr><syntaxhighlight lang="sql">UPDATE textnote SET value = E'Richard "ShadowCats" Bader\nJeannie "jmb30321" Barcus\nJanet "Pehpsi" Burress\nCAGrayWolf\nJames "Aquila" Carpenter\nVirginia "Terra" Cinova\nWillow "Wheely" Engberg\nCindy Farrar\nGandhar\nRon Hayter\nJahuti\nMaureen "Mo\'zie" Jannot\nJDrake\nDeirdre Karris\nKatzi\nWilliam "oldmanjob" Maier\nLen "Flyboy" Mumbower\nMyst\'Aken\nPerlenstern\nMark "Zardoz" Plummer\nRamsine\nJim "Dust\'ei" Rhodes\nJosef Riedl\nSil-Oh-Wet\nRosette Taylor\n' WHERE title = 'MemorialImager';</syntaxhighlight>
Burress\nCAGrayWolf\nJames "Aquila" Carpenter\nVirginia "Terra"
 
Cinova\nWillow "Wheely" Engberg\nCindy Farrar\nGandhar\nRon Hayter\nJahuti\nMaureen "Mo\'zie" Jannot\nJDrake\nDeirdre Karris\nKatzi\nWilliam "oldmanjob" Maier\nLen "Flyboy"
 
Mumbower\nMyst\'Aken\nPerlenstern\nMark "Zardoz" Plummer\nRamsine\nJim "Dust\'ei" Rhodes\nJosef Riedl\nSil-Oh-Wet\nRosette Taylor\n' WHERE title = 'MemorialImager';</pre>
 

Revision as of 13:14, 19 October 2015

Awww, I'm sorry, I guess my methods are pretty messy. I was thoroughly embarrassed to see the 500 edits when I looked at it. I don't suppose the slate can be wiped clean, can it? ; )

Test

1 to 2

Here

Some words

Memberships: None
Remembrances: Some

List in Code

For the convenience of shard operators, below is the names list as of 17 Oct 2015 with coding in place to update it directly in the database.

SQL code for MOSS servers[1]


UPDATE textnote SET value = E'Richard "ShadowCats" Bader\nJeannie "jmb30321" Barcus\nJanet "Pehpsi" Burress\nCAGrayWolf\nJames "Aquila" Carpenter\nVirginia "Terra" Cinova\nWillow "Wheely" Engberg\nCindy Farrar\nGandhar\nRon Hayter\nJahuti\nMaureen "Mo\'zie" Jannot\nJDrake\nDeirdre Karris\nKatzi\nWilliam "oldmanjob" Maier\nLen "Flyboy" Mumbower\nMyst\'Aken\nPerlenstern\nMark "Zardoz" Plummer\nRamsine\nJim "Dust\'ei" Rhodes\nJosef Riedl\nSil-Oh-Wet\nRosette Taylor\n' WHERE title = 'MemorialImager';
  1. Coding provided by Christian Walther.