Ever wanna know your IP? I made the easiest way to find it! Just go to tiny.cc/get-ip and you will see it! No more long urls, or ip finders with ads and popups all over,m and no more scrolling down to the very buttom of the Scratch home page
!
Offline
Offline
WindowsExplorer wrote:
![]()
Oh come on, take some humor
Offline
I made a PHP image file with Notepad++, and uploaded images and... Just ask someone else!
Offline
continuation of WE's explanation:
<?php
echo "Your Ip is " . $_SERVER['REMOTE_ADDR'];
?>
Pretty much.
Offline
By the way, I made the IP finder in my sig!
[img]http://plaxon.comyr.com/ip_finder.php[/img]
Offline
I suggest you use a darker color. I think a #55C would look good!
Offline
LS97 wrote:
I suggest you use a darker color. I think a #55C would look good!
I agree. When I first saw it I thought there was just a rectangle with rounded edges!
Offline
What color would I put here then:
$color = imagecolorallocate($im, 255, 255, 255);
Offline
*, *, *
I believe
Incorrect
Last edited by wulfmaster (2011-09-16 14:34:06)
Offline
hmm... You might want to move the text over (Is it possible to centre it? If not, then it's just my IP!)
Edit: Yeah, centring it would be good!
Last edited by wulfmaster (2011-09-16 14:42:50)
Offline
WindowsExplorer wrote:
What color would I put here then:
Code:
$color = imagecolorallocate($im, 255, 255, 255);
The color I suggested (#55C) in RGB would be 85,85,204 so into the PHP code it's
$color = imagecolorallocate($im, 85, 86, 204);
Offline
The easiest way to find your IP is to look at the bottom of the page on the main Scratch site.
And this isn’t an advanced topic. This is misc.
Offline
henley wrote:
The easiest way to find your IP is to look at the bottom of the page on the main Scratch site.
And this isn’t an advanced topic. This is misc.
It's based on AutoUpdating images, and PHP code, so it is advanced.
Offline
Suggestion: use imagecolortransparent($img, $colour) to make the background transparent as opposed to the grey background colour of the forums. $img is where you put the image handle, $colour is where you put the colour you want to make transparent.
Offline