NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Samerton

Owner

Feed

Partydragen
Partydragen
Testing 1.0.11
Samerton
Samerton
Testing reply!
Partydragen
Partydragen
Nice :P
Partydragen
Partydragen
I get alert when i self reply lol
dadus33
Samerton
Samerton
Fixed, thanks!
dadus33
dadus33
Amm, I don't really know if this only happens to me, but this page will never stop loading and hundreds of messages from @Partydragen show up...
NichtJolly
NichtJolly
Hey I always get errors :(
dadus33
dadus33
Yup, he has indeed done a great job :D
Mistri
Mistri
Awesome job, I love it! :D
Partydragen
Partydragen
Hey ;P

About

Registered:
over 10 years ago
Last Seen:
less than a minute ago
Profile Views:
35716
Minecraft
Samerton

Latest Posts

2 days ago
Namelessmc is VERY slow

Hi,

Here are a few of the most common reasons for websites slowing down:

- The MySQL database should be on the same server as the website files, and not connected to using an external domain (i.e., the database host should be 127.0.0.1 or localhost)

- Using lots of custom modules or templates which are not efficient or have their own custom update checkers can slow things down, you can try disabling all modules/templates just for a minute to see if it helps

- Low performance web/database hosting with low specs

Nameless itself is fairly lightweight so the software itself should not be the cause of slow performance. For what it's worth, your website isn't particularly slow for me and loads fairly quickly.

about 1 month ago
Version 2.1.3

ProsameOG:

Sorry, but something went wrong while loading the page. Please contact an administrator.

Back

How i can fix this? xD i try updated i download 213.zip i unzip and uploaded on website and then i get that error xD

Check the file cache/logs/fatal-log.log for errors

about 1 month ago
Version 2.1.3

Hi everyone,

Version 2.1.3 is now available! This release includes important security updates - you should upgrade as soon as possible.

Existing websites should update through the StaffCP -> Update tab, and new installations can download nameless-deps-dist from the release on GitHub.

Thanks to all contributors for making this release possible!

about 1 month ago
Change the URL in New Topic Button

Hi, could you please give an example of what you would like to change the URL to?

4 months ago
Two-Step Auth

Hi,

The following is taken from our FAQs:

The most common cause for 2FA not working is incorrect time on the server or device providing TOTP codes.

To disable two factor authentication on login for all users, run the following SQL query: UPDATE nl2_users SET tfa_enabled=0;

To disable forced two factor authentication setup for all groups, run the following SQL query: UPDATE nl2_groups SET force_tfa=0;