1,451

(3 replies, posted in Programming)

Moved to Programming,  since this isn't really PunBB related wink

1,452

(40 replies, posted in Programming)

You're right, except that MySQL isn't creating a table, just indexing a column. We're letting MySQL handle the search for 1.3.

1,453

(40 replies, posted in Programming)

Quite a bit wink
http://dev.mysql.com/doc/refman/5.0/en/ … earch.html

Actually, it should have a username next to it if it's there.
Go to your profile, go to Administration, and check the box for that forum. That should hopefully put your name there.

Set your group ID to 1 instead of 2

1,456

(15 replies, posted in General discussion)

Well, you can always choose to block your site from BugMeNot (since it sounds like your site falls under the second criteria for blocking).

Your base URL should be without the www. then wink
You'll need to edit it in the database directly and then delete the config cache file.

Try this:

//START CUSTOM INSERT
$strSQL = 'INSERT INTO '.$db->prefix.'Cities (username, cityname, leader) VALUES("'.$db->escape($username).'", "'.$db->escape($cityname).'", "'.$db->escape($leader).'")';
$db->query($strSQL ) or error('Unable to add games ('.$strSQL.')', __FILE__, __LINE__, $db->error());
//END CUSTOM INSERT

That should fix several issues with your code.

1,459

(15 replies, posted in General discussion)

Yes, it is legal smile
You can also request that a site be blocked via this form: http://www.bugmenot.com/report.php (assuming you're the owner).

Bugmenot has a Firefox extension for easier use, as axa said. I happen to use it somewhat often when I go to a major website and don't want to go through the trouble of registering an account (eg: nytimes.com). Its major use is to allow people to view content when the only restriction on viewing the content is registering an account.

You'll need to provide actual code or we can't help you wink

1,461

(11 replies, posted in PunBB 1.2 troubleshooting)

MegaPun isn't a modification, it's a highly modified version of PunBB. If you're having trouble installing it, you need to talk to its developer wink

1,462

(11 replies, posted in PunBB 1.2 troubleshooting)

PunBB doesn't come with attachment support, that's a modification. Where did you download your copy of PunBB?

What's your base URL set to currently?
And what's the URL in your address bar when you go to edit the profile settings?

Since you renamed the file there aren't any you shouldn't change
And a quick grep shows me ~10 places within PunBB.

Sounds like you renamed PunBB's index.php to forum.php or something like that wink
You'll need to go through, find the references to index.php, and change them to the correct filename.

1,466

(2 replies, posted in PunBB 1.2 discussion)

Yup, we're aware of the problem smile

1,467

(11 replies, posted in PunBB 1.2 troubleshooting)

Many forums are not a category, they are CONTAINED in a category. You could have one forum per category wink

1,468

(11 replies, posted in PunBB 1.2 troubleshooting)

OK.
Troubleshooting is a forum. It contains many topics.
Just a DUMB question (this topic) is a topic. It contains many posts.

Then look in the administration panel, I don't remember exactly where (I only worked with 1.1.x briefly and never with 1.0.x)

Still looks down to me wink
Administrators are the only ones who can delete forums

1,471

(11 replies, posted in PunBB 1.2 troubleshooting)

There's an invitation mod (found here), but I don't know that it allows you to limit registrations to just invited users by default. You can, of course, use PunBB's built in group system so that people who register are put into a usergroup with no permissions. Then members can tell you who they've invited.

1,472

(11 replies, posted in PunBB 1.2 troubleshooting)

You can't change the position of a post within a topic, just a topic within a forum wink

1,473

(40 replies, posted in Programming)

Correct, because the single string is not necessarily the exact string someone is searching for.

1,474

(40 replies, posted in Programming)

A lookup where? In the posts table?
I don't know that I understand what you mean tongue

Talk to your host if it continues, that's a MySQL issue, not a PunBB issue