@FrankM said in Account hacked on my forum and top poster deleted ... what can I do ?:
And use Two-Factor Authentication (2FA) .
Great Idea
@FrankM said in Account hacked on my forum and top poster deleted ... what can I do ?:
And use Two-Factor Authentication (2FA) .
Great Idea
@george_i said in Account hacked on my forum and top poster deleted ... what can I do ?:
@ffmad I'm new to NodeBB and I just want to make sure that is secure.
Be sure to set a limit of connection try per hour. Set a good password by default. Make people change their password.
You can do all that with NodeBB.
What happenned was my fault ...
@george_i said in Account hacked on my forum and top poster deleted ... what can I do ?:
Just curious, how did an user got your account?
that's the big question, I supposed he got my password by bruteforce, but even that is weird
Hi,
Yesterday a user successfully got my account on my forum, and logged in and deleted the top posters and his messages. (including a topic with +10 000 messages ...)
Sadly the last backup is more than 1 month old, so I can't use it ... (now I know I should have a real backup every day at least -_-)
I would like to take some data from that save and put it back on the last version, what would you propose?
What can I put back without breaking anything ?
@julian said in A world record in the NodeBB forums?:
That's awesome to hear! Love getting updates on CryptoFR Not sure if it's a record, this thread has 79 thousand posts, although the majority of them were made before they used NodeBB
that's cool
what was their software before? PHPBB?
On my CryptoFR forum, a forum on cryptocurrencies in french, something unusual happened lately : a topic got answers after answers ... to finally reach a number of posts I've never seen on nodebb --> More than 5000 posts
The best part ? The forum is not slowing down at all when you read it
Congrats the NodeBB team for this great software. Everyday I have people telling me on the forum that it rocks, and it's true.
@pitaj said in Advices to scale NodeBB for a growing (big) number of visitors ?:
If you want to spend less money, Mongo is a wise choice with few drawbacks. Otherwise with added content you'll have to add more and more RAM for Redis to work.
I have no problem with investing more money, so I will stay with redis. Thanks for the advice (the good part of having invested in crypto in 2014)
My forum is still on redis only, is it a better idea to migrate to Mongo ?
@pitaj said in Advices to scale NodeBB for a growing (big) number of visitors ?:
Scaling - NodeBB Documentation
Thanks !!
Hi! I'm a long time user of NodeBB (since 2014) and my forum has seen a sharp rise in use this year (with the growing cryptocurrencies field)
(it's cryptofr.com)
I think you don't see that everywhere:
Yesterday we had an epic all-time high of 16 000 unique visitors
It's really great but I see that the forum is getting slower and slower.
We are on a server with 8 GB Ram
Do you know of some possibilities to keep its rapidity ?
@baris thanks a lot!
@baris hi, have you seen that problem?
Since I've updated to [email protected], and updated the RSS module, I can't add RSS feeds :
ah ah, yeah I've done a little hack to make it look like big sections
you can use other images ^^
Might be interesting to have sections included in Nodebb natively ?
@Jenkler let's encrypt, and it's easy
@julian said:
We also do Redis to Mongo migrations for a flat fee of $50 USD. That might be something you're interested in doing, down the road
I would be interested to do that. I want to migrate my forum (https://cryptofr.com) to a new server and I'm thinking to change the db to mongodb from redis.
@uncle_muddy said:
@ffmad I'd be intrested in know how you have done that as well, as the only way I found to do it in 0.7.1 was to hack the categories.js file around, now that has changed in 0.9.0
I've done the same in 0.7.1
Finally, I've used javascript to do what I wanted
https://cryptofr.com
@julian said:
Let us know what the new code looks like
In fact, it's still not working ...
I've moved the code to "item", but there even if it's displayed, there is still the same error in the console, and it breaks other pages
When it works, I can do that ^^
In a former version (0.7.0 I think), I've made a change so that the subcategories were showing as unread or not. Not working since 0.8.2, but that something I will try to put back online again
(my test website: http://151.80.135.39/)
solved it ... by putting the code in an other template ... I still don't understand why, but it works
Is there a problem in this code ?
<div class="subcategories-list col-md-12 col-sm-12 col-xs-12">
<div class="col-md-6 col-sm-9 col-xs-12 content">
<!-- IF ../children.length --><p>[[category:subcategories]]</p><!-- ENDIF ../children.length -->
</div>
<!-- BEGIN ../children -->
TEST
<!-- END ../children -->
</div>
the IF is working well, but the begin/end isn't
edit: it really is a syntax problem, as it's still not working even with no subcategories
RangeError: Maximum call stack size exceeded
at String.match (native)
at checkConditional (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:221:26)
at checkConditionals (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:217:27)
at parseValue (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:383:14)
at parse (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:402:17)
at cleanup (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:473:27)
at parse (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:419:15)
at cleanup (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:473:27)
at parse (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:419:15)
at cleanup (/var/www/html/CryptoFR-v3.3/node_modules/templates.js/lib/templates.js:473:27)
Hi, I have a little problem with new nodebb 0.9 version.
On my forum I show the subcategories on the main page, so that people can see the whole forum:
With the new version, I get that error (and it stop working):
13/11 00:31 [21643] - error: RangeError: Maximum call stack size exceeded
Looks like something is wrong, now, but I don't get why