Skip to content

Commit

Permalink
mh%160, fix qq url
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jul 25, 2015
1 parent a08a661 commit 09689f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions baseunits/modules/mh160com.pas
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ function getcurpic_skin4_20110501(const URL: String): String;
Result := StringReplace(Result, '&name=', '', []);
Result := StringReplace(Result, 'mif2', 'jpg', []);
Result := StringReplace(Result, '/', '_', [rfReplaceAll]);
Result := 'http://img11.aoyuanba.com/pictmdown.php?p=' +
EncodeStringBase64(S) + '$sf=' + Result +
'&ym=http://img11.hgysxz.cn';
//Result := 'http://img11.aoyuanba.com/pictmdown.php?p=' +
// EncodeStringBase64(S) + '$sf=' + Result +
// '&ym=http://img11.hgysxz.cn';
Result := 'http://img11.hgysxz.cn/Pic/' + Result;
end;

begin
Expand Down

0 comments on commit 09689f5

Please sign in to comment.