Visualizzazione risultati 1 fino 16 di 16

Discussione: sessioni phpBB

  1. #1
    Guest

    Predefinito sessioni phpBB

    ciao a tutti ecco che sorge un altro dubbio,vorrei sapere cosa devo modificare per usare le sessioni di phpBB in tutte le pagine del mio sito,cioè:da me dopo il login l'user torna all'home page del mio sito con la sessione di phpBB cioè skatekool.altervista.org/index.php?&sid=2334gfhg3y6787rhfyrefyuid così ,io vorrei mantenere la sessione di un user per tutte le pagine del mio sito cioè che la sessione valga per index.php,per news.php eccetera come si fa grazie ciao.
    Ultima modifica di skatekool : 17-04-2005 alle ore 22.48.44

  2. #2
    Guest

    Predefinito

    nessuno sa aiutarmi?

  3. #3
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    oltre a passare la sessione puoi leggere il nome utente e altri dettagli direttamente dal cookie ;)
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  4. #4
    Guest

    Predefinito

    si mam io vorrei appendere il sid di sessione nell'url di tutte le pagine cosi faccio get_vars

  5. #5
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    per appendere il sid basta che metti fai i link in questo modo:

    echo "pagina.php?action=azione&".SID;
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  6. #6
    Guest

    Predefinito

    ho fatto ma non mete il sid cioè mi fa index.php?SID anziche index.php?76743563475yhfjuioe ma devo mettere le pagine nella cartella di phpBB?

  7. #7
    Guest

    Predefinito

    pagina.php?action=azione&".SID.";

    prova cosi!

    ciao!!
    giako

  8. #8
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    skatecool prima di stampare la sessione ovviamente devi averla recuperata con session_start() ed averla disponibile...
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  9. #9
    Guest

    Predefinito

    ok ma la sessione la recupero penso perchè all'inizio pagina io metto questo codice:


    <?php
    define('__PHP_STATS_PATH__','/var/www/html/stats/');
    include(__PHP_STATS_PATH__.'php-stats.redir.php');
    define('IN_PHPBB', true);
    $phpbb_root_path = './community/';
    include($phpbb_root_path . 'extension.inc');
    include($phpbb_root_path . 'common.'.$phpEx);

    //
    // Start session management
    //
    $userdata = session_pagestart($user_ip, PAGE_LOGIN);
    init_userprefs($userdata);
    //
    // End session management
    include("phpadmentor/phpadmentor_config.php");
    ?>
    giusto oppure se nn è giusto da dove recupero l'id' con get_vars o $userid?

  10. #10
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    non ho ben preciso come funzioni session_pagestart() di phpbb...

    dovresti controllare la dentro....

    phpbb non è fatto per essere manipolato in quel modo mi sa...
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  11. #11
    Guest

    Predefinito

    io mi hanno detto cosi anche su phpBB.it mi dici solo come recuperare la sessione la devo estrarre dal database?

  12. #12
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    l'id di sessione lo ricevi dall'url e puoi recuperare la sessione con

    session_start()
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  13. #13
    Guest

    Predefinito

    ma io faccio come sopra session_pagestart come lo recupero l'id vale anche con session pagestart? e dopo che lo recupero faccio un link tipo viewnews.php?id=$id&.sid cosi?

  14. #14
    Guest

    Predefinito

    allora per risolvere ho fatto $sid = "$get_vars[sid]";
    poi nei link metto <a href\"news.php?sid=$sid\">news</a>
    va bene lo stesso?

  15. #15
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    se funziona si :D
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  16. #16
    Guest

    Predefinito

    mananccia funziona solo che se avdo nel forum il sid di sessione è cambiato

Regole di scrittura

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