how can i get an account?
I already asked some people but they said that they already 'gave' their accounts to someone else?
26 2004-08-17 11:29
Re: GMail (200 replies, posted in General discussion)
27 2004-08-16 19:26
Re: Burning Board look-alike (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.
28 2004-08-15 15:48
Re: board title and board description !!! (11 replies, posted in PunBB 1.2 troubleshooting)
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.');
?
29 2004-08-14 17:03
Re: board title and board description !!! (11 replies, posted in PunBB 1.2 troubleshooting)
oh, i see.
try insert the email adress lowercase. otherwise the regex won't match.
hope that helps.
30 2004-08-14 16:58
Re: board title and board description !!! (11 replies, posted in PunBB 1.2 troubleshooting)
i think it would help if you tell us more about your email-adress.
31 2004-08-13 00:43
Re: Burning Board look-alike (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 2004-08-12 14:44
Topic: Burning Board look-alike (4 replies, posted in General discussion)
I did a Burning Board style for punBB.
Here's a screenshot:
If someone is interested, i will release the stylesheet.
33 2004-08-09 00:07
Re: Activity Barometer 1.0.0 (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
'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 2004-05-04 13:18
Re: PunBB Resource (2 replies, posted in General discussion)
oops. sorry. didn't want to make a douple post.
When you want to, close it.
35 2004-05-04 13:15
Topic: PunBB Resource (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.
36 2004-05-04 12:51
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oh. Yes. PunBB.
Ok.
fixed.
37 2004-05-02 08:28
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yes. i used the original data from yesterday.
38 2004-05-01 17:18
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Fixed both.
39 2004-05-01 09:12
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well. There's a new version.
Look at top post.
It has got more whitespace around the logo and the "statistic-line" bug fixed.
40 2004-05-01 08:32
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oh.
No. it isn't. My fault.
The 'space-thing' won't be difficult. i'll do that soon.
Did Somebody look at the code?
41 2004-04-30 20:23
Re: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks.
Do you have any improvement suggestions?
42 2004-04-23 16:01
Topic: Statistic Image (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i've made a little Mod, which creates an Image with the forum's statistic.
Can't explain that.
Here's the generated picture:
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.)