//////////////////////////////////////
//                                  //
// TorrentPier SVN based for R775   //
// Time/Date: 13:00 14.01.2009      //
// Site: http://torrentpier.info/   //
//                                  //
// Project owners:                  //
//   roadtrain4eg, PandoraBox2007   //
//                                  //
// Project members:                 //
//   segalws, givemex, bulanovk,    //
//   johnny.concent                 //
//                                  //
// Code modification:               //
//   Pandora, RoadTrain             //
//                                  //
//////////////////////////////////////

********************
**    Folders     **
********************
  +[DIR] upload
  |- bt                - anonser without it, you can not transfer information via tracker
  |- *                 - a forum tracker TorrentPier R775 Modern

  +[DIR] sql           - Dump MySQL database that is absolutely pouring

********************
**  Installation  **
********************
Unpack at the server
 [*] contents of the folder 'upload'
 [*] files favicon.ico (changing its icon if any), robots.txt (admission or ban bot search engines to the server, not all blocks)
 [*] phpmyadmin go to open or create a new database, then dump Import (no MySQL_dump folder upload on the server)!
 [*] Edit config.php change data in the database log at the discretion of the rest.
    -- Remember to adjust it in config.php

// Cookie
$bb_cfg['cookie_domain'] = '.mysite.ru';     # '.yourdomain.com'
$bb_cfg['cookie_path']   = '/';              # '/forum/'

$bb_cfg['script_path'] = '/';

**********************************************
** The right of access to folders and files **
**********************************************

Set the right of access to data folders 777:

- ajax
- ajax/html 
- backup 
- images
- images/avatars
- images/avatars/gallery
- images/flags
- images/logo
- images/ranks
- images/smiles
- cache
- cache/filecache/*
- files
- files/thumbs
- log
- pictures
- triggers

***********************
** Question / Answer **
***********************

_______________________________________________________________
Question: How do I remove the line with debug information "[Execution time: 2.419 sec | MySQL: 9 queries | GZIP ON | Mem: 441.36 KB / 2.43 MB / 1.91 MB]"?
Answer: We change the file includes \ page_footer.php value $ show_dbg_info = true; at $ show_dbg_info = false;