<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: line</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: line</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:59:00 +0000</pubDate>

<item>
<title>_ck_ on "Solving Redirecting Problem with Slugs (headers)"</title>
<link>http://bbpress.org/forums/topic/solving-redirecting-problem-with-slugs-headers#post-9326</link>
<pubDate>Wed, 25 Jul 2007 17:38:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9326@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Someone will need to correct me if i am wrong but &#34;Headers already sent&#34; is sometimes an indication of whitespace above or below a plugin which will cause php to think content is being sent and flush the headers.
&#60;/p&#62;</description>
</item>
<item>
<title>WiseRemusKA on "Solving Redirecting Problem with Slugs (headers)"</title>
<link>http://bbpress.org/forums/topic/solving-redirecting-problem-with-slugs-headers#post-9308</link>
<pubDate>Wed, 25 Jul 2007 10:42:20 +0000</pubDate>
<dc:creator>WiseRemusKA</dc:creator>
<guid isPermaLink="false">9308@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I encountered with a problem saying that headers were already sent while using slugs with mod_rewrite rules shown in bbpress FAQ.&#60;/p&#62;
&#60;p&#62;And just to let people who was or will be up against this problem; i solved it changing the line 168 in bb-includes/pluggable.php&#60;/p&#62;
&#60;p&#62;Change the line with this code line :&#60;/p&#62;
&#60;p&#62;             `?&#38;gt;&#38;lt;script&#38;gt;location.href=&#34;&#38;lt;?=$location?&#38;gt;&#34;;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#38;lt;?php`
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7530</link>
<pubDate>Sun, 20 May 2007 00:08:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7530@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I figured it out.&#60;/p&#62;
&#60;p&#62;I must have been missing some required hidden files. I deleted all my files from the server and then reuploaded them using my Windows machine,. Now it works like it should..&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7503</link>
<pubDate>Fri, 18 May 2007 18:42:42 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Help Please!&#60;/p&#62;
&#60;p&#62;-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7496</link>
<pubDate>Fri, 18 May 2007 03:15:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7496@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is what the config file looks like:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'turner_wrdp3');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '***********');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '*****************'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://forums.ppacp.org'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'Professional Photographers Againsts Copying Photographs';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = '*********@ppacp.org';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -4;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '*************'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7495</link>
<pubDate>Fri, 18 May 2007 03:09:34 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you supposed to install bbPress with the same or different Database information as Wordpress?&#60;br /&#62;
I want to integrate the two, so I used the same database information as wordpress.&#60;/p&#62;
&#60;p&#62;When I try to run the install, I get this error:&#60;br /&#62;
&#34;Fatal error: Call to undefined function: bb_install_header() in /home/turner/public_html/forums/bb-admin/install.php on line 11&#34;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>lokem001 on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7091</link>
<pubDate>Sat, 28 Apr 2007 17:53:44 +0000</pubDate>
<dc:creator>lokem001</dc:creator>
<guid isPermaLink="false">7091@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After hours of troubleshooting I finally got to the problem, by luck!&#60;/p&#62;
&#60;p&#62;While going through the extensions in php.ini, I noticed the php_mysql.dll was disabled. So I enabled it, and bbpress started to work out great!&#60;/p&#62;
&#60;p&#62;So it didn't really have anything to do with gettext, but without that tip I guess I wouldn't have checked the extensions at all!&#60;/p&#62;
&#60;p&#62;Thanks for the help, all of you!
&#60;/p&#62;</description>
</item>
<item>
<title>lokem001 on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7087</link>
<pubDate>Sat, 28 Apr 2007 17:21:12 +0000</pubDate>
<dc:creator>lokem001</dc:creator>
<guid isPermaLink="false">7087@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have an /ext/ folder, with all the extensions including php_gettext.dll.&#60;br /&#62;
In php.ini the extension_dir is set to &#34;C:/Program/PHP/ext&#34;, which is correct.&#60;br /&#62;
By using phpinfo(); I can see that gettext is enabled.&#60;/p&#62;
&#60;p&#62;Further, I have tried re-installing PHP.&#60;/p&#62;
&#60;p&#62;Still, I get the same results as above. Any help?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7077</link>
<pubDate>Sat, 28 Apr 2007 13:59:05 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">7077@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like a problem with gettext. Search around for hints on enabling PHP's gettext functions. I think it's just a matter of moving an extension DLL on windows or something, it's long enough since I administered a windows machine that I have forgotten - and I'm not going  back - so that's all te help I can offer. I don't know why the included php_gettext wouldn't have kicked in though.
&#60;/p&#62;</description>
</item>
<item>
<title>lokem001 on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7072</link>
<pubDate>Sat, 28 Apr 2007 09:41:39 +0000</pubDate>
<dc:creator>lokem001</dc:creator>
<guid isPermaLink="false">7072@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Trent, but that link gave me nothing :(&#60;/p&#62;
&#60;p&#62;Fel64, I don't really get what you mean with &#34;live Windows server&#34;... anyhow it's a WindowsXP server, Apache 2.2, PHP5, latest MySQL - all installed on a personal LAN server.&#60;br /&#62;
And the Apache/PHP installation works fine with some other simple PHP applications.&#60;/p&#62;
&#60;p&#62;I also tried to copy an older installation of bbpress that worked fine on a previous WinXP/Apache server, but due to a disk failure I had to format the drive and re-install everything.&#60;br /&#62;
However, that older bbpress turned out with the exact problem (blank page) and the same line Apache's error.log...&#60;/p&#62;
&#60;p&#62;My guess is something's wrong with my Apache/PHP installation.&#60;/p&#62;
&#60;p&#62;Thx,&#60;br /&#62;
lokem
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7068</link>
<pubDate>Sat, 28 Apr 2007 04:15:01 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">7068@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It seems that you install isn't liking the syntax of your install.   Maybe check out &#60;a href=&#34;http://bbpress.org/forums/topic/988?replies=5&#34;&#62;this thread&#60;/a&#62; on localhost installs for ideas?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7054</link>
<pubDate>Fri, 27 Apr 2007 18:05:26 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7054@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you're installing it locally, it's worth noting that a lot of people have had problems with it but had no problems on a live server. Or is it a live Windows server?
&#60;/p&#62;</description>
</item>
<item>
<title>lokem001 on "PHP Fatal error in bb-settings.php on line 7"</title>
<link>http://bbpress.org/forums/topic/php-fatal-error-in-bb-settingsphp-on-line-7#post-7052</link>
<pubDate>Fri, 27 Apr 2007 16:19:36 +0000</pubDate>
<dc:creator>lokem001</dc:creator>
<guid isPermaLink="false">7052@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi!&#60;br /&#62;
I did the installation as guided... created a config file...&#60;br /&#62;
So after the creation of a config file, and I reload the page, nothing shows but blank... a big white blank page.&#60;/p&#62;
&#60;p&#62;I get this messege in my apache error log:&#60;br /&#62;
[error] [client 127.0.0.1] PHP Fatal error:  Call to undefined function __() in C:\\wow1.11\\www\\bbpress\\bb-settings.php on line 7&#60;/p&#62;
&#60;p&#62;Thx for all the help I can get! :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5472</link>
<pubDate>Tue, 13 Mar 2007 15:56:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5472@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mmm potted meat!
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5466</link>
<pubDate>Tue, 13 Mar 2007 11:03:10 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5466@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh how I love the smell of brand-name luncheon meat in the morning.
&#60;/p&#62;</description>
</item>
<item>
<title>john001 on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5461</link>
<pubDate>Tue, 13 Mar 2007 06:33:33 +0000</pubDate>
<dc:creator>john001</dc:creator>
<guid isPermaLink="false">5461@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi dear, you must  go to php.net, they people always have good samples code there. for more detail you must visit &#60;a href=&#34;http://www.webdesigningcompany.net&#34; rel=&#34;nofollow&#34;&#62;http://www.webdesigningcompany.net&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5431</link>
<pubDate>Mon, 12 Mar 2007 19:14:11 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5431@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;macwise, no offence meant, and apologies if any taken.  i'm too short on time at the mo and had meant to add a pointer to php.net (which I've pointed ppl at &#60;a href=&#34;http://bbpress.org/forums/topic/743?replies=24#post-4948&#34;&#62;previously&#60;/a&#62;) before I got sidetracked by a demanding supervisor.  'tis better to have a community where you feel ok to ask - after all, the only dumb questions are those that remain unspoken.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5427</link>
<pubDate>Mon, 12 Mar 2007 17:17:22 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">5427@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just go to php.net and look it up.  They always have good code samples there.  I wrote an entire xml parser (first thing I ever wrote in php) 2 years ago from code examples I found on php.net
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5425</link>
<pubDate>Mon, 12 Mar 2007 16:57:50 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5425@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;fel64:&#60;/p&#62;
&#60;p&#62;This reinvigorate looks awesome...can't get in right now, as it's on a limited beta.  However, I'm on the list, and looking forward to trying it out.  Thanks&#60;/p&#62;
&#60;p&#62;Ear1grey:&#60;br /&#62;
I know this question is in the wrong place, and sorry if it's obnoxious.  As you guessed, I'm being lazy.  I am a little out of my league here in asking for what I have, so I thought I'd get what suggestions I could first from the forum I frequent most.  I hope in time you can learn to forgive my impetuous nature. ;)&#60;/p&#62;
&#60;p&#62;chrishajer:&#60;br /&#62;
Thanks for the suggestions, as well as the links.  I've looked into this a bit, but was really interested in a pre-existing solution I could glean from.  I'm not really up on cgi, so a php-only solution is what I'd like to find.  (not sure if this exists).  I'm pretty good at analyzing something and gleaning what I need from that, so I figured that would be my best shot at getting this thing started.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5421</link>
<pubDate>Mon, 12 Mar 2007 14:30:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5421@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;macwise, you might find a php group more helpful for general help with parsing files with PHP, since it's not purely a bbPress problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.php-scripts.com/php_diary/012103.php3&#34;&#62;Parsing Apache access_log files with PHP&#60;/a&#62;&#60;br /&#62;
First Google result for that search.&#60;/p&#62;
&#60;p&#62;More generically, &#60;a href=&#34;http://www.google.com/search?q=parsing+log+files+with+PHP&#34;&#62;this Google search&#60;/a&#62; might help.
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5416</link>
<pubDate>Mon, 12 Mar 2007 11:27:19 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5416@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You might find this useful.  Its Eric Raymond's article on &#60;a href=&#34;http://www.catb.org/~esr/faqs/smart-questions.html&#34;&#62;&#34;smart questions&#34;&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5386</link>
<pubDate>Sun, 11 Mar 2007 22:05:00 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5386@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Many, many, many ulterior motives.  ;)  First of all, this is happening because I can't seem to find any solution that will search for and filter what &#60;strong&#62;&#38;lt;u&#38;gt;I&#38;lt;/u&#38;gt;&#60;/strong&#62; would like it to search for and filter.  Instead, it gives the cookie cutter solution.  &#60;/p&#62;
&#60;p&#62;I am also on Dreamhost right now, coming from a dedicated hosting environment, (my own server), and since I can't configure the stats program they have installed, nor can I easily install another of my own, I thought I'd try my hand at learning how to parse files myself.  &#60;/p&#62;
&#60;p&#62;So this is partially for education, partially for usefulness, and partially with the hopes of developing something that the gen. public might find helpful.  &#60;/p&#62;
&#60;p&#62;Am I wasting my, (and everybody else's) time?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5385</link>
<pubDate>Sun, 11 Mar 2007 21:59:47 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5385@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Meh, I have little/no experience with handling files myself. Might be easier, though, for you to modify some existing code? There's already been a lot of very sophisticated work done in statsgathering. I'm thinking of &#60;a href=&#34;http://www.reinvigorate.net/&#34;&#62;Reinvigorate&#60;/a&#62;, for example - not trying to discourage you, just find the most practical solution? I mean, are you in it purely to make the plugin or is there some ulterior motive? :)
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5384</link>
<pubDate>Sun, 11 Mar 2007 21:38:37 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm just poking around with some log files, and was curious as to how I could parse the data and extract some specific information based on parameters which are determined by my marketing campaign.  I suppose I should go to a more specific PHP forum for this, but I thought I'd throw it out here first, just in case anyone had some experience here.  &#60;/p&#62;
&#60;p&#62;I'm ultimately thinking of creating a plugin which will analyze CUSTOM data which a user can set to any value they like in the admin panel of either WP or BB.  &#60;/p&#62;
&#60;p&#62;I need to read line by line, and extract certain parts of a line, compare some of those parts with other lines to find similarities.  I think an example is best:&#60;/p&#62;
&#60;p&#62;88.88.888.88 - - [02/Mar/2007:00:56:38 -0800] &#34;POST /url/of/page/requested/ HTTP/1.1&#34; 304 256 &#34;/url/of/page/referring/&#34; &#34;Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3&#34;&#60;/p&#62;
&#60;p&#62;This line has a lot of data.  All I need is to find out if the url of page requested matches a pre-defined value.  Then, I need to find out what the ip address is if it does match the value.  I would then need to parse back through the file and pull every line that had a matching ip address. &#60;/p&#62;
&#60;p&#62;Hope this explanation is clear.  If anyone has any suggestions, or knows of any simple resources to start this happening, that would be extremely helpful.&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Ron&#60;/p&#62;
&#60;p&#62;P.S.  I've read up a little on fget() and file(), but they're still a little greek to me.  A simple example that might work in my case would be most helpful.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-567</link>
<pubDate>Thu, 26 Oct 2006 18:16:08 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">567@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This can also be caused by defining WP_BB to true without manually loading WordPress as well.
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-532</link>
<pubDate>Thu, 26 Oct 2006 06:21:21 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">532@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got that and since it was a fresh install I just over wrote all of the files and re-uploaded it.&#60;/p&#62;
&#60;p&#62;that seemed to work. __ is part of the i10&#124;n thing which is probably in bb-includes.... debugging this would be a major pain, I'd say just copy the files over again.
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-529</link>
<pubDate>Thu, 26 Oct 2006 05:17:58 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So I just installed the latest version of bbpress (0.72) and followed these steps: &#60;a href=&#34;http://www.devlounge.net/articles/the-ultimate-bbpress-guide&#34; rel=&#34;nofollow&#34;&#62;http://www.devlounge.net/articles/the-ultimate-bbpress-guide&#60;/a&#62; and when I got to &#60;a href=&#34;http://www.abunchofcars.com/forum/,&#34; rel=&#34;nofollow&#34;&#62;http://www.abunchofcars.com/forum/,&#60;/a&#62; I get: Fatal error: Call to undefined function: __() in /home/abunchof/public_html/forum/bb-settings.php on line 93&#60;/p&#62;
&#60;p&#62;I tripled checked my config.php file and all appears fine...not sure what I'm doing wrong?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
