I just wanted to share my excitement on how well FindSportsNow has been doing. This is it’s reach as of March 27th 2010:
I just wanted to share my excitement on how well FindSportsNow has been doing. This is it’s reach as of March 27th 2010:
I figured I would share a clean little GUI design I created…
This is the directory in which your websites will be stored.
C:/websites”)C:/websites/example”)C:/websites/example/online”)C:\Program Files\Apache Software Foundation\ApacheX.X\C:\Program Files\Apache Software Foundation\Apache2.2\conf\C:\Program Files\Apache Software Foundation\Apache2.2\confDocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"DocumentRoot "C:/websites/example/online"<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"><Directory " C:/websites/example/online">DirectoryIndex index.htmlDirectoryIndex index.html index.phpAddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps# AllowOverride controls what directives may be placed in .htaccess files.AllowOverride NoneAllowOverride All/*
* First server
*/
$i++;
$cfg['Servers'][$i]['user'] = ‘root’;
$cfg['Servers'][$i]['password'] = ‘example’; // Your MySQL Password
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = ‘config’;
/* Server parameters */
$cfg['Servers'][$i]['host'] = ‘localhost’;
$cfg['Servers'][$i]['connect_type'] = ‘tcp’;
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = ‘mysql’;
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = ‘root’;
$cfg['Servers'][$i]['controlpass'] = ‘example’; // Your MySQL Password
/* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = ‘phpmyadmin’;
$cfg['Servers'][$i]['bookmarktable'] = ‘pma_bookmark’;
$cfg['Servers'][$i]['relation'] = ‘pma_relation’;
$cfg['Servers'][$i]['table_info'] = ‘pma_table_info’;
$cfg['Servers'][$i]['table_coords'] = ‘pma_table_coords’;
$cfg['Servers'][$i]['pdf_pages'] = ‘pma_pdf_pages’;
$cfg['Servers'][$i]['column_info'] = ‘pma_column_info’;
$cfg['Servers'][$i]['history'] = ‘pma_history’;
/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = ”;
$cfg['SaveDir'] = ”;
?>