Nightmare Machine

Ink

Administrator
Thread author
Verified
Jan 8, 2011
22,318
2
55,055
8,379
WARNING: IMAGES ON THIS WEBSITE ARE GENERATED BY DEEP LEARNING ALGORITHMS AND MAY NOT BE SUITABLE FOR ALL USERS. They contain scary content.

Enter the NIGHTMARE MACHINE

Horror imagery generated by artificial intelligence.


Enter Site

upload_2016-10-31_18-41-38.png

View Tower Bridge Animation GIF
 
I voted when I browsed on it :)

My post was just a way to say that some members have scary faces (avatars) :D

"They contain scary content"

=> they also thought about programmers !?

I found this strange part, in the webpage code :

<div class="cc-selector" style="position: relative; left: 0; top: 20px;" "="">
<input id="visa" type="radio" name="credit-card" value="s_231c7b75b98a4efa8342733f36799cdf" onchange="this.form.submit();">
<label class="drinkcard-cc visa" for="visa"></label>
<input id="mastercard" type="radio" name="credit-card" value="ns_231c7b75b98a4efa8342733f36799cdf" onchange="this.form.submit();">
<label class="drinkcard-cc mastercard" for="mastercard"></label>
</div>​

Red part for "Scary"
Blue part for "Not Scary"

=> hidden radio buttons for the choice

In the CSS :

.cc-selector input {
margin: 0;
padding: 0;
-webkit-appearance: none;
=> hide
}
=> Labels : images

.visa {
background-image: url(scary2.png);
width: 140px;
height: 60px;
}
.mastercard {
background-image: url(notscary2.png);
width: 140px;
height: 60px;
}
=> onchange="this.form.submit()
231c7b75b98a4efa8342733f36799cdf => is to know what picture is concerned
s_ or ns_ at the begining => scary or not scary
Example :

POST request to Location to http ://nightmare.mit.edu/submit_face_results
credit-card: s_231c7b75b98a4efa8342733f36799cdf

but : redirection : HTTP 302
Location : http ://nightmare.mit.edu/faces

Happy Halloween :p
 
Last edited: