php+txt短网址压缩[自留]
php+txt短网址压缩短网址服务可以帮助你把一个长网址缩短,方便你在社交网络和微博上分享链接。所有源码见下!以一段时间搞的那个不知道怎么回事不好使了.用的 新浪的接口,不知道怎么回事了,又找了一下php+txt这个还不错已经修改了,增加了重复网址的判断演示:http://u.bitefu.net
<?php header("content-Type: text/html; charset=utf-8"); ob_start();?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>比特福短网址压缩,免费网址压缩!快速、稳定!|u.bitefu.net</title> <meta name="keywords" content="网址压缩,短网址压缩,url压缩" /> <meta name="description" content="比特福短网址压缩u.bitefu.net,是国内专业的网址压缩网站,免注册!快速、稳定。做最好的网站压缩网站!" /> <style type="text/css"> body {font-family:Geneva, Arial, Helvetica, sans-serif;font-size:0.9em;text-align:center;} a, a:hover, a:visited {color:#d20000;} form {padding:15px;margin:0;border:1px solid #dddddd;width:75%;} form label {font-weight:bold;padding-right:10px;} form input {border:1px solid #dddddd;border-right:2px solid #cccccc;border-bottom:2px solid #cccccc;padding:4px;} form input.button {background-color:#D20000;font-weight:bold;font-size:0.8em;color:#ffffff;border:1px solid #FF0505;border-right-color:#9E0000;border-bottom-color:#9E0000;font-family:Verdana, Arial, Helvetica, sans-serif;} </style> </head> <body> <?php /* location of file to store URLS */ $file= 'urls.txt';/* use mod_rewrite: 0 - no or 1 - yes */ $use_rewrite= 1;/* language/style/output variables */ $l_url= 'URL';$l_nourl= '<strong>没有输入URL地址</strong>'; $l_yoururl= '<strong>你的短网址:</strong>'; $l_invalidurl= '<strong>无效的URL.</strong>'; $l_createurl= '生成短网址';//////////////////// NO NEED TO EDIT BELOW //////////////////// $dir= dirname($_SERVER['PHP_SELF']); if(!is_writable($file) || !is_readable($file)) {die('Cannot write or read from file. Please CHMOD the url file (urls.txt) by default to 777 and make sure it is uploaded.');} $action= trim($_GET['id']);$action= (empty($action) || $action== '') ? 'create' : 'redirect'; $valid= "^(https?|ftp)://([a-z0-9+!*(),;?&=$_.-]+(:[a-z0-9+!*(),;?&=$_.-]+)?@)?[a-z0-9+$_-]+(.[a-z0-9+$_-]+)*(:[0-9]{2,5})?(/([a-z0-9+$_-].?)+)*/?(?[a-z+&$_.-][a-z0-9;:@/&%=+$_.-]*)?(#[a-z_.-][a-z0-9+$_.-]*)?$";$output= ''; if($action== 'create'){ if(isset($_POST['create'])){$url= trim($_POST['url']); $urlsarr= file($file);foreach($urlsarr as $v){$urls[]=trim($v);}$urlsid=array_search($url,$urls); if($urlsid){$urlid=$urlsid+1; $shorturl= ($use_rewrite== 1) ? "http://{$_SERVER['HTTP_HOST']}{$dir}{$urlid}" : "http://{$_SERVER['HTTP_HOST']}{$dir}{$filename}?id={$urlid}"; $output= "{$l_yoururl} <a href='{$shorturl}' target='_blank'>{$shorturl}</a>"; }else{if($url== ''){$output= $l_nourl;} else{if(eregi($valid, $url)) {$fp= fopen($file, 'a');fwrite($fp, "{$url}rn");fclose($fp);$id= count(file($file));$filename= explode('/', $_SERVER['PHP_SELF']);$filename= $filename[(count($filename) - 1)];$shorturl= ($use_rewrite== 1) ? "http://{$_SERVER['HTTP_HOST']}{$dir}{$id}" : "http://{$_SERVER['HTTP_HOST']}{$dir}{$filename}?id={$id}";$output= "{$l_yoururl} <a href='{$shorturl}' target='_blank'>{$shorturl}</a>";} else{$output= $l_invalidurl;} }}} } if($action== 'redirect') { $urls= file($file);$id= trim($_GET['id']) - 1; if(isset($urls[$id])) {header("Location: {$urls[$id]}");exit;}else{die('Script error');} } //////////////////// FEEL FREE TO EDIT BELOW //////////////////// ?> <div align="center" style="margin-top:100px;"> <h2><a href="http://www.bitefu.net" target="_blank" title="比特福免费短网址压缩">比特福免费短网址压缩</a></h2> <p>短网址服务可以帮助你把一个长网址缩短,方便你在社交网络和微博上分享链接。</p> <!-- start html output --> <form action="<?=$_SERVER['PHP_SELF']?>" method="post"> <p class="response"><?=$output?></p> <p><label for="s-url">请输入URL地址:</label> <input name="url" type="text" id="s-url" size="60" /> <input type="submit" class="button" name="create" value="<?=$l_createurl?>" /></p></form> <p><script type="text/javascript">alimama_pid="mm_16329643_2337872_9044351";alimama_type="g";alimama_tks={};alimama_tks.style_i=1;alimama_tks.lg_i=0; alimama_tks.w_i=572;alimama_tks.h_i=45;alimama_tks.btn_i=1;alimama_tks.txt_s="";alimama_tks.hot_i=0;alimama_tks.hc_c="0065FF";alimama_tks.cid_i=0;alimama_tks.c_i=0;</script><script type="text/javascript" src="http://fuck.thinksaas.cn/get/http://a.alimama.cn/inf.js"></script><br> <a href="http://www.bitefu.net" target="_blank">比特福精品汇聚</a> <a href="http://www.hbwanghai.com" target="_blank">网站建设</a> <br><?=date("Y")?> <a href="http://www.bitefu.net" target="_blank">@ bitefu.net</a> </p></div> <!-- end html output --> <div style="display:none"><script language="javascript" type="text/javascript" src="http://fuck.thinksaas.cn/get/http://js.users.51.la/3729735.js"></script></div> </html> <?php ob_end_flush();?>
ログイン後にコピー
.htaccess 伪静态规则 RewriteEngine on RewriteRule ^([0-9]*)$ index.php?id=$1 [L]
ログイン後にコピー
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事
R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)
2週間前
By 尊渡假赌尊渡假赌尊渡假赌
スプリットフィクションを打ち負かすのにどれくらい時間がかかりますか?
1 か月前
By DDD
R.E.P.O.最高のグラフィック設定
2週間前
By 尊渡假赌尊渡假赌尊渡假赌
アサシンのクリードシャドウズ:シーシェルリドルソリューション
1週間前
By DDD
R.E.P.O.誰も聞こえない場合はオーディオを修正する方法
2週間前
By 尊渡假赌尊渡假赌尊渡假赌

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック
Gmailメールのログイン入り口はどこですか?
7403
15


Java チュートリアル
1630
14


CakePHP チュートリアル
1358
52


Laravel チュートリアル
1268
25


PHP チュートリアル
1218
29

