- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
<?php
if(isset($_GET['pid'])){
$pid = $_GET['pid'];
echo $pid;
$szi=iconv_strlen($pid);
if(file_exists("./$pid.txt")){
$fc=fopen("$pid.txt","r");
if($fc<0)exit(0);
fseek($fc,0,0);
$url = fread($fc,filesize("./$pid.txt"));
fclose($fc);
header('Location: '.$url);
} else {
echo "File not exist<br>";
};
};
$idx=0;
$fc=fopen("index.txt","r");
if($fc<0)exit(0);
$idx = fread($fc,filesize("index.txt"));
fclose($fc);
$fc=fopen("./$idx.txt","r");
if($fc<0)exit(0);
$url = fread($fc,filesize("./$idx.txt"));
fclose($fc);
echo "<a href=\"http://netelis.hmsite.net/index.php?pid=$idx\">$url</a>";
if(isset($_POST['url'])){
$url=$_POST['url'];
if (parse_url($url)) {
echo "Your url is ok.";
for($i=0;$i<=$idx;$i+=2){
$fc=fopen("$i.txt","r");
if($fc<0)exit(0);
$urla = fread($fc,filesize("$i.txt"));
fclose($fc);
// echo "$urla<br>";
if(strcmp($url,$urla)==0){
echo "<a href=\"http://netelis.hmsite.net/index.php?pid=$i\">http://netelis.hmsite.net/index.php?pid=$i</a>";
exit(0);
};
};
} else {
echo "Wrong url.$url";
exit(0);
}
$sz=iconv_strlen($idx);
$idx+=2;
$fn=$idx.".txt";
$fd=fopen($fn,"a+");
if($fd<0)exit(0);
fwrite($fd,$url);
fclose($fd);
unlink("./index.txt");
$fd2=fopen("index.txt","a+");
if($fd2<0)exit(0);
fwrite($fd2,$idx);
fclose($fd2);
echo "<a href=\"http://netelis.hmsite.net/index.php?pid=$idx\">http://netelis.hmsite.net/index.php?pid=$idx</a>";
};
?>
<H1> Short URL generator</H1>
<form action="" method="POST" name="ifr">
Enter URL:
<input type=text name="url" value="http://">
<br>
<input type=submit name="sbm" value="OK">
</form>
rO_ot 21.04.2011 08:46 # 0
rO_ot 21.04.2011 08:50 # +2
Защиты от рекурсии нет
rO_ot 21.04.2011 08:50 # 0
rO_ot 21.04.2011 08:51 # 0
AliceGoth 21.04.2011 11:24 # 0
rO_ot 21.04.2011 14:14 # +1
http://goo.gl
http://bit.ly
http://tinyurl.com
Lure Of Chaos 21.04.2011 15:27 # +1
bugmenot 21.04.2011 16:17 # 0
Алиса, PATHINFO же
AliceGoth 21.04.2011 16:43 # 0
Govnocoder#0xFF 21.04.2011 16:55 # +2
Небыдло детектед.
bugmenot 21.04.2011 18:22 # 0
AliceGoth 21.04.2011 18:31 # 0
bugmenot 21.04.2011 18:33 # +3
Lure Of Chaos 21.04.2011 21:22 # 0
bugmenot 21.04.2011 22:37 # +1
Lure Of Chaos 21.04.2011 22:41 # +2
Uchkuma 22.04.2011 10:51 # 0
bugmenot 22.04.2011 10:55 # 0
Lure Of Chaos 22.04.2011 15:35 # 0
bugmenot 22.04.2011 16:04 # 0
защищать страну чудес с кухарём в руках - готичненько, без сомнения
Lure Of Chaos 22.04.2011 16:07 # 0
и, да, крокетная клюшка надежнее.
bugmenot 22.04.2011 16:18 # 0
а еще больше солнцеворот на передничке
Lure Of Chaos 22.04.2011 16:20 # 0
Lure Of Chaos 22.04.2011 16:39 # 0
bugmenot 22.04.2011 17:25 # 0
Lure Of Chaos 22.04.2011 17:57 # 0
bugmenot 22.04.2011 20:42 # 0
bugmenot 22.04.2011 20:54 # 0
вот аутентичная пичка и годный косплей
istem 22.04.2011 20:58 # 0
Lure Of Chaos 22.04.2011 21:00 # 0
guest 23.04.2011 00:49 # 0
http://www.youtube.com/watch?v=YHROHJlU_Ng
bugmenot 23.04.2011 00:58 # 0
Vindicar 21.04.2011 20:07 # +2
AliceGoth 21.04.2011 16:53 # 0
Lure Of Chaos 21.04.2011 10:01 # +7
> "./$pid.txt"
ммм, ням-ням )