Changeset 195838
- Timestamp:
- 01/20/2010 03:31:23 PM (16 years ago)
- File:
-
- 1 edited
-
jay-access-flickr/trunk/jay_access_flickr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jay-access-flickr/trunk/jay_access_flickr.php
r195829 r195838 17 17 "/<img(.+?)src=\"http:\/\/farm3\.static\.flickr\.com\/(.*?)\"(.*?)>/i", 18 18 "/<img(.+?)src=\"http:\/\/farm4\.static\.flickr\.com\/(.*?)\"(.*?)>/i", 19 "/<img(.+?)src=\"http:\/\/farm5\.static\.flickr\.com\/(.*?)\"(.*?)>/i", 20 "/<img(.+?)src=\"http:\/\/68\.142\.213\.135\/(.*?)\"(.*?)>/i", 21 "/<img(.+?)src=\"http:\/\/69\.147\.123\.56\/(.*?)\"(.*?)>/i", 22 "/<img(.+?)src=\"http:\/\/69\.147\.90\.158\/(.*?)\"(.*?)>/i", 23 "/<img(.+?)src=\"http:\/\/76\.13\.18\.75\/(.*?)\"(.*?)>/i" 19 "/<img(.+?)src=\"http:\/\/farm5\.static\.flickr\.com\/(.*?)\"(.*?)>/i" 24 20 ); 25 21 $exchangeDest = array( 26 "<img$1src=\"http://68.142.2 32.116/$2\"$3>",27 "<img$1src=\"http://68.142.2 32.116/$2\"$3>",28 "<img$1src=\"http://69.147. 123.63/$2\"$3>",22 "<img$1src=\"http://68.142.214.43/$2\"$3>", 23 "<img$1src=\"http://68.142.214.43/$2\"$3>", 24 "<img$1src=\"http://69.147.90.156/$2\"$3>", 29 25 "<img$1src=\"http://76.13.18.78/$2\"$3>", 30 26 "<img$1src=\"http://76.13.18.77/$2\"$3>", 31 "<img$1src=\"http://76.13.18.79/$2\"$3>", 32 "<img$1src=\"http://68.142.232.116/$2\"$3>", 33 "<img$1src=\"http://69.147.123.63/$2\"$3>", 34 "<img$1src=\"http://76.13.18.78/$2\"$3>", 35 "<img$1src=\"http://76.13.18.77/$2\"$3>" 27 "<img$1src=\"http://76.13.18.79/$2\"$3>" 36 28 ); 37 29 $text = preg_replace($exchangeSource,$exchangeDest,$text);
Note: See TracChangeset
for help on using the changeset viewer.