<html> <body> <script type="text/javascript" src="/aes.js"></script> <script> funct

Website URL

http://randnumgen.great-site.net/api.php?i=3
(please specify the URL of the site on which you are experiencing the problem)

Error Message

function toNumbers(d) { var e = []; d.replace(/(..)/g, function(d) { e.push(parseInt(d, 16)) }); return e }
    function toHex() {
        for (var d = [], d = 1 == arguments.length && arguments[0].constructor == Array ? arguments[0] : arguments, e = "", f = 0; f < d.length; f++) e += (16 > d[f] ? "0" : "") + d[f].toString(16);
        return e.toLowerCase()
    }
    var a = toNumbers("f655ba9d09a112d4968c63579db590b4"),
        b = toNumbers("98344c2eee86c3994890592585b49f80"),
        c = toNumbers("14692c0260b8e03e019220b63cc3bde3");
    document.cookie = "__test=" + toHex(slowAES.decrypt(c, 2, a, b)) + "; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/";
    location.href = "https://randnumgen.great-site.net/api.php?i=1";
</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body>
### Other Information

i made a new site and had make a public api but when i try to access it through Curl it shows that, when i visit it normaly then works fine

Welcome to the community.
It is due to this:

And that security system can’t be disabled on free hosting.

7 Likes

Alright

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.