Sorry, Rickard, we are on SF.net
101 2004-12-06 21:52
Re: punbb 1.1.5 login problem: help please ! (8 replies, posted in PunBB 1.2 troubleshooting)
102 2004-12-06 13:23
Re: punbb 1.1.5 login problem: help please ! (8 replies, posted in PunBB 1.2 troubleshooting)
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 ( I'm not sure )
I'll check code again for this ..
Thanks
103 2004-12-06 12:38
Re: punbb 1.1.5 login problem: help please ! (8 replies, posted in PunBB 1.2 troubleshooting)
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
104 2004-12-06 08:33
Topic: punbb 1.1.5 login problem: help please ! (8 replies, posted in PunBB 1.2 troubleshooting)
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 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 2004-09-27 11:24
Re: punbb & RSS (4 replies, posted in PunBB 1.2 show off)
Do you have Firefox ? Do you see a small icon RSS in our forum ?
106 2004-09-25 12:36
Topic: punbb & RSS (4 replies, posted in PunBB 1.2 show off)
Just add RSS for punbb & it works well on FireFox
107 2004-09-11 09:08
Topic: Announce for each forum (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
108 2004-09-09 03:50
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
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
109 2004-09-08 19:32
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
Done.
Thank you!
110 2004-09-08 18:09
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
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.
There are many encodings for Vietnamese. But the most used is Unicode UTF-8 which is used actually in our punbb forum
For displaying in web browser we use UTF-8 TrueType fonts like Verdana, Arial or Times New Roman.
111 2004-09-08 16:58
Re: punBB-vi (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
Anyway, the language package is already available from our forum
112 2004-09-08 10:20
Re: punBB-vi (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 2004-09-07 14:57
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
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 2004-09-07 03:42
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
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
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
115 2004-09-05 07:15
Re: punBB-vi (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 2004-09-04 16:24
Re: punBB-vi (19 replies, posted in PunBB 1.2 show off)
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
Thank you for very nice forum
Cheers,
117 2004-09-04 15:51
Topic: punBB-vi (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!