NamelessMC

Internet Explorer

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

Samerton

Owner

Feed

zS0bye
zS0bye
I can't log in to my account, it tells me I'm wrong to enter the data but they are correct, it is 1 hour and it goes by that I try
Samerton
Samerton
The issue is with the data you're entering - it doesn't match what you signed up with. Logins are caps sensitive, both for the username/email and the password, so you need to ensure you are entering it correctly. You can also try requesting a password reset if you have forgotten the password.
Drywe
Drywe
Can anyone help me how to add a sidepanel into my website?
Chika
Chika
Hello, would've been cool if u added CraftingStore addon to nameless mc! I love the website and i use craftingstore, so thats y i asked it,
kobecloud
kobecloud
Thanks for your work on the namelessmc, I really like the way everything works! Top quality. I've got one question. Since you created the tebex module, the module works like a charm I just don't like one thing. When you navigate to the store in the menu it opens the page with 2 buttons home and the store is it possible to remove the home button because there is nothing on it :)
Samerton
Samerton
Thanks for the kind words and I'm glad you like it! No unfortunately it's not possible to remove the home button, but you can add some content to the tab in the StaffCP -> Tebex tab.
BigNan
BigNan
Hello, I get the following error when pressing 'install (https://www.pebblemc.net/panel/core/templates/?action=install)' on the templates page of the admin cp. v2.0.0 pr7 'This page isn’t working www.pebblemc.net is currently unable to handle this request. HTTP ERROR 500'
Samerton
Samerton
Hi, can you log into phpMyAdmin through Pebble's cPanel, find the nl2_templates table and delete any duplicates you see.
Zyr
Zyr
Hi samerton, Did you end up releasing a Leaderheads module as mentioned in this post? https://namelessmc.com/forum/topic/273-leaderheads/ I can't seem to find it anywhere Thanks
Samerton
Samerton
Hi, no unfortunately nothing has been released in terms of leaderboards integration yet.
Borkata
Borkata
Hello Samerton! How I can make my theme defualt. When I install nameless can be activated?
MineMaxCZ
MineMaxCZ
hello, help me please: http://www.wolfcraftmc.eu/vote/
iversen
iversen
God how this has grown! "NamelessMC" just popped in my mind and I remember you pretty much "mentoring me" in PHP-programming about 4 years ago while this project was in the early stages. Your help back in the days has been invaluable and there hasn't been a day since where I haven't programmed. Seems like this is going well - congrats mate! And thanks again from a now much more experienced developer, whom you were _very_ patient with :)
Samerton
Samerton
Good to hear from you again, and I'm glad to hear you're still programming! Thanks for the kind words :)
Derkades
Derkades
hi
Samerton
Samerton
hi

About

Registered:
over 10 years ago
Last Seen:
1 minute ago
Profile Views:
35717
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;