NamelessMC

Internet Explorer

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

Samerton

Owner

Feed

MtpDev
MtpDev
Is it possible to add a search bar to the infractions modual? Also when you click on the View button in the infactions page if doesnt do anything, Do you have a support discord or something?
B3kynCze
B3kynCze
Hi i have problem u cab help me with this error mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i'
Samerton
Samerton
Hi, you need to use an external mail provider and configure SMTP as per https://docs.namelessmc.com/en/smtp
Felya_
Felya_
Hey! In Resources module i can't upload an icon for a resource. It just shows "1", and nothing happens. What should i do???
Samerton
Samerton
Hi, error 1 means the uploaded file is too large. Have a look at this answer to change the PHP max file size: https://stackoverflow.com/a/2184541 - if you are using a web host you should contact them for support.
eaglehead
eaglehead
Hi sam, yet another question. (Reposted, I accidently deleted the last one.) I asked a question below about ranks, and I was wondering where I can find a full list of colors for badges. I also wanted to know if i could add custom colors. From my research, the badges look like bootstrap's badges, but i don't know how to customize the colors. Thanks! (as a recap, i was wondering how to create a custom badge color)
Samerton
Samerton
Hi, you can use inline CSS to specify a custom colour, e.g. within your span tag, add style="background-color: #000; color: #fff;" - where #000 is the hex colour for the background and #fff is the colour for the text, e.g. < span class="badge" style="background-color: #000; color: #fff" ......
eaglehead
eaglehead
Hi Sam, I had another question. My website, (using cobalt template), has the "Admin" rank recolored and renamed as "Founder" in pink. Although my username is pink, my tag says "Admin" and my profile shows the "Admin" role. We don't have a single role named "Admin" in the first place. I tried clearing my browser cache, and restarting my VPS that the website is hosted on. I am positive that roles are assigned correctly with the proper priority. I'm not sure if i'm allowed to paste my site link, but its called "ricenetwork", and its domain is .xyz. My username on the website is "eaglehead". Thanks!
Samerton
Samerton
Hi, when you edit a group in the staff panel, there is a field called Group HTML - you will need to ensure that your group has been renamed within this field too.
eaglehead
eaglehead
Hi Samerton! I was wondering if there are any good panel templates that support the latest NamelessMC Release. I looked all over the internet, and the best I found supports 2.0. Thanks!
Samerton
Samerton
Hey, panel templates are no longer supported by Nameless as they were quite difficult for the template authors to maintain. As a result, there are no more panel templates available, and the area in the staff panel to manage them has been removed.
eaglehead
eaglehead
I see, thanks for the quick response!
ToMaX
ToMaX
Uncaught TypeError count(): Argument #1 ($value) must be of type Countable|array, null given /var/www/aroxmc-website/cache/templates_c/35ab1347ebb01b10c9cac77667f5619254d937c9_0.file.index.tpl.php https://aroxmc.eu/store/ /var/www/aroxmc-website/cache/templates_c/35ab1347ebb01b10c9cac77667f5619254d937c9_0.file.index.tpl.php ?> <?php echo $_smarty_tpl->tpl_vars['subcategory']->value['title'];?> <?php } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?> <?php } else { ?> <?php echo $_smarty_tpl->tpl_vars['category']->value['title'];?> <?php }?> <?php } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?> <?php echo $_smarty_tpl->tpl_vars['VIEW_FULL_STORE']->value;?> <?php if (count($_smarty_tpl->tpl_vars['WIDGETS']->value)) {?> <?php $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['WIDGETS']->value, 'widget'); $_smarty_tpl->tpl_vars['widget']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['widget']->value) { $_smarty_tpl->tpl_vars['widget']->do_else = false; ?> <?php echo $_smarty_tpl->tpl_vars['widget']->value;?> <?php } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?> <?php }?>
<?php echo $_smarty_tpl->tpl_vars['STORE']->value;?>
<?php echo $_smarty_tpl->tpl_vars['CONTENT']->value;?>
Samerton
Samerton
It looks like the error happens on the Store page, in which case can you please contact the Store module author for support
Voodix
Voodix
Debug: [15:26:42] [Craft Scheduler Thread - 7/INFO]: [NamelessMC] [Nameless-Java-API Debug] Making connection GET to https://originsnw.rf.gd/index.php?route=/api/v2/info [15:26:42] [Craft Scheduler Thread - 7/ERROR]: [NamelessMC] Unexpected error: Network connection error (not a Nameless issue). SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target HINT: Your HTTPS certificate is probably valid, but is it complete? Ensure your website uses a valid *full chain* SSL/TLS certificate. [15:26:42] [Craft Scheduler Thread - 7/ERROR]: [NamelessMC] com.namelessmc.plugin.lib.nameless-api.exception.NamelessException: Network connection error (not a Nameless issue). SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target HINT: Your HTTPS certificate is probably valid, but is it complete? Ensure your website uses a valid *full chain* SSL/TLS certificate.
Samerton
Samerton
The message states that you are using HTTPS for the API URL but the SSL certificate on the web server is not valid. If your web host is providing you with an SSL certificate you can contact them for support.
Voodix
Voodix
Now, when I type /webinfo in the game, I get this error: "An error occurred while trying to connect to the website." but my API keys are correct.
Samerton
Samerton
You can enable debug mode in the plugin config, before restarting your server, to get more information logged in your server console.
Voodix
Voodix
I installed a plugin on my Minecraft server, and I also entered my server information on my website, but I'm getting this error: Cannot access offset of type string on string /home/vol5_8/infinityfree.com/if0_36582422/originsnw.rf.gd/htdocs/core/classes/Minecraft/MCQuery.php
Samerton
Samerton
To fix this, edit the file core/classes/Minecraft/MCQuery.php in a text editor or your web host's file manager, delete all code inside and add this new code instead: https://raw.githubusercontent.com/NamelessMC/Nameless/b496a9a80538139037bfc22cee517f856a5b5685/core/classes/Minecraft/MCQuery.php

About

Registered:
over 10 years ago
Last Seen:
1 minute ago
Profile Views:
35695
Minecraft
Samerton

Latest Posts

1 day 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;