I honestly have no idea. I didn't even know there were routers with built-in PHP support. Perhaps you can give it a try on a "regular" web server to see if it is related to your router or if it is a problem with the source code?
1,001 2006-01-09 10:41
Re: PunBB WL500G-DELUXE -saving admin options problem (10 replies, posted in PunBB 1.2 troubleshooting)
1,002 2006-01-09 10:36
Re: Blank page when deleting (5 replies, posted in PunBB 1.2 troubleshooting)
Enable DEBUG mode and post the full error message here.
1,003 2006-01-09 10:33
Re: BBCode bug with improper nesting: [quote][url][/quote][/url] (11 replies, posted in PunBB 1.2 bug reports)
Very nice Connor. I'll have a look at it when I get home from work and when I have installed MySQL, Apache etc (my computer broke down again!).
1,004 2006-01-09 10:31
Re: Why Java is not pure object oriented language? (3 replies, posted in Programming)
Well, multiple inheritance is the ability to have a class inherit methods and attributes from more than one class. For example, you might have a class that describes a Person. This class has attributes such as name, age etc. On top of this, you might also have a class that describes an Employee. This class has attributes such as employee id, job title etc. Now, to create an object that has all the attributes and methods of a Person AND an Employee, you need multiple inheritance.
1,005 2006-01-09 10:19
Re: How can I insert link in email? (1 replies, posted in PunBB 1.2 troubleshooting)
All e-mail clients I've encountered make them clickable automatically.
1,006 2006-01-09 10:18
Re: AP_NEWS_GENERATOR >> Bugs with Archives. (9 replies, posted in PunBB 1.2 troubleshooting)
I'll have a look at it.
1,007 2006-01-09 10:18
Re: Rebuild search index - Why is it necessary? (2 replies, posted in PunBB 1.2 troubleshooting)
Well, there have been some updates to the search indexing code over time so it might be that the posts you were searching for were indexed in an older version of PunBB that had a bug. Other than that, and the fact that the migration tool requires you to rebuild the search index, I can't think of a scenario where it should be required.
1,008 2006-01-09 10:14
Re: Impossible BBcode error (2 replies, posted in PunBB 1.2 bug reports)
Hmm. You might be right. I'll have a look at it.
1,009 2006-01-09 10:13
Re: Quote overflow (3 replies, posted in PunBB 1.2 bug reports)
I don't understand.
1,010 2006-01-09 10:12
Re: Greek localization offer (13 replies, posted in Feature requests)
I got them and I will upload them tonight (my computer broke down again!).
1,011 2006-01-05 13:51
Re: Visual Studio for free (11 replies, posted in Programming)
Pardon me, but I was under the impression the express edition would always be free? Like the sql server express edition.
Edit: Guess not.
1,012 2006-01-05 13:48
Re: Unable to fetch subscription info (8 replies, posted in PunBB 1.2 troubleshooting)
Let me guess. A crashed table?
1,013 2006-01-05 13:48
Re: BBCode bug with improper nesting: [quote][url][/quote][/url] (11 replies, posted in PunBB 1.2 bug reports)
I would appreciate any help on this matter. I really hate digging around in the bbcode regexes. Change one character and ten other things break.
1,014 2006-01-05 13:46
Re: AJAX post preview 1.0.2 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Very cool as usual Shawn.
1,015 2006-01-05 13:44
Re: Query regarding the preparse_bbcode() function. (2 replies, posted in PunBB 1.2 discussion)
Yes, but the str_replace() to convert the bbcode to lowercase isn't executed when displaying the post, only when inserting it into the db.
1,016 2006-01-04 12:55
Re: Greek localization offer (13 replies, posted in Feature requests)
Yes, I got it. I'm sorry, but I haven't had time to check it out and upload it. I will do it tonight.
1,017 2006-01-04 12:53
Re: Unable to fetch subscription info (8 replies, posted in PunBB 1.2 troubleshooting)
1,018 2006-01-03 13:45
Re: Why Java is not pure object oriented language? (3 replies, posted in Programming)
Multiple inheritance is not a requisite for an object oriented programming language. Personally, I prefer languages without support for multiple inheritance. It just complicates things. In most cases, you can solve it more elegantly with e.g. interfaces.
An interesting article on the subject: http://www.javaworld.com/javaqa/2002-07 … tance.html
1,019 2006-01-02 15:16
Re: PunBB WL500G-DELUXE -saving admin options problem (10 replies, posted in PunBB 1.2 troubleshooting)
Try enabling display_errors in your php.ini.
1,020 2006-01-02 12:35
Re: PunBB WL500G-DELUXE -saving admin options problem (10 replies, posted in PunBB 1.2 troubleshooting)
Hmm. Do you get anything in your webserver error log? You have display_errors off in your PHP environment, so if something goes wrong, it will log the error instead of outputting it to the browser.
1,021 2006-01-02 12:26
Re: Problems with style on posted posts (4 replies, posted in PunBB 1.2 troubleshooting)
That's because the default border color is black (I think). Try setting the border color to the beige color you have for the post background.
1,022 2006-01-02 12:25
Re: 1.3 coming... (109 replies, posted in General discussion)
"When it's done"
I haven't been able to work on PunBB as much as I had hoped these last few weeks. I'm considering taking a week off from work just to work on PunBB. We'll see.
1,023 2006-01-02 09:05
Re: Default timezone for guests (6 replies, posted in Feature requests)
Someone else requested the addition of a "Default timezone" option, so you can expect that in 1.3.
1,024 2006-01-02 09:01
Re: Czech version - it doesn't display czech signs ěčřýáíéů (3 replies, posted in PunBB 1.2 troubleshooting)
Is cp-1250 the preferred character set for czech?
1,025 2006-01-02 08:59
Re: PunBB WL500G-DELUXE -saving admin options problem (10 replies, posted in PunBB 1.2 troubleshooting)
I really can't say what the problem is. I would need to have access so that I could debug your script to determine where it fails.