Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: ?x=page
    Thread Starter fluokabouter

    (@fluokabouter)

    doesn’t work , it’s ok I think =)

    Forum: Plugins
    In reply to: ?x=page
    Thread Starter fluokabouter

    (@fluokabouter)

    from an external site ?
    Hmm //
    Going to try that

    Forum: Plugins
    In reply to: ?x=page
    Thread Starter fluokabouter

    (@fluokabouter)

    <?
    function checkPage($page) {
    //Controle
    if($page==”index”) return false;
    $page.=”.php”;
    return file_exists($page);
    }

    $pagina=$_GET[‘x’];

    if(!isset($pagina) || empty($pagina)) $pagina=”index”;

    if(checkPage($pagina)) include($pagina.”.php”);
    else{
    ?>
    Normal content //
    <? } ?>

    Sorry , here you are 🙂

Viewing 3 replies - 1 through 3 (of 3 total)