1

(24 replies, posted in General discussion)

I've always built my computers myself and everything works fine for years (knock on wood smile ). Sometimes you just get a defected hardware, the same thing can happen on a dell too ...

2

(6 replies, posted in Feature requests)

Decoy wrote:

Hi everyone! I think that topicstarter must be a moderator of thread he created. He should can open/close/edit discussion. I'm sure it's one of the main idea of forum, isn't it? wink

I strongly disagree. The general idea of a forum is to be able to conversate with your peers about various topics. Moderators are the worthy among them which have shown in the past that they:

a.) have a brain and know how to use it
b.) can lead the discussion in the "right" direction
c.) can edit and/or delete posts which don't fit in to the discussion according to the specific forums rules and guidelines

Although, I see that maybe on some "more specific" forum this option could be usefull smile

And (3) enables inserting and reading to/from database in UTF-8...

http://punbb.org/forums/viewtopic.php?pid=71384#p71384

You are right about utf-8 safe functions, but I don't think that you can use mb* functions on every hosting provider.

5

(4 replies, posted in PunBB 1.2 discussion)

Just about any hosting that gives you PHP and MySQL should do the job...

Yes

This one helped me out:

http://punbb.org/forums/viewtopic.php?pid=54551#p54551

Notepad doen't understand BOM, try reinstalling.

Notepad doen't understand BOM, try reinstalling.

The editor you used while editing PhpBB files defaults to UTF-8 but also writes BOM. You should not, I repeat, you should not!!! use BOM on your UTF-8 files.

http://unicode.org/faq/utf_bom.html#BOM

Hm, from vbulletin to punbb, interesting...

12

(27 replies, posted in Feature requests)

Hm, don't know, I don't have one...

13

(68 replies, posted in PunBB 1.2 discussion)

Funny, I'm running quit a big vbulleting forum and have almost no problem with spam. Maybe because it's in Croatin with a Croatin TLD .hr or vBulleting just does a great job.

BTW, switch fast, I had the same problem with PhpBB, svitching to PunBB was a great thing. No more spam on my board...

If you have server problems he should share a server with you to have the same problem at the same time smile

Yes, it stays intact. You can do a test run on your computer first so you make shure what you are doing...

You can delete u user, view his profile, click on Administration and you have an option do delete him. But I think he will be able to open a new account.

It's OK, I found the code I was looking for in the Vanilla application:

function CleanupString($InString) {
    $Code = explode(',', '<,>,',&,",À,Á,Â,Ã,Ä,Ä,Å,?,?,?,Æ,Ç,?,?,?,?,?,?,Ð,È,É,Ê,Ë,?,?,?,?,?,?,?,?,?,?,?,Ì,Í,Î,Ï,?,?,?, ?,?,?,?,?,?,?,?,?,?,Ñ,?,?,?,?,Ò,Ó,Ô,Õ,Ö,Ö,Ø,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,Ù,Ú,Û,Ü,?,Ü,?,?,?,?,?,?,Ý,?,?, ?,?,?,Þ,Þ,à,á,â,ã,ä,ä,å,?,?,?,æ,ç,?,?,?,?,?,?,ð,è,é,ê,ë,?,?,?,?,?,?,?,?,?,?,?,?,ì,í,î,ï,?,?,?,?,?,?,?,?,?,?,?,?,?,?,ñ,?,?,?,?,?,ò, ó,ô,õ,ö,ö,ø,?,?,?,?,?,?,?,?,ù,ú,û,ü,?,ü,?,?,?,?,?,?,ý,ÿ,?,?,?,?,þ,ß,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?');
    $Translation = explode(',', ',,,,,A,A,A,A,Ae,A,A,A,A,A,Ae,C,C,C,C,C,D,D,D,E,E,E,E,E,E,E,E,E,G,G,G,G,H,H,I,I,I,I,I,I,I,I,I,IJ,J,K,K,K,K,K,K,N,N,N,N,N,O, O,O,O,Oe,Oe,O,O,O,O,OE,R,R,R,S,S,S,S,S,T,T,T,T,U,U,U,Ue,U,Ue,U,U,U,U,U,W,Y,Y,Y,Z,Z,Z,T,T,a,a,a,a,ae,ae,a,a,a,a,ae,c, c,c,c,c,d,d,d,e,e,e,e,e,e,e,e,e,f,g,g,g,g,h,h,i,i,i,i,i,i,i,i,i,ij,j,k,k,l,l,l,l,l,n,n,n,n,n,n,o,o,o,o,oe,oe,o,o,o,o,oe,r,r,r,s,u,u,u,ue,u,ue, u,u,u,u,u,w,y,y,y,z,z,z,t,ss,ss,A,B,V,G,D,E,YO,ZH,Z,I,Y,K,L,M,N,O,P,R,S,T,U,F,H,C,CH,SH,SCH,Y,Y,E,YU,YA,a,b,v,g,d,e,yo,zh, z,i,y,k,l,m,n,o,p,r,s,t,u,f,h,c,ch,sh,sch,y,y,e,yu,ya');
    $sReturn = $InString;
    $sReturn = str_replace($Code, $Translation, $sReturn);
    $sReturn = urldecode($sReturn);
    $sReturn = preg_replace('/[^A-Za-z0-9 ]/', '', $sReturn);
    $sReturn = str_replace(' ', '-', $sReturn);
    return strtolower(str_replace('--', '-', $sReturn)); 
}

I've added some spaces in the arrays so I doesn brake up the forums layout...

Did anybody try http://www.xennobb.com/community/index.php ?

19

(16 replies, posted in PunBB 1.2 discussion)

I am talking about PunBB supported, not forummatrix supported smile but, I see your poing tongue

20

(16 replies, posted in PunBB 1.2 discussion)

They are talking about out-of-the box forum. Mods aren't officialy supported...

21

(16 replies, posted in PunBB 1.2 discussion)

http://www.forummatrix.org/

They use PunBB for their forum, I think this is a great recommendation  for PunBB smile

If somebody has time on his hands maybe he could update some information for PunBB...

Don't worry about downloading PHP, the company that rented you the server probably already have PHP on their server, and you couldn't install it anyway. (unless you rented a dedicated hosting with no setup, or a Windows hosting)

23

(16 replies, posted in General discussion)

Try NVU, it's free..

Don't remember, I think I first changed it in the admin directory...

Just go ahead and do it, if it doesn't work you can alway copy it back untill you find the problem smile

I know what you mean, SMF is a pain in the ass when it comes to this smile