I'd use a robots.txt file.

I wouldn't know where to start. Here's a good read on SOAP+PHP: http://developer.apple.com/internet/web … apphp.html

778

(5 replies, posted in PunBB 1.2 troubleshooting)

No, on the SMF database.

779

(5 replies, posted in PunBB 1.2 troubleshooting)

Have you tried using a prefix? For example smf_ ?

780

(18 replies, posted in Feature requests)

pogenwurst wrote:
Rickard wrote:

Just set "Use search" to no for the user groups.

I said that already, and he already said no. tongue

Sorry. I'm tired smile

I'm loving this. I was this close *holds up thumb and index finger really close to each other* to buying a mini mac the other day. The reasons I'm still running Windows are:

* Internet Explorer (for testing)
* Visual Studio (for ASP.NET development)
* Games

With Boot Camp and the new intel macs, the top two are sorted. Now, the only thing I need is an intel mac with a powerful graphics card. I guess I'll have to wait for the new powermacs.

Question: I have a SCSI card and a 15000rpm Seagate Cheetah disk that I use for the operating system and apps. Will I be able to use this in a powermac? I never want to back to ATA disks.

The improper nesting problem will hopefully be dealt with.

783

(1 replies, posted in PunBB 1.2 discussion)

No, the only advantage with an unbuffered query is that it is a little bit more conservative with the memory on the server. Nothing to worry about.

Ah, yes. Now I remember. Someone else had a similar problem at one time. However, he used a different tool for migrating.

785

(18 replies, posted in Feature requests)

Just set "Use search" to no for the user groups.

786

(1 replies, posted in PunBB 1.2 troubleshooting)

You have a corrupt table. You need to repair it via e.g. phpMyAdmin or some other database management tool.

787

(2 replies, posted in PunBB 1.2 troubleshooting)

And what error message does the database report?

788

(3 replies, posted in General discussion)

hcgtv wrote:

That's good news, I'm tired of moving a mouse around.

Haha, my first thought as well smile

789

(3 replies, posted in PunBB 1.2 troubleshooting)

There's a case sensitive mail server out there? Why, god, why?

It's difficult to say really. We've encountered a similar problem before, but it was adressed. I would have to debug the error and see what actually happens.

Set redirect time to 0 in admin/options.

1. PunBB version?
2. UTF-8?

793

(2 replies, posted in PunBB 1.2 troubleshooting)

I've had a similar experience and the root of the problem in my case was that the webserver on my new host was sending a HTTP header saying all content was UTF-8 encoded. We need a link to the site in question.

If you haven't filled out any SMTP info in admin/options, PunBB uses PHP's mail() function (which in turn relies on your local SMTP service). Here's a small PHP test script:

<?php

if (mail('foo@bar.com', 'The subject', 'The message'))
    echo 'Mail sent';
else
    echo 'Something is br0ken';

?>

I'm guessing you solved it?

Well, modifications could interfere I guess, but I'm not sure. Unless someone is interested in debugging the problem, I think you're gonna have to live with this. At least it only affects the old posts. New posts will of course have the correct quote syntax.

Then let's stick to that topic.

I've migrated several phpBB forums myself and never encountered that problem. Do you have a link so we can check it out?

Try re-uploading the scripts. It appears include/email.php is corrupt or missing.

800

(4 replies, posted in Programming)

In 1.3, it will be very simple since all links are "generated" by a function. You would just append your code in that function.