最新バージョンの v2 がリリースされました。ダウンロードしてください。 http://www.yimuhe.com/file-629333.html
php+txt 淘宝超合理化版 sina_SAE 特別版 デモ: http://bitefu.sinaapp.com/ 主に file_put_contents と SAE の cul 関数によって提供される特定のメソッドを変更して、sina_SAE 環境に適応させました。 もう 1 つのステップは、すべての Alimama API を文字列に置き換え、最終ターンで追加することです。 急いで書いたので、問題がある場合は、時間内に修正してください。 完全なコードのダウンロード http://www.ctdisk.com/file/5496334
バージョンアップデート: コンテンツを更新 1. 主に婦人服のページにいくつかの置換リンクを追加しました 2. ディレクトリリダイレクトルールを変更する Sina free php space アプリケーション完全ガイド
Sina sae spaceを使用しない場合は、ユニバーサルバージョンをダウンロードしてください ダウンロードアドレス: http://xiaogg.ctdisk.com/u/349707/437278
ヒント: コードは随時更新します。アドレスを更新http://xiaogg.ctdisk.com/u/349707/437278
-
include('common.php');
- include('function.php');
- $urlhead=file("urlhead.txt");
- if(URL_END){
- $cacheurl ='cache/'.md5(URL_END).".txt";
- $nowtype=substr(URL_END,5,1);
- $newheader=explode("|",trim($urlhead[$nowtype]));
- $mailurl=$newheader[0].str_replace("bitefu=net","&pid=mm_".ALIMAMA_KEY."_0_0",str_replace('/html'.$nowtype."/",'',URL_END)) ;
- }else{
- $cacheurl='cache/'.md5("index").".txt";
- $mailurl=INDEX_URL;
- }
- if(!file_exists($cacheurl) || (filemtime($cacheurl) ) + CACHE_DATA) < time() ){
- $index_content=curl_file_get_contents($mailurl);
- //仕様置換
- foreach($urlhead as $key =>$v)
- {
- $strarr=explode("| ",trim($v));
- $str_qian[]=$strarr[0];
- if($strarr[1]){$str_hou[]=WEB_PATH."u/?bitefutype=".$key." &";}else{
- $str_hou[]=WEB_PATH."index.php/html".$key."/";
- }
- }
- $body=str_replace($str_qian,$str_hou,$index_content);
- $strqian=array('pid=mm_'.ALIMAMA_KEY.'_0_0','','mm_0_','','');
- $strqhou= array('bitefu=net',WEB_TITLE.'','mm_'.ALIMAMA_KEY.'_','','
');
- $ body=str_replace($strqian,$strqhou,$body);
- //仕様置換
- file_put_contents("saemc://".$cacheurl,$body);
- }
- $html=file_get_contents("saemc://" .$cacheurl);
- echo $html;
- ?>
コードをコピー
|