├── README.md ├── add-courier.php ├── add-new-officer.php ├── add-office.php ├── admin.php ├── change-password.php ├── courier-add-success.php ├── courier-list.php ├── courier-status.php ├── css ├── aalpha.css ├── mystyle.css └── style.css ├── database.php ├── database └── courier_db.sql ├── datewise-list.php ├── delivered-list.php ├── delivered-success.php ├── edit-courier.php ├── header.php ├── home_files ├── aalpha-Net.jpg ├── aalpha.css ├── arrow_right.gif ├── card.jpg ├── ga.js ├── header.jpg ├── l1.gif ├── l2.gif ├── mysql.gif ├── navig.gif ├── php_logo.png └── whoca.gif ├── images ├── 12258.gif ├── aalpha-Net.jpg ├── arrow_right.gif ├── boxbtmBG.gif ├── boxbtmleftcorner.gif ├── boxbtmrightcorner.gif ├── boxleftBG.gif ├── boxrightBG.gif ├── boxtopBG.gif ├── boxtopleftcorner.gif ├── boxtoprightcorner.gif ├── card.jpg ├── edit_icon.gif ├── header.jpg ├── imagesform.jpg ├── l1.gif ├── l2.gif ├── mysql.gif ├── navig.gif ├── php_logo.png ├── trheader.jpg ├── trheader1.jpg └── whoca.gif ├── index.php ├── library.php ├── login.php ├── manager-add-success.php ├── manager-list.php ├── office-add-success.php ├── offices-list.php ├── process.php ├── report.php ├── search-courier.php ├── search-edit.php ├── success.php ├── track-result.php ├── track-status.php └── update-success.php /README.md: -------------------------------------------------------------------------------- 1 | # Courier-Management-System- 2 | Courier Management System gives all information regarding the every Courier in the systems. The system has two user role one is customer, who can track package using randomly generated number and another role is manager who can add packages and customer details. All of them there is a primary role is admin who can add branches and location in the system 3 | -------------------------------------------------------------------------------- /add-courier.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | Admin 11 | 12 | 13 | 61 | 62 | 72 | 73 | 82 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 402 |
403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 |
Add Shipment
411 |
412 |
413 | 414 | 415 | 416 | 417 | 418 |
 
419 |
420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 |
429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 591 | 592 | 593 | 594 | 595 |
 
437 | 438 | 441 | 442 | 443 | 444 | 445 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 500 | 501 | 502 | 503 | 504 | 510 | 511 | 512 | 513 | 514 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 561 | 562 | 563 | 564 | 565 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 |
439 |
Shipper info :
440 |
Shipper Name :  446 | 447 |
Phone : 
Address :  458 | 459 | *
   
Receiver info :
Receiver Name :   473 | *
Phone :  
Address: :   484 | 485 | *
   
Shipment info :
Consignment No :   499 | *
Type of Shipment :  509 |
Weight :   515 | (kg)
Invoice no : 
Qnty : 
Booking Mode : 
Total freight :  
Mode :  
Dept time :  
Destination Office:  560 | *
Pickup Date :  566 | *
Pickup Time : 
Status : 
Comments : 
  
 
604 |
605 |
606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 |
 
618 | 619 | 620 | 621 | 622 | 623 | -------------------------------------------------------------------------------- /add-new-officer.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Admin 16 | 17 | 18 | 66 | 67 | 77 | 78 | 87 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 |
132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 |
Add New Office Manager
140 |
141 |
142 | 143 | 144 | 145 | 146 | 147 |
 
148 |
149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 |
158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 227 | 228 | 229 | 230 | 231 |
 
166 | 167 | 170 | 171 | 172 | 173 | 174 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 |
168 |
Office Manager info :
169 |
Manager Name :  175 |
Password : 
Address :  186 | 187 | *
Email : 
Phone No. :  
Office Name :   203 | 212 |
   
  
 
240 |
241 |
242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 |
 
253 | 254 | 255 | 256 | 257 | 258 | -------------------------------------------------------------------------------- /add-office.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | Admin 11 | 12 | 13 | 61 | 62 | 72 | 73 | 82 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 402 |
403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 |
Add New Office Manager
411 |
412 |
413 | 414 | 415 | 416 | 417 | 418 |
 
419 |
420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 |
429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 488 | 489 | 490 | 491 | 492 |
 
437 | 438 | 441 | 442 | 443 | 444 | 445 | 447 | 448 | 449 | 450 | 451 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 |
439 |
New Office Information :
440 |
Office Name :  446 |
Address :  452 | 453 | *
City : 
Phone No. :  
Office Timing :  
Contact Person :  
   
  
 
501 |
502 |
503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 |
 
514 | 515 | 516 | 517 | 518 | 519 | -------------------------------------------------------------------------------- /admin.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | Courier / Cargo Tracking Script in PHP - Ver 0.97 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 | 22 | 23 |

24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |
Courier Management System
42 |
43 |
44 |
45 |
46 |
47 | 48 | 49 | 50 | 51 | 52 | 53 | 55 | 56 |
  54 |
57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /change-password.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Courier / Cargo Tracking Script in PHP - Ver 0.97 13 | 14 | 15 | 20 | 21 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 108 | 109 | 110 | 111 | 198 | 199 | 200 | 207 | 208 |
105 | 106 | 107 |
112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 |
 
 
Change Admin Password
128 |
129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 |
138 | 139 | 140 | 141 | 142 | 166 | 167 | 168 | 169 | 170 |
143 | 144 | 145 | 146 | 147 | 148 | 149 | 152 | 153 | 154 | 155 | 158 | 159 | 160 | 161 | 164 | 165 |
  
New Password :
150 | 151 |
Confirm Password :
156 | 157 |
 
162 | 163 |
 
179 |
180 |
 
 
 
 
 
201 | 202 | 203 | 204 | 205 |
 
206 |
209 | 210 | 211 | -------------------------------------------------------------------------------- /courier-add-success.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 61 | 62 | 63 | 70 | 71 |
12 |
17 | 18 | 19 | 20 | 21 | 22 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
 
23 | 24 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 45 | 46 | 47 | 48 | 49 |
 
Courier is added successfully.
44 |
 
50 |
 
 
64 | 65 | 66 | 67 | 68 |
  
69 |
72 | 73 | 74 | -------------------------------------------------------------------------------- /courier-list.php: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | Admin 19 | 20 | 21 | 26 | 27 | 28 | 29 | 30 | 34 | 35 | 36 | 37 | 135 | 136 | 137 | 144 | 145 |
31 | 32 | 33 |
38 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
 
Update Shipment
93 | 94 | 95 | 96 | 97 | 98 | 100 | 101 |
99 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 116 | 117 | 118 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 131 |
Edit
Consignment No ShipperReceiverPickup Date/TimeStatus
119 | 120 | 121 | -
132 |
133 | 134 |
138 | 139 | 140 | 141 | 142 |
 
