|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/logmcpe/www/TMCPRO/pages/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;
$a=dbi_query("SELECT * FROM `client` ") ;
while($res=dbi_fetch_row($a))
{
list($client_env_mail,$mail)= dbi_fetch_row(dbi_query("SELECT client_env_mail, mail FROM `contacts_2` WHERE `client_id` = ".$res['client_id'])) ;
if($client_env_mail == 1)
{
echo"=dfffffffddd=>".$client_env_mail."--".$mail."<br/>" ;
dbi_query("UPDATE `client` SET `client_env_mail` = '1', `client_facture_mail` = '".$mail."' WHERE `client`.`client_id` = ".$res['client_id']) ;
}
}
?>