| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356 |
- <?php
- if (!defined('IN_ONLINE')) {
- exit('Access Denied');
- }
- /**
- * Description of login
- *
- * @author Administrator
- */
- class login {
- private static $_login;
- public static function getInstance() {
- if (!self::$_login) {
- $c = __CLASS__;
- self::$_login = new $c;
- }
- return self::$_login;
- }
- private function getLoginSql($uname) {
- return "select user_login,(select active from public.employee ee where ee.employee_id=u.employee_id) as employee_id_active, can_visit_vgm,can_add_booking, can_add_tk_status,truck_driver,po_booking,o_final_delivery_u,ipad_view_po,can_view_doc,can_upload_doc,can_add_catalog,can_add_po,packing_list_company,is_only_vgm,contact_id_user,is_demo, ra_password as password,employee_id, contact_id, user_type, last_pwd_change, EXTRACT(DAY from (now() - last_pwd_change)) as last_pwd_change_date, email, user_webtype_id, active, is_online, station, allow_login_remote, can_see_amslog,can_view_eccn, can_see_isflog, can_see_isflog_withaddress,
- customer_search_type, customer_destination, can_add_ams, can_add_isf, air_station, air_sales, ocean_station, ocean_sales,ocean_following_sales,ocean_following_sales_or,air_following_sales,air_following_sales_or, trucking_station, ocean_dest_op, can_see_password, can_add_opsales_code, ocean_station_or, ocean_agent_or, ocean_sales_or, ocean_dest_op_or, air_station_or, air_sales_or, trucking_station_or,
- can_add_user, can_add_employee, can_add_contact, company_name, ams_email, isf_email, customer_discharge, online_active, is_super, ocean_agent,active, can_send_email, view_file_format as docdownload, container_status, consolidated_cbsa_code, can_add_aci,
- air_customers, air_customer_search_type,trucking_customers,trucking_customer_search_type, upload_document, view_file_format, event_type, belong_schemas, main_schemas, error_login_count, EXTRACT(EPOCH FROM (now()-COALESCE(error_login_time, now()))) as second, po_status, view_air_file_format,
- special_customer_event, can_edi_vgm, isf_aci_ams_station,login_version,is_kerry_shipment,can_visit_delivery,currency_group from public.ra_online_user u where lower(user_login) = '" . strtolower($uname) . "'";
- }
- public function do_login() {
- $login_error_times = common::excuteOneSql("select ra_value from ra_online_config where ra_name='Login_Error_Times'");
- $lock_user_seconds = common::excuteOneSql("select ra_value from ra_online_config where ra_name='Lock_User_Seconds'");
- if (!empty($uname) || !empty($password)) {
-
- } else {
- $uname = common::check_input($_POST['uname']);
- $verifcation_code = common::check_input($_POST['verifcation_code']);
- //首先校验验证码
- if (strtolower($_SESSION['captcha']) != strtolower($verifcation_code)) {
- $data = array(
- 'msg' => 'verifcation_error',
- 'data' => ''
- );
- common::echo_json_encode(400, $data);
- exit();
- }
- $sql = $this->getLoginSql($uname);
- $rs = common::excuteObjectSql($sql);
- if (!empty($rs)) {
- if (empty($rs['belong_schemas'])) {
- $rs['belong_schemas'] = "public";
- }
- if (empty($rs['main_schemas'])) {
- $rs['main_schemas'] = "public";
- }
- //验证employee是否active
- if (!empty($rs["employee_id"]) && $rs["employee_id_active"] != "t") {
- if (strtolower(Soure) =='topocean'){
- if (strtolower($rs['user_type']) == "employee" && utils::endWith($rs['email'], "cn")) {
- $data = "<a href='mailto:lilyyang@topocean.com.cn'>lilyyang@topocean.com.cn</a>";
- }else{
- $data = "<a href='mailto:winnie@topocean.com'>winnie@topocean.com</a>";
- }
- }
- if (strtolower(Soure) =='apex'){
- $data = "<a href='mailto:maria.wang@apexshipping.com.cn'>maria.wang@apexshipping.com.cn</a>";
- }
-
- $data = array(
- 'code' => 'no_active',
- 'login_version' => $rs["login_version"],
- 'data' => $data,
- 'msg' => "Please check with Doc Center $data for searching function"
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Employee not active');
- exit();
- }
- //处理登录状态
- $userInfo = common::check_input($_COOKIE['userInfo']);
- $noCheckPwd = false;
- if (!empty($userInfo)) {
- $userInfoSplit = explode("_", $userInfo);
- if ($uname == $userInfoSplit[0]) {
- if ($userInfoSplit[1] == md5($rs['password'])) {
- $noCheckPwd = true;
- }
- }
- }
-
- if ($rs['error_login_count'] > $login_error_times && $rs['second'] < $lock_user_seconds) {
- $data = array(
- 'msg' => 'error_times',
- 'login_version' => $rs["login_version"],
- 'data' => ceil(($lock_user_seconds - $rs['second']) / 60)
- );
- common::echo_json_encode(400, $data);
-
- $this->failedLogin($uname, 'Failed login too times');
- exit();
- }
- if ($rs['is_online'] != 't') {
- if (strtolower($rs['user_type']) != "employee") {
- $data =array(
- 'code' => 'no_online',
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'msg' => 'No activation or insufficient permissions'
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Online is not active');
- exit();
- }
- }
- //if ($rs['decrypt_password'] != $_POST['psw']) {
- if ($noCheckPwd) {
- }else{
- if ($rs['password'] != $_POST['psw']) {
- common::excuteUpdateSql("update public.ra_online_user set error_login_count=error_login_count+1, error_login_time=now() where lower(user_login) = '" . strtolower($uname) . "'");
- $data = array(
- 'msg' => 'password_error',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(400, $data);
- $this->failedLogin($uname, 'Password is wrong');
- exit();
- }
- }
-
- if ($rs['online_active'] != 't') {
- $data = array(
- 'code' => 'no_active',
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'msg' => 'Please check with Doc Center for searching function'
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Online is not active');
- exit();
- }
- //check password length
- $tar = utils::checkPassword($rs['password']);
- if (!empty($tar)) {
- $data = array(
- 'code' => $tar,
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'msg' => $tar
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- if (empty($rs['last_pwd_change'])) {
- $data = array(
- 'code' => 'first_login',
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'msg' => 'First login, please change your password'
- );
- common::echo_json_encode(500, $data);
- exit();
- }
-
- //get more infor by employee_id or contact_id
- $sql = '';
- $diffdate = $rs['last_pwd_change_date'];
- $user_type = $rs['user_type'];
- //if user is customer, check company
- if (strtolower($user_type) == 'customer') {
- $company = $rs['company_name'];
- } else {
- if (!empty($rs['station']))
- $company = $rs['station'];
- }
- if (strtolower($uname) == 'ra.admin') {
- $company = 'Admin';
- }
- // get system config
- $sql = "SELECT lower(ra_name) as ra_name, ra_value from ra_online_config where lower(ra_name) in ('employee_session_timeout', 'customer_session_timeout', 'password_change_alert', 'employee_password_change_cycle', 'customer_password_change_cycle')";
- $rs1s = common::excuteListSql($sql);
- foreach ($rs1s as $rs1) {
- if ($rs1['ra_name'] == 'employee_session_timeout')
- $EMPLOYEE_SESSION_TIMEOUT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'customer_session_timeout')
- $CUSTOMER_SESSION_TIMEOUT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'password_change_alert')
- $PASSWORD_CHANGE_ALERT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'employee_password_change_cycle')
- $EMPLOYEE_PASSWORD_CHANGE_CYCLE = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'customer_password_change_cycle')
- $CUSTOMER_PASSWORD_CHANGE_CYCLE = $rs1['ra_value'];
- }
- $sql="select item_value from config where item='passwordChangePeriod'";
- $pcp = common::excuteObjectSql($sql);
- $passwordChangePeriod = json_decode($pcp["item_value"],true);
- if (strtolower($rs['user_type']) == 'employee') {
- $PASSWORD_CHANGE_CYCLE = $EMPLOYEE_PASSWORD_CHANGE_CYCLE;
- $SESSION_TIMEOUT = $EMPLOYEE_SESSION_TIMEOUT;
- //如果有新配置,则采用新配置
- if (!empty($pcp)) {
- $PASSWORD_CHANGE_CYCLE = $passwordChangePeriod["Employee"]["days"];
- $PASSWORD_CHANGE_ALERT = $passwordChangePeriod["Employee"]["advanceDays"];
- }
- } else {
- $PASSWORD_CHANGE_CYCLE = $CUSTOMER_PASSWORD_CHANGE_CYCLE;
- $SESSION_TIMEOUT = $CUSTOMER_SESSION_TIMEOUT;
-
- //如果有新配置,则采用新配置
- if (!empty($pcp)) {
- $PASSWORD_CHANGE_CYCLE = $passwordChangePeriod["Customer"]["days"];
- $PASSWORD_CHANGE_ALERT = $passwordChangePeriod["Customer"]["advanceDays"];
- }
- }
- $loginName = $rs['user_login'];
- $email = $rs['email'];
- //Timeout
- if ($diffdate > $PASSWORD_CHANGE_CYCLE) {
- if(empty($email)){
- $data = array(
- 'status' => '0',
- 'code' => 'login user email is empty',
- 'login_version' => $rs["login_version"],
- 'msg' => 'login user email is empty'
- );
- common::echo_json_encode(500, $data);
- exit();
- }else{
- $this -> passwordExpires($loginName,$email,$uname);
- }
- }
- if ($diffdate == $PASSWORD_CHANGE_CYCLE) {// Due today
- $login_tmp = array(
- 'msg' => 'today',
- 'uname' => $uname,
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- } elseif ($diffdate >= ($PASSWORD_CHANGE_CYCLE - $PASSWORD_CHANGE_ALERT)) {// Password expires soon, JS Tips
- $login_tmp = array(
- 'msg' => 'last',
- 'uname' => $uname,
- 'login_version' => $rs["login_version"],
- 'data' => $PASSWORD_CHANGE_CYCLE - $diffdate,
- 'is_only_vgm' => $rs["is_only_vgm"]
- );
- }
- //insert into log table
- $ip = common::ip();
- $sql = "insert into public.ra_online_user_login_log (user_name,manufacturer,from_app,ip,date_time, session_id) values ('" . common::check_input($uname) . "', '" . common::check_input($company) . "','Online','$ip',now(), '" . session_id() . "')";
- if (common::excuteUpdateSql($sql)) {
- common::excuteUpdateSql("update public.ra_online_user set Last_Login_Time = now(), error_login_count=0, error_login_time=null where lower(user_login) = '" . strtolower($uname) . "'");
- if (isset($login_tmp)) {
- common::echo_json_encode(200, $login_tmp);
- } else {
- $data = array(
- 'msg' => 'success',
- 'uname' => $uname,
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'is_only_vgm' => $rs["is_only_vgm"]
- );
- common::echo_json_encode(200, $data);
- }
- $online_user = $rs;
- $online_user['user_login'] = $uname;
- $online_user['company'] = $company;
- $online_user['password'] = "";
- if (!_isAdmin()) {
- if ($rs["is_only_vgm"] == "t") {//VGM用户写死
- $sql = "select array_to_string(ARRAY(select url_action from public.ra_online_permission where url_action in ('ocean_order','password','vgm') and menu_id in ('ship','profile') order by order_by asc), ',')";
- $rrrs = common::excuteOneSql($sql);
- } else {
- $sql = "select array_to_string(ARRAY(select p.url_action from public.ra_online_user_permission up left join public.ra_online_user u on up.user_name = u.user_login left join public.ra_online_permission p on up.p_id = p.id where lower(u.user_login) = '" . common::check_input(strtolower($uname)) . "'), ',')";
- $rrrs = common::excuteOneSql($sql);
- if (strtolower($rs['user_type']) == "employee" && empty($rrrs)) {
- $sql = "select array_to_string(ARRAY(select url_action from public.ra_online_permission where is_customer = true order by order_by asc), ',')";
- $rrrs = common::excuteOneSql($sql);
- }
- }
- $online_user['permission'] = $rrrs;
- }
- if (!empty($online_user['docdownload']))
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from ra_online_file_format where lower(serial_no) " . common::getInNotInSql($online_user['docdownload']) . " and active = true group by display_name order by min(id)";
- else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from ra_online_file_format where active = true";
- if (strtolower($online_user['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $online_user['view_doc_type'] = common::excuteListSql($sql);
- if (!empty($online_user['view_air_file_format']))
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from air_file_format where lower(serial_no) " . common::getInNotInSql($online_user['view_air_file_format']) . " and active = true group by display_name order by min(id)";
- else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from air_file_format where active = true";
- if (strtolower($online_user['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $online_user['view_air_doc_type'] = common::excuteListSql($sql);
- //补充aci and ams CustomerLogin station - public
- $ocean_station_temp = $online_user['ocean_station'];
- $online_user['session_ocean_station'] = $this->getOriginOrAgent($ocean_station_temp);
-
- $ocean_agent_temp = $online_user['ocean_agent'];
- $online_user['session_ocean_agent'] = $this->getOriginOrAgent($ocean_agent_temp);
-
- $_SESSION['ONLINE_USER'] = $online_user;
- $_SESSION['LAST_OPERATE_TIME'] = time();
- $_SESSION['SESSION_TIMEOUT'] = $SESSION_TIMEOUT;
-
- //判断是否记录密码 add
- if ($_POST['rememberpwd'] === 'true') {
- if (!$noCheckPwd) {
- $user_info = $uname . "_" . md5($rs['password']);
- setcookie('userInfo', $user_info, time() + 30 * 24 * 3600, "/");
- }
- } else {
- setcookie('userInfo', '', time() - 1, "/");
- }
- if ($rs['is_super'] == "t") {
- $schemas_list = common::excuteListSql("select * from schemas_list");
- } else {
- $schemas_list = common::excuteListSql("select * from schemas_list where schemas_name=any(regexp_split_to_array('" . $rs['belong_schemas'] . "'::text, ';'::text))");
- }
- ///if (count($schemas_list) > 1) {
- foreach ($schemas_list as $sk => $sv) {
- if ($sv['schemas_name'] == "public") {
- continue;
- }
- $ttdd = common::excuteObjectSql("select contact_id_user, employee_id, contact_id, user_type, email, user_webtype_id, active, is_online, station, allow_login_remote, can_see_amslog,can_view_eccn, can_see_isflog, can_see_isflog_withaddress,
- customer_search_type, customer_destination, can_add_ams, can_add_isf, air_station, air_sales, ocean_station, ocean_sales,ocean_following_sales,ocean_following_sales_or,air_following_sales,air_following_sales_or, trucking_station, ocean_dest_op, can_see_password, can_add_opsales_code, ocean_station_or, ocean_agent_or, ocean_sales_or, ocean_dest_op_or, air_station_or, air_sales_or, trucking_station_or,
- can_add_user, can_add_employee, can_add_contact, company_name, ams_email, isf_email, customer_discharge, online_active, is_super, ocean_agent,active, can_send_email, view_file_format as docdownload, container_status, consolidated_cbsa_code, can_add_aci,
- air_customers, air_customer_search_type,trucking_customers,trucking_customer_search_type, upload_document, view_file_format, event_type, po_status, view_air_file_format, special_customer_event, can_edi_vgm, isf_aci_ams_station, is_kerry_shipment from " . $sv['schemas_name'] . ".ra_online_user where lower(user_login) = '" . strtolower($uname) . "'");
- if (empty($ttdd)) {
- unset($schemas_list[$sk]);
- continue;
- }
- if (!empty($ttdd['docdownload'])) {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".ra_online_file_format where lower(serial_no) " . common::getInNotInSql($ttdd['docdownload']) . " and active = true group by display_name order by min(id)";
- } else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".ra_online_file_format where active = true";
- if (strtolower($ttdd['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $ttdd['view_doc_type'] = common::excuteListSql($sql);
- if (!empty($ttdd['view_air_file_format'])) {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".air_file_format where lower(serial_no) " . common::getInNotInSql($ttdd['view_air_file_format']) . " and active = true group by display_name order by min(id)";
- } else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".air_file_format where active = true";
- if (strtolower($ttdd['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $ttdd['view_air_doc_type'] = common::excuteListSql($sql);
-
- //补充aci and ams CustomerLogin station - other like sfs
- $ocean_station_temp = $ttdd['ocean_station'];
- $ttdd['session_ocean_station'] = $this->getOriginOrAgent($ocean_station_temp);
- $ocean_agent_temp = $ttdd['ocean_agent'];
- $ttdd['session_ocean_agent'] = $this->getOriginOrAgent($ocean_agent_temp);
- $_SESSION[$sv['schemas_name'] . '_ONLINE_USER'] = $ttdd;
- }
- //}
- $_SESSION['schemas_list'] = $schemas_list;
- //不再返回登录页面,直接跳转
- if (isset($_GET['up'])) {
- if($_GET['v'] == 'new'){
- header("Location: main_new_version.php?action=main");
- }else{
- header("Location: main.php?action=main");
- }
- }
- exit();
- } else {
- $data = array(
- 'code' => 'database_error',
- 'login_version' => $rs["login_version"],
- 'msg' => 'database_error'
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- } else {
- $data = array(
- 'code' => 'no_exist',
- 'login_version' => $rs["login_version"],
- 'msg' => 'The username or password you entered is incorrect'
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- }
- }
- public function check_uname(){
- $uname = common::check_input($_POST['uname']);
- $sql = $this->getLoginSql($uname);
- $rs = common::excuteObjectSql($sql);
- if (!empty($rs)) {
- //只是验证用户是否存在,是否激活
- //验证employee是否active
- if (!empty($rs["employee_id"]) && $rs["employee_id_active"] != "t") {
- if (strtolower(Soure) =='topocean'){
- if (strtolower($rs['user_type']) == "employee" && utils::endWith($rs['email'], "cn")) {
- $data = "<a href='mailto:lilyyang@topocean.com.cn'>lilyyang@topocean.com.cn</a>";
- }else{
- $data = "<a href='mailto:winnie@topocean.com'>winnie@topocean.com</a>";
- }
- }
- if (strtolower(Soure) =='apex'){
- $data = "<a href='mailto:maria.wang@apexshipping.com.cn'>maria.wang@apexshipping.com.cn</a>";
- }
- $data = array(
- 'msg' => 'no_active',
- );
- common::echo_json_encode(200, $data);
- exit();
- }
-
- if ($rs['is_online'] != 't') {
- if (strtolower($rs['user_type']) != "employee") {
- $data =array(
- 'msg' => 'no_online',
- );
- common::echo_json_encode(200, $data);
- exit();
- }
- }
- if ($rs['online_active'] != 't') {
- $data = array(
- 'msg' => 'no_active',
- );
- common::echo_json_encode(200, $data);
- exit();
- }
- //验证成功
- $data = array(
- 'msg' => 'success',
- );
- common::echo_json_encode(200, $data);
- exit();
- } else {
- $data = array(
- 'msg' => 'no_exist',
- );
- common::echo_json_encode(200, $data);
- exit();
- }
- }
- public function verifcation_code(){
- // 生成一个4位随机数作为验证码
- //$random_num = mt_rand(1000, 9999);
- $random_num = $this->generateCaptcha(6);
- $_SESSION['captcha'] = $random_num;
-
- // 创建一个宽度为80像素、高度为30像素的图片
- $width = 130;
- $height = 40;
- $image = imagecreate($width, $height);
-
- // 设置颜色
- $white = imagecolorallocate($image, 255, 255, 255); // 白色作为背景
- $black = imagecolorallocate($image, 0, 0, 0); // 黑色作为文字
-
- // 填充背景
- imagefilledrectangle($image, 0, 0, $width, $height, $white);
-
- // 在图片上绘制四个字符
- $font_size = 18;
- $x = 14;
- $y = 12;
- for ($i = 0; $i < 6; $i++) {
- $char = substr($random_num, $i, 1);
- imagestring($image, $font_size, $x, $y, $char, $black);
- $x += $font_size+1;
- }
-
- // 返回Base64编码
- ob_start();
- imagepng($image);
- $image_data = ob_get_clean();
- // 释放内存
- imagedestroy($image);
- $data = array("imagePngBase64" =>base64_encode($image_data));
- common::echo_json_encode(200, $data);
- exit();
- }
- //邮件密码原文
- public function forgot_password() {
- $login = common::check_input($_POST['login']);
- $email = common::check_input($_POST['email']);
- $verifcation_code = common::check_input($_POST['verifcation_code']);
- //首先校验验证码
- if (strtolower($_SESSION['captcha']) != strtolower($verifcation_code)) {
- $data = array(
- 'msg' => 'verifcation_error',
- 'data' => ''
- );
- common::echo_json_encode(400, $data);
- exit();
- }
- $msg = "";
- if (!empty($email) || !empty($login)) {
- $sql_p = "select User_Login, ra_password as password from public.ra_online_user where lower(user_login) = '" . strtolower($login) . "' and lower(email) = '" . strtolower($email) . "'";
- $rs = common::excuteObjectSql($sql_p);
- if (!empty($rs)) {
- $r = utils::sendEmailByPassword($login, $rs['password'], $email);
- if ($r == 'success') {
- $msg = "success";
- } else {
- $msg = $r;
- }
- } else {
- $msg = "Can not find this user with give login id and email, please confirm!";
- }
- } else {
- $msg = "Login Name or Email Required !";
- }
- if($msg == 'success'){
- $data = array(
- 'msg' => $msg,
- );
- common::echo_json_encode(200, $data);
- }else{
- $data = array(
- 'msg' => $msg,
- );
- common::echo_json_encode(500, $data);
- }
- exit();
- }
- public function generateCaptcha($length = 6) {
- $captcha = '';
- $chars = "abcdefghijkmnpqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ23456789";
- for ($i = 0; $i < $length; $i++) {
- // 随机选择字母或数字
- $char = $chars[mt_rand(0, strlen($chars) - 1)];
- $captcha .= strval($char);
- }
- return $captcha;
- }
- public function do_login_auto() {
- $uname = common::check_input($_GET['u']);
- $password = common::check_input($_GET['p']);
- $login_error_times = common::excuteOneSql("select ra_value from ra_online_config where ra_name='Login_Error_Times'");
- $lock_user_seconds = common::excuteOneSql("select ra_value from ra_online_config where ra_name='Lock_User_Seconds'");
- if (!empty($uname) || !empty($password)) {
-
- } else {
- $uname = common::check_input($_POST['uname']);
- $sql = $this->getLoginSql($uname);
- $rs = common::excuteObjectSql($sql);
- if (empty($rs['belong_schemas'])) {
- $rs['belong_schemas'] = "public";
- }
- if (empty($rs['main_schemas'])) {
- $rs['main_schemas'] = "public";
- }
- if (!empty($rs)) {
- //验证employee是否active
- if (!empty($rs["employee_id"]) && $rs["employee_id_active"] != "t") {
- if (strtolower(Soure) =='topocean'){
- if (strtolower($rs['user_type']) == "employee" && utils::endWith($rs['email'], "cn")) {
- $data = "<a href='mailto:lilyyang@topocean.com.cn'>lilyyang@topocean.com.cn</a>";
- }else{
- $data = "<a href='mailto:winnie@topocean.com'>winnie@topocean.com</a>";
- }
- }
- if (strtolower(Soure) =='apex'){
- $data = "<a href='mailto:maria.wang@apexshipping.com.cn'>maria.wang@apexshipping.com.cn</a>";
- }
-
- $data = array(
- 'msg' => 'no_active',
- 'login_version' => $rs["login_version"],
- 'data' => $data
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Employee not active');
- exit();
- }
- //add 处理登录状态
- $userInfo = common::check_input($_COOKIE['userInfo']);
- $noCheckPwd = false;
- if (!empty($userInfo)) {
- $userInfoSplit = explode("_", $userInfo);
- if ($uname == $userInfoSplit[0]) {
- if ($userInfoSplit[1] == md5($rs['password'])) {
- $noCheckPwd = true;
- }
- }
- }
-
- //if (!$noCheckPwd) {
- if ($rs['error_login_count'] > $login_error_times && $rs['second'] < $lock_user_seconds) {
- $data = array(
- 'msg' => 'error_times',
- 'login_version' => $rs["login_version"],
- 'data' => ceil(($lock_user_seconds - $rs['second']) / 60)
- );
- common::echo_json_encode(500, $data);
-
- $this->failedLogin($uname, 'Failed login too times');
- exit();
- }
- if ($rs['is_online'] != 't') {
- if (strtolower($rs['user_type']) != "employee") {
- $data =array(
- 'msg' => 'no_online',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Online is not active');
- exit();
- }
- }
- //if ($rs['decrypt_password'] != $_POST['psw']) {
- if ($noCheckPwd) {
- }else{
- if ($rs['password'] != $_POST['psw']) {
- common::excuteUpdateSql("update public.ra_online_user set error_login_count=error_login_count+1, error_login_time=now() where lower(user_login) = '" . strtolower($uname) . "'");
- $data = array(
- 'msg' => 'password_error',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Password is wrong');
- exit();
- }
- }
-
- if ($rs['online_active'] != 't') {
- $data = array(
- 'msg' => 'no_active',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- $this->failedLogin($uname, 'Online is not active');
- exit();
- }
- //check password length
- $tar = utils::checkPassword($rs['password']);
- if (!empty($tar)) {
- $data = array(
- 'msg' => $tar,
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- if (empty($rs['last_pwd_change'])) {
- $data = array(
- 'msg' => 'first_login',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- //}
- //get more infor by employee_id or contact_id
- $sql = '';
- $diffdate = $rs['last_pwd_change_date'];
- $user_type = $rs['user_type'];
- //if user is customer, check company
- if (strtolower($user_type) == 'customer') {
- $company = $rs['company_name'];
- } else {
- if (!empty($rs['station']))
- $company = $rs['station'];
- }
- if (strtolower($uname) == 'ra.admin') {
- $company = 'Admin';
- }
- // get system config
- $sql = "SELECT lower(ra_name) as ra_name, ra_value from ra_online_config where lower(ra_name) in ('employee_session_timeout', 'customer_session_timeout', 'password_change_alert', 'employee_password_change_cycle', 'customer_password_change_cycle')";
- $rs1s = common::excuteListSql($sql);
- foreach ($rs1s as $rs1) {
- if ($rs1['ra_name'] == 'employee_session_timeout')
- $EMPLOYEE_SESSION_TIMEOUT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'customer_session_timeout')
- $CUSTOMER_SESSION_TIMEOUT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'password_change_alert')
- $PASSWORD_CHANGE_ALERT = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'employee_password_change_cycle')
- $EMPLOYEE_PASSWORD_CHANGE_CYCLE = $rs1['ra_value'];
- if ($rs1['ra_name'] == 'customer_password_change_cycle')
- $CUSTOMER_PASSWORD_CHANGE_CYCLE = $rs1['ra_value'];
- }
- $sql="select item_value from config where item='passwordChangePeriod'";
- $pcp = common::excuteObjectSql($sql);
- $passwordChangePeriod = json_decode($pcp["item_value"],true);
- if (strtolower($rs['user_type']) == 'employee') {
- $PASSWORD_CHANGE_CYCLE = $EMPLOYEE_PASSWORD_CHANGE_CYCLE;
- $SESSION_TIMEOUT = $EMPLOYEE_SESSION_TIMEOUT;
- //如果有新配置,则采用新配置
- if (!empty($pcp)) {
- $PASSWORD_CHANGE_CYCLE = $passwordChangePeriod["Employee"]["days"];
- $PASSWORD_CHANGE_ALERT = $passwordChangePeriod["Employee"]["advanceDays"];
- }
- } else {
- $PASSWORD_CHANGE_CYCLE = $CUSTOMER_PASSWORD_CHANGE_CYCLE;
- $SESSION_TIMEOUT = $CUSTOMER_SESSION_TIMEOUT;
-
- //如果有新配置,则采用新配置
- if (!empty($pcp)) {
- $PASSWORD_CHANGE_CYCLE = $passwordChangePeriod["Customer"]["days"];
- $PASSWORD_CHANGE_ALERT = $passwordChangePeriod["Customer"]["advanceDays"];
- }
- }
- /* if ($diffdate > $PASSWORD_CHANGE_CYCLE) {// Timeout
- echo json_encode(array(
- 'msg' => 'password_require_change',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- ));
- $this->failedLogin($uname, 'Required password change');
- exit();
- }*/
- $loginName = $rs['user_login'];
- $email = $rs['email'];
- if ($diffdate > $PASSWORD_CHANGE_CYCLE) {// Timeout
- if(empty($email)){
- $data = array(
- 'status' => '0',
- 'msg' => 'login user email is empty',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }else{
- //$this -> passwordExpires($loginName,$email);
- }
- }
- if ($diffdate == $PASSWORD_CHANGE_CYCLE) {// Due today
- $login_tmp = array(
- 'msg' => 'today',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- } elseif ($diffdate >= ($PASSWORD_CHANGE_CYCLE - $PASSWORD_CHANGE_ALERT)) {// Password expires soon, JS Tips
- $login_tmp = array(
- 'msg' => 'last',
- 'login_version' => $rs["login_version"],
- 'data' => $PASSWORD_CHANGE_CYCLE - $diffdate,
- 'is_only_vgm' => $rs["is_only_vgm"]
- );
- }
- //insert into log table
- $ip = common::ip();
- $sql = "insert into public.ra_online_user_login_log (user_name,manufacturer,from_app,ip,date_time, session_id) values ('" . common::check_input($uname) . "', '" . common::check_input($company) . "','Online','$ip',now(), '" . session_id() . "')";
- if (common::excuteUpdateSql($sql)) {
- common::excuteUpdateSql("update public.ra_online_user set Last_Login_Time = now(), error_login_count=0, error_login_time=null where lower(user_login) = '" . strtolower($uname) . "'");
- //自动登录。为了方便调用,先注销掉
- if (isset($login_tmp)) {
- //common::echo_json_encode(500, $login_tmp);
- } else {
- $data = array(
- 'msg' => 'success',
- 'login_version' => $rs["login_version"],
- 'data' => '',
- 'is_only_vgm' => $rs["is_only_vgm"]
- );
- //common::echo_json_encode("200", $data);
- }
- $online_user = $rs;
- $online_user['user_login'] = $uname;
- $online_user['company'] = $company;
- $online_user['password'] = "";
- if (!_isAdmin()) {
- if ($rs["is_only_vgm"] == "t") {//VGM用户写死
- $sql = "select array_to_string(ARRAY(select url_action from public.ra_online_permission where url_action in ('ocean_order','password','vgm') and menu_id in ('ship','profile') order by order_by asc), ',')";
- $rrrs = common::excuteOneSql($sql);
- } else {
- $sql = "select array_to_string(ARRAY(select p.url_action from public.ra_online_user_permission up left join public.ra_online_user u on up.user_name = u.user_login left join public.ra_online_permission p on up.p_id = p.id where lower(u.user_login) = '" . common::check_input(strtolower($uname)) . "'), ',')";
- $rrrs = common::excuteOneSql($sql);
- if (strtolower($rs['user_type']) == "employee" && empty($rrrs)) {
- $sql = "select array_to_string(ARRAY(select url_action from public.ra_online_permission where is_customer = true order by order_by asc), ',')";
- $rrrs = common::excuteOneSql($sql);
- }
- }
- $online_user['permission'] = $rrrs;
- }
- if (!empty($online_user['docdownload']))
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from ra_online_file_format where lower(serial_no) " . common::getInNotInSql($online_user['docdownload']) . " and active = true group by display_name order by min(id)";
- else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from ra_online_file_format where active = true";
- if (strtolower($online_user['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $online_user['view_doc_type'] = common::excuteListSql($sql);
- if (!empty($online_user['view_air_file_format']))
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from air_file_format where lower(serial_no) " . common::getInNotInSql($online_user['view_air_file_format']) . " and active = true group by display_name order by min(id)";
- else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from air_file_format where active = true";
- if (strtolower($online_user['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $online_user['view_air_doc_type'] = common::excuteListSql($sql);
- //补充aci and ams CustomerLogin station - public
- $ocean_station_temp = $online_user['ocean_station'];
- $online_user['session_ocean_station'] = $this->getOriginOrAgent($ocean_station_temp);
-
- $ocean_agent_temp = $online_user['ocean_agent'];
- $online_user['session_ocean_agent'] = $this->getOriginOrAgent($ocean_agent_temp);
-
- $_SESSION['ONLINE_USER'] = $online_user;
- $_SESSION['LAST_OPERATE_TIME'] = time();
- $_SESSION['SESSION_TIMEOUT'] = $SESSION_TIMEOUT;
-
- //判断是否记录密码 add
- if ($_POST['rememberpwd'] === 'true') {
- if (!$noCheckPwd) {
- $user_info = $uname . "_" . md5($rs['password']);
- setcookie('userInfo', $user_info, time() + 30 * 24 * 3600, "/");
- }
- } else {
- setcookie('userInfo', '', time() - 1, "/");
- }
- if ($rs['is_super'] == "t") {
- $schemas_list = common::excuteListSql("select * from schemas_list");
- } else {
- $schemas_list = common::excuteListSql("select * from schemas_list where schemas_name=any(regexp_split_to_array('" . $rs['belong_schemas'] . "'::text, ';'::text))");
- }
- ///if (count($schemas_list) > 1) {
- foreach ($schemas_list as $sk => $sv) {
- if ($sv['schemas_name'] == "public") {
- continue;
- }
- $ttdd = common::excuteObjectSql("select contact_id_user, employee_id, contact_id, user_type, email, user_webtype_id, active, is_online, station, allow_login_remote, can_see_amslog,can_view_eccn, can_see_isflog, can_see_isflog_withaddress,
- customer_search_type, customer_destination, can_add_ams, can_add_isf, air_station, air_sales, ocean_station, ocean_sales,ocean_following_sales,ocean_following_sales_or,air_following_sales,air_following_sales_or, trucking_station, ocean_dest_op, can_see_password, can_add_opsales_code, ocean_station_or, ocean_agent_or, ocean_sales_or, ocean_dest_op_or, air_station_or, air_sales_or, trucking_station_or,
- can_add_user, can_add_employee, can_add_contact, company_name, ams_email, isf_email, customer_discharge, online_active, is_super, ocean_agent,active, can_send_email, view_file_format as docdownload, container_status, consolidated_cbsa_code, can_add_aci,
- air_customers, air_customer_search_type,trucking_customers,trucking_customer_search_type, upload_document, view_file_format, event_type, po_status, view_air_file_format, special_customer_event, can_edi_vgm, isf_aci_ams_station, is_kerry_shipment from " . $sv['schemas_name'] . ".ra_online_user where lower(user_login) = '" . strtolower($uname) . "'");
- if (empty($ttdd)) {
- unset($schemas_list[$sk]);
- continue;
- }
- if (!empty($ttdd['docdownload'])) {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".ra_online_file_format where lower(serial_no) " . common::getInNotInSql($ttdd['docdownload']) . " and active = true group by display_name order by min(id)";
- } else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".ra_online_file_format where active = true";
- if (strtolower($ttdd['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $ttdd['view_doc_type'] = common::excuteListSql($sql);
- if (!empty($ttdd['view_air_file_format'])) {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".air_file_format where lower(serial_no) " . common::getInNotInSql($ttdd['view_air_file_format']) . " and active = true group by display_name order by min(id)";
- } else {
- $sql = "select string_agg(serial_no, ';') as serial_no, string_agg(m_h, ';') as m_h, display_name from " . $sv['schemas_name'] . ".air_file_format where active = true";
- if (strtolower($ttdd['user_type']) == "customer")
- $sql .= " and client_display = true";
- $sql .= " group by display_name order by min(id)";
- }
- $ttdd['view_air_doc_type'] = common::excuteListSql($sql);
-
- //补充aci and ams CustomerLogin station - other like sfs
- $ocean_station_temp = $ttdd['ocean_station'];
- $ttdd['session_ocean_station'] = $this->getOriginOrAgent($ocean_station_temp);
- $ocean_agent_temp = $ttdd['ocean_agent'];
- $ttdd['session_ocean_agent'] = $this->getOriginOrAgent($ocean_agent_temp);
- $_SESSION[$sv['schemas_name'] . '_ONLINE_USER'] = $ttdd;
- }
- //}
- $_SESSION['schemas_list'] = $schemas_list;
- //不再返回登录页面,直接跳转
- if (isset($_GET['up'])) {
- if($_GET['v'] == 'new'){
- header("Location: main_new_version.php?action=main");
- }else{
- header("Location: main.php?action=main");
- }
- }
- //自动登录。为了方便调用,先注销掉
- //exit();
- } else {
- $data = array(
- 'msg' => 'database_error',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- } else {
- $data = array(
- 'msg' => 'no_exist',
- 'login_version' => $rs["login_version"],
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- }
- }
- private function failedLogin($uname, $company){
- $ip = common::ip();
- common::excuteUpdateSql("insert into public.ra_online_user_login_log (user_name,manufacturer,from_app,ip,date_time, session_id) values ('" . common::check_input($uname) . "', '" . common::check_input($company) . "','Online','$ip',now(), '" . session_id() . "')");
- }
- //重置密码
- public function passwordExpires($loginName,$email,$uname){
- $result = array(
- 'msg' => "passwordExpires",
- 'uname' => $uname,
- );
- common::echo_json_encode(400, $result);
- exit();
- }
- //submit change form -- change expires password
- public function update_pwd_expires(){
- $loginName = common::check_input($_POST['uname']);
- $old_password = common::check_input($_POST['old_password']);
- $password = common::check_input($_POST['password']);
-
- //首先校验验证码 暂时注销掉
- // $verifcation_code = "";
- // $verifcation_code = common::check_input($_POST['verifcation_code']);
- // if (strtolower($_SESSION['captcha']) != strtolower($verifcation_code)) {
- // $data = array(
- // 'msg' => 'verifcation_error',
- // 'data' => ''
- // );
- // common::echo_json_encode(400, $data);
- // exit();
- // }
-
- $sql = "select ra_password as password from ra_online_user where lower(user_login) = '" . strtolower($loginName) . "'";
- $rs = common::excuteObjectSql($sql);
- $str = '';
- if (!empty($rs)) {
- if ($rs['password'] != $old_password) {
- $str = "Old password is incorrect!";
- }
- } else {
- $str = "Old password is incorrect!";
- }
- if(!empty($str)){
- $data = array(
- 'msg' => $str,
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- //验证通过,进行修改密码
- $msg = $this->updateExpirePassword($loginName, $password);
- if($msg == "success"){
- $data = array(
- 'msg' => "success",
- 'data' => ''
- );
- common::echo_json_encode(200, $data);
- exit();
- } else {
- $data = array(
- 'msg' => $msg,
- 'data' => ''
- );
- common::echo_json_encode(500, $data);
- exit();
- }
- }
- //更新密码
- public function updateExpirePassword($login,$new_password) {
- $str = common::checkPasswordRule($login, $new_password);
- //更新密码,擦除expire pwd痕迹
- if (empty($str)) {
- $sql = "UPDATE public.ra_online_user SET ra_password = '" . common::check_input($new_password) . "',password_new=redant_encode('".$new_password."'),
- last_pwd_change = now(),password_expires_keycode = null,password_expires_time = null
- WHERE lower(user_login) = '" . common::check_input(strtolower($login)) . "';";
- $rls = common::excuteUpdateSql($sql);
- if (!$rls) {
- $str = "Database Error, Try Later.";
- } else {
- $sql = "INSERT INTO public.ra_online_user_password_history (user_login, password, create_user, create_date) VALUES ('" . $login . "', " . common::check_input($new_password) . ", '" . $login . "', now());";
- common::excuteUpdateSql($sql);
- $str = "success";
- }
- }
- return $str;
- }
-
- public function getOriginOrAgent($ocean_station_temp){
- $session_ocean_station = "";
- if (strtolower($ocean_station_temp) == 'all'){
- $session_ocean_station = $ocean_station_temp;
- }
- if (!(strtolower($ocean_station_temp) == 'all' || empty($ocean_station_temp))){
- if (utils::checkExist($ocean_station_temp, ";")) {
- $ost = str_replace(";","','",strtolower($ocean_station_temp));
- $sql="select kerry_station_id,contact_id from ocean.contacts where coalesce(kerry_station_id,'') <>''and lower(contact_id) in ('".$ost."')";
- $tar = common::excuteListSql($sql);
- foreach ($tar as $tk => $tv) {
- $tar[$tv['contact_id']] = $tv['kerry_station_id'];
- }
- $_tt = explode(";", $ocean_station_temp);
- foreach ($_tt as $vv) {
- if (!empty($vv)){
- $session_ocean_station .= trim($vv).';';
- if (!empty($tar[$vv])) {
- $session_ocean_station .= $tar[trim($vv)].';';
- }
- }
- }
- } else {
- $session_ocean_station .= trim($ocean_station_temp).';';
- $temp_contacts = common::excuteObjectSql("select kerry_station_id from ocean.contacts where lower(contact_id)='".strtolower(common::check_input($ocean_station_temp))."'");
- if (!empty($temp_contacts['kerry_station_id'])){
- $session_ocean_station .= $temp_contacts['kerry_station_id'].';';
- }
- }
- }
- return $session_ocean_station;
- }
- public function logout() {
- unset($_SESSION['ONLINE_USER']);
- unset($_SESSION['LAST_OPERATE_TIME']);
- unset($_SESSION['SESSION_TIMEOUT']);
- common::sessionDestroy();
- $data = array("msg" =>"logout Successful");
- common::echo_json_encode(200, $data);
- exit();
- }
- public function tracking_checked(){
- $reference_number = common::check_input($_POST['reference_number']);
- $is_verify = common::check_input($_POST['verifcation_code']);
- if($this->signUpAndTrackingChecked($is_verify)){
- $data = array("msg" =>"visit limit");
- common::echo_json_encode(400, $data);
- exit();
- }else{
- $data = $this->getTrackingInfo($reference_number);
- common::echo_json_encode(200, $data);
- exit();
- }
- }
- private function signUpAndTrackingChecked($is_verify){
- $Tracking_Search_Count = common::excuteOneSql("select ra_value from ra_online_config where ra_name='Tracking_Search_Count'");
- $ip = common::ip();
- global $db;
- $db->StartTrans();
- $db->Execute("update tracking_login_record set visit_count = 1, visit_time=now() "
- . " where ip = '$ip' and type ilike '".common::check_input($_POST['type'])."' and visit_time + '5 min' < NOW()::timestamp ") or ( (!$db->ErrorMsg()) or error_log($db->ErrorMsg(), 0));
- $ipInfo = $db->GetRow("select ip, visit_count from tracking_login_record where ip = '$ip' and type ilike '".common::check_input($_POST['type'])."' and visit_time + '5 min' > NOW()::timestamp");
- if(empty($ipInfo)){
- $db->Execute("INSERT INTO public.tracking_login_record(ip, visit_count,visit_time,type)VALUES ('$ip', '1', now(),'".common::check_input($_POST['type'])."');") or ( (!$db->ErrorMsg()) or error_log($db->ErrorMsg(), 0));
- }else{
- if ($ipInfo['visit_count'] > $Tracking_Search_Count){
- if(true){
- //归零验证次数
- $db->Execute("update tracking_login_record set visit_count = 1 "
- . " where ip = '$ip' and type ilike '".common::check_input($_POST['type'])."' and visit_time + '5 min' > NOW()::timestamp ") or ( (!$db->ErrorMsg()) or error_log($db->ErrorMsg(), 0));
- }else{
- return TRUE;
- }
- }else{
- $db->Execute("update tracking_login_record set visit_count = visit_count::integer + 1 "
- . " where ip = '$ip' and type ilike '".common::check_input($_POST['type'])."' and visit_time + '5 min' > NOW()::timestamp ") or ( (!$db->ErrorMsg()) or error_log($db->ErrorMsg(), 0));
- }
- }
- if ($db->CompleteTrans() === FALSE) {
- //出错拦截
- return TRUE;
- } else {
- return FALSE;
- }
- }
- private function getTrackingInfo($reference_number){
- $sql = "SELECT o.* ,sh.*, cn.* ,aa.*,dd.*,
- (select incoterms from online_ocean where online_ocean.serial_no = o.serial_no limit 1) as incoterms,
- CASE
- WHEN cc.status is null THEN 'Created'::text
- ELSE cc.status::text
- END AS new_status
- from public.ocean o
- left join LATERAL (select case when a.code='IFFBCF' then 'Created'
- when a.code='IFFCPU' then 'Cargo Received'
- when a.code='IFFREC' then 'Cargo Received'
- when a.code='IFFDEP' then 'Departed'
- when a.code='IFFARR' then 'Arrived'
- when a.code='IFFAFD' then 'Completed'
- else 'Created' END as status
- from ocean_milestone a
- where a.serial_no=o.serial_no
- and a.code in (select regexp_split_to_table('IFFBCF,IFFCPU,IFFREC,IFFDEP,IFFARR,IFFAFD', ','))
- and a.act_date is not null
- order by id desc limit 1) cc on true
- LEFT JOIN LATERAL ( SELECT company as cn_company,
- address_1 as cn_address_1,
- address_2 as cn_address_2,
- address_3 as cn_address_3,
- address_4 as cn_address_4,
- city as cn_city, state as cn_state, zipcode as cn_zipcode, country as cn_country,
- phone_1 as cn_phone
- FROM ocean.contacts c WHERE o.consignee::text = c.contact_id::text) cn ON true
- LEFT JOIN LATERAL ( SELECT company as sh_company,
- address_1 as sh_address_1,
- address_2 as sh_address_2,
- address_3 as sh_address_3,
- address_4 as sh_address_4,
- city as sh_city, state as sh_state, zipcode as sh_zipcode, country as sh_country,
- phone_1 as sh_phone
- FROM ocean.contacts c WHERE o.shipper::text = c.contact_id::text) sh ON true
- LEFT JOIN LATERAL ( SELECT company as aa_company,
- address_1 as aa_address_1,
- address_2 as aa_address_2,
- address_3 as aa_address_3,
- address_4 as aa_address_4,
- city as aa_city, state as aa_state, zipcode as aa_zipcode, country as aa_country,
- phone_1 as aa_phone
- FROM ocean.contacts c WHERE o.origin_station::text = c.contact_id::text) aa ON true
- LEFT JOIN LATERAL ( SELECT company as dd_company,
- address_1 as dd_address_1,
- address_2 as dd_address_2,
- address_3 as dd_address_3,
- address_4 as dd_address_4,
- city as dd_city, state as dd_state, zipcode as dd_zipcode, country as dd_country,
- phone_1 as dd_phone
- FROM ocean.contacts c WHERE o.destination_station::text = c.contact_id::text) dd ON true
- where (lower(tracking_no) = '" . strtolower($reference_number) . "'
- or lower(booking_no) = '" . strtolower($reference_number) . "'
- or lower(h_bol) = '" . strtolower($reference_number) . "'
- or lower(m_bol) = '" . strtolower($reference_number) . "'
- or lower(po_no) = '" . strtolower($reference_number) . "'
- or lower(quote_no) = '" . strtolower($reference_number) . "'
- or lower(invoice_no) = '" . strtolower($reference_number) . "'
- or exists (select 1 from oc_container oc where o.serial_no = oc.serial_no and oc.ctnr = '$reference_number'))";
- $ocean_arr = common::excuteListSql($sql);
- if(empty($ocean_arr)){
- $sql = $this->trackingSfsSql($reference_number);
- $ocean_arr = common::excuteListSql($sql);
- if(empty($ocean_arr)){
- $data = array("msg" =>"No matches");
- return $data;
- }
- }
- if(!empty($ocean_arr) && count($ocean_arr) > 1){
- $data = array("msg" =>"Multiple results");
- return $data;
- }
- $ocean = $ocean_arr[0];
- //处理transportInfo信息数据
- $transportInfo = array("Tracking No." =>$ocean['tracking_no'],"status"=>$ocean['new_status'],"mode" => "Ocean Freight",
- "origin" =>$ocean['origin_station'],"destination" =>$ocean['destination_station'],
- "etd" =>$ocean['f_etd'],"atd" =>"","eta" =>$ocean['m_eta'],"ata" =>"");
- //处理basicInfo信息数据
- $vessel = utils::outDisplayForMerge($ocean['f_vessel'],$ocean['m_vessel']);
- $voyage = utils::outDisplayForMerge($ocean['f_voyage'],$ocean['m_voyage']);
- $basicInfo = array("MAWB/MBL No." =>$ocean['m_bol'],"HAWB/HBOL" => $ocean['h_bol'],"Carrier_Booking_No" =>$ocean['carrier_booking'],
- "PO_NO" =>$ocean['po_no'],"Vessel/Airline" =>$vessel,"Voyage/Filght" =>$voyage,
- "Incoterm" =>$ocean['incoterms'],"Service_Type" =>$ocean['service']);
- //处理 拼接地址 ocean表单exp 字段无法精准分割电话和地址信息,只能从contacts表里查询
- $shipper_address = common::retStationInfo($ocean['sh_address_1'], $ocean['sh_address_2'], $ocean['sh_address_3'], $ocean['sh_address_4'],
- $ocean['sh_city'], $ocean['sh_state'], $ocean['sh_zipcode'], $ocean['sh_country']);
- $consignee_address = common::retStationInfo($ocean['cn_address_1'], $ocean['cn_address_2'], $ocean['cn_address_3'], $ocean['cn_address_4'],
- $ocean['cn_city'], $ocean['cn_state'], $ocean['cn_zipcode'], $ocean['cn_country']);
- $origin_address = common::retStationInfo($ocean['aa_address_1'], $ocean['aa_address_2'], $ocean['aa_address_3'], $ocean['aa_address_4'],
- $ocean['aa_city'], $ocean['aa_state'], $ocean['aa_zipcode'], $ocean['aa_country']);
- $destination_address = common::retStationInfo($ocean['dd_address_1'], $ocean['dd_address_2'], $ocean['dd_address_3'], $ocean['dd_address_4'],
- $ocean['dd_city'], $ocean['dd_state'], $ocean['dd_zipcode'], $ocean['dd_country']);
- $shipperPartners = array("company" =>$ocean['sh_company'],"address"=>$shipper_address,"phone"=>$ocean['sh_phone']);
- $consigneePartners = array("company" =>$ocean['cn_company'],"address"=>$consignee_address,"phone"=>$ocean['cn_phone']);
- $originPartners = array("company" =>$ocean['aa_company'],"address"=>$origin_address,"phone"=>$ocean['aa_phone']);
- $destinationPartners = array("company" =>$ocean['dd_company'],"address"=>$destination_address,"phone"=>$ocean['dd_phone']);
- $businessPartners = array("shipper"=>$shipperPartners,"consignee" => $consigneePartners,"origin" => $originPartners,"destination" => $destinationPartners);
-
- //处理marksAndDescription
- $marksAndDescription = array("marks"=>$ocean['marks'],"description"=>$ocean['description']);
-
- $sql = "SELECT " . column::getInstance()->getSearchSql('Ocean_Container') . " from oc_container where lower(serial_no) = '" . strtolower($ocean['serial_no']) . "'";
- $rss = common::excuteListSql($sql);
- $quantity_tolal = 0;
- $packages = "CTN";
- $g_weight_tolal = 0;
- $ch_weight_tolal = 0;
- $cbm_tolal = 0;
- foreach ($rss as $key => $rs) {
- $quantity_tolal += $rs['qty'];
- $g_weight_tolal += $rs['grs_kgs'];
- $ch_weight_tolal += $rs['grs_lbs'];
- $cbm_tolal += $rs['cbm'];
- $packages = " ".$rs['unit'];
- }
- //Packing 不确定信息
- $packing = array("Quantity/Unit"=>$quantity_tolal.$packages,"G. Weight" => $g_weight_tolal." KGS","Ch. Weight" => $ch_weight_tolal." LBS","Volume" => $cbm_tolal." CBM");
- //Milestones 数据信息待定
- $Milestones = common::getMilestonesInfo($ocean);
- global $_COPYRIGHT;
- $data = array('transportInfo' => $transportInfo,
- 'basicInfo' => $basicInfo,
- 'businessPartners' => $businessPartners,
- 'packing' => $packing,
- 'marksAndDescription' => $marksAndDescription,
- 'Milestones' => $Milestones,
- 'copyright' =>$_COPYRIGHT);
- return array("msg" =>"success","data" =>$data);
- }
- private function trackingSfsSql($reference_number){
- $sql = "SELECT o.* ,sh.*, cn.* ,aa.*,dd.* ,
- CASE
- WHEN cc.status is null THEN 'Created'::text
- ELSE cc.status::text
- END AS new_status
- from sfs.ocean o
- left join LATERAL (select case when a.code='IFFBCF' then 'Created'
- when a.code='IFFCPU' then 'Cargo Received'
- when a.code='IFFREC' then 'Cargo Received'
- when a.code='IFFDEP' then 'Departed'
- when a.code='IFFARR' then 'Arrived'
- when a.code='IFFAFD' then 'Completed'
- else 'Created' END as status
- from ocean_milestone a
- where a.serial_no=o.serial_no
- and a.code in (select regexp_split_to_table('IFFBCF,IFFCPU,IFFREC,IFFDEP,IFFARR,IFFAFD', ','))
- order by id desc limit 1) cc on true
- LEFT JOIN LATERAL ( SELECT company as cn_company,
- address_1 as cn_address_1,
- address_2 as cn_address_2,
- address_3 as cn_address_3,
- address_4 as cn_address_4,
- city as cn_city, state as cn_state, zipcode as cn_zipcode, country as cn_country,
- phone_1 as cn_phone
- FROM sfs.contacts c WHERE o.consignee::text = c.contact_id::text) cn ON true
- LEFT JOIN LATERAL ( SELECT company as sh_company,
- address_1 as sh_address_1,
- address_2 as sh_address_2,
- address_3 as sh_address_3,
- address_4 as sh_address_4,
- city as sh_city, state as sh_state, zipcode as sh_zipcode, country as sh_country,
- phone_1 as sh_phone
- FROM sfs.contacts c WHERE o.shipper::text = c.contact_id::text) sh ON true
- LEFT JOIN LATERAL ( SELECT company as aa_company,
- address_1 as aa_address_1,
- address_2 as aa_address_2,
- address_3 as aa_address_3,
- address_4 as aa_address_4,
- city as aa_city, state as aa_state, zipcode as aa_zipcode, country as aa_country,
- phone_1 as aa_phone
- FROM sfs.contacts c WHERE o.origin_station::text = c.contact_id::text) aa ON true
- LEFT JOIN LATERAL ( SELECT company as dd_company,
- address_1 as dd_address_1,
- address_2 as dd_address_2,
- address_3 as dd_address_3,
- address_4 as dd_address_4,
- city as dd_city, state as dd_state, zipcode as dd_zipcode, country as dd_country,
- phone_1 as dd_phone
- FROM sfs.contacts c WHERE o.destination_station::text = c.contact_id::text) dd ON true
- where (lower(tracking_no) = '" . strtolower($reference_number) . "'
- or lower(booking_no) = '" . strtolower($reference_number) . "'
- or lower(h_bol) = '" . strtolower($reference_number) . "'
- or lower(m_bol) = '" . strtolower($reference_number) . "'
- or lower(po_no) = '" . strtolower($reference_number) . "'
- or lower(quote_no) = '" . strtolower($reference_number) . "'
- or lower(invoice_no) = '" . strtolower($reference_number) . "'
- or exists (select 1 from oc_container oc where o.serial_no = oc.serial_no and oc.ctnr = '$reference_number'))";
- return $sql;
- }
- private function AES_encrypted($encrypted_string){
- $cipher = "aes-256-cbc"; // AES算法的一个实现,比如AES-256-CBC
- $iv = openssl_random_pseudo_bytes(openssl_cipher_iv_length($cipher)); // 生成初始化向量
- $key = 'fT5!R1k$7Mv@4Q9X'; // 你的256位密钥
- // 解密
- $decrypted = openssl_decrypt($encrypted_string, $cipher, $key, $options=0, $iv);
-
- return $decrypted; // 输出解密后的字符串
- }
- }
- ?>
|