找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 620|回复: 12

百度网盘分享转换永久外链 PHP源码

  [复制链接]
发表于 2013 年 9 月 18 日 21:58:52 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 松风 于 2013 年 9 月 18 日 22:03 编辑

真正的php源码

演示:http://www.zairun.com/wangpan/
贴不好
去这里下载

http://www.zairun.com/2022.html
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="Generator" content="EditPlus&#174;">
  6.   <meta name="Author" content="">
  7.   <meta name="Keywords" content="">
  8.   <meta name="Description" content="">
  9.   <title>百度网盘文件永久外链</title>
  10.   <link  href="http://libs.baidu.com/bootstrap/2.0.4/css/bootstrap.min.css" type="text/css" rel="stylesheet" media="screen" />
  11.   <style type="text/css">
  12.             body {
  13.                 padding-top: 40px;
  14.                 padding-bottom: 40px;
  15.                 background-color: #f5f5f5;
  16.             }
  17.             .form_pan {
  18.                 max-width: 650px;
  19.                 padding: 19px 29px 29px;
  20.                 margin: 0 auto 20px;
  21.                 background-color: #fff;
  22.                 border: 1px solid #e5e5e5;
  23.                 -webkit-border-radius: 5px;
  24.                 -moz-border-radius: 5px;
  25.                 border-radius: 5px;
  26.                 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  27.                 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  28.                 box-shadow: 0 1px 2px rgba(0,0,0,.05);
  29.             }
  30.             .form_pan .form_pan-heading {
  31.                 margin-bottom: 10px;
  32.             }
  33.   </style>
  34. </head>

  35. <script type="text/javascript">
  36.         function Change()
  37.         {   
  38.                     var host = window.location.host;   
  39.                     var url = document.getElementById("text1").value;
  40.                     var arr = url.split("&");
  41.                     var shareid = arr[0].split("=")[1];
  42.                     var uk = arr[1].split("=")[1];
  43.                 var file_value = "";
  44.                     var file_type = document.getElementsByName("file_type");
  45.                     for (var i = 0; i < file_type.length; i++) {
  46.                     if (file_type[i].checked) {
  47.                         file_value = file_type[i].value;
  48.                         break;
  49.                     }
  50.                 };
  51.         var file_other = document.getElementById("file_other");
  52.             file_other_text = document.getElementById("file_other_text");
  53.         if (file_value == 'other') {
  54.                     if (file_other_text.value.length == 0) {
  55.                         alert("扩展名不能为空!");
  56.                         inputUrl.focus();
  57.                         return false;
  58.                          }
  59.                         //outputUrl.value = hostname + abc + "." + file_other_text.value;
  60.                         var songurl = "http://"+host+"/baidupan.php/"+shareid+"/"+uk + "."+file_other_text.value;
  61.                         document.getElementById("text2").value = songurl;
  62.                             } else {
  63.                                     //outputUrl.value = hostname + abc + "." + file_value;
  64.                                 var songurl = "http://"+host+"/baidupan.php/"+shareid+"/"+uk+"." + file_value;
  65.                                 document.getElementById("text2").value = songurl;
  66.                      }

  67.             //var songurl = "http://linuxlib.org/baidupan.php/"+shareid+"/"+uk+".mp3";
  68.             //document.getElementById("text2").value = songurl;
  69.         }
  70.         function fileOtherTextChange() {
  71.                 if (file_other.checked == true) {
  72.                     file_other_text.disabled = false;
  73.                     file_other_text.focus();
  74.                 } else {
  75.                     file_other_text.disabled = true;
  76.                 }
  77.             }
  78. </script>

  79. <body>
  80.      <div class='container'>
  81.             <form class="form_pan" id="pan_form">
  82.                 <h2 class="form_pan-heading">百度网盘文件永久外链</h2><p>

  83.                     分享地址:<input id="text1" type="TEXT" value="" style="width:550px;" size=""/><br />
  84.                     外链地址:<input id="text2" type="TEXT" value="" style="width:550px;" size=""/><br />
  85.         <p>
  86.                     文件的扩展名:
  87.                     <input type="radio" class="radio" name="file_type" id="file_mp3" value="mp3" onchange="fileOtherTextChange()" checked />
  88.                     mp3
  89.                     <input type="radio" class="radio" name="file_type" id="file_png" value="png" onchange="fileOtherTextChange()" />
  90.                     png
  91.                     <input type="radio" class="radio" name="file_type" id="file_exe" value="exe" onchange="fileOtherTextChange()" />
  92.                     exe
  93.                     <input type="radio" class="radio" name="file_type" id="file_zip" value="zip" onchange="fileOtherTextChange()" />
  94.                     zip
  95.                     <input type="radio" class="radio" name="file_type" id="file_mp4" value="mp4" onchange="fileOtherTextChange()" />
  96.                     mp4
  97.                     <input type="radio" class="radio" name="file_type" id="file_other" value="other" onchange="fileOtherTextChange()" />
  98.                     其他格式
  99.                     <input type="text" class="input-medium search-query" style="width:80px;" id="file_other_text" disabled />
  100.                 </p>
  101.             <input type="BUTTON" value="转换" onclick="Change()"/>
  102.       </div>
  103. </body>
  104. </html>
复制代码
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
发表于 2013 年 9 月 19 日 05:55:07 来自手机 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
支持了,很不错。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2013 年 9 月 19 日 10:27:32 | 显示全部楼层
无法正常下载啊,还是有问题
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2013 年 9 月 20 日 16:19:48 | 显示全部楼层
这个是链接到你站去的。要是你站垮了怎么办。应该把完全代码拿出来才对
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2013 年 9 月 22 日 09:38:40 | 显示全部楼层
少了一段代碼啊?
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

头像被屏蔽
发表于 2013 年 9 月 23 日 08:18:05 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
提示: 作者被禁止或删除 内容自动屏蔽
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

头像被屏蔽
发表于 2013 年 9 月 23 日 08:18:11 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2014 年 2 月 9 日 00:02:47 | 显示全部楼层
被和谐了,嘎嘎。。。。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 16 日 08:56 , Processed in 0.025651 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表