they can be if you use the hdiff when upgrading ... easy interface, that shows where new rows are and where you replace, and where to remove rows ... it's really easy to upgrade through it
402 2005-07-16 22:50
Re: My punBB was hacked!!! (34 replies, posted in General discussion)
you should probably upgrade to 1.2.6 aswell ...
403 2005-07-16 15:53
Re: Spoiler tag BBCode built in? (27 replies, posted in Feature requests)
there's one difference, the code tag can be used for more than just code ... I'm using it to format some tables with data in columns (for F1, practise sessions and times and such) ... as it's fixed with it's easier to read data out of it, othervise one would probably need to attach images or something to show data in table format ...
404 2005-07-16 09:14
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've now created a small installation guide. To help people getting started and shows how you need to setup the forum ... you can find it here http://frankh.shacknet.nu/index.php?section=15 ... the layout on that CMS is still default ... but I'm populating it with more and more stuff, and thought I'd tell that I've written the Installation Guide ... (looks like I'm going to stay with this CMS, tried nucleus, but hadn't the features I wanted, looked at mambo, didn't like it, xoops had an awful admin interface ... but this one is simple to use, and has the stuff I need)
405 2005-07-14 19:45
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
savas: have you copied the .htaccess and index.html file into the "attachments" directory?
easier to find problems through email aswell, so mail me at the adress shown below in my signature (or use the mailform) if you still have trouble (that is, if you have those files there, or it still doesn't work)
406 2005-07-13 15:45
Re: Better Banning (2 replies, posted in Feature requests)
You can get a gif under the avatar if you use my Image Awards Mod, you'd have to add it manually though ... (a banned award actually is in the mod, ready to assign ) ... would probably be quite easy to mod moderate.php (or what file it is that handles the banning query to the database) to auto assign the "Banned" award...
407 2005-07-12 10:10
Re: Hvordan laste ned PunBB 1.2.6? (8 replies, posted in Archive)
http://punbb.org/downloads.php
(if you click PunBB.org link, and click Downloads)
408 2005-07-11 17:17
Re: MSVC 6: Getting and handling new messages while in a for loop (4 replies, posted in Programming)
there's stuff you can put in the loop to update/keepalive the giu in windows ... I used it when I did some C# stuff ... just that I've forgotten what the commands were (and I also think a 1ms sleep in the loop will make other programs get time aswell)
409 2005-07-09 15:06
Re: none (4 replies, posted in PunBB 1.2 show off)
You do not have permission to view these forums.
410 2005-07-09 11:08
Re: upgrading to 1.2.6 (12 replies, posted in PunBB 1.2 discussion)
I upgraded my forums manually (had 4-5 mods, Attachment mod, Image Awards, Easy BBCode and some other small ones) ... and it worked fine, just that the Attachment mod gets affected alittle by the Changeset 172, that's now included in 1.2.6 .... other than that I think it was just some rownumbers that was different (and that I already had added some changesets since 1.2.5...
So with the hdiff it's not that hard, it was a bunch of files, but didn't take that long to upgrade ... (I like the hdiff upgrade method ... as I'm in control, not some script )
and if you've done backups ... you're always able to go back if something gets borked off totally ...
411 2005-07-08 15:31
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have you set the rules for normal users? (administrators override all rulechecks, except max size that's defined in "Alter Settings")
in the Admin plugin for the attachment mod, click "List Rules", and then add rules for guests, moderators and members (and any other groups you have)
also while you're in there, also look in "Alter Settings" to see that you don't have the default 2000 bytes limit on attachments ... (better do this before settting the rules, as the rules cannot have larger values than this max allowed size ... it's described how to know this value in the Documentation chapter 1.6)
412 2005-07-06 17:20
Re: Avatars (7 replies, posted in PunBB 1.2 discussion)
also, remember 'ownership' is different in different languages ... so that if-statement will look different in other languages ...
413 2005-07-06 10:12
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
the install_mod.php haven't run successfully ... it should have given an error when you ran it ...
in the attachments directory, do you find any randomly lettered subdirectories?
414 2005-07-05 22:41
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Good to hear you managed to sort it out ... you could probably ask your host to set the chmod and owners on the subfolders to what you figured out worked.
I guess it's a PHP ini setting that's limiting the phpscript from setting a 777 directory ... but at least with 755 it's still possible to download fiels for backup ...
I knew when I 'left database storage' that these kind of things would come ... and so far, two (If I recall correctly) people has needed to alter the attach_func.php file (and also install_mod.php and upgrade has a 750 setting in there) ... luckily not that many more
oh, and you should probably edit out the images, as you have the foldernames visible (makes it a tad easier to bruteforce if you show the foldernames, only need to bruteforce the filenames)
415 2005-07-05 21:06
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hmm ... I suppose your useraccount is not in the same group as the webserver is running ... so you should perhaps need 777 or something (same as the img/avatars if that one works) to be able to fiddle with everything ... to do that, open up include/attach/attach_func.php and replace 750 (search for it) with 777 (or what you want instead) ... if you create a new subfolder, then that new one should have 777 instead (and all new attachments will be stored there)
416 2005-07-05 16:32
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yep, it's like that to force people to set the size according to their server (as it will be different on many servers, and if I set a higher default value, then it's a possibility people not checking this, will get 'odd errors' where some files upload, but not all (i.e. those beeing bigger than the server accepts, gets lost)
so ... that's why it's only 2000 bytes
417 2005-07-04 20:27
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
have you set the max allowed size described in chapter 1.6 in the documentation?
418 2005-07-02 21:26
Re: Version? (5 replies, posted in Archive)
sedan är det nog ett bra tips att uppdatera till senaste versionen, då Rickard fixat en del säkerhetsgrejor ...
419 2005-06-22 14:50
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks, I uploaded it to punres, I hope it's ok, othervise just contact me and I'll remove it
420 2005-06-21 16:29
Re: README: About feature requests (71 replies, posted in Feature requests)
a bunch ... http://www.punres.org/browse.php?show=projects
421 2005-06-21 15:31
Re: README: About feature requests (71 replies, posted in Feature requests)
just add the PM mod?
422 2005-06-21 15:27
Re: Admin registration approval? (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm not Connorhd ... but I answer either way
It's as a sticky at the troubleshooting forum
http://punbb.org/forums/viewtopic.php?id=2658
423 2005-06-20 15:18
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
(most likely) your modifications in viewtopic.php wasn't done correctly ...
recheck that step 43 & 44 is done ... (and if you have added the changesets Rickard told about, then this query looks a little different, but you need to alter the true to false in that row ... )
(hmm ... could be some other stuff aswell ... so mail me if it doesn't work, easier to bughunt through email)
424 2005-06-19 19:17
Re: Icons by usernames... (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You could probably modify my "Image Award Mod" to solve your needs, just put the 'output' on the place where you want it, and remove the no image stuff so it won't mess up everything ...
425 2005-06-18 16:59
Re: Admin registration approval? (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
And then make a forum only that group can read on ... where you have a post telling them that their new account is needed to be approved by an admin