Follow TV Tropes

Following

History Tropers / SilverCrown

Go To

OR

Is there an issue? Send a MessageReason:
moderator restored to earlier version
Is there an issue? Send a MessageReason:
None


I'm not going to delete my account or blank anything or storm off in disgust or do something ridiculously stupid that gets me banned, but this is the end of the road for me when it comes to TVT. There are other wikis. I'm sad how this situation has been handled and the writing on the wall is eerily reminiscent of the frog in the boiling water trope. You can tell something's "off", not by much, but it's there. There's a colder edge that wasn't there before under the previous administration. In nautical terms, there's an iceberg on the horizon, and the captains are doing a terrible job of not steering the Titanic into it (if they haven't hit it already). No thanks. I'd rather be on the lifeboat.

to:

I'm not going to delete my account or blank anything or storm off in disgust or do something ridiculously stupid that gets me banned, banned - if I'm going out with my account, I'm going out on my own terms, but this is the end of the road for me when it comes to TVT. There are other wikis. I'm sad how this situation has been handled and the writing on the wall is eerily reminiscent of the frog in the boiling water trope. You can tell something's "off", not by much, but it's there. There's a colder edge that wasn't there before under the previous administration. In nautical terms, there's an iceberg on the horizon, and the captains are doing a terrible job of not steering the Titanic into it (if they haven't hit it already). No thanks. I'd rather be on the lifeboat.
Is there an issue? Send a MessageReason:
None


These past years have been great, but I can't say anything that neither I nor anyone else hasn't said before. I'm not here to yell at anyone or to rant or rave; I'm just here to say that I cannot in good conscience support the path taken by the administration anymore. I think it's time the wiki and I part ways for good.


to:

These past years have been great, but I can't say anything that neither I nor anyone else hasn't said before. I'm not here to yell at anyone or to rant or rave; I'm just here to say that I cannot in good conscience support the path taken by the administration anymore. I think it's time the wiki and I part ways for good.

good. Fair skies and clear winds, TV Tropes. Maybe someday we will meet again. But that day is not today, not now, and not until some serious change is shown.

Changed: 3006

Removed: 8746

Is there an issue? Send a MessageReason:
Voting with my feet.


