php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


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.php
8/21/2006 5:23:39 PM

cvs: pearbot / config.php
2/3/2003 3:50:05 PM

cvs: pearbot / PEARbot.sql
2/3/2003 3:49:08 PM

PEARbot daemon checker
2/2/2003 6:51:27 PM

cvs: pearbot / PEARbot.php
2/2/2003 6:35:04 PM

cvs: pearbot / PEARbot.php config.php
2/2/2003 2:14:33 PM

cvs: pearbot / config.php Reply

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





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM