GetDotted Domains

Viewing Thread:
"Look at my genius"

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Tue 21/05/02 at 02:42
Regular
Posts: 787


Right, so I'm a voyeur. I like watching Phil (Reaper) work 24/7 on "philvision". Here's your typical philvision frame:

http://io.mine.nu/turbonutter/ stuff/screenshot20020521022709.png (SPACES)

The way I get it, is to reload http://ov.2y.net:8080/ , which take a picture on request. Feh, the software, can be told to reload the image ever X seconds, so I tell it to do that.

The only problem is: The files aren't compressed very well by his software, and if that image takes more than X seconds to load, it screws up the software. So, when I'm lagged for a bit, it screws up. Phil said he can't change the compression, so I used the magic of PHP to run a philvision "proxy":

header ("Content-type: image/jpeg");
$im = @imagecreatefromjpeg ("http://ov.2y.net:8080/index.html");
$date = date("D M dS, H:i:s", time());
$black = imagecolorallocate ($im, 0, 0, 0);
$white = imagecolorallocate ($im, 255, 255, 255);
imagettftext ($im, 9, 0, 100, 280, $white, "verdana", $date);
imageinterlace($im, 1);
imagejpeg($im, "", $q);
?>

This runs on Rar, a box that belongs to me which is currently at Phil's house. It's on his network, so it gets the pictures at 10mb/s, basically intantaneously, and it's an XP2000+, so resources aren't a problem. What it does is:

On request to the page, it requests the image from philvision (at high speed), and loads it into a JPEG image resource in the script. The script then formats a date, and overlays the text onto the image, ACTUALLY AS PART OF THE IMAGE. This isn't a hack, this is just something magical PHP can do. It then interlaces the jpg, compresses it to $q, and outputs it. So, you request a .php file, but what the browser actually gets back is a JPEG image with "image/jpeg" Content-type headers. Cunning, eh? The result, is the same image, but smaller (and slightly worse quality) with a timestamp on it so I can tell if it screws over. To see, go to:

http://ov.2y.net:81/philvision.php?q= (replace with an integer from 0-100).

PHP rules.
Wed 22/05/02 at 17:28
Posts: 0
Turbo, I'm proud of you.
Tue 21/05/02 at 19:41
Regular
"Psytrance junkie"
Posts: 4,114
Rob, you really scare me, that much effort to be able to get a 1fps image of me...

Speaking of which, I'll turn the webcam back on..
Tue 21/05/02 at 12:33
Posts: 0
You forgot to close your tag!
Tue 21/05/02 at 02:42
Regular
"Eff, you see, kay?"
Posts: 14,156


Right, so I'm a voyeur. I like watching Phil (Reaper) work 24/7 on "philvision". Here's your typical philvision frame:

http://io.mine.nu/turbonutter/ stuff/screenshot20020521022709.png (SPACES)

The way I get it, is to reload http://ov.2y.net:8080/ , which take a picture on request. Feh, the software, can be told to reload the image ever X seconds, so I tell it to do that.

The only problem is: The files aren't compressed very well by his software, and if that image takes more than X seconds to load, it screws up the software. So, when I'm lagged for a bit, it screws up. Phil said he can't change the compression, so I used the magic of PHP to run a philvision "proxy":

header ("Content-type: image/jpeg");
$im = @imagecreatefromjpeg ("http://ov.2y.net:8080/index.html");
$date = date("D M dS, H:i:s", time());
$black = imagecolorallocate ($im, 0, 0, 0);
$white = imagecolorallocate ($im, 255, 255, 255);
imagettftext ($im, 9, 0, 100, 280, $white, "verdana", $date);
imageinterlace($im, 1);
imagejpeg($im, "", $q);
?>

This runs on Rar, a box that belongs to me which is currently at Phil's house. It's on his network, so it gets the pictures at 10mb/s, basically intantaneously, and it's an XP2000+, so resources aren't a problem. What it does is:

On request to the page, it requests the image from philvision (at high speed), and loads it into a JPEG image resource in the script. The script then formats a date, and overlays the text onto the image, ACTUALLY AS PART OF THE IMAGE. This isn't a hack, this is just something magical PHP can do. It then interlaces the jpg, compresses it to $q, and outputs it. So, you request a .php file, but what the browser actually gets back is a JPEG image with "image/jpeg" Content-type headers. Cunning, eh? The result, is the same image, but smaller (and slightly worse quality) with a timestamp on it so I can tell if it screws over. To see, go to:

http://ov.2y.net:81/philvision.php?q= (replace with an integer from 0-100).

PHP rules.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Continue this excellent work...
Brilliant! As usual the careful and intuitive production that Freeola puts into everything it sets out to do, I am delighted.
Impressive control panel
I have to say that I'm impressed with the features available having logged on... Loads of info - excellent.
Phil

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.