143 |
146 | 147 | 148 | -------------------------------------------------------------------------------- /courier-status.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 13 | 29 | 30 | 31 | 32 | 33 | 34 | 46 | 47 | 48 | 49 | 188 | 189 | 190 | 197 | 198 |
35 | 36 | 37 | 38 | 40 | 41 | 42 | 43 | 44 |
39 |
 
45 |
50 | 51 | 52 | 53 | 54 | 57 | 58 | 59 | 60 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 |
 
55 |

Tracking Shipment

56 |

61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |
73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 155 | 156 |
 Consignment No : 2233

81 | 82 | 83 | 97 | 111 | 112 |
84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 |
Shipper
Tousif Khan
020 253623
10 metro tower, kondwa
98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 |
Receiver
Rizwan Ahmed
020 88552233
03 merta tower kondwa
113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 |
OriginXYZDestinationABC
Pickup date/Time18/01/2011 - 126 | 4 Weight20 kg
CourierXYZStatusIn Transit
Expected Delivery Date25/01/2011
154 |
157 |

158 | 159 | 160 |

161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 |
Date
Time
Location
Status
Comments
170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 |
 
 
191 | 192 | 193 | 194 | 195 |
  
196 |
199 | 200 | 201 | -------------------------------------------------------------------------------- /css/aalpha.css: -------------------------------------------------------------------------------- 1 | /* CSS Document */ 2 | 3 | body{ 4 | 5 | margin:0px; 6 | background-color:#0a2f5b; 7 | 8 | 9 | 10 | } 11 | .lowerstyle{ 12 | font-family: Verdana, Arial, Helvetica, sans-serif; 13 | font-size: 11px; 14 | color: #FFFFFF; 15 | 16 | } 17 | .lowerstyle a{ 18 | font-family: Verdana, Arial, Helvetica, sans-serif; 19 | font-size: 11px; 20 | color: #FFFFFF; 21 | text-decoration:none; 22 | 23 | } 24 | a:link { 25 | text-decoration: none; 26 | color: #000000; 27 | } 28 | a:visited { 29 | color: #990000; 30 | text-decoration: none; 31 | } 32 | a:hover { 33 | color: #006600; 34 | } 35 | 36 | 37 | 38 | .lowerstyle a:hover{ 39 | font-family: Verdana, Arial, Helvetica, sans-serif; 40 | font-size: 11px; 41 | color: #FFFFFF; 42 | text-decoration:underline; 43 | 44 | }.aalpha { 45 | font-family: Verdana, Arial, Helvetica, sans-serif; 46 | font-size: 11px; 47 | line-height: 17px; 48 | color: #000000; 49 | } 50 | -------------------------------------------------------------------------------- /css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* CSS Document */ 2 | 3 | .blackbox { 4 | 5 | border: 1px solid #EBEBEB; 6 | padding: 0px; 7 | } 8 | 9 | body{ 10 | font-family:Verdana, Arial, Helvetica, sans-serif; 11 | font-size:12px; 12 | 13 | background-color:#0a2f5b; 14 | 15 | 16 | 17 | 18 | } 19 | .lowerstyle{ 20 | font-family: Verdana, Arial, Helvetica, sans-serif; 21 | font-size: 11px; 22 | color: #FFFFFF; 23 | 24 | } 25 | .lowerstyle a{ 26 | font-family: Verdana, Arial, Helvetica, sans-serif; 27 | font-size: 11px; 28 | color: #FFFFFF; 29 | text-decoration:none; 30 | 31 | } 32 | .lowerstyle a:hover{ 33 | font-family: Verdana, Arial, Helvetica, sans-serif; 34 | font-size: 11px; 35 | color: #FFFFFF; 36 | text-decoration:underline; 37 | 38 | } 39 | 40 | 41 | .gentxt { 42 | FONT-SIZE: 11px; TEXT-TRANSFORM: none; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial; TEXT-DECORATION: none 43 | } 44 | 45 | 46 | 47 | .newtext { 48 | font-family: sans-serif, arial, helvetica; 49 | font-size:12px; 50 | color:#000000; 51 | } 52 | 53 | 54 | .redtext { 55 | font-family: sans-serif, arial, helvetica; 56 | font-size:12px; 57 | color:#FF0000; 58 | } 59 | 60 | input.text { 61 | width: 200px; 62 | border: 1px groove #6c7d8e; 63 | padding: 1px 1px 1px 3px; 64 | } 65 | 66 | 67 | .paratext { 68 | FONT-FAMILY: Arial, Helvetica, sans-serif; 69 | color:#242424; 70 | FONT-SIZE: 11px; 71 | LINE-HEIGHT: 16px; 72 | } 73 | 74 | .Partext1 { 75 | FONT-SIZE: 12px; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif 76 | } -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | 2 | .headtext13 { 3 | font-family: verdana,tohama,arial; 4 | font-size: 11px; 5 | font-weight:bold; 6 | color: #4358A4; 7 | } 8 | 9 | .lowerstyle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } 10 | 11 | .link { 12 | text-decoration:none; 13 | font-family: Verdana, Arial, Helvetica, sans-serif; 14 | font-size: 11px; 15 | font-weight:150; 16 | color: #000000; 17 | 18 | } 19 | 20 | .heading{ 21 | font: Verdana; 22 | font-size:12px; 23 | color:#FFFFFF; 24 | } -------------------------------------------------------------------------------- /database.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /database/courier_db.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 2.11.9.2 3 | -- http://www.phpmyadmin.net 4 | -- 5 | -- Host: localhost 6 | -- Generation Time: Jan 30, 2011 at 12:49 PM 7 | -- Server version: 5.0.67 8 | -- PHP Version: 5.2.6 9 | 10 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; 11 | 12 | 13 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 14 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 15 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 16 | /*!40101 SET NAMES utf8 */; 17 | 18 | -- 19 | -- Database: `courier_db` 20 | -- 21 | 22 | -- -------------------------------------------------------- 23 | 24 | -- 25 | -- Table structure for table `tbl_courier` 26 | -- 27 | 28 | CREATE TABLE IF NOT EXISTS `tbl_courier` ( 29 | `cid` int(10) NOT NULL auto_increment, 30 | `cons_no` varchar(20) NOT NULL, 31 | `ship_name` varchar(100) NOT NULL, 32 | `phone` varchar(12) NOT NULL, 33 | `s_add` varchar(200) NOT NULL, 34 | `rev_name` varchar(100) NOT NULL, 35 | `r_phone` varchar(12) NOT NULL, 36 | `r_add` varchar(200) NOT NULL, 37 | `type` varchar(40) NOT NULL, 38 | `weight` double NOT NULL, 39 | `invice_no` varchar(20) NOT NULL, 40 | `qty` int(10) NOT NULL, 41 | `book_mode` varchar(20) NOT NULL, 42 | `freight` double NOT NULL, 43 | `mode` varchar(20) NOT NULL, 44 | `pick_date` varchar(20) NOT NULL, 45 | `pick_time` varchar(10) NOT NULL, 46 | `status` varchar(20) NOT NULL, 47 | `comments` varchar(250) NOT NULL, 48 | `book_date` date NOT NULL, 49 | PRIMARY KEY (`cid`) 50 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; 51 | 52 | -- 53 | -- Dumping data for table `tbl_courier` 54 | -- 55 | 56 | INSERT INTO `tbl_courier` (`cid`, `cons_no`, `ship_name`, `phone`, `s_add`, `rev_name`, `r_phone`, `r_add`, `type`, `weight`, `invice_no`, `qty`, `book_mode`, `freight`, `mode`, `pick_date`, `pick_time`, `status`, `comments`, `book_date`) VALUES 57 | (1, 'M22P7KHM', 'Tousif Khan', '020 253623', 's sd sdsd', 'Rizwan Ahmed', '020 88552', 'sd sd s', 'Parcel', 20, '252525', 12, 'TBB', 240, 'Road', '29/01/2011', '12', 'Completed', 'ds ds d', '2011-01-29'), 58 | (2, 'QIWWGIQP', 'Asif khan', '020 253623', 'shani peth', 'munna bhai', '020 88552', 'asdas das d', 'Documents', 20, '252525', 12, 'TBB', 240, 'Train', '29/01/2011', '4', 'Delivered', 'Plz deliver it', '2011-01-29'), 59 | (3, 'Q906F73L', 'Amol sarode', '9532653652', 'metha nagar, bhusawal', 'sunil pal', '8585425412', 'balliram peth', 'Documents', 12, '239098', 12, 'ToPay', 200, 'Air', '26/01/2013', '4', 'In Transit', 'Thanks', '2011-01-29'), 60 | (4, '2THBV8UM', 'Farzana Sk', '9532652365', 'xzyz', 'Asif Khan', '9852451254', 'ABC', 'Parcel', 2, '23788', 4, 'Paid', 90, 'Road', '20/01/2011', '12', 'Delivered', 'Plz transit', '2011-01-30'); 61 | 62 | -- -------------------------------------------------------- 63 | 64 | -- 65 | -- Table structure for table `tbl_courier_officers` 66 | -- 67 | 68 | CREATE TABLE IF NOT EXISTS `tbl_courier_officers` ( 69 | `cid` int(10) NOT NULL auto_increment, 70 | `officer_name` varchar(40) NOT NULL, 71 | `off_pwd` varchar(40) NOT NULL, 72 | `address` varchar(250) NOT NULL, 73 | `email` varchar(100) NOT NULL, 74 | `ph_no` varchar(12) NOT NULL, 75 | `office` varchar(100) NOT NULL, 76 | `reg_date` datetime NOT NULL, 77 | PRIMARY KEY (`cid`) 78 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; 79 | 80 | -- 81 | -- Dumping data for table `tbl_courier_officers` 82 | -- 83 | 84 | INSERT INTO `tbl_courier_officers` (`cid`, `officer_name`, `off_pwd`, `address`, `email`, `ph_no`, `office`, `reg_date`) VALUES 85 | (1, 'kapil', 'kapil', 'asif nagar , hyderabad', 'kapil@gmail.com', '9890989989', 'Fast Courier - Jalgaon', '2011-01-30 09:25:21'), 86 | (2, 'Ashraf Sk.', 'ashraf', '11, bhaguday nagar', 'ashraf@gmail.com', '9854254125', 'Fast Courier - Aurangabad', '2011-01-30 09:40:42'), 87 | (3, 'sunil', 'sunil', '390, sani peth', 'sunil@gmail.com', '9890989989', 'Fast Courier - Pune', '2011-01-30 17:50:34'); 88 | 89 | -- -------------------------------------------------------- 90 | 91 | -- 92 | -- Table structure for table `tbl_courier_track` 93 | -- 94 | 95 | CREATE TABLE IF NOT EXISTS `tbl_courier_track` ( 96 | `id` int(10) NOT NULL auto_increment, 97 | `cid` int(10) NOT NULL, 98 | `cons_no` varchar(20) NOT NULL, 99 | `current_city` varchar(100) NOT NULL, 100 | `status` varchar(30) NOT NULL, 101 | `comments` varchar(255) NOT NULL, 102 | `bk_time` datetime NOT NULL, 103 | PRIMARY KEY (`id`) 104 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; 105 | 106 | -- 107 | -- Dumping data for table `tbl_courier_track` 108 | -- 109 | 110 | INSERT INTO `tbl_courier_track` (`id`, `cid`, `cons_no`, `current_city`, `status`, `comments`, `bk_time`) VALUES 111 | (1, 1, 'M22P7KHM', 'Fast Courier - Jalgaon', 'Delayed', 'Delay due to rain', '2011-01-30 10:23:04'), 112 | (3, 1, 'M22P7KHM', 'Fast Courier - Jalgaon', 'Delayed', 'Delayed due to rain', '2011-01-30 10:26:43'), 113 | (4, 4, '2THBV8UM', 'Fast Courier - Aurangabad', 'Delayed', 'Due to rain', '2011-01-30 17:44:52'), 114 | (5, 1, 'M22P7KHM', 'Fast Courier - Jalgaon', 'Completed', 'Completed', '2011-01-30 17:49:11'); 115 | 116 | -- -------------------------------------------------------- 117 | 118 | -- 119 | -- Table structure for table `tbl_offices` 120 | -- 121 | 122 | CREATE TABLE IF NOT EXISTS `tbl_offices` ( 123 | `id` int(10) NOT NULL auto_increment, 124 | `off_name` varchar(100) NOT NULL, 125 | `address` varchar(230) NOT NULL, 126 | `city` varchar(100) NOT NULL, 127 | `ph_no` varchar(20) NOT NULL, 128 | `office_time` varchar(100) NOT NULL, 129 | `contact_person` varchar(100) NOT NULL, 130 | PRIMARY KEY (`id`) 131 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; 132 | 133 | -- 134 | -- Dumping data for table `tbl_offices` 135 | -- 136 | 137 | INSERT INTO `tbl_offices` (`id`, `off_name`, `address`, `city`, `ph_no`, `office_time`, `contact_person`) VALUES 138 | (1, 'Fast Courier - Jalgaon', '290, shani peth, jalgaon', 'Jalgaon', '0257-25125', '10.00 am - 9.00 pm', 'Shammi Kapur'), 139 | (2, 'Fast Courier - Aurangabad', '20/12, sector 12, bhavani peth', 'Aurangabad', '0245-858521', '10.00 am - 9.00 pm', 'Amol Patil'), 140 | (3, 'Fast Courier - Pune', '230, Fashion Street', 'pune', '020-25125', '10.00 am - 9.00 pm', 'Atul Nigade'); 141 | -------------------------------------------------------------------------------- /datewise-list.php: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | Admin 19 | 20 | 21 | 26 | 27 | 28 | 29 | 30 | 34 | 35 | 36 | 37 | 135 | 136 | 137 | 144 | 145 |
31 | 32 | 33 |
38 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
 
Update Shipment
93 | 94 | 95 | 96 | 97 | 98 | 100 | 101 |
99 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 116 | 117 | 118 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 131 |
Edit
Consignment No ShipperReceiverPickup Date/TimeStatus
119 | 120 | 121 | -
132 |
133 | 134 |
138 | 139 | 140 | 141 | 142 |
 
143 |
146 | 147 | 148 | -------------------------------------------------------------------------------- /delivered-list.php: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | Admin 19 | 20 | 21 | 26 | 27 | 28 | 29 | 30 | 34 | 35 | 36 | 37 | 135 | 136 | 137 | 144 | 145 |
31 | 32 | 33 |
38 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
 
Update Shipment
93 | 94 | 95 | 96 | 97 | 98 | 100 | 101 |
99 |
102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 116 | 117 | 118 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 131 |
Edit
Consignment No ShipperReceiverPickup Date/TimeStatus
119 | 120 | 121 | -
132 |
133 | 134 |
138 | 139 | 140 | 141 | 142 |
 
143 |
146 | 147 | 148 | -------------------------------------------------------------------------------- /delivered-success.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | 61 | 62 | 63 | 70 | 71 |
12 | 13 |
18 | 19 | 20 | 21 | 22 | 23 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
 
24 | 25 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
 
Courier status changed to Delivered. Click Here To View The status
 
50 |
 
 
64 | 65 | 66 | 67 | 68 |
  
69 |
72 | 73 | 74 | -------------------------------------------------------------------------------- /edit-courier.php: -------------------------------------------------------------------------------- 1 | 18 | 19 | 20 | 21 | Admin 22 | 23 | 24 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 423 | 424 | 425 | 426 | 427 | 428 | 435 | 436 | 437 | 438 |
37 | 38 | 39 |
48 | 49 | 102 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 |
139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 |
Edit Shipment
149 | 150 | 151 | 152 |
153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 196 | 197 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 |
161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 192 | 193 |
Shipper Name :
169 | 170 | 171 |
Shipper Phone :
180 | 181 | 182 |
Shipper Address :
190 | 191 |
194 | 195 |
198 |
199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 226 | 227 |
Receiver Name :
Receiver Phone :
215 | 216 |
Receiver Address :
224 | 225 |
228 |
  
Consignment No :  
Ship Type : 
Weight : kg
Invoice no : 
Booking Mode : 
Total freight :  Rs.
Mode :
Pickup Date/Time : 293 | 294 | - 295 | 296 |
Status : 
Comments : 
315 | 316 |
317 |

318 | 319 |
320 | 321 |
322 | 323 |
324 | 325 | 326 | 327 | 328 | 329 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 383 | 384 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 409 | 410 | 411 | 412 | 413 | 417 | 418 |
UPDATE STATUS 330 | 331 |
New Location: 345 | 346 |
New Status: 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 381 | 382 |
Comments: 393 |
  403 | 404 | 405 | 406 | 407 | 408 |
414 | 415 | 416 |
419 | 420 |
421 | 422 |
429 | 430 | 431 | 432 | 433 |
 
434 |
439 | 440 | 441 | 442 | 443 | 444 | 445 | -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 |
8 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 39 | 40 | 41 |
17 |
SHIPMENT:
|
|
26 | 27 |
|
REPORTS :
| 
37 | 38 |
42 | 43 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
  Admin Menu|||
61 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 |
  
|
-------------------------------------------------------------------------------- /home_files/aalpha-Net.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/aalpha-Net.jpg -------------------------------------------------------------------------------- /home_files/aalpha.css: -------------------------------------------------------------------------------- 1 | /* CSS Document */ 2 | 3 | body{ 4 | 5 | margin:0px; 6 | background-color:#0a2f5b; 7 | 8 | 9 | 10 | } 11 | .lowerstyle{ 12 | font-family: Verdana, Arial, Helvetica, sans-serif; 13 | font-size: 11px; 14 | color: #FFFFFF; 15 | 16 | } 17 | .lowerstyle a{ 18 | font-family: Verdana, Arial, Helvetica, sans-serif; 19 | font-size: 11px; 20 | color: #FFFFFF; 21 | text-decoration:none; 22 | 23 | } 24 | a:link { 25 | text-decoration: none; 26 | color: #000000; 27 | } 28 | a:visited { 29 | color: #990000; 30 | text-decoration: none; 31 | } 32 | a:hover { 33 | color: #006600; 34 | } 35 | 36 | 37 | 38 | .lowerstyle a:hover{ 39 | font-family: Verdana, Arial, Helvetica, sans-serif; 40 | font-size: 11px; 41 | color: #FFFFFF; 42 | text-decoration:underline; 43 | 44 | }.aalpha { 45 | font-family: Verdana, Arial, Helvetica, sans-serif; 46 | font-size: 11px; 47 | line-height: 17px; 48 | color: #000000; 49 | } 50 | -------------------------------------------------------------------------------- /home_files/arrow_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/arrow_right.gif -------------------------------------------------------------------------------- /home_files/card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/card.jpg -------------------------------------------------------------------------------- /home_files/ga.js: -------------------------------------------------------------------------------- 1 | (function(){var s=true,t=false,aa=window,u=undefined,v=Math,ba="push",fa="slice",ga="cookie",y="charAt",z="indexOf",A="gaGlobal",ha="getTime",ja="toString",B="window",D="length",E="document",F="split",G="location",ka="href",H="substring",I="join",L="toLowerCase";var la="_gat",ma="_gaq",na="4.8.8",oa="_gaUserPrefs",pa="ioo",M="&",N="=",O="__utma=",qa="__utmb=",ra="__utmc=",sa="__utmk=",ta="__utmv=",ua="__utmz=",va="__utmx=",wa="GASO=";var xa=function(){var k=this,i=[],j="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";k.wc=function(l){i[l]=s};k.Ob=function(){for(var l=[],h=0;h=0};j.hb=function(l){if(!l||!j.nc("Firefox"))return l;l=l.replace(/\n|\r/g," ");for(var h=0,p=l[D];h-1){j=k[z](j,h);if(j<0)j=k[D];l=k[H](h+i[z](N)+1,j)}}return l},Ba=function(k){var i=t,j=0,l,h;if(!S(k)){i=s;for(l=0;l-1)}}return i},U=function(k,i){var j=encodeURIComponent;if(j instanceof Function)return i? 2 | encodeURI(k):j(k);else{Q(68);return escape(k)}},Ca=function(k,i){var j=decodeURIComponent,l;k=k[F]("+")[I](" ");if(j instanceof Function)try{l=i?decodeURI(k):j(k)}catch(h){Q(97);l=unescape(k)}else{Q(68);l=unescape(k)}return l},V=function(k,i){return k[z](i)>-1};function Da(k){if(!k||""==k)return"";for(;k[y](0)[D]>0&&" \n\r\t"[z](k[y](0))>-1;)k=k[H](1);for(;k[y](k[D]-1)[D]>0&&" \n\r\t"[z](k[y](k[D]-1))>-1;)k=k[H](0,k[D]-1);return k} 3 | var X=function(k,i){k[ba]||Q(94);k[k[D]]=i},Ea=function(k){var i=1,j=0,l;if(!S(k)){i=0;for(l=k[D]-1;l>=0;l--){j=k.charCodeAt(l);i=(i<<6&268435455)+j+(j<<14);j=i&266338304;i=j!=0?i^j>>21:i}}return i},Fa=function(){return v.round(v.random()*2147483647)},Ga=function(){};var Ha=function(k,i){this.Na=k;this.$a=i},Ia=function(){function k(j){var l=[];j=j[F](",");for(var h,p=0;p0)e=e[F]("^")[0];f=e[F](":");e=f[1];q=parseInt(f[0],10);if(!d&&q0?l(f):"";if(p.l){c=h.cc(R[E][ga],a,p.l,c,f);a="2"+a;d=f>0?l(p.u):""}a=a+c;d=d;a=R.hb(a);if(a[D]>2E3){Q(69);a=a[H](0,2E3)}d=a+"; path="+p.f+"; "+d+h.Qa();R[E].cookie=d};h.cc=function(a,c,f,d,e){var q="";e=e||p.u;d=j([d,h.q+e*1],f);q=T(a,"2"+c,";");if(!S(q)){a=j(i(a,c,f,s),f);q=q[F](a)[I]("");return q=d+q}return d};h.Qa=function(){return S(p.a)?"":"domain="+ 6 | p.a+";"}};var Ka=function(k){function i(b){b=b instanceof Array?b[I]("."):"";return S(b)?"-":b}function j(b,g){var o=[],n;if(!S(b)){o=b[F](".");if(g)for(n=0;n2037)j=l+"&err=len&max=2037&len="+j[D];k.Lb(i+j,h)};k.Lb=function(i,j){var l=new Image(1,1);l.src=i;l.onload=function(){l.onload=null;(j||Ga)()}}};var Ma=function(k){var i=this,j=k,l=new Ka(j),h=new La,p=!Y.Kc(),m=function(){};i.bd=function(a){var c=a[F](".");if(!c||c[D]<5)return a;if((a=c[fa](4)[I]("."))&&a[z]("=")==-1)a=Ca(a);c=c[fa](0,4);X(c,a);return c[I](".")};i.ac=function(){return"https:"==R[E][G].protocol?"https://ssl.google-analytics.com/__utm.gif":"http://www.google-analytics.com/__utm.gif"};i.P=function(a,c,f,d,e,q){var x=j.B,b=R[E][G];l.ja(f);var g=l.z()[F](".");if(g[1]<500||d){if(e){g=g;var o=(new Date)[ha](),n;n=(o-g[3])*(j.Gc/ 10 | 1E3);if(n>=1){g[2]=v.min(v.floor(g[2]*1+n),j.Gb);g[3]=o}g=g}if(d||!e||g[2]>=1){if(!d&&e)g[2]=g[2]*1-1;g[1]=g[1]*1+1;e="?utmwv="+na;o="&utmn="+Fa();d=e+"e"+o;a=e+o+(S(b.hostname)?"":"&utmhn="+U(b.hostname))+(j.O==100?"":"&utmsp="+U(j.O))+a;if(0==x||2==x){b=2==x?m:q||m;p&&h.kb(j.ga,a,d,b,s)}if(1==x||2==x){c="&utmac="+c;d+=c;a+=c+"&utmcc="+i.Ub(f);if(Y.Ma){f="&aip=1";d+=f;a+=f}a+="&utmu="+ya.Ob();p&&h.kb(i.ac(),a,d,q)}}}l.la(g[I]("."));l.qa()};i.Ub=function(a){for(var c=[],f=[O,ua,ta,va],d=l.h(),e,q= 11 | 0;q0)for(c=0;c0;)c+=f--^d++;return Ea(c)}};var Z=function(k,i,j,l){function h(a){var c="";c=a[F]("://")[1][L]();if(V(c,"/"))c=c[F]("/")[0];return c}var p=l,m=this;m.b=k;m.fb=i;m.q=j;m.Ua=function(a){var c=m.aa();return new Z.r(T(a,p.va+N,M),T(a,p.ya+N,M),T(a,p.Aa+N,M),m.J(a,p.ta,"(not set)"),m.J(a,p.wa,"(not set)"),m.J(a,p.za,c&&!S(c.C)?Ca(c.C):u),m.J(a,p.ua,u))};m.Wa=function(a){var c=h(a),f;f=a;var d="";f=f[F]("://")[1][L]();if(V(f,"/")){f=f[F]("/")[1];if(V(f,"?"))d=f[F]("?")[0]}f=d;if(V(c,"google")){a=a[F]("?")[I](M);if(V(a,M+p.hc+N))if(f== 15 | p.gc)return s}return t};m.aa=function(){var a,c=m.fb,f,d=p.M;if(!(S(c)||"0"==c||!V(c,"://")||m.Wa(c))){a=h(c);for(var e=0;e9?b[H](x+1)*1:0;q++;b=0==b?1:b;a.pb([g,m.q,b,q,e.D()][I]("."));a.sa()}}}}}}; 19 | Z.r=function(k,i,j,l,h,p,m){var a=this;a.n=k;a.Q=i;a.V=j;a.o=l;a.L=h;a.C=p;a.Ja=m;a.D=function(){var c=[],f=[["cid",a.n],["csr",a.Q],["gclid",a.V],["ccn",a.o],["cmd",a.L],["ctr",a.C],["cct",a.Ja]],d,e;if(a.Ya())for(d=0;d0&&f<=a.bb){d=U(d);e=U(e);if(d[D]+e[D]<=64){h.m[f]=[d,e,q];h.T();x=s}}return x};h.fc=function(f){if((f=h.m[f])&&1===f[2])return f[1]};h.Mb=function(f){var d=h.m;if(d[f]){delete d[f];h.T()}};h.Hb=function(){c.w(8);c.w(9);c.w(11);var f=h.m,d,e;for(e in f)if(d=f[e]){c.p(8,e,d[0]);c.p(9,e,d[1]);(d=d[2])&&3!=d&&c.p(11,e,""+d)}}};var Qa=function(){function k(n,r,w,J){if(u==m[n])m[n]={};if(u==m[n][r])m[n][r]=[];m[n][r][w]=J}function i(n,r,w){if(u!=m[n]&&u!=m[n][r])return m[n][r][w]}function j(n,r){if(u!=m[n]&&u!=m[n][r]){m[n][r]=u;var w=s,J;for(J=0;J-1}function p(b,g,o){if(S(b)||S(g)||S(o))return"-";b=T(b,O+a.b+".",g);if(!S(b)){b=b[F](".");b[5]=""+(b[5]?b[5]*1+1:1);b[3]=b[4];b[4]=o;b=b[I](".")}return b}function m(){return"file:"!=R[E][G].protocol&&h()}var a=this,c=Aa(a),f=u,d=new Ia,e=d.a,q=t,x=u;a.o=k;a.q= 25 | v.round((new Date)[ha]()/1E3);a.s=i||"UA-XXXXX-X";a.La=R[E].referrer;a.$=u;a.d=u;a.A=t;a.G=u;a.e=u;a.Oa=u;a.b=u;a.j=u;d.l=j?U(j):u;a.bc=function(){return Fa()^a.G.Tb()&2147483647};a.Xb=function(){if(!d.a||""==d.a||"none"==d.a){d.a="";return 1}l();return d.Da?Ea(d.a):1};a.Sb=function(b,g){if(S(b))b="-";else{g+=d.f&&"/"!=d.f?d.f:"";var o=b[z](g);b=o>=0&&o<=8?"0":"["==b[y](0)&&"]"==b[y](b[D]-1)?"-":b}return b};a.gb=function(b){var g="";g+=d.W?a.G.Ec():"";g+=d.Y&&!S(R[E].title)?"&utmdt="+U(R[E].title): 26 | "";g=g;var o;o=u;if(R[B]&&R[B][A]&&R[B][A].hid)o=R[B][A].hid;else{o=Fa();R[B].gaGlobal=R[B][A]?R[B][A]:{};R[B][A].hid=o}o=o;return g=g+("&utmhid="+o+"&utmr="+U(a.$)+"&utmp="+U(a.uc(b)))};a.uc=function(b){var g=R[E][G];return b=u!=b&&""!=b?U(b,s):U(g.pathname+g.search,s)};a.Hc=function(b){if(a.R()){var g="";if(a.e!=u&&a.e.N()[D]>0)g+="&utme="+U(a.e.N());g+=a.gb(b);f.P(g,a.s,a.b)}};a.Kb=function(){var b=new Ka(d);return b.ja(a.b)?b.Dc():u};a.Ra=c("_getLinkerUrl",52,function(b,g){var o=b[F]("#"),n=b, 27 | r=a.Kb();if(r)if(g&&1>=o[D])n+="#"+r;else if(!g||1>=o[D])if(1>=o[D])n+=(V(b,"?")?M:"?")+r;else n=o[0]+(V(b,"?")?M:"?")+r+"#"+o[1];return n});a.ic=function(){var b=a.q,g=a.j,o=g.h(),n=a.b+"",r=R[B]?R[B][A]:u,w,J=V(o,O+n+"."),P=V(o,qa+n),ia=V(o,ra+n),C,K=[],W="",ca=t;o=S(o)?"":o;if(d.v){w=R[E][G]&&R[E][G].hash?R[E][G][ka][H](R[E][G][ka][z]("#")):"";if(d.U&&!S(w))W=w+M;W+=R[E][G].search;if(!S(W)&&V(W,O)){g.sc(W);g.Xa()||g.Jb();C=g.ba()}w=g.ea;var da=g.ob,ea=g.Ab;if(!S(w())){da(Ca(w()));V(w(),";")||ea()}w= 28 | g.da;da=g.na;ea=g.ra;if(!S(w())){da(w());V(w(),";")||ea()}}if(S(C))if(J)if(!P||!ia||0){C=p(o,";",b);a.A=s}else{C=T(o,O+n+".",";");K=T(o,qa+n,";")[F](".")}else{C=[n,a.bc(),b,b,b,1][I](".");ca=a.A=s}else if(S(g.z())||S(g.ca())){C=p(W,M,b);a.A=s}else{K=g.z()[F](".");n=K[0]}C=C[F](".");if(R[B]&&r&&r.dh==n&&!d.l){C[4]=r.sid?r.sid:C[4];if(ca){C[3]=r.sid?r.sid:C[4];if(r.vid){b=r.vid[F](".");C[1]=b[0];C[2]=b[1]}}}g.mb(C[I]("."));K[0]=n;K[1]=K[1]?K[1]:0;K[2]=u!=K[2]?K[2]:d.Fc;K[3]=K[3]?K[3]:C[4];g.la(K[I](".")); 29 | g.nb(n);S(g.dc())||g.ma(g.I());g.yb();g.qa();g.zb()};a.kc=function(){f=new Ma(d)};a.getName=c("_getName",58,function(){return a.o});a.c=c("_initData",2,function(){var b;if(!q){if(!a.G)a.G=new Oa(d.Z);a.b=a.Xb();a.j=new Ka(d);a.e=new Qa;x=new Pa(d,a.b,a.j,a.e);a.kc()}if(m()){if(!q){a.$=a.Sb(a.La,R[E].domain);b=new Z(a.b,a.$,a.q,d)}a.ic(b);x.lc()}if(!q){m()&&b.Vb(a.j,a.A);a.Oa=new Qa;$.load(d,a.j);q=s}});a.Lc=c("_visitCode",54,function(){a.c();var b=T(a.j.h(),O+a.b+".",";");b=b[F](".");return b[D]< 30 | 4?"":b[1]});a.Xc=c("_cookiePathCopy",30,function(b){a.c();a.j&&a.j.Jc(a.b,b)});a.R=function(){return a.Lc()%1E40){p=m[H](0,a);m=m[H](a+1)}var c=p==la?Y:p==ma?Va:Y.Ta(p);c[m].apply(c,j[h][fa](1))}}catch(f){l++}return l}};var Y=new Ta;var Xa=aa[la];if(Xa&&typeof Xa._getTracker=="function")Y=Xa;else aa[la]=Y;var Va=new Wa;a:{var Ya=aa[ma],Za=t;if(Ya&&typeof Ya[ba]=="function"){Za=Ya.constructor==Array;if(!Za)break a}aa[ma]=Va;Za&&Va[ba].apply(Va,Ya)};})() 40 | -------------------------------------------------------------------------------- /home_files/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/header.jpg -------------------------------------------------------------------------------- /home_files/l1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/l1.gif -------------------------------------------------------------------------------- /home_files/l2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/l2.gif -------------------------------------------------------------------------------- /home_files/mysql.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/mysql.gif -------------------------------------------------------------------------------- /home_files/navig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/navig.gif -------------------------------------------------------------------------------- /home_files/php_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/php_logo.png -------------------------------------------------------------------------------- /home_files/whoca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/home_files/whoca.gif -------------------------------------------------------------------------------- /images/12258.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/12258.gif -------------------------------------------------------------------------------- /images/aalpha-Net.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/aalpha-Net.jpg -------------------------------------------------------------------------------- /images/arrow_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/arrow_right.gif -------------------------------------------------------------------------------- /images/boxbtmBG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxbtmBG.gif -------------------------------------------------------------------------------- /images/boxbtmleftcorner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxbtmleftcorner.gif -------------------------------------------------------------------------------- /images/boxbtmrightcorner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxbtmrightcorner.gif -------------------------------------------------------------------------------- /images/boxleftBG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxleftBG.gif -------------------------------------------------------------------------------- /images/boxrightBG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxrightBG.gif -------------------------------------------------------------------------------- /images/boxtopBG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxtopBG.gif -------------------------------------------------------------------------------- /images/boxtopleftcorner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxtopleftcorner.gif -------------------------------------------------------------------------------- /images/boxtoprightcorner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/boxtoprightcorner.gif -------------------------------------------------------------------------------- /images/card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/card.jpg -------------------------------------------------------------------------------- /images/edit_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/edit_icon.gif -------------------------------------------------------------------------------- /images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/header.jpg -------------------------------------------------------------------------------- /images/imagesform.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/imagesform.jpg -------------------------------------------------------------------------------- /images/l1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/l1.gif -------------------------------------------------------------------------------- /images/l2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/l2.gif -------------------------------------------------------------------------------- /images/mysql.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/mysql.gif -------------------------------------------------------------------------------- /images/navig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/navig.gif -------------------------------------------------------------------------------- /images/php_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/php_logo.png -------------------------------------------------------------------------------- /images/trheader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/trheader.jpg -------------------------------------------------------------------------------- /images/trheader1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/trheader1.jpg -------------------------------------------------------------------------------- /images/whoca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajanpatel1011/Courier-Management-System/6f9ead66c271386dcc63e7ee759531a59434c491/images/whoca.gif -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Online Courier Software Script, Cargo Tracking Module in PHP, MySql in India 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 28 | 29 |
24 | 25 | 26 | 27 |
 
30 | 31 | 32 | 129 | 130 |
33 | 34 | 68 | 69 | 81 | 82 | 122 | 123 |
35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 |
Features
Demo
Purchase
Screenshots
Platform Requirements
License Agreement
FAQ
Testimonials
Contact
66 |

67 |

70 | 71 | 75 | 76 | 77 |
83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 |
Courier Company
Cargo Company
Any Logistics
Shipping Company
Freight Company
102 |
103 | 104 | 105 | 108 | 109 | 110 | 111 | 112 | 113 | 116 | 117 | 118 | 119 | 120 |
106 |

Status Check :

107 |
114 |

ADMIN Login :

115 |
121 |
124 | 125 | 126 | 127 | 128 |
131 | 132 | 133 | 135 | 136 | 137 | 138 | 142 | 143 |
134 |
 

139 | 140 |

141 |

 

144 | 145 | -------------------------------------------------------------------------------- /library.php: -------------------------------------------------------------------------------- 1 | 0) 124 | { 125 | $rand_id=""; 126 | for($i=1; $i<=$length; $i++) 127 | { 128 | mt_srand((double)microtime() * 1000000); 129 | $num = mt_rand(1,36); 130 | $rand_id .= assign_rand_value($num); 131 | } 132 | } 133 | return $rand_id; 134 | } 135 | 136 | function checkUser($un, $pwd, $city) { 137 | if($un == 'admin' && $pwd = 'admin123') { 138 | $_SESSION['user_name'] = 'Admin'; 139 | $_SESSION['user_type'] = 'admin-role'; 140 | header('Location: admin.php'); 141 | //echo 'Iam here.......'; 142 | }else { 143 | $sql = "SELECT officer_name 144 | FROM tbl_courier_officers 145 | WHERE officer_name = '$un' 146 | AND off_pwd = '$pwd' 147 | AND office = '$city'"; 148 | $result = dbQuery($sql); 149 | $no = dbNumRows($result); 150 | if($no >= 1) { 151 | $_SESSION['user_name']= $un; 152 | $_SESSION['user_type']= 'officer'; 153 | header('Location: admin.php'); 154 | }//else 155 | else { 156 | return "Your Credintials are not a Valid. Please try Again."; 157 | } 158 | }//else 159 | }//checkUser 160 | 161 | function isUser(){ 162 | if(!isset($_SESSION['user_name'])){ 163 | header('Location: login.php'); 164 | } 165 | 166 | } 167 | ?> -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | Login 19 | 20 | 21 | 41 | 42 | 43 | 44 | 45 | 46 |
47 | 48 | 174 | 175 |
49 | 50 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 162 | 163 | 164 | 171 | 172 | 173 |
67 |
68 |
69 |
70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 |
79 | 80 | 81 | 82 | 83 | 89 | 90 | 91 | 147 | 148 | 149 | 150 | 151 |
84 | 85 | 87 | 88 |
86 |
92 | 93 | 94 | 144 | 145 | 146 |
95 | 96 | 97 | 98 | 99 | 101 | 102 | 103 | 108 | 109 | 110 | 111 | 112 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 |
 
100 |
Administrator Login Area
104 | 105 | 106 | 107 |
    Username: 113 |
    Password:
    Office: 124 | 133 |
  
142 | 143 |
 
160 |
161 |
165 | 166 | 167 | 168 | 169 |
 
170 |
176 |
-------------------------------------------------------------------------------- /manager-add-success.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | 61 | 62 | 63 | 70 | 71 |
12 | 13 |
18 | 19 | 20 | 21 | 22 | 23 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
 
24 | 25 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
 
Office Manager is Added Successfully . Click Here To View all Office List
 
50 |
 
 
64 | 65 | 66 | 67 | 68 |
  
69 |
72 | 73 | 74 | -------------------------------------------------------------------------------- /manager-list.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | Admin 17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 32 | 33 | 34 | 35 | 130 | 131 | 132 | 139 | 140 |
29 | 30 | 31 |
36 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 |
 
View All Manager Details
91 | 92 | 93 | 94 | 95 | 96 | 98 | 99 |
97 |
100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 126 |
Officer Name AddressEmailPhone NumnerOffice Name
127 |
128 | 129 |
133 | 134 | 135 | 136 | 137 |
 
138 |
141 | 142 | 143 | -------------------------------------------------------------------------------- /office-add-success.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | 61 | 62 | 63 | 70 | 71 |
12 | 13 |
18 | 19 | 20 | 21 | 22 | 23 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
 
24 | 25 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
 
New Office is Added Successfully . Click Here To View all Office List
 
50 |
 
 
64 | 65 | 66 | 67 | 68 |
  
69 |
72 | 73 | 74 | -------------------------------------------------------------------------------- /offices-list.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | Admin 17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 32 | 33 | 34 | 35 | 130 | 131 | 132 | 139 | 140 |
29 | 30 | 31 |
36 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 |
 
View All Office Details
91 | 92 | 93 | 94 | 95 | 96 | 98 | 99 |
97 |
100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 126 |
Office Name AddressCityPhone NumnerOffice TimingContact Person
127 |
128 | 129 |
133 | 134 | 135 | 136 | 137 |
 
138 |
141 | 142 | 143 | -------------------------------------------------------------------------------- /process.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /report.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | Admin 10 | 11 | 12 | 19 | 20 | 21 | 22 | 23 | 24 | 28 | 29 | 30 | 31 | 91 | 92 | 93 | 100 | 101 |
25 | 26 | 27 |

32 |
33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 |
42 | 43 | 44 | 45 | 46 | 73 | 74 | 75 | 76 | 77 |
47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |
Reports 
    
Datewise Report
 
Delivered Report
 
86 |
87 |
88 |
89 |
90 |
94 | 95 | 96 | 97 | 98 |
 
99 |
102 | 103 | 104 | -------------------------------------------------------------------------------- /search-courier.php: -------------------------------------------------------------------------------- 1 | 19 | 20 | 21 | 22 | Admin 23 | 24 | 25 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 318 | 319 | 320 | 321 | 322 | 323 | 330 | 331 | 332 | 333 |
38 | 39 | 40 |
49 | 50 | 103 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 |
140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 |
Edit Shipment
150 | 151 | 152 | 153 |
154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 197 | 198 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 |
162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 193 | 194 |
Shipper Name :
170 | 171 | 172 |
Shipper Phone :
181 | 182 | 183 |
Shipper Address :
191 | 192 |
195 | 196 |
199 |
200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 227 | 228 |
Receiver Name :
Receiver Phone :
216 | 217 |
Receiver Address :
225 | 226 |
229 |
  
Consignment No :  
Ship Type : 
Weight : kg
Invoice no : 
Booking Mode : 
Total freight :  Rs.
Mode :
Pickup Date/Time : 294 | 295 | - 296 | 297 |
Status : 
Comments : 
316 | 317 |

 

324 | 325 | 326 | 327 | 328 |
  
329 |
334 | 335 | 336 | 337 | 338 | 339 | 340 | 345 | 346 | 347 | 348 | Admin 349 | 350 | 351 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 |
364 | 365 | 366 |
375 | 376 | 429 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 |
466 | 467 | 468 | 469 | 470 |
471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 496 | 497 | 498 | 499 | 500 | 501 | 508 | 509 | 510 | 511 |
479 | 480 |
481 | 482 | 483 |
484 | 485 | 486 | 487 | 488 |

Consignment Number not found. Please verify the Number.
489 | Go Back to Search Again.

490 | 491 | 492 |
493 | 494 | 495 |
502 | 503 | 504 | 505 | 506 |
 
507 |
512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | -------------------------------------------------------------------------------- /search-edit.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | Admin 11 | 12 | 13 | 14 | 19 | 20 | 21 | 22 | 33 | 34 | 35 | 37 | 38 | 39 | 99 | 100 | 101 | 108 | 109 |
36 |
40 | 41 | 48 | 49 | 50 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
42 | 43 |
51 | 52 | 53 | 54 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 79 | 80 | 83 | 84 | 85 | 86 | 87 | 88 | 89 |

55 |
56 | Enter Consignment Number
57 |
 
Key in the Shipment Number to MODIFY the data. This is helpful if you have made spelling errors while adding the shipment.
65 |
66 |
Enter Consignment number
75 | 76 |
 
81 | 82 |
 
90 |
 
 
102 | 103 | 104 | 105 | 106 |
 
107 |
110 | 111 | 112 | -------------------------------------------------------------------------------- /success.php: -------------------------------------------------------------------------------- 1 | 9 | SuccessFull -------------------------------------------------------------------------------- /track-result.php: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 20 | Admin 21 | 22 | 23 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 316 | 317 | 318 | 319 | 320 | 321 | 328 | 329 | 330 | 331 |
36 | 37 | 38 |
47 | 48 | 101 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 |
138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 |
Edit Shipment
148 | 149 | 150 | 151 |
152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 195 | 196 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 |
160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 191 | 192 |
Shipper Name :
168 | 169 | 170 |
Shipper Phone :
179 | 180 | 181 |
Shipper Address :
189 | 190 |
193 | 194 |
197 |
198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 225 | 226 |
Receiver Name :
Receiver Phone :
214 | 215 |
Receiver Address :
223 | 224 |
227 |
  
Consignment No :  
Ship Type : 
Weight : kg
Invoice no : 
Booking Mode : 
Total freight :  Rs.
Mode :
Pickup Date/Time : 292 | 293 | - 294 | 295 |
Status : 
Comments : 
314 | 315 |

 

322 | 323 | 324 | 325 | 326 |
  
327 |
332 | 333 | 334 | 335 | 336 | 337 | 338 | 343 | 344 | 345 | 346 | Admin 347 | 348 | 349 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 |
362 | 363 | 364 |
373 | 374 | 427 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 |
464 | 465 | 466 | 467 | 468 |
469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 494 | 495 | 496 | 497 | 498 | 499 | 506 | 507 | 508 | 509 |
477 | 478 |
479 | 480 | 481 |
482 | 483 | 484 | 485 | 486 |

Consignment Number not found. Please verify the Number.
487 | Go Back to Search Again.

488 | 489 | 490 |
491 | 492 | 493 |
500 | 501 | 502 | 503 | 504 |
 
505 |
510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | -------------------------------------------------------------------------------- /track-status.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 34 | 35 | 36 | 37 | 38 | 39 | 50 | 51 | 52 | 53 | 110 | 111 | 112 | 119 | 120 |
40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 |
 
49 |
54 | 55 | 56 | 57 | 58 | 59 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
 
60 | 61 | 72 | 73 | 74 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
Track and Trace your Cargo/Courier
75 |
 
Enter the Consignment no
85 |
86 | 87 | 88 |
89 | Ex: IXM53533553
 
 
99 |
 
 
113 | 114 | 115 | 116 | 117 |
  
118 |
121 | 122 | 123 | -------------------------------------------------------------------------------- /update-success.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Courier / Cargo Tracking Script in PHP - Ver 0.97 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | 61 | 62 | 63 | 70 | 71 |
12 | 13 |
18 | 19 | 20 | 21 | 22 | 23 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
 
24 | 25 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
 
Courier status updated Successfully . Click Here To View all Courier List
 
50 |
 
 
64 | 65 | 66 | 67 | 68 |
  
69 |
72 | 73 | 74 | --------------------------------------------------------------------------------