主要是對這一行作解密
?url=XPGpycsXPGrXPGLSNSTIYVIQGIXPGYVIYVIXQDKWD
====運算式是以下====
var searchString=location.search
var pos=searchString.indexOf("?url=")
if (pos==0){
var str;
str=searchString.substr(5,searchString.length);
str=str.replace(/YVI/g,"1")
str=str.replace(/ESR/g,"2")
str=str.replace(/SXN/g,"3")
str=str.replace(/STI/g,"4")
str=str.replace(/WFU/g,"5")
str=str.replace(/LQU/g,"6")
str=str.replace(/QGI/g,"7")
str=str.replace(/BLA/g,"8")
str=str.replace(/JFU/g,"9")
str=str.replace(/LSN/g,"0")
str=str.replace(/XPG/g,"/")
str=str.replace(/XQD/g,".")
str=str.replace(/ /g,"")
str=str.replace(/%20/g,"")
str=str.replace(/KWD/g,"Wma")
str = "http://pycs.7t7t.com/"+str;
}
=============
location : 取得物件的位置資料
substr : 取得部份字串
str.replace("目標字","代替字") :
str 是有關的字串, "目標字" 是要在這字串內尋找的文字, 找到就用 "代替字" 來取代, 並傳回新的字串, 原有字串不變
結果 :
http://www.7t7t.com/zplay.htm?url=XPGpycsXPGrXPG0417/11.wma
預估這個是變數不會每次都得同樣結果
PS. 這些並非自己的專長,所以沒有完全破解剩下有待別人破解上面的網址