all very nice but I don’t want to hash the password – I want it raw.
Too late now I have added my own code and field to the table to fix it
The password is saved in the table in an encrypted form that can be decrypted as and when required.
public static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
public static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
I use WordPress 3.0.1 and BuddyPress Plugin. Installed the latest version of bb attachment plugin from this site but when activated gives the following error:
Fatal error: Call to undefined function bb_get_option() in /home/www/bla-bla/wp-content/plugins/bb-attachments/bb-attachments.php on line 74
The line itself is as follows:
$bb_attachments=bb_get_option(‘url’).trim(str_replace(array(trim(BBPATH,”/\”),”\”),array(“”,”/”),dirname(__FILE__)),’ /\’).’/icons/’;
Could you, guys, help me with resolving it please 
Thank you thank you
there’s no form in that page!.. tried login/logout, defferent browsers, google cach..
here’s a screen capture of what i see:
http://img688.imageshack.us/img688/5571/bbpressaddpluginbug.gif
If I go to WordPress, I find the form (https://wordpress.org/extend/plugins/add/) but not in BBpress
there’s no form in that page!.. tried login/logout, defferent browsers, google cach..
here’s a screen capture of what i see:
http://img688.imageshack.us/img688/5571/bbpressaddpluginbug.gif
If I go to WordPress, I find the form (https://wordpress.org/extend/plugins/add/) but not in BBpress
Hi there,
I developed a plugin today that allows to import users from BBpress bb_users table to WordPress.
I wanted to publish it here but the Add your plugin link at http://bbpress.org/plugins/ is telling me: You can add the plugin you’ve written to the plugin directory by filling out the form below…
the problem is that, there’s no form out there
!
any idea?
Hi,
I just installed bbPress and Avator Upload plugin but I can’t find the option to upload avators on the forum.
http://endgoalmarketing.com/forum
Can’t upload them here either.
I need step by step instruction
~ Goga
Whoops – it just appeared again
Whoops – it just appeared again
I want to reInstall bbpress – I messed up first time so I deleted it from my website.
I deleted database I’ve created but now I can’t acces http://endgoalmarketing.com/bbpress
Is there any other way to start installation or just mywebsite.com/bbpress – I get an error message here.
“Remember they’re working on the bbPress plugin for WordPress
“
Is that mean that soon it will be enough to upload pluggin and have a forum on my website?
Still no luck with reinstalling
“Remember they’re working on the bbPress plugin for WordPress
“
Is that mean that soon it will be enough to upload pluggin and have a forum on my website?
Still no luck with reinstalling
Where are those tables? How I access it? I deleted database I’ve created but still can’t acces http://endgoalmarketing.com/bbpress
Where are those tables? How I access it? I deleted database I’ve created but still can’t acces http://endgoalmarketing.com/bbpress
Re-install = delete all tables in the database.
Yes manage the bbPress from his own admin and same to WordPress
Remember they’re working on the bbPress plugin for WordPress 
Regards.
Re-install = delete all tables in the database.
Yes manage the bbPress from his own admin and same to WordPress
Remember they’re working on the bbPress plugin for WordPress 
Regards.
quicoto –
I installed the forum with your instruction! Brilliant!
And just F…ed It UP! – I wanted to change a link in admin after instalation to http://wndgoalmarketing.com/forum – end everything started to show an error. 
So I deleted the files from the server, deleted database I’ve created.
Now recreated everything, but don’t have an instalation page http://endgoalmarketing.com/bbpress show an error.
How can I started instalation again?
quicoto –
I installed the forum with your instruction! Brilliant!
And just F…ed It UP! – I wanted to change a link in admin after instalation to http://wndgoalmarketing.com/forum – end everything started to show an error. 
So I deleted the files from the server, deleted database I’ve created.
Now recreated everything, but don’t have an instalation page http://endgoalmarketing.com/bbpress show an error.
How can I started instalation again?
Quicoto –
I follow your steps and it works
I’m on instalation now – The question is: do I want to indegrate wordpress and bbpress? What it will mean – that I’ll manage my wordpress and bbpress from the same place?
Do I have to integrate it? Or can I manage bbPress and WordPress separately?
Thanks for advising
Quicoto –
I follow your steps and it works
I’m on instalation now – The question is: do I want to indegrate wordpress and bbpress? What it will mean – that I’ll manage my wordpress and bbpress from the same place?
Do I have to integrate it? Or can I manage bbPress and WordPress separately?
Thanks for advising
bbPress and WordPress have a 5 minutes install.
Upload the files and access to the folder from your browser.
yoursite.com/bbpress
You just need a database (including user and password).
Good luck
bbPress and WordPress have a 5 minutes install.
Upload the files and access to the folder from your browser.
yoursite.com/bbpress
You just need a database (including user and password).
Good luck