This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
IP check
download-server-ytdl-org
Philipp Hagemeister
12 years ago
parent
49698bfaa3
commit
d929dd31d1
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.htaccess
+3
-0
ip.php
+ 2
- 0
.htaccess
View File
@ -0,0 +1,2 @@
RewriteEngine
On
RewriteRule
^ip/?$ ip.php
+ 3
- 0
ip.php
View File
@ -0,0 +1,3 @@
<
?
php
header
(
'Content-Type: text/plain'
);
echo
$_SERVER
[
'REMOTE_ADDR'
];
Write
Preview
Loading…
Cancel
Save