276

(68 replies, posted in PunBB 1.2 discussion)

Doesn't the creators of the GPL have lawyers to fight these things?

http://www.fsf.org/licensing/licenses/g … ation.html

and you remembered to upload the files and re-run install_mod.php?

(it won't change the existing folder, but when a new one is created it will get that chmod instead)

278

(68 replies, posted in PunBB 1.2 discussion)

lol ... he just confessed?

kiefer - Lead Developer wrote:

Yes Jansson, I copied punBB in order to create a better and more secure forum, and I HAD to copy the lamest and most insecure forum ever. You got me and I must confess  that. You're absolutely right ...

As for the high afluence of "bad" users coming today, I hope this wills tart else I will be forced to take some measures. I did not come to your forum and swear as some of your users did. Si, please impose your users some respect else I WILL do it.

Topic is closed. Revo is not related to PunBB in anything.

279

(109 replies, posted in General discussion)

Limber wrote:

Good thing that all browsers follow our beloved W3C standards, otherwise that job would be such a pain in the ass...

Too bad some things in the w3c standard contradict other things in it ... so it's impossible for a browser to follow everything in it roll

280

(68 replies, posted in PunBB 1.2 discussion)

don't tip off the revo guy what we see is PunBB stuff (lol, just about everything, with a few renames of files and stuff wink) ... if we do he will destroy the 'evidence' before Rickard sees this

just hope Rickard has enough energy to put lots of pressure on this guy ...

hmm, some people (somewhere in this 10 page thread, or in the 1.0 version pages wink) have needed to alter the rights set for the newly created subfolders to 777, to do this you need to edit install_mod.php (line 113) and search for 0750 and replace it with 0777 and also edit include/attach/attach_func.php (line 127) and change the 0750 to 0777 there aswell.

hopefully it will work then smile

phpbb converter is sent out for testing ... if it prroves to be functional I'll put it on the punres page and post another message

images are opened in a viewer ... clicking the filename in the viewer should open up a save as dialogue (unless you've told your browser to do different, or that the webserver is configured oddly)

that's odd either way, as when I pass through the file I tell what mime the file is ... must be something in the webserver that's messing with the mime ....

Frank H wrote:

everything depends on how your webhost is configured

That's probably your answer ...

everything depends on how your webhost is configured ... chmodding it to 777 will make sure the user the webserver is running as has full access to that directory ...
(777 = read + write + execute for owner + group + other)

hmm, there are 3 things (well more actually) you can check to see the maximum limit. They are all described in Documentation chapter 1.6. You can find these on the phpinfo() page (in the PunBB base administration page, click "show info" next to the php version number)

Well, it could be more stuff as well, like script running times, free memory, etc. , but those I've got less experience with, and what errors they cause in the end when one breaks them.
(googled some, and seems it could be some httpd.conf thingie setting a max upload inside apache)

Admin - Forums ... click edit on the forum you want to move, there you'll find a dropdown list with category

so so ... I returned to work on monday and still is off with the 'sleep' rythm ... so I'm totally screwed in my head when I get home ... (but I have peaked a little and imported it to an empty place at my database, and it looks promising for conversion)

If things goes well at work this week I might get some time to check it out before next week, but I'm not making any promises wink

290

(43 replies, posted in PunBB 1.2 discussion)

Connorhd wrote:

I plan to completely rewrite the PM system as an extension, with the upgrade script before 1.3 is released fully.

same here for the attachment mod ... hopefully there will be enough hooks in there for it to work out for me wink

if it will show in active, it won't be a private message...

292

(11 replies, posted in Archive)

forum är svenska, sedan 1739 wink
http://www.ne.se/jsp/search/article.jsp … word=forum

thanks, got the mail, will take a look at it tomorrow smile

294

(11 replies, posted in Programming)

zaher, downloads are free until november, after november you have to pay to get it ... but if you download now you already have it ... so you can use it for as long as you want ...

Well, a database dump (over the affected tables, and with files so I see what and how stuff is saved), and a printscreen or something of how the files are stored on the disk (not neccessary if it's totally clear by the database dump)

If I can get those then I hope it's possible to modify my Attachment mod 1 to attachment mod 2 converter to convert from phpbb, if it's possible, then it might be fairly quick to fix it, if I need to do the converter from scratch, I suppose it will take a bit longer ... (and I've got exams now aswell, so I cannot put 100% of my time on it right now, but at least some wink)

If you zip it and send it to my mail, I'll promise to take a look at it  (I think gmail has a filelimit on 10MB, but hopefullly the dump is smaller than that?)

296

(109 replies, posted in General discussion)

Rickard wrote:

I'm considering taking a week off from work just to work on PunBB. We'll see.

Sounds like a bad way of spending those few days off one gets per year ... instead, go ski or something with those, and relax ...

Well that's just my opinion, as I can wait smile

297

(11 replies, posted in Programming)

could still be if they feel it got the attention they wanted, but who knows ...

298

(11 replies, posted in Programming)

Just thought I'd pop in and tell you that Microsoft is doing a campaign where they give away Visual Studio Express for free (until november 2006). Sure it surely is a bit less than the full version, but a nice programming package nevertheless, especially for me as a hobbyist wink

... included are Visual Basic, C#, C++, J#, Web Developer and SQL Server.

http://msdn.microsoft.com/vstudio/express/default.aspx

I downloaded all the iso's so I can use this for a long time smile  (5 x ~450MB)

seems like you have forgot to copy the plugin phpfile to the plugin directory  (has happened to other people before)

when making backups the least to copy is what's beeing modified, and the database ...

but for simplicity I copy everything, including the database ...  (I always do it before trying out new mods)


about that error, it looks like your mysql has gone bad, the posts table seems to be unreachable by mysql ...