7月16

迅雷、FlashGet、旋风地址转换(php)

| |
13:23    ukidhulei 网络转载   From: 本站原创 不指定
将你的下载地址转换为迅雷、FlashGet 或 旋风地址,呵呵!~ 演示地址:http://blbear.com/tools/url_converter.php


<?php
$txt1=trim($_POST['text1']);
$button=$_POST['button'];
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>迅雷、FlashGet、QQ旋风专用链在线转换</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="迅雷,FlashGet,地址转换," name="keywords">
<style>
P {  
FONT-SIZE: 9pt;
line-height:150%;
width:50%;
BORDER:#DDDDDD 1px solid;
padding:5px 5px 5px 5px;text-align:justify;
   }   
A {
text-decoration: none;
font-size:9pt;
color:blue
   }
A:hover {
COLOR: red;
TEXT-DECORATION: underline
   }  
h1 {
font-size:12pt;
text-align:center;
margin-top:30px;
font-family: 微软雅黑, msyh, Tahoma, Helvetica, sans-serif;
   }
.bginput, select {
  color:#000000;
  vertical-align:middle;
  padding:2px;
  border:1px solid #BAC0C3;
  background:#F9FBFD;
}
.button {
  vertical-align:middle;
  padding:1px 3px 0px 3px;
  background:#F3F4F5;
  border:1px solid #B7C0C7;
  margin:0px;
  width:180px;
}
div {
width:100%;
  }
</style>
</head>
  
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr><td height="20" bgcolor="#CCCCCC" align =right style="padding-right:5px;">
</td></tr><tr><td valign="top" align =center>

<form name="form1" method="post" action="">
<h1>迅雷、FlashGet、QQ旋风专用链在线转换</h1>
<p>
请输入转换的地址:<input name="text1" value="<?php echo $txt1;?>" type="text" class="bginput" style="width:520px;" /><br>
请选择转换的方式:<input type="text" value="<?php
if($button=="普通地址 => 迅雷地址") echo "thunder://".base64_encode("AA".$txt1."ZZ");
if($button=="迅雷地址 => 普通地址") echo substr(base64_decode(str_ireplace("thunder://","",$txt1)),2,-2);
if($button=="普通地址 => 快车地址") echo "flashget://".base64_encode($txt1);
if($button=="快车地址 => 普通地址") echo str_ireplace("[FLASHGET]","",base64_decode(str_ireplace("flashget://","",$txt1)));
if($button=="普通地址 => 旋风地址") echo "qqdl://".base64_encode($txt1);
if($button=="旋风地址 => 普通地址") echo base64_decode(str_ireplace("qqdl://","",$txt1));
?>" class="bginput" style="width:520px;" /><br>
</p>
<input type="submit" name="button" class="button" value="迅雷地址 => 普通地址" />
<input type="submit" name="button" class="button" value="普通地址 => 迅雷地址" /><br>
<input type="submit" name="button" class="button" value="快车地址 => 普通地址" />
<input type="submit" name="button" class="button" value="普通地址 => 快车地址" /><br>
<input type="submit" name="button" class="button" value="旋风地址 => 普通地址" />
<input type="submit" name="button" class="button" value="普通地址 => 旋风地址" /><br>
</form>
</td></tr>
<tr><td height="10"></td></tr><tr><td height="20" bgcolor="#CCCCCC" align=center></td>
</tr>
</table>
</body>
</html>

Tags: , ,
阅读(1052) | 评论(1) | 引用(0)
ccmv Email
07/16/2008 19:39
好东西啊。。。。
ukidhulei 回复于 07/16/2008 23:44
呵呵,我也是学的别人的
分页: 1/1 第一页 1 最后页
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]