Need some scripts

Status
Not open for further replies.

TinTin

Active Member
407
2009
0
0
Hello all.Can anyone give me youtube video downloader and advanded ip script like this
Code:
[B]http://www.ipvee.com/[/B]
 
2 comments
In php

Code:
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$ip = $_SERVER['REMOTE_ADDR'];
echo "Your DNS:$hostname | Your IP:$ip";
?>
return something like
a1l402.png


To youtube
see if it helps
Code:
http://webscripts.softpedia.com/script/Multimedia/Video/PHP-Youtube-Downloader-31911.html
 
Status
Not open for further replies.
Back
Top