Plugin Directory

Changeset 195838


Ignore:
Timestamp:
01/20/2010 03:31:23 PM (16 years ago)
Author:
jayleecn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • jay-access-flickr/trunk/jay_access_flickr.php

    r195829 r195838  
    1717        "/<img(.+?)src=\"http:\/\/farm3\.static\.flickr\.com\/(.*?)\"(.*?)>/i",
    1818        "/<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"
    2420    );
    2521    $exchangeDest = array(
    26         "<img$1src=\"http://68.142.232.116/$2\"$3>",
    27         "<img$1src=\"http://68.142.232.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>",
    2925        "<img$1src=\"http://76.13.18.78/$2\"$3>",
    3026        "<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>"
    3628    );
    3729    $text = preg_replace($exchangeSource,$exchangeDest,$text);
Note: See TracChangeset for help on using the changeset viewer.