| Server IP : 159.223.102.202 / Your IP : 216.73.216.193 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/bottaingenieriaUep/htdocs/www.bottaingenieria.com.ar/testbot/2QW5u9Rd8TvfBz9Kj/ |
Upload File : |
<?php
// Set the bot TOKEN
$bot_token = '5585240596:AAFv9uwvO26uC7nZ77KVWRjcxWetnEWezVA'; //Demo
$chatAdmin = '1265350168'; //Demo
//Set Mysql Connection
//Demo
$db_user = "u41259_testbot"; // usuario
$db_pass = "@ks:dh_MkjPx.lcpx3"; // password
$db_base = "u412594408_local"; // base de datos
//WAMP TEST
//$db_user = "root"; // usuario
//$db_pass = ""; // password
//$db_base = "lc_u412594408"; // base de datos
//Bot Config
$debugf = true; //Debug funciones
$debug = false; //Debug Hook
$sinEstados = false; //No Mostrar menu de Estados - Empresas que no usan GPS
$cantidadMovilesGPS = 10 ;
$guardarHistoricoPosiciones = true;
$guardarCambioEstado = true;
$nombreServicio = "Operador";
$sgtemp = true;
$boucherQr = true;
//No funciono include - ver
//if (file_exists('empresa.php')) {
// include 'empresa.php';
// }
//date_default_timezone_set(new DateTimeZone('America/Argentina/Cordoba'));
$timezone = new DateTimeZone('America/Argentina/Cordoba');
date_default_timezone_set($timezone->getName());
?>