Visualizzazione risultati 1 fino 12 di 12

Discussione: bmachine2 errore index

  1. #1
    Guest

    Question bmachine2 errore index

    Salve a tt, ho un problema col cms bmachine2.
    Ho seguito le istruzioni che mi dava ma una volta hostati i file mi dà un errore nella index, nella funzione dfil() .
    Il codice della index.php è il seguente:
    Codice PHP:
    <?php

    /*
    ###########################################

    bMachine v2.8

    Developed by Kailash Nadh
    Email : kailash@bnsoft.net
    Website : www.bnsoft.net

    bMachine aka boastMachine
    Email : admin@boastology.com
    Website : www.boastology.com

    ###########################################
    */


    //#############################################

    include_once "config.php";
    chkIP();


    if(
    $db == "mysql") { include_once CFG_ROOT."/inc/mysql/main.mysql.php"; } else { include_once CFG_ROOT."/inc/flat/main.flat.php"; }

    // Produce Printer friendly page
    if($_GET["print"]) {
    prnt(); exit();
    }

    if(
    $_GET["rate"]) {
    // Check wheter voting is enabled
    if(!$m_vote) {
    header("Location: index.php?id=$_GET[f]") or scrpt("index.php?id=$_GET[f]"); exit();
    }

    // Flood prevention :)
    if($_COOKIE["bnRte"] == "$_GET[f]") { header("Location: index.php?id=$_GET[f]&bn=78Rtd0D00exz") or scrpt("index.php?id=$_GET[f]&bn=78Rtd0D00exz"); exit(); }
    setcookie("bnRte","$_GET[f]");

    $rn=trim($_GET[rate]);
    if(
    $rn != "1" && $rn != "2" && $rn != "3" && $rn != "4" && $rn != "5") { header("Location: index.php?id=$_GET[f]&bn=78Rtd0D00exz") or scrpt("index.php?id=$_GET[f]&bn=78Rtd0D00exz"); exit(); }
    rateit($rn,trim($_GET[f]));
    header("Location: index.php?id=$_GET[f]&bn=78Rtd0D00exz") or scrpt("index.php?id=$_GET[f]&bn=78Rtd0D00exz");
    }

    // Is the request for the FULL article or just the summary
    if($_GET[id]) {
    $fmt="full";
    }

    // Show articles posted on a specific date
    if($_GET[show]) {
    showbyDate($_GET[d],$_GET[m],$_GET[y]);
    }

    // Show articles in a specific category
    if($_GET[cat]) {
    showByCat($_GET[cat]);
    }

    // Display the articles
    if($fmt == "full") { doDat($_GET[id],""); } else { dfil(); }
    ftr("$s_title","");


    //#############################################
    // Printer Friendly Function

    function prnt() {
    global
    $c_urls;
    $id=$_GET[pg];

    if(!
    trim($id)) { header("Location: index.php") or scrpt("index.php"); exit; }

    $ar=getSpost($id);

    if(!
    trim($ar[title])) { header("Location: index.php") or scrpt("index.php"); exit; }

    $page=$ar[data];


    $page=eregi_replace("<img src=[^>]*>", "", $page);
    $page=eregi_replace("<font[^>]*>", "", $page);

    $page=wordwrap($page,80,"\n",1);

    $ar[date]=bmcDate($date);

    echo <<<EOF
    <HTML><HEAD><TITLE>$ar[title]</TITLE>
    <link rel="stylesheet" href="style.css">
    </HEAD><BODY>
    <p><span class="title">
    $ar[title]</span><br>
    Posted by <span class="a_name">
    $ar[a_name]</span> on <span class="date">$ar[date]</span><br></p>
    <pre><span class="content">
    $page</span></pre>
    <hr size="1">
    <span class="t_small">Article from :
    $c_urls</span><br>
    <span class="t_small">Printed from :
    $c_urls/?id=$id</span>
    </BODY></HTML>
    EOF;
    exit();
    }

    ?>
    L'unica parte dove stà scritto dfil() è la riga 65 (posto tre righe dove è compresa) cioè:
    Codice PHP:
    // Display the articles
    if($fmt == "full") { doDat($_GET[id],""); } else { dfil(); }
    ftr("$s_title","");
    Come posso fare per aggiustare quest'errore? Vi ringrazio anticipatamente e comunque, bye bye

  2. #2
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Qual è l'errore che ti dà?
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  3. #3
    Guest

  4. #4
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Quell'errore è dato dal fatto che la funzione "dfil" non è stata dichiarata.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  5. #5
    Guest

    Predefinito

    quindi per dichiararla come posso fare? grazie per gli aiuti...

  6. #6
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Sei sicuro di aver caricato tutti i file?
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  7. #7
    Guest

    Predefinito

    si, se ti può essere utile posso darti il link da dove l'ho scaricato...
    Ultima modifica di NetSkin : 14-04-2007 alle ore 17.39.44

  8. #8
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Allora c'è un errore in quel CMS.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  9. #9
    Guest

    Predefinito

    ok...thx 1000...ciao

  10. #10
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Citazione Originalmente inviato da NetSkin
    se ti può essere utile posso darti il link da dove l'ho scaricato...
    OK, così provo a installarlo.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  11. #11
    Guest

    Predefinito

    eccolo: http://php.html.it/script/download/1...astmachine-28/
    ...scusami se nn ho risposto subito...ciao e grazie ancora!

  12. #12
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Quell'errore me lo dà anche a me in locale insieme ad altri errori.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •