AndyDeacon wrote:

I have a problem with attachment files with russian encodding names. It are downloading to forum, but users can't dowload it from forum. And russian encoding names are not correctly viewing. I have UTF-8 encoding. What it can be?

Hmm, no idea what the problem is, could be that the UTF-8 and php functions doesn't work together as they should (I might be using non-UTF-8 safe functions, I don't remember, sorry)

After new years eve I might have time to take a look at it ... (I'm unfortunately working alot at the moment, 10-14 hour days, so more or less only work, eat & sleep tongue)

PhishShticks wrote:

Any word as to making this work without altering or adding additional code/files in 1.2.16?

http://cms.frankh.shacknet.nu/index.php … ;Itemid=32

Read the section about "Installing the mod on PunBB 1.2.6+", and of course the one above, and make sure to make backups before you start big_smile
(I'm running it on a 1.2.16 forum, but it's installed a long time ago, and I've just done the hdiff upgrades to that forum, but I still think it should work)

After some mail conversation 19lolito82 might have found the headers causing the mess ... if it turns out to be true, I'll write a little howto, if someone else get this problem. smile

ah ... so it's the filename part that is messed up ... hmm...

perhaps easier to continue the error searching on mail ... I'm collecting some info and send a mail to you  smile

hmm ... the header jungle is an annoying thing to debug (often per server/client issues) big_smile

I looked through my mod and the mime if fetched from the database ... (As I remembered wink)

hmm ... could you try to replace lines 103 to 106 in attachment.php with

header('Content-Type = application/download');

(Just comment out the if statement, and try that row instead instead)

What version of IE are you using?
Is it PunBB saying that error, or IE dialog box?
What security settings have you set on firewall/IE connection settings?

Please email me and we will try to figure out what's wrong. smile

Then you probably doesn't allow the webserver to write into that folder.
(should have the same rights as cache and img/avatar directories)

Edit: or, then it shouldn't be able to create the folder in the first place ... are you sure you're not running any safemode stuff?

is your server running in safe mode?

10

(14 replies, posted in PunBB 1.2 troubleshooting)

or is PHP(/webserver) allowed to edit the files?

Have you followed the whole installation guide? (it's linked from the first post of this thread)

Sounds like you haven't done the "Setup the mod"-part

12

(14 replies, posted in PunBB 1.2 troubleshooting)

Are you on a shared host? (or your own server)

Admin -> Options -> Registration  (Use forum rules)

hashes are a destructive method, so you cannot decrypt them.

15

(5 replies, posted in PunBB 1.2 troubleshooting)

I think you need to talk to your host

PunBB uses SHA1 hashing if possible. (MD5 is only a fallback, if it cannot find SHA1)

If I have understood it correctly, you don't have to release the source for 'in house' things. If you create something and only you use it on your things, you don't have to distribute the source. But as soon as you distribute it, you must provide the source code to anyone. (You're allowed to charge for it, but the one acquiring it can redistribute it themselves for free if they like to)

Please correct me if I'm wrong wink

orlandu63 wrote:

The last source update was done nearly three weeks ago. What's up?

Things doesn't need to be 'commited' to still be under development, not everything that needs to be done is php/css/html. Some things, things like planning ahead and finding best ways to implement things isn't visible in an svn ... and there's also other things that make progress, that isn't visible in committed code wink

But open source projects usually have ups and downs in activity aswell, as people use their free time to do things, and if there's less free time, there's less time to put into the projects. (like, I've recently been on sick leave for 2.5 weeks, where I was in a state of mind that doesn't make good code, I couldn't even use my computer during half that time. And on my job, this weekend I was commanded to work, as something needed to be ready for production on monday morning, so I put ~20 hours on it during this weekend = not that much PunBB time, but I still have done things on it today, things not visible on the svn wink big_smile)

It seems he gave up.

If you mail me, I can mail the information for manual install.

make sure you don't have any spaces or anything in config.php ... the file should start with <?php and there should not be anything before that

Not user <-> category

You can however put them in different groups, and then control forum access for the groups.

Edit: Too slow wink big_smile

Sorry for the late reply, but I'm sick (pneumonia), so I've been very little in front of the computer the last few weeks.

Have you followed the installation guide I link to from the first post? (Including "testing the mod" and "setup the mod")

If it fails, what happens when it fails?

hmm ... Please try if this will work, replace line 103 with:

        if($awardmod_temp != '..' && !is_dir($awardmod_temp) && $awardmod_temp != 'index.html')

If it does not work, I think I know another thing to test aswell.

If the server has safemode on, you need to do a manual install. Mail me to get the directions how to do it.

hello doughnut

Please follow the installation guide found here: http://cms.frankh.shacknet.nu/index.php … ;Itemid=32

For 1.2.15 you need to follow the instructions for 1.2.6+
(in the first step, the line you're looking for is line 12, just replace 1.2.5 with 1.2.15)