Page 1 of 1

Your Turn

Posted: Sun Nov 09, 2008 8:13 pm
by wrtlprnft
Too bad you can't just use data:text/plain,pewter scooter …

Posted: Sat Nov 22, 2008 6:15 pm
by TeXoR
Mhh it was too easy^^
good to relax from the toooo difficult ones:D
so long...:)

Posted: Fri Dec 05, 2008 2:45 pm
by ketc
Maybe you should change this challenge a bit.
I assume that the script is using "strtolower()" to check the submitted url.
But files and folders are case-sensitive and this results in a 404 error message if there's any folder (or the file itself) with an upper-case letter.

Posted: Fri Dec 05, 2008 7:41 pm
by adum
hmmn, usually HTTP is case insensitive on URLs

Posted: Fri Dec 05, 2008 8:18 pm
by wrtlprnft
The hostname and protocol are case insensitive, but the username, password, path and query are up to the server to interpret, and if that server's OS has case sensitive filenames (which is the case for most currently used non-MS-windows operating systems) the case is likely to matter.

Posted: Tue Aug 18, 2009 8:37 am
by SinistraD
Let me guess. Most of you hosted on you local server, right? Me too.

Posted: Sat Feb 13, 2010 4:10 pm
by laz0r
I hosted it on a file sharing website and entered the URL of the uploaded file containing just the words "pewter scooter"

newline at end of file

Posted: Sun Oct 17, 2010 9:34 pm
by SnakeSnake
By far the hardest part of this challenge for me was making my editors stop automatically append a newline at the end of a file...

Posted: Sun Nov 21, 2010 9:11 am
by Grevas

Code: Select all

<?php
echo $_GET['out'];
?>
Solved :)

Posted: Fri Sep 14, 2012 11:39 pm
by Shirosan
took me some time to find a free host that did not add anything AT ALL... not easy challenge if you don't host it at home or you are behind a router

Posted: Tue Jan 08, 2013 11:23 pm
by sascha27
.txt file in the public folder of my dropbox D: too easy for this stage

Posted: Sun Jun 19, 2016 7:08 pm
by legis
pastebin for the win :P