- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
13 lines
3.2 KiB
PHP
13 lines
3.2 KiB
PHP
<?php
|
||
|
||
|
||
//This is the access privilege file
|
||
$is_admin=true;
|
||
|
||
$user_info=array('user_name'=>'korobkov','is_admin'=>'on','user_password'=>'$2y$10$8NLmYKsvI4v8..iuAO8gB.VIXJLEvX.7QXhWWCAw7sz8dNn8/e3IO','confirm_password'=>'$2y$10$8NLmYKsvI4v8..iuAO8gB.VIXJLEvX.7QXhWWCAw7sz8dNn8/e3IO','first_name'=>'Фёдор','last_name'=>'Коробков','roleid'=>'H2','email1'=>'kfv.advokat@akn16.ru','status'=>'Active','activity_view'=>'Today','lead_view'=>'Today','hour_format'=>'24','end_hour'=>'','start_hour'=>'09:00','is_owner'=>'','title'=>'Адвокат','phone_work'=>'','department'=>'','phone_mobile'=>'+79262306381','reports_to_id'=>'','phone_other'=>'295410106','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'772872611502','date_format'=>'dd-mm-yyyy','signature'=>'','description'=>'Представитель взыскателя: Коробков Фёдор Владимирович
|
||
Паспорт: 4523 901702 выдан 22.11.2023 г. ГУ МВД России по гор. Москве
|
||
ИНН: 772872611502
|
||
Адрес: 117593, Москва, Соловьиный проезд, 2, 135
|
||
Контактный тел: 89262306381','address_street'=>'','address_city'=>'','address_state'=>'','address_postalcode'=>'','address_country'=>'','accesskey'=>'zwuKfSm1YWkpaEYw','time_zone'=>'Europe/Moscow','currency_id'=>'1','currency_grouping_pattern'=>'123456789','currency_decimal_separator'=>'.','currency_grouping_separator'=>',','currency_symbol_placement'=>'1.0$','imagename'=>'shtrih.png','internal_mailer'=>'1','theme'=>'softed','language'=>'ru_ru','reminder_interval'=>'','phone_crm_extension'=>'','sp_gravitel_id'=>'','sp_megafon_id'=>'','sp_zebra_login'=>'','sp_uiscom_id'=>'','sp_uiscom_extension'=>'','sp_telphin_extension'=>'','sp_zadarma_extension'=>'','sp_yandex_extension'=>'','sp_yandex_outgoing_number'=>'','sp_domru_id'=>'','sp_westcall_spb_id'=>'','sp_mcn_extension'=>'','sp_rostelecom_extension'=>'','sp_rostelecom_extension_internal'=>'','sp_rostelecom_extension_sipiru'=>'','sp_sipuni_extension'=>'','sp_mango_extension'=>'','no_of_currency_decimals'=>'2','truncate_trailing_zeros'=>'0','dayoftheweek'=>'Monday','callduration'=>'5','othereventduration'=>'5','calendarsharedtype'=>'public','default_record_view'=>'Summary','leftpanelhide'=>'0','rowheight'=>'medium','defaulteventstatus'=>'Planned','defaultactivitytype'=>'Meeting','hidecompletedevents'=>'0','defaultcalendarview'=>'ListView','surname'=>'Владимирович','birthdate'=>'1981-09-18','birthplace'=>'гор. Москва','gender'=>'Мужской','snils'=>'126-773-357 81','inn'=>'772872611502','index_reg'=>'117593','addr_reg'=>'г. Москва, проезд Соловьиный, д 2, кв 135','index_live'=>'125375','addr_live'=>'Москва, Тверская ул. 22 а стр 1 оф 7','index_notice'=>'125375','addr_notice'=>'Москва, Тверская ул. 22 а стр 1 оф 7','pass_series'=>'90170','pass_number'=>'45 23','pass_date'=>'2023-11-22','pass_place'=>'ГУ МВД РОССИИ ПО Г. МОСКВЕ','dep_code'=>'770-009','sigimgage'=>'','currency_name'=>'Russia, Rubles','currency_code'=>'RUB','currency_symbol'=>'руб','conv_rate'=>'1.00000','record_id'=>'','record_module'=>'','id'=>'8');
|
||
|
||
?>
|