+
+
+ if ($vue==0) {
+ ?>
+
+
+
+
+ $message='Commande de K-Bis en cours';
+ mail( 'ylenaour@scores-decisions.com',"KBIS en cours pour $login ($siren, vue=$vue)",
+ 'REQUEST='.EOL.print_r($_REQUEST,true).'EOL'.
+ 'SERVER='.EOL.print_r($_SERVER,true).'EOL'.
+ 'SESSION='.EOL.print_r($_SESSION,true).'EOL'.
+ 'ENV='.EOL.print_r($_ENV,true).'EOL'.
+ 'tabInfo='.print_r($tabInfo,true).EOL.
+ 'O='.print_r($O,true).EOL);
+
+ }elseif(!( file_exists(PATH_DATA.'/../pdf/kbis-'.$siren.'.pdf')
+ && date('Ymd', filemtime(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf'))==date('Ymd')
+ && filesize(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf')>500 )){
+ try {
+ $O = $client->getKbis($siren, 1,0);
+ $kbis=$O['result'];
+ sleep(5);
+ } catch (SoapFault $fault) {
+ require_once 'soaperror.php';
+ processSoapFault($client,$fault,$tabInfo);
+ //echo ''.$client->__getLastResponse().' ';
+ //echo 'ERREUR SOAP :'.EOL;
+ //print_r($fault);
+ //die();
+ }
+ $page=getUrl($kbis['Url'], '', '', '', false);
+ $body=$page['body'];
+ $fp=@fopen(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf', 'w');
+ @fwrite($fp, $body);
+ @fclose($fp);
+
+ if ( file_exists(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf')
+ && date('Ymd', filemtime(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf'))==date('Ymd')
+ && filesize(PATH_DATA.'/pdf/kbis-'.$siren.'.pdf')>500 )
+ {
+ echo 'Visualiser le Kbis ';
+
+ $message='Commande de K-Bis prise en compte';
+ mail( 'ylenaour@scores-decisions.com',"Commande de KBIS pour $login ($siren)",
+ 'REQUEST='.EOL.print_r($_REQUEST,true).'EOL'.
+ 'SERVER='.EOL.print_r($_SERVER,true).'EOL'.
+ 'SESSION='.EOL.print_r($_SESSION,true).'EOL'.
+ 'ENV='.EOL.print_r($_ENV,true).'EOL'.
+ 'tabInfo='.print_r($tabInfo,true).EOL.
+ 'O='.print_r($O,true).EOL);
+ } else {
+ ?>
+
+
+
+ $message='Commande de K-Bis en cours';
+ mail( 'ylenaour@scores-decisions.com',"KBIS en cours pour $login ($siren, vue=$vue)",
+ 'REQUEST='.EOL.print_r($_REQUEST,true).'EOL'.
+ 'SERVER='.EOL.print_r($_SERVER,true).'EOL'.
+ 'SESSION='.EOL.print_r($_SESSION,true).'EOL'.
+ 'ENV='.EOL.print_r($_ENV,true).'EOL'.
+ 'tabInfo='.print_r($tabInfo,true).EOL.
+ 'O='.print_r($O,true).EOL);
+ }
+
+ } else {
+
+ echo 'Visualiser le Kbis ';
+
+ $message='Commande de K-Bis prise en compte';
+ mail( 'ylenaour@scores-decisions.com',"Commande de KBIS pour $login ($siren, vue=$vue)",
+ 'REQUEST='.EOL.print_r($_REQUEST,true).'EOL'.
+ 'SERVER='.EOL.print_r($_SERVER,true).'EOL'.
+ 'SESSION='.EOL.print_r($_SESSION,true).'EOL'.
+ 'ENV='.EOL.print_r($_ENV,true).'EOL'.
+ 'tabInfo='.print_r($tabInfo,true).EOL.
+ 'O='.print_r($O,true).EOL);
+ }
+ ?>
+ |
+
+
+ }
+?>
+