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 :)
You are not logged in. Please login or register.
PunBB Forums → Posts by Jansson
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
You're right
Hm.. okay, but isn't it better to make a german forum then?
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.
I don't see why it would be better to share information in a language most people doesn't understand.
Thats why Germany lost the Second World War
No, but seriously, wouldn't it be easier to use the same language on the whole board?
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.
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
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
It rebuilds the search index mainly I think.
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.
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.
I will recode this mod when the new version of PunBB debuts.
It's time for that now.
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
Lithium looks like someone threw up all over my screen
Mercury looks like the forum has burned.
Radium looks like Mercury but with some of that vomit shining through
Mercury's and Radium's color are really nice for the eyes though
3. The Admin don't uses language packs, most admins know english.
PunBB Forums → Posts by Jansson
Powered by PunBB, supported by Informer Technologies, Inc.