26

(200 replies, posted in General discussion)

how can i get an account?
I already asked some people but they said that they already 'gave' their accounts to someone else?

27

(4 replies, posted in General discussion)

yes. the link is here: http://johi.org/burningbb.zip

PLEASE follow the instructions in README.txt otherwise it wouldn't work.

And sorry for my stupid english, i'm german.

as far as i can see the email is being sent to the is_valid_email function in includes/email.php
Did you change something there?

@Rickard: what would change if he used a non-english language pack?

The code below return 1, so the only reason for me is that he has another version of the is_valid_email function.

<?php

function is_valid_email($email)
{
    return preg_match('/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$/', $email);
}

echo is_valid_email("wopio@tlen.pl");
?>

or maybe he changed this part in admin_options.php:

    $form['admin_email'] = strtolower($form['admin_email']);
    if (!is_valid_email($form['admin_email']))
        message('The admin e-mail address you entered is invalid.');

?

oh, i see.
try insert the email adress lowercase. otherwise the regex won't match.
hope that helps.

i think it would help if you tell us more about your email-adress.

31

(4 replies, posted in General discussion)

good idea, but i think i'll wait untill the style-part of punres.org is done.

Anyway I'll have to fix some little bugs in the stylesheet first.

32

(4 replies, posted in General discussion)

I did a Burning Board style for punBB.

Here's a screenshot:
http://forum.johi.org/bbb_mainp.PNG

If someone is interested, i will release the stylesheet.

Razmooze wrote:

'number day'                    =>      'number of posts during this day',

Isn't it "number of posts during 24 hours" ?
because you search for posts who are less than 24 back in the past.
Or am I wrong. The same goes for number of "posts during this week":
Shouldn't it be "number of post on the last seven days"?

34

(2 replies, posted in General discussion)

oops. sorry. didn't want to make a douple post.
When you want to, close it.

35

(2 replies, posted in General discussion)

The PunBB Resource is down at the moment, isn't it?
Ever thinked of a mirror.
Would propably be a good idea.

Oh. Yes. PunBB.
big_smile
Ok.
fixed.

big_smile
yes. i used the original data from yesterday.

Fixed both.

Well. There's a new version. wink
Look at top post.

It has got more whitespace around the logo and the "statistic-line" bug fixed.

Oh. big_smile
No. it isn't. My fault. wink
The 'space-thing' won't be difficult. i'll do that soon.

Did Somebody look at the code?

Thanks.
Do you have any improvement suggestions?

i've made a little Mod, which creates an Image with the forum's statistic.
Can't explain that.
Here's the generated picture:
http://johi.org/sign_stats.png

And here is the current release:
http://johi.org/sign_stats.zip

Just put the files in your forum's directory and add an image-tag to your signature:

[img]http://your-forums-url.com/sign_stat_en.php[/img]

or

[img]http://your-forums-url.com/sign_stat_de.php[/img]

You can edit the "mypunbb.png" image, but keep it's proportions.

Please Report Errors.

uuh. By the way... You need the GD-Library for PHP.

Sorry for my poor english. I'm german.

EDIT: Btw. I was inspirated by an script called myphpbb.
Did I was allowed to use the PunBB logo?

1.05.2004: I've uploaded a new version.

1.05.2004:(again?) I've uploaded a new version. (468*60 usw.)