Forum Replies Created
-
In reply to: bbPress theme on bbPress.org
Is the theme available for download
Unfortunately it is not.
In reply to: how to submit a plugin to BBpress?It’s the form under this sentence: “This form is only for plugin developers. If you’d like to see a plugin listed here, please contact that plugin’s author. “
Anyway if I remember well a couple of weeks ago someone got the the same problem. try to logout/login from within the plugin section.
In reply to: how to submit a plugin to BBpress?It’s the form under this sentence: “This form is only for plugin developers. If you’d like to see a plugin listed here, please contact that plugin’s author. “
Anyway if I remember well a couple of weeks ago someone got the the same problem. try to logout/login from within the plugin section.
This is the bbPress support forum. Despite the name the forum component of BuddyPress isn’t (the real) bbPress.
This is the bbPress support forum. Despite the name the forum component of BuddyPress isn’t (the real) bbPress.
bbPress is a software that generate dynamic content and not a file explorer. You can’t see the content of that folder unless you setup Apache to generate indexes for that particular folder.
bbPress is a software that generate dynamic content and not a file explorer. You can’t see the content of that folder unless you setup Apache to generate indexes for that particular folder.
Ps. How do I stick picture on my profile on this forum?
Use gravatar.
Ps. How do I stick picture on my profile on this forum?
Use gravatar.
In reply to: more stupid questionsOpen the header template and modify the HTML code. Put on an href.
In reply to: more stupid questionsOpen the header template and modify the HTML code. Put on an href.
In reply to: Preview forum before uploadUse a LAMP solution. XAMPP is a good one.
In reply to: Preview forum before uploadUse a LAMP solution. XAMPP is a good one.
In reply to: Deprecated commands with PHP 5.3.3In reply to: Deprecated commands with PHP 5.3.3In reply to: translation for kurdish sorani language1) Grab the latest version of the bbPress .pot: http://svn.automattic.com/bbpress-i18n/pot/tags/1.0.2/bbpress.pot
2) Open it with a gettext editor, POEdit is a good one: http://www.poedit.net/
3) Translate it
bbPress supports rtl without problems as well as UTF-8.
In reply to: translation for kurdish sorani language1) Grab the latest version of the bbPress .pot: http://svn.automattic.com/bbpress-i18n/pot/tags/1.0.2/bbpress.pot
2) Open it with a gettext editor, POEdit is a good one: http://www.poedit.net/
3) Translate it
bbPress supports rtl without problems as well as UTF-8.
In reply to: unhashing / decrypting passwordsAs said I still don’t understand why the md5(‘mypass’) does not match the one in the table
If you open phpmyadmin, you choose MD5 and you select a new password the you can login without problems. Once you logged in bbPress generate a salt and change the password stored in the database. See file class.passwordhash.php line 119.
In reply to: unhashing / decrypting passwordsAs said I still don’t understand why the md5(‘mypass’) does not match the one in the table
If you open phpmyadmin, you choose MD5 and you select a new password the you can login without problems. Once you logged in bbPress generate a salt and change the password stored in the database. See file class.passwordhash.php line 119.
In reply to: unhashing / decrypting passwordsThe MD5 function (SHA, AES et similia) isn’t a encryption function but a “one-way” cryptographic hash function. An encryption function takes a plaintext (a discrete sequence of bytes), a password and encrypt the text creating another sequence of bytes called cipher text. The same function can be used (with some changes) to transform back the cipher text to plain text.
A cryptographic hash function instead creates a checksum that is a fixed-size string. It’s obviously a one-way process and bbPress, as well as any other software the stores password, use it to check if a password is valid.
http://en.wikipedia.org/wiki/Cryptographic_hash_function
http://en.wikipedia.org/wiki/Cryptographic_software
There are a lot of software that also store all the passwords (encrypted or not) in the database but it’s a potential security issue cause an attacker that gains temporary access to the data can retrieve all the passwords. In bbPress it’s “impossible.” I used the quotes cause MD5 is a very old hash function and it has been demostrated to be vulnerable to cryptanalysis.
In reply to: unhashing / decrypting passwordsThe MD5 function (SHA, AES et similia) isn’t a encryption function but a “one-way” cryptographic hash function. An encryption function takes a plaintext (a discrete sequence of bytes), a password and encrypt the text creating another sequence of bytes called cipher text. The same function can be used (with some changes) to transform back the cipher text to plain text.
A cryptographic hash function instead creates a checksum that is a fixed-size string. It’s obviously a one-way process and bbPress, as well as any other software the stores password, use it to check if a password is valid.
http://en.wikipedia.org/wiki/Cryptographic_hash_function
http://en.wikipedia.org/wiki/Cryptographic_software
There are a lot of software that also store all the passwords (encrypted or not) in the database but it’s a potential security issue cause an attacker that gains temporary access to the data can retrieve all the passwords. In bbPress it’s “impossible.” I used the quotes cause MD5 is a very old hash function and it has been demostrated to be vulnerable to cryptanalysis.
In reply to: No Table Prefix, ReallyThis topic has been created one year ago. I think that maybe he has fixed his problem.
In reply to: Can´t create a topicIt has been clarified a lot of times. I take the most recent one:
In reply to: Can´t create a topicIt has been clarified a lot of times. I take the most recent one:
In reply to: Can't access admin panelCrosspost is evil https://bbpress.org/forums/topic/can-no-longer-log-into-bbpress