776

(3 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/changelogs/1.0.1_to_1.1.txt

Then you maybe want to check out 1.1 to 1.1.1, but thats just bugfixes :)

Cactuz runs after JoeWesthead and knock him to the ground >:)

Thats a nice.. thing tongue

779

(20 replies, posted in General discussion)

You're right wink

780

(20 replies, posted in General discussion)

Hm.. okay, but isn't it better to make a german forum then?

781

(15 replies, posted in PunBB 1.2 discussion)

From login.php:

if (!empty($db_password_hash))
    {
        $sha1_in_db = (strlen($db_password_hash) == 40) ? true : false;
        $sha1_available = (function_exists('sha1') || function_exists('mhash')) ? true : false;

        $form_password_hash = pun_hash($form_password);    // This could result in either an SHA-1 or an MD5 hash (depends on $sha1_available)

        if ($sha1_in_db && $sha1_available && $db_password_hash == $form_password_hash)
            $authorized = true;
        else if (!$sha1_in_db && $db_password_hash == md5($form_password))
        {
            $authorized = true;

            if ($sha1_available)    // There's an MD5 hash in the database, but SHA1 hashing is available, so we update the DB
                $db->query('UPDATE '.$db->prefix.'users SET password=\''.$form_password_hash.'\' WHERE id='.$user_id) or error('Unable to update user password', __FILE__, __LINE__, $db->error());
        }
    }

I've made it working with 1.1 on PunBB++, haven't made a new mod because there has been some discussion on makeing some kind of new standard.

783

(20 replies, posted in General discussion)

I don't see why it would be better to share information in a language most people doesn't understand.

784

(20 replies, posted in General discussion)

JoeWesthead wrote:

Thats why Germany lost the Second World War wink


big_smile

No, but seriously, wouldn't it be easier to use the same language on the whole board?

785

(20 replies, posted in General discussion)

Kennel wrote:
Cactuz wrote:

Why don't we just stik to english? And, if you guys really are addicted to german, ask Kennel to open a german forum, which wouldn't be the greatest idea though

And why would that be?

Because if everyone talked english it would be easier to share information.

Well, do as you want, but that file isn't very strict which could lead to a mistake.

Suggestion:
Why not make a tool to convert that file into the original readme style?

There is no point of having a program patching the files cause that could lead to problems when mods got together.

But it looked pretty easy to understand, if not easier than the readme files we are using now, but the extreme width could lead to mistakes I think.

788

(20 replies, posted in General discussion)

Why don't we just stik to english? And, if you guys really are addicted to german, ask Kennel to open a german forum, which wouldn't be the greatest idea though

Looking nice smile

790

(32 replies, posted in General discussion)

Kennel wrote:

Interesting fact: Even if I really don't have anything to do, I feel as if I never have enough time. Ok, maybe not so interesting :)

Thats a law of nature :P

791

(11 replies, posted in PunBB 1.2 troubleshooting)

It rebuilds the search index mainly I think.

792

(32 replies, posted in General discussion)

Name: Kristoffer Jansson
Age: 16
Location: Skövde, Sweden
Interests: Living
Occupation: Studying IT

It's pretty easy to understand, but I think it's more easy to do mistakes in that one than the old one.

Rob wrote:
Cactuz wrote:
Mako wrote:

I will recode this mod when the new version of PunBB debuts.

It's time for that now.

NEW VERSION? I just got through hacking the hell outta this version... Its perfectly matched and intergrated to my site. Cant ya just email me the one for this version?

It doesn't seem to be anyone for this version yet.

Mako wrote:

I will recode this mod when the new version of PunBB debuts.

It's time for that now.

796

(2 replies, posted in PunBB 1.2 troubleshooting)

It's not impossible, but not possible with just the css file. I think that needs modifications to the .php files. Am I right?

Nice, I just love dutch, can't understand it though big_smile

798

(14 replies, posted in PunBB 1.2 discussion)

True

Lithium looks like someone threw up all over my screen big_smile

Mercury looks like the forum has burned.

Radium looks like Mercury but with some of that vomit shining through tongue

Mercury's and Radium's color are really nice for the eyes though wink

800

(5 replies, posted in PunBB 1.2 troubleshooting)

3. The Admin don't uses language packs, most admins know english.