101

(82 replies, posted in General discussion)

The problem is I don't even see the splash... but I'll try installing the Window-libraries. Thanks!

I'll help you.

It's odd that you don't get an error-message... What is the black line? Do you mean the bottom line or is it something else?

103

(82 replies, posted in General discussion)

The requirement-page on the Firefox homepage tells me that it supports Win98, but when I try running it on my girlfriends computer i get the error-message where it complains about oleaut32.dll.

Someone knows what to do?

104

(4 replies, posted in General discussion)

Ohh, where do I sign up? ;)

I've been getting alot of these mails lately btw :( I heard one guy in England lost huge amount of money on this stuff, it was like ~10'000€ (I think, I'm not sure. It was a lot anyway :)).

105

(10 replies, posted in PunBB 1.2 discussion)

I don't think so. There's alot of work replacing the user-system with something else. Most of the querys must be rewritten or replaced, and a lot of other things won't work either.

As PunBB only was "one of many things", what's the other things to be included?

No, there's no email's yet...

cherry1499 wrote:

Hi Chacmool,
when do u think could finish with the email function? :)

Thats  a  very good mod, but without thsi function, nobody knows that he become an PMS.

Greetings
Michaela

Don't your forum show the New-messages-link?
http://www.etek.chalmers.se/~e0mool/punbb/files/new_messages.png

Madoor wrote:

Have some problems with this mod! Some (don't know if everyone) is getting the message "Felaktig HTTP_REFERER. Du refererades till denna sida från en icke-auktoriserad....." (Bad HTTP_REFERER...) when they try to delete several messages at the same time (when u check some checkboxex and press delete..). I thought only admins were to get this kind om error!?

Also, when one of my member deleted all his messages in the inbox he still had 50% usage of space. Does the "sent messages" take up storage like that?

I'll look it... hopefully soon.

107

(36 replies, posted in General discussion)

Smartys wrote:

A forum! :P

What an excellent idea! :D

Rickard wrote:

There's probably more functionality you would want. Still, I agree with you. It shouldn't be all that difficult. If only I had the time :)

I might got the time... don't have any ongoing project at the moment. Though, it's not gonna be a big advanced tracker, but I don't think that's needed either :)

108

(36 replies, posted in General discussion)

Rickard wrote:

Why am I developing a discussion board when there is clearly a much larger need for a decent bug tracker? I've just spent the last few hours looking for a bug tracker to use for PunBB, and I'm telling you, they're ALL crap. The two least useless ones I've found so far are Bugzilla and Mantis, but calling them good is stretching it.

Maybe the same feeling as when you started creating PunBB :D The search-and-find-crap-scenario is somehow familiar :)

What's the problem with the ones you find? (Maybe I'll get a new project :P)

109

(2 replies, posted in PunBB 1.2 discussion)

There's a few links in the lower left corner, look closer at them :)

110

(10 replies, posted in PunBB 1.2 discussion)

Yes, you will be able to update to 1.2 when it's released.

111

(2 replies, posted in Programming)

Look at the function generate_navlinks() in include/functions.php

112

(10 replies, posted in PunBB 1.2 discussion)

When it's done :)

I think it'll probably take at least a couple of months...

113

(4 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

You can use the PunBB source code in pretty much any way you want as long as any product you release that uses part of PunBB is released under the same license (or a GPL compatible license). You can even charge for it if you like, but it doesn't make much sense to do so since the product will be open-sourced, so anyone can just take it, rename it and release it for free.

Then what happens if the produkt is not intended to be released in any way? If I for example use your database-klass for a project at work, where the project is a page being used only internally on the company?

CodeDuck wrote:

An alternative route is asking Rickard, the copyright holder, to sell you a commertial license of PunBB, thus avoiding the whole GPL issue. But I have no idea how much such a license would cost.

I know Rickard has talked about this idea before. Maybe a large donation can come in handy in some cases ;P

114

(17 replies, posted in General discussion)

That would probably help yes.

Yes I know (I assume you did not read the red text above the form...). PunBBig can fetch information without using the punbbig-parser too, but only if the forum isn't modded.

116

(7 replies, posted in Feature requests)

Looks like somthing I'm planning for PunBBig. Using my parser I can get "Online usage" stats. Page hits will be harder :P

Don't know when I get time to fix it though...

117

(7 replies, posted in Feature requests)

"Access denied!" :(

Sounds like a good idea.

Are there any drawbacks using this method?

119

(82 replies, posted in General discussion)

Connorhd wrote:
Chacmool wrote:

I don't know what's the name of my theme, but I like it :)

Screenshot

whats the punbb icon in the tray do? ;)

It's my "check for new posts on a punbb forum"-program :)

Don't have to visit the forum all the time to check for new posts. This might not make much difference on this forum, but on another one I'm visiting there are 1.4 new posts per day (compared to punbb's 70). Though, it's nice to have when helping people around here with their punbb-problems.

Deimos wrote:

To be honest I didn't even know we submitted zaanzone to the PunBBiglist... I'm curious if the punbbig.php is settled on our server :)..

Someone did it anyway :) It's not installed, there's a download-link and information here

Deimos wrote:

We do have some other problems with the forum I would like to discuss with you Rikard, so if you could give me a different way I could contact you in some "private" manner, then please mail this to deimos@zaanzone.nl

Ohh, secret problems? ;)

121

(4 replies, posted in Feature requests)

JMelhuish wrote:

1) tiki (tikiwiki) to punBB

Shouldn't be too much work to fix. Though, I've not looked closer at the TikiWiki-forums, but they probably work as every other forum :)

JMelhuish wrote:

2) separate HTML files into MySQL/punBB

HTML-files? How do you mean? How are these html-files created? Feels like it's problematic to do this...

(I'm the one who have written all current converters)

122

(35 replies, posted in PunBB 1.2 discussion)

It sounds odd yes :)

I'd vote for "Visa senaste inlägg" or something like that.

It sounds correct, and yes it's that fast :)

It's ready.

124

(4 replies, posted in PunBB 1.2 bug reports)

Sounds okay.

So it's based on days and not exact time?

hyapadi wrote:

I have shell access, phpmyadmin, ftp, almost everything.
Can i backup the databse using mysqldump command from shell?

Yes, it's no problem. Use something like this (ask google first, I'm not sure of the syntax):

mysqldump.exe -uroot -pmypasswd mydb > dump.sql
mysql.exe -uroot -pmypasswd mydb < dump.sql