hcgtv wrote:
Tobi wrote:

Btw: Will we finally have penis enlargement in 1.3?

I think 1.3 is slated to have breast augmentations wink

Is this an optional feature or will I have to take that? smile

That one looks like it's designed to work with Wordpress. Will it work with punBB?
Another drawback: Every post is sent to the web service, examined, and sent back.
Imagine the extra traffic on a busy board.

My mad idea (probably even silly & stupid..):
People who have their own server (ie root access)  should be able to plug punBB into spamassassin.
Anybody out there without spamassassin? smile
So the post would be parsed through SA and sent back - all on the same machine.
One could use the SA headers to decide wether to admit the post or not.

After all, spam posts are pretty much like spam mails, contentwise.

I know that would be quite some work though.... it would require an extension to SA as well as to punBB.

Elzar wrote:

PunBB does have an automatic vaginal sand remover which you may find useful.

Oh, really?
How do I enable that one?
Couldn't find it in the docs.

Btw: Will we finally have penis enlargement in 1.3?

Well, for one of my boards I just made a picture out of the "Powered by PunBB
Copyright Rickard Andersson" thing.

That way everybody can see it but it can't get spidered at all.

This is a lot easier than installing a mod I believe smile

(Nothing against your mod though...)

55

(10 replies, posted in General discussion)

I didn't  explain that clearly i guess.
I only meant "nothing special" like "there are idiots all over the planet".
smile

56

(10 replies, posted in General discussion)

Reines wrote:

The communities around tend to be based on version 1 of the game, which is almost dead and consists of people trying prove they are better than others

So, what's so special about it then?

Generally spoken, a lot of people always want to be better than others and have nothing better to do than flaming around in boards of their choice.
Doesn't matter what hobby they have , you will find them everywhere and whoever runs PunBB in real life will have come across some.
Doesn't make rs forums a special place. I say.:P

Aha.
I'll have a look tomorrow.

Well,
this is intended for new users.
Not exiosting ones.
Or what do you mean?

What do you mean "the changes don't take effect?"

When you change the form value for the invitations, does this value jump back to the previous one?
That would surprise me smile

OK,

I can guess a bit now.

Does it help when you do this?

In admin_groups.php
Go to line 233
After

  $search_flood = isset($_POST['search_flood']) ? intval($_POST['search_flood']) : '0';

Add this:

$invitations = isset($_POST['invitations']) ? intval($_POST['invitations']) : '0';

61

(1 replies, posted in Feature requests)

The problem is that if you call extyern.php from a page outside of the domain where your punBB resides, then extern.php/punBB does not know who "you" is.
This information is stored in a cookie that will not be readable outside of the domain where it was created.

This is quite strange.
I just installed the mod on a fresh punbb without problems.

I will need debug mode output to know what's going on.

Ludo wrote:

But to send 200 emails, this plugin should certainy be modified to avoid timeout...
Sending 20 mails is not the same thing as sending 200.

Ludo,

Any serious system should easily send out 200 Mails at once. No problem unless you fill them with junk (images, binaries of any kind).
We send out 1000 without any trouble before I send the system to sleep(100) wink

64

(1 replies, posted in General discussion)

Does any of you wizards out there know how to stop Firefox 1.5 from displaying .gz files?
I want users to download them, not view them.

I searched the web for hours about this ut it's really difficult with the keyword combination "Firefox" and ".gz" smile

I can help you if and only if you specify  and doing some other things smile

Plus information if you have other mods installed maybe....

66

(1 replies, posted in PunBB 1.2 discussion)

As for question #1:
It's discussed here

As for #2:
You can set up a newsserver if you have your own machine.
Other than that... not that I know of. sad

67

(1 replies, posted in Feature requests)

I am quite sure this will not be part of 1.3. as it contradicts the PunBB mantra (you know, being slim and fast and without options tat not everybody needs...)
But I think it can be done quite easily in the parser, it's just that I don't have a link at hand.

SO, as an example, you could add this to the handle_url function in parser.php.
Right after

    else if (!preg_match('#^([a-z0-9]{3,6})://#', $url, $bah))     // Else if it doesn't start with abcdef://, we add http://
        $full_url = 'http://'.$full_url;

you put

  if(ereg("amazon\.[com|de|co\.uk]", $full_url))  {
    if(!ereg_replace("link_id=[0-9|a-z]","link_id=".$pun_config['MYLINKID'],$full_url)) {
      $full_url .= "&link_id=".$pun_config['MYLINKID'];
      }
    }

Now, all you have to do is:
- Check if my syntax for the associate ID is OK wink
- Get the variable MYLINKID into $pun_config

The quick and dirty way to do this is to add it into the PUNPREFIXconfig table manually.

There is a mod that adds image verification, that should help.
Search for it, must be in the modification forum

Although I agree with Rickard that adding a request for each topic is kinda adventurous smile - maybe you poat the code you are using here?

OK, then can you send the complete statement?
When I run into a bug like that I usually just copy the whole SQl statement string into the error() part.
That way I see exactly what the sql statement looked like and then it's much easier to tell what went wrong.

Are you really sure this has to do with the invitation mod?

72

(3 replies, posted in Programming)

The most sophisticated one that is still OK is this IMO:
http://www.dhtmlcentral.com/projects/coolmenus/

Auto import?
Can that be done?
Sorry, I am stupid when it comes to MSN or Yaho, I don't use them at all.
I figure you will have to be logged in there to access your email addresses, right?
I think it would be really complicated to implement..... sad

74

(3 replies, posted in PunBB 1.2 troubleshooting)

Thanks a lot.
Have to clean my classes I guess..... smile

I know this has been asked and answered before but I cannot find it anywhere here with the search function or even with google so take my apologies, anyway:

On this board you have these tiny dots next to threads that contain posts of yourself.
However, I cannot find them in any of the boards I'm running (all 1.2.10) and I'd like to turn this feature on if this option exists somewhere or install the mod if there is any.

Can somebody help me here?