16 במאי 2023, 22:20

@121244 כתב בעדכון הגדרות בשלוחה:

@הלי
זה הקוד נתקע אחרי השאלה של מס הקובץ (אם בחרת לפני כן 5)

תנסה ככה שינוי קטן יתכן וזה יעבוד אם לא תעדכן

<?php
$did=@$_REQUEST['did'];
$password=@$_REQUEST['pass'];
$path=@$_REQUEST['path']; 
$text=@$_REQUEST['text'];
$xxx=@$_REQUEST['xxx'];
$mode=@$_REQUEST['mode'];
$folder=@$_REQUEST['folder'];
$aa=@$_REQUEST['aa'];
if($did == null){print "read=t-אנא הקישו את מספר המערכת שברצונכם להגדיר=did,yes,10,9,15,Digits,yes,,,,,,,";
exit();
}
elseif($password == null){print "read=t-אנא הקישו את סיסמת הניהול של המערכת שברצונכם להגדיר=pass,yes,100,1,24,Digits,,,,,,,,";
exit();
}
elseif($path== null){print "read=t-אנא הקישו את מספר השלוחה וסולמית בסיום=path,no,10000,0,14,Alpha,no,no,*/,,,ok,,";
exit();
} 
elseif($mode == null){print "read=t-אנא בחרו את מיקום המקש למקש בזמן ההשמעה הקש 1 למקש באפשרויות נוספות הקישו 2 למקש אחר ההשמעה הקש 3 למקש בתגובות הקש 4=mode,no,1,1,24,Digits,,,,,,,,";
exit();
}
elseif($mode == "5"&&!$aa){print "read=t-אנא הקישו את מספר הקובץ=aa,yes,100,1,24,Digits,,,,,,,,";
exit();
}
elseif($xxx== null){print "read=t-אנא הקישו את מספר המקש וסולמית בסיום=xxx,no,2,0,14,Alpha,no,no,*/,,,ok,,";
exit();
}  
elseif($text== null){print "read=f-000=text,no,2,0,14,Alpha,no,no,*/,,,ok,,";
exit();
}  
$mode = str_replace("1" , "control_play" , $mode);
$mode = str_replace("5" , "playfile_{$aa}_control_play_" , $mode);
$mode = str_replace("2" , "control_play_moreA" , $mode);
$mode = str_replace("3" , "control_after_play_moreA" , $mode);
$mode = str_replace("4" , "control_play_replies" , $mode);
$text = str_replace("1" , "noop" , $text);
$text = str_replace("2" , "admin_options" , $text);
$text = str_replace("4" , "seconds_plus" , $text);
$text = str_replace("5" , "seconds_minus" , $text);
$text = str_replace("6" , "minut_plus" , $text);
$text = str_replace("7" , "minut_minus" , $text);
$text = str_replace("3" , "wait" , $text);
$text = str_replace("8" , "go_to_folder" , $text);
$text = str_replace("9" , "copy_link" , $text);
$text = str_replace("10" , "say_details_message" , $text);
$text = str_replace("11" , "last_play_auto" , $text);
$text = str_replace("12" , "file_move" , $text);
$text = str_replace("13" , "file_copy" , $text);
$text = str_replace("14" , "delete_file" , $text);
$text = str_replace("15" , "say_listening_data_amount" , $text);
$text = str_replace("16" , "say_listening_data_check_number" , $text);
$text = str_replace("17" , "tfr_say_listening_data" , $text);
$text = str_replace("18" , "replies" , $text);
 $url = json_decode(file_get_contents("https://www.call2all.co.il/ym/api/UpdateExtension?token={$did}:{$password}&path=ivr2:{$path}&{$mode}{$xxx}={$text}&"), true);
  $status = $url['responseStatus'];
    if($status == "OK"){
    print "id_list_message=t-ההגדרה עודקנה בהצלחה בשלוחה .d-$path.t-תודה שהשתמשתם בשרותינו להזמנת פיתוחים חייגו 0733515252";
     exit();
  }else{
    print "id_list_message=t-חלה שגיאה בהגדרת המערכת, יתכן שהמספר מערכת או הסיסמא שגויים, או שהשרת נחסם מימות המשיח עד לשלושים דקות הבאות &go_to_folder=hangup";
     exit();
  }
if($text === go_to_folder){print "read=t-אנא הקישו את מספר השלוחה למעבר=folder,no,2222,0,14,Alpha,no,no,*/,,,ok,,";
 exit();
} 
    $url = json_decode(file_get_contents("https://www.call2all.co.il/ym/api/UpdateExtension?token={$did}:{$password}&path=ivr2:{$path}&playfile_control_play_goto=/{$folder}&"), true);
exit();
 
?>