⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usps.php

📁 this the oscommerce 3.0 aplha 4
💻 PHP
📖 第 1 页 / 共 2 页
字号:
          return array('error' => $number . ' - ' . $description);        } else {          $body = $response[0];          $services = array();          while (true) {            if ($start = strpos($body, '<Service ID=')) {              $body = substr($body, $start);              $end = strpos($body, '</Service>');              $services[] = substr($body, 0, $end+10);              $body = substr($body, $end+9);            } else {              break;            }          }          $size = sizeof($services);          for ($i=0, $n=$size; $i<$n; $i++) {            if (strpos($services[$i], '<Postage>')) {              $service = ereg('<SvcDescription>(.*)</SvcDescription>', $services[$i], $regs);              $service = $regs[1];              $postage = ereg('<Postage>(.*)</Postage>', $services[$i], $regs);              $postage = $regs[1];              if (isset($this->service) && ($service != $this->service) ) {                continue;              }              $rates[] = array($service => $postage);            }          }        }      }      return ((sizeof($rates) > 0) ? $rates : false);    }    function country_list() {      $list = array('AF' => 'Afghanistan',                    'AL' => 'Albania',                    'DZ' => 'Algeria',                    'AD' => 'Andorra',                    'AO' => 'Angola',                    'AI' => 'Anguilla',                    'AG' => 'Antigua and Barbuda',                    'AR' => 'Argentina',                    'AM' => 'Armenia',                    'AW' => 'Aruba',                    'AU' => 'Australia',                    'AT' => 'Austria',                    'AZ' => 'Azerbaijan',                    'BS' => 'Bahamas',                    'BH' => 'Bahrain',                    'BD' => 'Bangladesh',                    'BB' => 'Barbados',                    'BY' => 'Belarus',                    'BE' => 'Belgium',                    'BZ' => 'Belize',                    'BJ' => 'Benin',                    'BM' => 'Bermuda',                    'BT' => 'Bhutan',                    'BO' => 'Bolivia',                    'BA' => 'Bosnia-Herzegovina',                    'BW' => 'Botswana',                    'BR' => 'Brazil',                    'VG' => 'British Virgin Islands',                    'BN' => 'Brunei Darussalam',                    'BG' => 'Bulgaria',                    'BF' => 'Burkina Faso',                    'MM' => 'Burma',                    'BI' => 'Burundi',                    'KH' => 'Cambodia',                    'CM' => 'Cameroon',                    'CA' => 'Canada',                    'CV' => 'Cape Verde',                    'KY' => 'Cayman Islands',                    'CF' => 'Central African Republic',                    'TD' => 'Chad',                    'CL' => 'Chile',                    'CN' => 'China',                    'CX' => 'Christmas Island (Australia)',                    'CC' => 'Cocos Island (Australia)',                    'CO' => 'Colombia',                    'KM' => 'Comoros',                    'CG' => 'Congo (Brazzaville),Republic of the',                    'ZR' => 'Congo, Democratic Republic of the',                    'CK' => 'Cook Islands (New Zealand)',                    'CR' => 'Costa Rica',                    'CI' => 'Cote d\'Ivoire (Ivory Coast)',                    'HR' => 'Croatia',                    'CU' => 'Cuba',                    'CY' => 'Cyprus',                    'CZ' => 'Czech Republic',                    'DK' => 'Denmark',                    'DJ' => 'Djibouti',                    'DM' => 'Dominica',                    'DO' => 'Dominican Republic',                    'TP' => 'East Timor (Indonesia)',                    'EC' => 'Ecuador',                    'EG' => 'Egypt',                    'SV' => 'El Salvador',                    'GQ' => 'Equatorial Guinea',                    'ER' => 'Eritrea',                    'EE' => 'Estonia',                    'ET' => 'Ethiopia',                    'FK' => 'Falkland Islands',                    'FO' => 'Faroe Islands',                    'FJ' => 'Fiji',                    'FI' => 'Finland',                    'FR' => 'France',                    'GF' => 'French Guiana',                    'PF' => 'French Polynesia',                    'GA' => 'Gabon',                    'GM' => 'Gambia',                    'GE' => 'Georgia, Republic of',                    'DE' => 'Germany',                    'GH' => 'Ghana',                    'GI' => 'Gibraltar',                    'GB' => 'Great Britain and Northern Ireland',                    'GR' => 'Greece',                    'GL' => 'Greenland',                    'GD' => 'Grenada',                    'GP' => 'Guadeloupe',                    'GT' => 'Guatemala',                    'GN' => 'Guinea',                    'GW' => 'Guinea-Bissau',                    'GY' => 'Guyana',                    'HT' => 'Haiti',                    'HN' => 'Honduras',                    'HK' => 'Hong Kong',                    'HU' => 'Hungary',                    'IS' => 'Iceland',                    'IN' => 'India',                    'ID' => 'Indonesia',                    'IR' => 'Iran',                    'IQ' => 'Iraq',                    'IE' => 'Ireland',                    'IL' => 'Israel',                    'IT' => 'Italy',                    'JM' => 'Jamaica',                    'JP' => 'Japan',                    'JO' => 'Jordan',                    'KZ' => 'Kazakhstan',                    'KE' => 'Kenya',                    'KI' => 'Kiribati',                    'KW' => 'Kuwait',                    'KG' => 'Kyrgyzstan',                    'LA' => 'Laos',                    'LV' => 'Latvia',                    'LB' => 'Lebanon',                    'LS' => 'Lesotho',                    'LR' => 'Liberia',                    'LY' => 'Libya',                    'LI' => 'Liechtenstein',                    'LT' => 'Lithuania',                    'LU' => 'Luxembourg',                    'MO' => 'Macao',                    'MK' => 'Macedonia, Republic of',                    'MG' => 'Madagascar',                    'MW' => 'Malawi',                    'MY' => 'Malaysia',                    'MV' => 'Maldives',                    'ML' => 'Mali',                    'MT' => 'Malta',                    'MQ' => 'Martinique',                    'MR' => 'Mauritania',                    'MU' => 'Mauritius',                    'YT' => 'Mayotte (France)',                    'MX' => 'Mexico',                    'MD' => 'Moldova',                    'MC' => 'Monaco (France)',                    'MN' => 'Mongolia',                    'MS' => 'Montserrat',                    'MA' => 'Morocco',                    'MZ' => 'Mozambique',                    'NA' => 'Namibia',                    'NR' => 'Nauru',                    'NP' => 'Nepal',                    'NL' => 'Netherlands',                    'AN' => 'Netherlands Antilles',                    'NC' => 'New Caledonia',                    'NZ' => 'New Zealand',                    'NI' => 'Nicaragua',                    'NE' => 'Niger',                    'NG' => 'Nigeria',                    'KP' => 'North Korea (Korea, Democratic People\'s Republic of)',                    'NO' => 'Norway',                    'OM' => 'Oman',                    'PK' => 'Pakistan',                    'PA' => 'Panama',                    'PG' => 'Papua New Guinea',                    'PY' => 'Paraguay',                    'PE' => 'Peru',                    'PH' => 'Philippines',                    'PN' => 'Pitcairn Island',                    'PL' => 'Poland',                    'PT' => 'Portugal',                    'QA' => 'Qatar',                    'RE' => 'Reunion',                    'RO' => 'Romania',                    'RU' => 'Russia',                    'RW' => 'Rwanda',                    'SH' => 'Saint Helena',                    'KN' => 'Saint Kitts (St. Christopher and Nevis)',                    'LC' => 'Saint Lucia',                    'PM' => 'Saint Pierre and Miquelon',                    'VC' => 'Saint Vincent and the Grenadines',                    'SM' => 'San Marino',                    'ST' => 'Sao Tome and Principe',                    'SA' => 'Saudi Arabia',                    'SN' => 'Senegal',                    'YU' => 'Serbia-Montenegro',                    'SC' => 'Seychelles',                    'SL' => 'Sierra Leone',                    'SG' => 'Singapore',                    'SK' => 'Slovak Republic',                    'SI' => 'Slovenia',                    'SB' => 'Solomon Islands',                    'SO' => 'Somalia',                    'ZA' => 'South Africa',                    'GS' => 'South Georgia (Falkland Islands)',                    'KR' => 'South Korea (Korea, Republic of)',                    'ES' => 'Spain',                    'LK' => 'Sri Lanka',                    'SD' => 'Sudan',                    'SR' => 'Suriname',                    'SZ' => 'Swaziland',                    'SE' => 'Sweden',                    'CH' => 'Switzerland',                    'SY' => 'Syrian Arab Republic',                    'TW' => 'Taiwan',                    'TJ' => 'Tajikistan',                    'TZ' => 'Tanzania',                    'TH' => 'Thailand',                    'TG' => 'Togo',                    'TK' => 'Tokelau (Union) Group (Western Samoa)',                    'TO' => 'Tonga',                    'TT' => 'Trinidad and Tobago',                    'TN' => 'Tunisia',                    'TR' => 'Turkey',                    'TM' => 'Turkmenistan',                    'TC' => 'Turks and Caicos Islands',                    'TV' => 'Tuvalu',                    'UG' => 'Uganda',                    'UA' => 'Ukraine',                    'AE' => 'United Arab Emirates',                    'UY' => 'Uruguay',                    'UZ' => 'Uzbekistan',                    'VU' => 'Vanuatu',                    'VA' => 'Vatican City',                    'VE' => 'Venezuela',                    'VN' => 'Vietnam',                    'WF' => 'Wallis and Futuna Islands',                    'WS' => 'Western Samoa',                    'YE' => 'Yemen',                    'ZM' => 'Zambia',                    'ZW' => 'Zimbabwe');      return $list;    }  }?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -