📚 Megathread Mx Xochi's 24/7 News Dungeon - "It's a News Dungeon with safewords!"

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

Flame the Sunbird

NOT A POK'EMON
kiwifarms.net
Dołączono
1 Wrz 2015
While waiting for my mom to being me my afternoon tendies and Mt. Dew Code Red I noticed that Phil had updated his profile to add "Manages Mx Xochi's 24/7 News Dungeon"?!
1 - Copy.jpg
I clicked on it expecting a dead link but instead found a beautifully autistic newsfeed that would make @Kenneth Erwin Engelhardt himself proud!
6 - Copy.jpg
Apparently set up by Phil's headmate Xochi while she was on the way to Israel, it's "Mx Xochi's shitposting page" for "quality content...and memes"!
3 - Copy.jpg
Also described as "News and information from your local Dominatrix with a few screws loose."!
2 - Copy.jpg
In reality, it's just lazy re-posts of endless articles about Puerto Rico, Pmurt, and other social justice approved topics. Occasionally he'll add a line or two of content, some examples below. (And special shout out to my girl Martina Big. Phil's just salty because his claiming to be Puerto Rican is just as laughable as her claims to becoming a black woman.)

To quote Xochi xirself - "It's a News Dungeon with safewords!"

https://www.facebook.com/XochiEvilNewsFeed/ (http://archive.is/KuQfH)

7 - Copy.jpg 10 - Copy.jpg 9 - Copy.jpg 4 - Copy.jpg 11 - Copy.jpg 12 - Copy.jpg 8 - Copy.jpg
 
While waiting for my mom to being me my afternoon tendies and Mt. Dew Code Red I noticed that Phil had updated his profile to add "Manages Mx Xochi's 24/7 News Dungeon"?!
Wyświetl załącznik 293735
I clicked on it expecting a dead link but instead found a beautifully autistic newsfeed that would make @Kenneth Erwin Engelhardt himself proud!
Wyświetl załącznik 293746
Apparently set up by Phil's headmate Xochi while she was on the way to Israel, it's "Mx Xochi's shitposting page" for "quality content...and memes"!
Wyświetl załącznik 293770
Also described as "News and information from your local Dominatrix with a few screws loose."!
Wyświetl załącznik 293736
In reality, it's just lazy re-posts of endless articles about Puerto Rico, Pmurt, and other social justice approved topics. Occasionally he'll add a line or two of content, some examples below. (And special shout out to my girl Martina Big. Phil's just salty because his claiming to be Puerto Rican is just as laughable as her claims to becoming a black woman.)

To quote Xochi xirself - "It's a News Dungeon with safewords!"

https://www.facebook.com/XochiEvilNewsFeed/ (http://archive.is/KuQfH)

Wyświetl załącznik 293760Wyświetl załącznik 293769 Wyświetl załącznik 293762 Wyświetl załącznik 293748 Wyświetl załącznik 293771 Wyświetl załącznik 293772 Wyświetl załącznik 293761
I don't like using autistic as an insult. But fuck me, that's autistic.
 
Wyświetl załącznik 293816

(Isnt this Martina Big? She has a page here, I believe.) And the fact that Phil is lecturing anyone about life choices is amazing.
Amazingly hypocritical, as his 'body mods' are every bit as hideous as Martina's. The only difference is that Martina has an actual human being who (for whatever fucked up reason) wants to fuck her.
 
Ostatnio edytowane:
Phil's tasteless tattoos are a road map of every bad decision he has made recently, and the physical warning system to all around him that he is a person that you DO NOT ENGAGE WITH.
 
In all honesty? what ever happened to the concept that Torin had moved out? There were posts on Torin's social media alluding to it, then posts alluding to a break up between Torin and Phil...

But there's been nothing since? Are we just assuming Torin is still there now?
 
In all honesty? what ever happened to the concept that Torin had moved out? There were posts on Torin's social media alluding to it, then posts alluding to a break up between Torin and Phil...

But there's been nothing since? Are we just assuming Torin is still there now?

IIRC, @Ravenor or @MMX said that was a :ruse: to trick the landlords into thinking Toren had a new place.
 
IIRC, @Ravenor or @MMX said that was a :ruse: to trick the landlords into thinking Toren had a new place.
Did they?

Would be nice to sort this out better on the Phil spectrum. Seems like there's a ton of talk about "Torin drinking vodka and yelling at Phil to shut up" but no actual observations of them living in the same space.
 
Phil could've made a single page with a flashing "NOTICE ME" in 1000 point font (and with Hanson music playing in the background) for the same effect.
I sometimes grant wishes here is your page.
http://jsfiddle.net/ayjot1bw/1/embedded/result/dark/

This was the biggest waste of 25 min ever.

Code for anyone curious:
HTML:
<Html>
<!--



I WANT TO DIE AFTER MAKING THIS!!!  - TAINT'ED LOVE



-->
<Head>
<style>
/* main container */
.container{
    top:0px;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;


}

.loader {
    text-align: center;
}
.loader span {
    display: inline-block;
    width:150px;
    height:150px;
    margin: -280px 40px 54px  -34px;

    background: #ff0000;
    background:url("https://image.ibb.co/iXZFkb/fatfuck2.png");
   
    -webkit-animation: loader 10s infinite  linear;
    -moz-animation: loader 10s infinite  linear;
}
.loader span:nth-child(5n+5) {

    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}
.loader span:nth-child(3n+2) {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.loader span:nth-child(2n+5) {

    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.loader span:nth-child(3n+10) {

    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
}
.loader span:nth-child(7n+2) {

    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
}
.loader span:nth-child(4n+5) {

    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
}
.loader span:nth-child(3n+7) {

    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
}
@-webkit-keyframes loader {
  0% {
    width: 150px;
    height: 150px;
    opacity: 1;

    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
   width: 150px;
    height: 150px;
    opacity: 1;

    -webkit-transform: translate(100px, 600px) rotateZ(270deg);
  }
  100% {
   width: 150px;
    height: 150px;
    opacity: 0;

    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
@-moz-keyframes loader {
  0% {
 width: 150px;
    height: 150px;
    opacity: 1;
   
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
     width: 150px;
    height: 150px;
    opacity: 1;
 
    -webkit-transform: translate(100px, 600px) rotateZ(270deg);
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
   
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
table.body {
  background: url("https://cdn.dribbble.com/users/41276/screenshots/332290/animated-rainbow.gif");
      background-color: rgba(0,0,0,.4);

  /* image courtesy of subtlepatterns.com */
}

</style>

</Head>
<body>
<div class="container">


       
        <div class="loader">
       
        <div class="video-background">
    <div class="video-foreground">
<div class="wistia_responsive_padding" style="padding:75.0% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><iframe src="https://fast.wistia.net/embed/iframe/60kx21wavx?videoFoam=true" title="Wistia video player" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="100%" height="100%"></iframe></div></div>
<script src="https://fast.wistia.net/assets/external/E-v1.js" async></script>    </div>
  </div>
 
 
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
     <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <br>
        <br>

    <br>

    <br>

    <br>

<table
style="text-align: left; background="https://cdn.dribbble.com/users/41276/screenshots/332290/animated-rainbow.gif"; margin-left: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<table
style="text-align: left; width: 100px; margin-left: auto; margin-right: auto;"
class="body" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?! </big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big><big><big><big><big><big><big>NOTICE
MEEEEEEEEEEEEEEEEE!!!!!!!!!!!?!!?!</big></big></big></big></big></big></td>
</tr>
</tbody>
</table>
</tr>
</tbody>
</table>
    <br>

    <br>
    <br>
    <br>
    <br>
    <br>

    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
     <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
   
   

</div>
   
</div>
    </div>
</div>


</body>
</html>
EDIT: you may have to wait a minute for the Hanson "music" to start....
 
In all honesty? what ever happened to the concept that Torin had moved out? There were posts on Torin's social media alluding to it, then posts alluding to a break up between Torin and Phil...

But there's been nothing since? Are we just assuming Torin is still there now?

That thing used to called himself "Toren" while in male form. His real name is Jonathan and you may call him "Slingblade".
 
Wstecz
Top Na dole