• Resolved dannypapuc

    (@dannypapuc)


    hola quiero utilisar este script pero a la ora de testar me da error 500

    <?php
    // Referrer válido
    $string="http://iframes.recursosmoviles.com";
    // Controlo que el referrer sea el correcto
    if(substr($_SERVER["HTTP_REFERER"],0,strlen($string))!=$string)
    {
    // Si el referrer no es válido, se prohibe el acceso
    die("Acceso no permitido.");
    }
    ?>

    donde esta la problema?

    http://wordpress.org/extend/plugins/shortcode-exec-php/

Viewing 1 replies (of 1 total)
  • Plugin Contributor M66B

    (@m66b)

    Error 500 is generated by your hosting server when you are exceeding resource limits (for example memory) or when you are doing something the hosting server does not allow (for example by firewall).

Viewing 1 replies (of 1 total)
  • The topic ‘Error 500 con un script php’ is closed to new replies.