![[AC: If you know nothing about tech, then half of this stuff won't make sense - but I hope you enjoy it anyway. If you know something about tech, you're my new best friend! Yep, still under construction :(]]

----

[[https://www.dofactory.com/html/charset/entities Something cool I discovered.]]

----

![[AC:This page is a Work In Progress. Pardon our dust.]]

<?php \\
Notice: Undefined constant: [=SilverCrown=] in /pmwiki/pmwiki.php on line 1 \\
[[JustForFun/DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.');]] \\
?>

@@silvercrown@tvtropes - cd /personal/life/funthings@@
@@cd: No fun things found@@
[[TVTropesWillRuinYourLife Dang.]]

----

[[creepypic]]

[[AC: The unintentional SiteBreaker.]]

𝔚𝔢𝔩𝔠𝔬𝔪𝔢 𝔱𝔬 𝔪𝔶 𝔲𝔰𝔢𝔯𝔭𝔞𝔤𝔢.

[[EarWorm Have a look around.]] [[https://www.youtube.com/watch?v=k1BneeJTDcU Anything that brain of yours can think of can be found...]]

No relation to SilverFox.

I'm an aspiring programmer currently finishing up my last year of high school. I'm also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID. In real life, I'm INTP and would describe myself as center-left on the political spectrum.

I don't trope myself. I'd rather do it for fictional media instead!

Python is my favorite programming language, but I'm partial to Java, SQL[[note]]yes, yes, I know that people don't consider it to be a programming language[[/note]], PHP, and Ruby. I'm currently learning a bunch of other programming languages as well, including [=JavaScript.=]

[[folder: My custom hacks, userscripts, and stylesheets]]
Hosted on Pastebin for the time being, may be moved to [=GitHub=] if I feel like it. Everything in the Pastebins that was written by me is licensed under the MIT License '''unless otherwise explicitly stated.'''
[[AC: Stylesheets]]
* [[https://pastebin.com/raw/zFS22vFH TV Tropes Custom]] (yes, it doesn't have a name yet).
[[AC: Userscripts]]
* [[https://pastebin.com/raw/EGREXEDV Logout Confirmation]] - Adds an alert popup warning users that they're about to log out.
* [[https://pastebin.com/raw/NQMLA08X No Forum Avatar Message]] - Randomizes a list of messages when a person is viewing an avatar gallery of someone that has none.
* [[https://pastebin.com/raw/4g4yPQA0 View Article ID]] - Quite simply, adds the Article ID as a number near the bottom of the page viewer.
[[/folder]]

[[folder: All "Add Post" messages]]
Will appear in addpost.php.
* Watch [USERNAME] work those keys. Frickin' awesome!
* [USERNAME] prepares a salvo.
* [USERNAME] leers at keys.
* [USERNAME] is about to say this about that.
* Bust a move, [USERNAME]. Whatever that means.
* Keep it down! [USERNAME] is composing a post.
* [USERNAME] is now in a pre-post state.
* [USERNAME], Barada Nikto! ... Oh well, it was worth a try.
* [USERNAME] put down sword, picks up pen...
* Oh, good. [USERNAME] is about to settle this thing.
* Those keys need ticklin', [USERNAME].
[[/folder]]

[[folder: How to use a script for making actions]]
TV Tropes has no API. This means rather than make a POST request to an API endpoint (which doesn't exist), you'll need to do it manually. How? Well, you can:
# Log in and save your login cookie (using Requests for Python or some other library if you wish) as a raw text file.
# Log in and capture your login cookie within a session (re. Requests)

Once you have the cookie, you can authenticate any action that you make. I am currently working on making a Python abstraction layer for TV Tropes named Lampshade based off the [=DeviantArt=] API wrapper. It will be publicly released when it's ready (no finalization date as of yet) along with documentation.
[[/folder]]

[[folder: How to use emoticons on Ask The Tropers]]
!!Crossposted from ATT draft, also works in any query.php discussion system.
This is not a question, but more ''advice'' and a ''solution'' for people who want to use the arrow/emoticon feature in Ask The Tropers without typing "[up]" (which doesn't actually work) or "^".

This took an irritatingly long time to figure out, mostly because the image markup doesn't actually work with any images outside the "/public" directory (which is what the smilies are). Apparently you have to throw the entire link in instead.

Anyway, I ''think'' I managed to get it. Copy and use the markup as much as you want to! (You can also highlight the emoticon and use the old copy+paste.)

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png

[=https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF=] => https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF

[=https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png=] => https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png

[=https://static.tvtropes.org/pmwiki/pub/images/bug.gif=] => https://static.tvtropes.org/pmwiki/pub/images/bug.gif

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/cool.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/cool.png

[=https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png=] => https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png

[=https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png=] => https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png

[[/folder]]

[[folder: Assorted junk and drabble]]
'''Non-Ajax'''
pmwiki.php
changes.php
topics.php
browse.php
tlp_activity.php
pitchgenerator.php
crown_activity.php
reviews_index.php
review_activity.php
cutlist.php
storygen.php
index_report.php
nuked_thread_msg.php
contributor_list.php
recent_videos.php
contact.php
lb_logon.php
posts.php
crowner.php
conversations.php
review_comments.php
lb_i.php
wiki_pm.php
pm.php
review_comment_store.php
indexpage.php
changes.php
dmca.php
inboundlinks.php
el.php
recent_edit_reasons.php
heralds.php
greeting.php
changepass.php
forumite_icon_gallery.php
profile.php
awl.php
user_queries.php
thread_watch.php
ad-free-subscribe.php
unknower.php
article_history.php
archived_discussion.php
relatedsearch.php
to_do_list.php
discussion.php
query.php
login_prompt.php
knowerForm.php
img_list.php
wysiwyg_source_editor.php
review_flag_form.php
review_add.php
createconversation.php
video_examples.php
content_violation_reports.php
review_flag.php
forum_holler_mod.php
forum_holler_mod_post.php

'''Ajax'''
check_troper_lock.php
watchlist.php
asteri_handler.php

[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902
[[/folder]]

----

@@Attempting to establish connection... '''CONNECTION FAILED'''@@
@@System shutdown, pending connection termination... '''CONNECTION TERMINATED''' @@

˙noʎ ɹoɟ ƃuᴉʇsǝɹǝʇuᴉ ʎɹǝʌ ˙˙˙ǝq llᴉʍ ʇI ˙ǝɹoɯ ǝlᴉɥʍ ɐ ʎɐʇs plnoɥs noʎ ǝqʎɐW ¿ʎlɹɐǝ os ƃuᴉʌɐǝ˥

to:

![[AC: If you know nothing So count me in as another troper who's calling it done, having been on this site for seven years (my old account and this one). This is going to be a long, rambling post about tech, then half of this stuff won't make sense - why I'm throwing in the towel. It's not supposed to be some grandiose speech, but I hope you enjoy can see how some people would think of it anyway. If you know that way.

You know, up until the whole unilateral admin action fiasco I wanted to be an engineer, and I thought I would apply in a year. Hell, in ten years (if we were still around), I wouldn't be so vehement against accepting an offer of modship as I am today (or a year ago; I'd never want to be a moderator anyway). I can't do that now.

I thought I would spend at least (exactly) a year away from the site but recent events have forced my hand. So here's the blunt "yes, I'm gone" post, unless major changes happen that restore my confidence. Thanks for everything, y'all. Our talks on coding, all those user extensions and styles and projects I made, and the friendly interactions I had with this community were why I kept coming back until real life made me decided to take a year-long wikibreak early this year.

I'm not going to delete my account or blank anything or storm off in disgust or do
something about tech, you're my new best friend! Yep, still under construction :(]]

----

[[https://www.dofactory.com/html/charset/entities Something cool I discovered.]]

----

![[AC:This page is a Work In Progress. Pardon our dust.]]

<?php \\
Notice: Undefined constant: [=SilverCrown=] in /pmwiki/pmwiki.php on line 1 \\
[[JustForFun/DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.');]] \\
?>

@@silvercrown@tvtropes - cd /personal/life/funthings@@
@@cd: No fun things found@@
[[TVTropesWillRuinYourLife Dang.]]

----

[[creepypic]]

[[AC: The unintentional SiteBreaker.]]

𝔚𝔢𝔩𝔠𝔬𝔪𝔢 𝔱𝔬 𝔪𝔶 𝔲𝔰𝔢𝔯𝔭𝔞𝔤𝔢.

[[EarWorm Have a look around.]] [[https://www.youtube.com/watch?v=k1BneeJTDcU Anything
ridiculously stupid that brain gets me banned, but this is the end of yours can think of can be found...]]

No relation
the road for me when it comes to SilverFox.

TVT. There are other wikis. I'm an aspiring programmer currently finishing up my last year of high school. I'm also sad how this situation has been handled and the one who discovered a number of funny things to do writing on the site, including emoticons on query.php pages (see below) and wall is eerily reminiscent of the frog in the boiling water trope. You can tell something's "off", not by much, but it's there. There's a glitch to make a custom thread ID. colder edge that wasn't there before under the previous administration. In real life, I'm INTP and would describe myself as center-left nautical terms, there's an iceberg on the political spectrum.

I don't trope myself.
horizon, and the captains are doing a terrible job of not steering the Titanic into it (if they haven't hit it already). No thanks. I'd rather do it be on the lifeboat.

So, thanks
for fictional media instead!

Python is
everything, y'all. I joined in July 2020, right after the big site crash, and those three years were "the best of times, the worst of times". What with forum games going on amidst Covid, me writing all those user extensions in JS and reporting bugs to the admin and moderator team, messing around with inspect element and coding my favorite programming language, own Tropes clone (long story) the edits we had, the fun times we had. But it feels like this time, there's something "off" about the situation. I've seen this happen to many sites before where one event leads to dozens of child sites.

These past years have been great,
but I can't say anything that neither I nor anyone else hasn't said before. I'm partial not here to Java, SQL[[note]]yes, yes, I know that people don't consider it yell at anyone or to be a programming language[[/note]], PHP, and Ruby. rant or rave; I'm currently learning a bunch of other programming languages as well, including [=JavaScript.=]

[[folder: My custom hacks, userscripts, and stylesheets]]
Hosted on Pastebin for the time being, may be moved to [=GitHub=] if I feel like it. Everything in the Pastebins that was written by me is licensed under the MIT License '''unless otherwise explicitly stated.'''
[[AC: Stylesheets]]
* [[https://pastebin.com/raw/zFS22vFH TV Tropes Custom]] (yes, it doesn't have a name yet).
[[AC: Userscripts]]
* [[https://pastebin.com/raw/EGREXEDV Logout Confirmation]] - Adds an alert popup warning users that they're about to log out.
* [[https://pastebin.com/raw/NQMLA08X No Forum Avatar Message]] - Randomizes a list of messages when a person is viewing an avatar gallery of someone that has none.
* [[https://pastebin.com/raw/4g4yPQA0 View Article ID]] - Quite simply, adds the Article ID as a number near the bottom of the page viewer.
[[/folder]]

[[folder: All "Add Post" messages]]
Will appear in addpost.php.
* Watch [USERNAME] work those keys. Frickin' awesome!
* [USERNAME] prepares a salvo.
* [USERNAME] leers at keys.
* [USERNAME] is about
just here to say this about that.
* Bust a move, [USERNAME]. Whatever
that means.
* Keep it down! [USERNAME] is composing a post.
* [USERNAME] is now
I cannot in a pre-post state.
* [USERNAME], Barada Nikto! ... Oh well, it was worth a try.
* [USERNAME] put down sword, picks up pen...
* Oh, good. [USERNAME] is about to settle this thing.
* Those keys need ticklin', [USERNAME].
[[/folder]]

[[folder: How to use a script for making actions]]
TV Tropes has no API. This means rather than make a POST request to an API endpoint (which doesn't exist), you'll need to do it manually. How? Well, you can:
# Log in and save your login cookie (using Requests for Python or some other library if you wish) as a raw text file.
# Log in and capture your login cookie within a session (re. Requests)

Once you have
good conscience support the cookie, you can authenticate any action that you make. I am currently working on making a Python abstraction layer for TV Tropes named Lampshade based off path taken by the [=DeviantArt=] API wrapper. It will be publicly released when administration anymore. I think it's ready (no finalization date as of yet) along with documentation.
[[/folder]]

[[folder: How to use emoticons on Ask The Tropers]]
!!Crossposted from ATT draft, also works in any query.php discussion system.
This is not a question, but more ''advice'' and a ''solution'' for people who want to use the arrow/emoticon feature in Ask The Tropers without typing "[up]" (which doesn't actually work) or "^".

This took an irritatingly long
time to figure out, mostly because the image markup doesn't actually work with any images outside the "/public" directory (which is what the smilies are). Apparently you have to throw the entire link in instead.

Anyway, I ''think'' I managed to get it. Copy
wiki and use the markup as much as you want to! (You can also highlight the emoticon and use the old copy+paste.)

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png

[=https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF=] => https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF

[=https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png=] => https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png

[=https://static.tvtropes.org/pmwiki/pub/images/bug.gif=] => https://static.tvtropes.org/pmwiki/pub/images/bug.gif

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/cool.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/cool.png

[=https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png=] => https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png

[=https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png=] => https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png

[[/folder]]

[[folder: Assorted junk and drabble]]
'''Non-Ajax'''
pmwiki.php
changes.php
topics.php
browse.php
tlp_activity.php
pitchgenerator.php
crown_activity.php
reviews_index.php
review_activity.php
cutlist.php
storygen.php
index_report.php
nuked_thread_msg.php
contributor_list.php
recent_videos.php
contact.php
lb_logon.php
posts.php
crowner.php
conversations.php
review_comments.php
lb_i.php
wiki_pm.php
pm.php
review_comment_store.php
indexpage.php
changes.php
dmca.php
inboundlinks.php
el.php
recent_edit_reasons.php
heralds.php
greeting.php
changepass.php
forumite_icon_gallery.php
profile.php
awl.php
user_queries.php
thread_watch.php
ad-free-subscribe.php
unknower.php
article_history.php
archived_discussion.php
relatedsearch.php
to_do_list.php
discussion.php
query.php
login_prompt.php
knowerForm.php
img_list.php
wysiwyg_source_editor.php
review_flag_form.php
review_add.php
createconversation.php
video_examples.php
content_violation_reports.php
review_flag.php
forum_holler_mod.php
forum_holler_mod_post.php

'''Ajax'''
check_troper_lock.php
watchlist.php
asteri_handler.php

[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902
[[/folder]]

----

@@Attempting to establish connection... '''CONNECTION FAILED'''@@
@@System shutdown, pending connection termination... '''CONNECTION TERMINATED''' @@

˙noʎ ɹoɟ ƃuᴉʇsǝɹǝʇuᴉ ʎɹǝʌ ˙˙˙ǝq llᴉʍ ʇI ˙ǝɹoɯ ǝlᴉɥʍ ɐ ʎɐʇs plnoɥs noʎ ǝqʎɐW ¿ʎlɹɐǝ os ƃuᴉʌɐǝ˥
I part ways for good.


- Silver
Is there an issue? Send a MessageReason:
None

Added DiffLines:

![[AC: If you know nothing about tech, then half of this stuff won't make sense - but I hope you enjoy it anyway. If you know something about tech, you're my new best friend! Yep, still under construction :(]]

----

Added: 3814

Changed: 1291

Removed: 2734

Is there an issue? Send a MessageReason:
this was broken


@@silvercrown@tvtropes - cd /personal/life/funthings@@
@@cd: No fun things found@@
[[TVTropesWillRuinYourLife Dang.]]



Python is my favorite programming language, but I'm partial to Java, SQL[[note]]yes, yes, I know that people don't consider it to be a programming language[[/note]], PHP, and Ruby. I'm currently learning a bunch of other programming languages as well.

to:

I don't trope myself. I'd rather do it for fictional media instead!

Python is my favorite programming language, but I'm partial to Java, SQL[[note]]yes, yes, I know that people don't consider it to be a programming language[[/note]], PHP, and Ruby. I'm currently learning a bunch of other programming languages as well.
well, including [=JavaScript.=]



[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902

to:

[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902
[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png

[=https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF=] => https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF

[=https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png=] => https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png

[=https://static.tvtropes.org/pmwiki/pub/images/bug.gif=] => https://static.tvtropes.org/pmwiki/pub/images/bug.gif

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/cool.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/cool.png

[=https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png=] => https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png

[=https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png=] => https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png




to:

[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902



[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_up.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/arrow_down.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_up_emoticon_3268.png

[=https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png=] => https://static.tvtropes.org/pmwiki/pub/images/Thumbs_down_emoticon_3571.png

[=https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF=] => https://static.tvtropes.org/pmwiki/pub/images/tinfoilsmall.GIF

[=https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png=] => https://static.tvtropes.org/pmwiki/pub/images/minis/award_star_gold_3.png

[=https://static.tvtropes.org/pmwiki/pub/images/bug.gif=] => https://static.tvtropes.org/pmwiki/pub/images/bug.gif

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_evilgrin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_grin.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_smile.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_surprised.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_tongue.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_unhappy.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_waii.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/emoticon_wink.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/lightbulb.png

[=https://static.tvtropes.org/pmwiki/pub/smiles/cool.png=] => https://static.tvtropes.org/pmwiki/pub/smiles/cool.png

[=https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png=] => https://static.tvtropes.org/pmwiki/pub/images/lol2v12_4863.png

[=https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png=] => https://static.tvtropes.org/pmwiki/pub/images/user_ninja_2074.png
[[/folder]]
Is there an issue? Send a MessageReason:
None


I'm an aspiring programmer currently finishing up my last year of high school. I'm also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID.

to:

I'm an aspiring programmer currently finishing up my last year of high school. I'm also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID.
ID. In real life, I'm INTP and would describe myself as center-left on the political spectrum.

Added: 84

Changed: -57

Is there an issue? Send a MessageReason:
formatting


[[https://www.dofactory.com/html/charset/entities Something cool I discovered.]]

----



𝔚 𝔢 𝔩 𝔠 𝔬 𝔪 𝔢 𝔱 𝔬 𝔪 𝔶 𝔲 𝔰 𝔢 𝔯 𝔭 𝔞 𝔤 𝔢.

to:

𝔚 𝔢 𝔩 𝔠 𝔬 𝔪 𝔢 𝔱 𝔬 𝔪 𝔶 𝔲 𝔰 𝔢 𝔯 𝔭 𝔞 𝔤 𝔢.
𝔚𝔢𝔩𝔠𝔬𝔪𝔢 𝔱𝔬 𝔪𝔶 𝔲𝔰𝔢𝔯𝔭𝔞𝔤𝔢.
Is there an issue? Send a MessageReason:
None

Added DiffLines:

[[folder: Assorted junk and drabble]]
'''Non-Ajax'''
pmwiki.php
changes.php
topics.php
browse.php
tlp_activity.php
pitchgenerator.php
crown_activity.php
reviews_index.php
review_activity.php
cutlist.php
storygen.php
index_report.php
nuked_thread_msg.php
contributor_list.php
recent_videos.php
contact.php
lb_logon.php
posts.php
crowner.php
conversations.php
review_comments.php
lb_i.php
wiki_pm.php
pm.php
review_comment_store.php
indexpage.php
changes.php
dmca.php
inboundlinks.php
el.php
recent_edit_reasons.php
heralds.php
greeting.php
changepass.php
forumite_icon_gallery.php
profile.php
awl.php
user_queries.php
thread_watch.php
ad-free-subscribe.php
unknower.php
article_history.php
archived_discussion.php
relatedsearch.php
to_do_list.php
discussion.php
query.php
login_prompt.php
knowerForm.php
img_list.php
wysiwyg_source_editor.php
review_flag_form.php
review_add.php
createconversation.php
video_examples.php
content_violation_reports.php
review_flag.php
forum_holler_mod.php
forum_holler_mod_post.php

'''Ajax'''
check_troper_lock.php
watchlist.php
asteri_handler.php


[[/folder]]
Is there an issue? Send a MessageReason:
test edit
Is there an issue? Send a MessageReason:
test edit

Added DiffLines:

[[folder: Testing something again.]]
2228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902222835098631949227716340176018541514673952336764470588186014394796322430604808675042967245097205906490912558994096115463532754927696573466167254666003223826100197022141864930542275766178113691382647890441744390222283509863194922771634017601854151467395233676447058818601439479632243060480867504296724509720590649091255899409611546353275492769657346616725466600322382610019702214186493054227576617811369138264789044174439022228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902
[[/folder]]
Is there an issue? Send a MessageReason:
update dead links


[[DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.');]] \\

to:

[[DescribeTopicHere [[JustForFun/DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.');]] \\

Added: 514

Changed: 175

Is there an issue? Send a MessageReason:
None


Hosted on Pastebin for the time being, may be moved to [=GitHub=] if I feel like it. Everything in the Pastebins that was written by me is licensed under the MIT License '''unless otherwise explicitly stated.'''



* [[https://pastebin.com/raw/J3miUPE3 TV Tropes Custom]] (yes, it doesn't have a name yet). License: Unlicense/Public Domain.

to:

* [[https://pastebin.com/raw/J3miUPE3 com/raw/zFS22vFH TV Tropes Custom]] (yes, it doesn't have a name yet). License: Unlicense/Public Domain.yet).



* TBD

to:

* TBD[[https://pastebin.com/raw/EGREXEDV Logout Confirmation]] - Adds an alert popup warning users that they're about to log out.
* [[https://pastebin.com/raw/NQMLA08X No Forum Avatar Message]] - Randomizes a list of messages when a person is viewing an avatar gallery of someone that has none.
* [[https://pastebin.com/raw/4g4yPQA0 View Article ID]] - Quite simply, adds the Article ID as a number near the bottom of the page viewer.
Is there an issue? Send a MessageReason:
re-added custom CSS link (et. al.)

Added DiffLines:

[[folder: My custom hacks, userscripts, and stylesheets]]
[[AC: Stylesheets]]
* [[https://pastebin.com/raw/J3miUPE3 TV Tropes Custom]] (yes, it doesn't have a name yet). License: Unlicense/Public Domain.
[[AC: Userscripts]]
* TBD
[[/folder]]

Changed: 382

Removed: 190

Is there an issue? Send a MessageReason:
None


* Once you have the cookie, you can authenticate any action that you make.


I am currently working on making a Python abstraction layer for TV Tropes named Lampshade based off the DeviantArt API. It will be publicly released when it's ready along with documentation.

to:

*
Once you have the cookie, you can authenticate any action that you make.


make. I am currently working on making a Python abstraction layer for TV Tropes named Lampshade based off the DeviantArt API. [=DeviantArt=] API wrapper. It will be publicly released when it's ready (no finalization date as of yet) along with documentation.

Added: 391

Changed: 472

Removed: 294

Is there an issue? Send a MessageReason:
wip notice + custom css is private so no reason to link it


![[AC:This page is a Work In Progress. Pardon our dust.]]



[[AC: This page is a work in progress.]]
TV Tropes doesn't have an API, so you'll need to manually put your cookie into whatever request method you are using (cURL, Requests, or something else entirely). One day, someone will make a basic API that enables cookie capture, where you can then choose what you want to do with it. That day, however, is not today.

to:

[[AC: This page is a work in progress.]]
TV Tropes has no API. This means rather than make a POST request to an API endpoint (which doesn't have an API, so exist), you'll need to manually put do it manually. How? Well, you can:
# Log in and save
your login cookie into whatever request method (using Requests for Python or some other library if you are using (cURL, Requests, or something else entirely). One day, someone will make wish) as a basic API that enables raw text file.
# Log in and capture your login
cookie capture, where within a session (re. Requests)
* Once you have the cookie,
you can then choose what authenticate any action that you want to do make.


I am currently working on making a Python abstraction layer for TV Tropes named Lampshade based off the DeviantArt API. It will be publicly released when it's ready along
with it. That day, however, is not today.documentation.



[[folder: Troper-made goodies]]
* [[https://gist.github.com/AstroAntics/8ab31206ffcc6dd1bddb2d1bbb388640 My Custom CSS for TV Tropes]].[[note]]This works A LOT better on dark mode to the point where any pinned posts on light mode are utterly unreadable. You will need Stylus.[[/note]]
[[/folder]]
Is there an issue? Send a MessageReason:
Seems like that bug only works in the forums.


[[center:[[caption-width:350:''Page left blank until further notice''.]]]]

to:

[[center:[[caption-width:350:''Page left blank until further notice''.]]]]
Is there an issue? Send a MessageReason:
None



to:

[[center:[[caption-width:350:''Page left blank until further notice''.]]]]
Is there an issue? Send a MessageReason:
None


TV Tropes doesn't have an API, so you'll need to manually put your cookie into whatever request method you are using (cURL, Requests, or something else entirely. One day, someone will make a basic API that enables cookie capture, where you can then choose what you want to do with it. That day, however, is not today.

to:

TV Tropes doesn't have an API, so you'll need to manually put your cookie into whatever request method you are using (cURL, Requests, or something else entirely.entirely). One day, someone will make a basic API that enables cookie capture, where you can then choose what you want to do with it. That day, however, is not today.
Is there an issue? Send a MessageReason:
None

Added DiffLines:

[[AC: This page is a work in progress.]]

Added: 353

Changed: 50

Is there an issue? Send a MessageReason:
None


No relation to SilverFox.




to:

[[folder: How to use a script for making actions]]
TV Tropes doesn't have an API, so you'll need to manually put your cookie into whatever request method you are using (cURL, Requests, or something else entirely. One day, someone will make a basic API that enables cookie capture, where you can then choose what you want to do with it. That day, however, is not today.
[[/folder]]

Added: 726

Changed: 332

Is there an issue? Send a MessageReason:
None



[[folder: Troper-made goodies]]
* [[https://gist.github.com/AstroAntics/8ab31206ffcc6dd1bddb2d1bbb388640 My Custom CSS for TV Tropes]].[[note]]This works A LOT better on dark mode to the point where any pinned posts on light mode are utterly unreadable. You will need Stylus.[[/note]]

to:

\n[[folder: Troper-made goodies]]
All "Add Post" messages]]
Will appear in addpost.php.
* [[https://gist.github.com/AstroAntics/8ab31206ffcc6dd1bddb2d1bbb388640 My Custom CSS for TV Tropes]].[[note]]This works A LOT better on dark mode Watch [USERNAME] work those keys. Frickin' awesome!
* [USERNAME] prepares a salvo.
* [USERNAME] leers at keys.
* [USERNAME] is about
to the point where any pinned posts on light mode are utterly unreadable. You will say this about that.
* Bust a move, [USERNAME]. Whatever that means.
* Keep it down! [USERNAME] is composing a post.
* [USERNAME] is now in a pre-post state.
* [USERNAME], Barada Nikto! ... Oh well, it was worth a try.
* [USERNAME] put down sword, picks up pen...
* Oh, good. [USERNAME] is about to settle this thing.
* Those keys
need Stylus.[[/note]]ticklin', [USERNAME].


Added DiffLines:


[[folder: Troper-made goodies]]
* [[https://gist.github.com/AstroAntics/8ab31206ffcc6dd1bddb2d1bbb388640 My Custom CSS for TV Tropes]].[[note]]This works A LOT better on dark mode to the point where any pinned posts on light mode are utterly unreadable. You will need Stylus.[[/note]]
[[/folder]]
Is there an issue? Send a MessageReason:
None


[[DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.')]] \\

to:

[[DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.')]] ');]] \\

Added: 283

Changed: 329

Is there an issue? Send a MessageReason:
None


<?php \\
Notice: Undefined constant: [=SilverCrown=] in /pmwiki/pmwiki.php on line 1 \\
[[DescribeTopicHere define('SilverCrown', 'Describe SilverCrown here.')]] \\
?>

----

[[creepypic]]



I am also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID.


to:

I am I'm an aspiring programmer currently finishing up my last year of high school. I'm also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID.

Python is my favorite programming language, but I'm partial to Java, SQL[[note]]yes, yes, I know that people don't consider it to be a programming language[[/note]], PHP, and Ruby. I'm currently learning a bunch of other programming languages as well.




@@System shutdown, pending connection termination... '''CONNECTION TERMINATED''' @@

to:

@@System shutdown, pending connection termination... '''CONNECTION TERMINATED''' @@@@

˙noʎ ɹoɟ ƃuᴉʇsǝɹǝʇuᴉ ʎɹǝʌ ˙˙˙ǝq llᴉʍ ʇI ˙ǝɹoɯ ǝlᴉɥʍ ɐ ʎɐʇs plnoɥs noʎ ǝqʎɐW ¿ʎlɹɐǝ os ƃuᴉʌɐǝ˥
Is there an issue? Send a MessageReason:
None


[[AC: The unintentional Breaker of the Site.]]

to:

[[AC: The unintentional Breaker of the Site.SiteBreaker.]]

Added: 46

Changed: 168

Is there an issue? Send a MessageReason:
None


[[AC: The unintentional Breaker of the Site.]]




to:

I am also the one who discovered a number of funny things to do on the site, including emoticons on query.php pages (see below) and a glitch to make a custom thread ID.

Top