Sorry, Rickard, we are on SF.net smile

Rickard wrote:

Hmm, but that shouldn't be a problem. PunBB checks what kind of hash is stored in the database and if it's an MD5 hash, it replaces it with an SHA1 hash (if SHA1 hashing is available). I just registered in your forums and I was logged in directly after registering, but after logging out and trying again, I am unable to login.

Yes, but now you can login smile  ( I'm not  sure smile )
I'll check code again for this ..

Thanks

just fixed it!!!!
The problem is at
$form_password_hash = pun_hash($form_password);
in login.php.
With OLD PHP => it uses md5(), and now with NEW PHP md5() hash function is not used !!!
So I have to define:
$form_password_hash = md5($form_password);
and it works again smile

Hello all,
We use punbb 1.1.5 for our forum http://vnoss.org/forum/ (hosted at SF.net).
The forum works well until yesterday. Now anyone can not login into forum sad After entering correct password, we see a normal window with message "login ok , redirect the page" ... and  returns to principal page. So user can not login anymore.

SF.net server was upgraded yesterday (php 4.3.9 now), is this the cause of this problem ?

Anyone could give us some help for this problem please !
Whole VNOSS community needs your help !

Thank you so much,

Quy NGUYEN DAI
VNOSS Admin forum.

105

(4 replies, posted in PunBB 1.2 show off)

Do you have Firefox ? Do you see a small icon RSS in our forum ? smile

106

(4 replies, posted in PunBB 1.2 show off)

Just add RSS for punbb & it works well on FireFox smile

http://vnoss.org/forum/viewtopic.php?pid=953#953

107

(0 replies, posted in PunBB 1.2 discussion)

Yep, just hacked punBB for having an announce for each forum.
Online is there http://vnoss.org/forum/
I'll have a short description here about all modifications to do if you want smile

108

(19 replies, posted in PunBB 1.2 show off)

zaher wrote:

vietname in asia why your langguage not like as asian (JAP, China , Korya etc)

Yeah, not like CJK or Cambodia, Laos, Thailand, ... we use the Latin alphabet smile

109

(19 replies, posted in PunBB 1.2 show off)

Rickard wrote:

Done.

Thank you!

110

(19 replies, posted in PunBB 1.2 show off)

zaher wrote:

is vietnamese language as like Latin charachter? or my browser not not display it?

Yep, we use latin alphabet but with alot of accented characters.
http://www.eff.co.uk/W/Alpha/Vt.gif

There are many encodings for Vietnamese. But the most used is Unicode UTF-8 which is used actually in our punbb forum smile
For displaying in web browser we use UTF-8 TrueType fonts like Verdana, Arial or Times New Roman.

111

(19 replies, posted in PunBB 1.2 show off)

I think there is no solution for UTF-8 fulltext search with MySQL 3.x.
Even without this feature, punBB works well for us smile
Anyway, the language package is already available from our forum smile

112

(19 replies, posted in PunBB 1.2 show off)

@ Rickard: Is there problem to upload Vietnamese language package into download page of your site ?

Thanks,

113

(19 replies, posted in PunBB 1.2 show off)

Rickard wrote:

Isn't there a proper vietnamese locale?

There are many charsets (and so locale sets) in Vietnamese. But only Unicode (UTF-8) is recommended to use today.

114

(19 replies, posted in PunBB 1.2 show off)

Rickard wrote:

I have a question. You've set lang_encoding to UTF-8. There are some problems running PunBB with that encoding. Does search work for you?

Unfortunately, no sad
Maybe with new release of MySQL. I use punBB now in SF.net with MySQL 3.x so we loss search feature for UTF-8 charset. But this is not so important for us. PunBB is great even without "search" posibility smile

115

(19 replies, posted in PunBB 1.2 show off)

Hi Rickard,
This is lang pack for Vietnamese:
   http://vnphp.sourceforge.net/pub/punbb-vi_20040906.tgz
Thank you,

116

(19 replies, posted in PunBB 1.2 show off)

Rickard wrote:

Nice! Do you have a language pack? In that case send it to me and I'll post it on the download page.

Yes, of course. I'll check it again and send to you soon smile
Thank you for very nice forum smile
Cheers,

117

(19 replies, posted in PunBB 1.2 show off)

Yep, vietnamese version of punBB is running at:
http://vnphp.sf.net/fedora-vi/
Thanks for great software!