|
||||||||||
|
New in This Group ������� ���� �� �. �������11/23/2007 9:06:57 AM � ������ ����� ��� �����������11/4/2007 12:40:29 AM � ������ ���� �� �������������7/31/2007 8:50:32 AM Agregando valor ao seu produto!3/12/2007 6:53:39 PM cvs: pearbot /modules bugstats.php8/21/2006 5:23:39 PM cvs: pearbot / config.php2/3/2003 3:50:05 PM cvs: pearbot / PEARbot.sql2/3/2003 3:49:08 PM PEARbot daemon checker2/2/2003 6:51:27 PM cvs: pearbot / PEARbot.php2/2/2003 6:35:04 PM cvs: pearbot / PEARbot.php config.php2/2/2003 2:14:33 PM |
cvs: pearbot / config.php
|
|||||||||
| Group: php.pear.bot |
Subscribe
|
Posted:7/25/2003 3:18:06 PM | Replies:0 | Views:16 | Items(0) |
|
meebey Fri Jul 25 11:18:06 2003 EDT
Modified files: /pearbot config.php Log: - changed db options to MDB style. Index: pearbot/config.php diff -u pearbot/config.php:1.3 pearbot/config.php:1.4 --- pearbot/config.php:1.3 Mon Feb 3 10:50:05 2003 +++ pearbot/config.php Fri Jul 25 11:18:06 2003 @@ -1,6 +1,6 @@ <?php /** - * $Id: config.php,v 1.3 2003/02/03 15:50:05 meebey Exp $ + * $Id: config.php,v 1.4 2003/07/25 15:18:06 meebey Exp $ * * PEARbot * this is the IRC service bot for #pear writtin in PHP @@ -28,14 +28,14 @@ */ /* database settings */ - -$mysql_server = '10.0.0.5'; -$mysql_username = 'pearbot'; -$mysql_password = 'x'; -$mysql_db = 'pearbot'; +$db_type = 'mysql'; +$db_server = 'localhost'; +$db_username = 'pearbot'; +$db_password = 'x'; +$db_db = 'pearbot'; +$config['db_dsn'] = "$db_type://$db_username:$db_password@$db_server/$db_db"; /* general settings */ - $config = array(); $config['real_name'] = 'PEAR IRC service bot for #pear <pearbot@lists.php.net>'; |
mee...@php.net ("Mirco 'meebey' Bauer") 7/25/2003 3:18:06 PM |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export