The PHP version of Express Home (Express Home Edition) express query program currently supports more than 1,100 express queries (this program supports 36 commonly used express queries and more queries can be added by yourself). This program uses API mode, eliminating the need for webmaster maintenance and upgrades. worry, so as to devote more energy to website promotion.
===========Instructions for use============
1. Please log in to http://www.kuaidiwo.cn/api/index.php to apply for KEY;
2. Modify the do.php file and change the key XXXXXXXXXXXX to the key you applied for.
===========Operating environment requirements============
Platform: windows/linux
Web server: iis/apche
php5.0+
Please make sure short_tag_open=On in php.ini, otherwise it may not work.
===============================
CSS file:
The logo image is located at img/kuaidiwo.png. It is called from the background. Please modify it according to your preferences.
=================================
How to add express company query items?
For example, if I want to add a query for YTO Express, please follow the steps below (this is just an example, please adjust it according to the actual situation):
1. Open index.html and insert at the appropriate location:
class="exp"id="exp_3">
class="name">Fill in the YTO Express tracking number
;
2. Open the exps.php file and enter the corresponding information, for example:
'yuantong'=>
array(
'spellname'=>'yuantong',//This is the express code. Please correspond to the express code in http://api.kuaidiwo.cn:88/api/list.html
'code'=>'yto', //This item corresponds to the picture name in image
'textname'=>'YTO Express',//This item is the name of the express company
'url'=>'http://www.yto.net.cn/',//This item is the official website of the express company
'tel'=>'021-69777888/999',//This item is the contact number of the express company
'nodesc'=>'YTO Express tracking number is 10 digits long, usually starting with W + 9 pure digits, there are also 10 pure characters', //This item is the tracking number description for express query
'title'=>'YTO Express Query_YTO Express Tracking Number Query', //This item is the title of the express query page
'keywords'=>'YTO Express, YTO Express tracking number', //This item is the keyword of the express query page
'description'=>'Provide YTO Express tracking number, outlets and telephone inquiries, YTO Express phone number: 021-69777888/999', //This item is the description of the query page
),;
After completing the above steps, you can refresh the homepage.