open MT-Skin Database

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

I made a code for the links (the HTML 2d one)

Code: Select all

<?php
if (isset($_GET["id"]) && is_numeric($_GET["id"])) {
	$id = $_GET["id"];
	$link = "http://minetest.fensta.bplaced.net//api/v2/get.json.php?getsingle&outformat=bin&id=" . $id;
	$imglink = '<img src="' . $link . '">' ;
	$downloadlink = '<a href="' . $link . '&force-download">Download</a>';
	echo("<textarea>" . $imglink . "<br>" . $downloadlink . "</textarea>");
}else{
	echo("error, no id");
}
?>
you need to add at the end of the link to the page an ?id=<id>
you can use the generated code in the textarea as output

and I am working on the code for the HTML 3d view (just because I dont have anything to do and I am a webdev)
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
Hybrid Dog
Member
Posts: 2828
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: open MT-Skin Database

by Hybrid Dog » Post

addi wrote:
Fri May 22, 2020 08:17
I think I found a (dirty?) way to disable aa within the x3dom renderer. And applied the crisp changes. Could you test if it works?
It works for me, thank you.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

Oil_boi
Member
Posts: 139
Joined: Mon Jan 28, 2019 13:12
GitHub: oilboi
IRC: oilboi
In-game: oilboi
Contact:

Re: open MT-Skin Database

by Oil_boi » Post

Hello, I have searched through the database and uncovered the api http://minetest.fensta.bplaced.net/api/apidoku.md
This account is no longer active

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Oil_boi, That one is a bit old on the moment just for the
http://minetest.fensta.bplaced.net/api/ ... t=bin&id=1 it is http://minetest.fensta.bplaced.net/api/ ... t=bin&id=1

just add after the "http://minetest.fensta.bplaced.net/api/" in the url "v2/" like: "http://minetest.fensta.bplaced.net/api/v2/" and then get.json.php
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
Wuzzy
Member
Posts: 4778
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: open MT-Skin Database

by Wuzzy » Post

I like this, but IMO non-free skins should be banned. It's completely against FOSS principles, but Minetest should be all about FOSS, am I right? And you literally called it the "OPEN MT-Skin Database", but if it includes non-free images, how is it really open?
This includes all skins under CC BY-NC and CC BY-NC-SA.

You can't use those skins for games when you want to make them FOSS. Including any of these skins makes also your game non-free. It doesn't make sense to me to give any support and exposure to non-free things in a FOSS community.

Thanks for reading.

User avatar
LMD
Member
Posts: 1385
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: open MT-Skin Database

by LMD » Post

Wuzzy wrote:
Thu Jul 22, 2021 09:47
I like this, but IMO non-free skins should be banned. It's completely against FOSS principles, but Minetest should be all about FOSS, am I right? And you literally called it the "OPEN MT-Skin Database", but if it includes non-free images, how is it really open?
This includes all skins under CC BY-NC and CC BY-NC-SA.

You can't use those skins for games when you want to make them FOSS. Including any of these skins makes also your game non-free. It doesn't make sense to me to give any support and exposure to non-free things in a FOSS community.

Thanks for reading.
At most, a warning should be displayed when picking those licenses.
My stuff: Projects - Mods - Website

User avatar
Wuzzy
Member
Posts: 4778
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: open MT-Skin Database

by Wuzzy » Post

Oh, and there are several skins that were either straight ripped off from copyrighted/non-free games (i.e. not even Creative Commons), or are are suspiciously similar to them. I have made several reports in the database's report system.

User avatar
addi
Member
Posts: 666
Joined: Thu Sep 20, 2012 03:16
GitHub: adrido
Location: Black-Forest, Germany

Re: open MT-Skin Database

by addi » Post

Open means open for any artist. The artist has the right to deny the usage of his/her work for comercial purposes. If someone wants to use it comercially, he/she can still ask the author for permission.

As long as the skin is a bit different or edited, I would consider it as art, so I consider it as protected by Art. 5 Abs.3 GG

I will not delete your reported "Rip Offs" as long as the author (artist) put a litle work into it. But if there is a exact copy ill shure remove it.

User avatar
AntumDeluge
Member
Posts: 213
Joined: Sun Aug 07, 2016 05:42
GitHub: AntumDeluge
IRC: AntumDeluge
Contact:

Re: open MT-Skin Database

by AntumDeluge » Post

I love the skin database. Thank you. Is it possible to link to the 3D previewer?

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Hey, I read at the first post of this topic that a php-only version is wanted. I can help with that for sure. [1]

And i can try to make the url to a 3d preview too


[1] = I made a GuestBook, a YouTube to mp (3 and 4) converter, a 2-step-auth signin page (not beeing used atm) and above ALL others websites I made a fully working forum from SCRATCH (aka nothing)
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
LMD
Member
Posts: 1385
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: open MT-Skin Database

by LMD » Post

I too have written my fair share of dirty PHP (including a full "Unofficial Minetest ContentDB"). It should be abandoned.
My stuff: Projects - Mods - Website

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

We can probarly co-operate trying to create the php version.

I can make fork and share with you and give you commit perms. (Send github username)

P.s. I will edit this post with url of fork when I got time to fork it.
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

Jastiv
Member
Posts: 18
Joined: Sun Aug 23, 2020 23:58

Re: open MT-Skin Database

by Jastiv » Post

I'm confused as to how to use this mod. I install it on my server, but there is only one skin, sam.

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Jastiv wrote:
Thu Sep 30, 2021 21:42
I'm confused as to how to use this mod. I install it on my server, but there is only one skin, sam.
This is not a mod, but there is a mod that uses this database, called "skinsdb"

In that mod is explained how to add all of the skins into the mod.
You can find that at https://github.com/minetest-mods/skinsd ... ling-skins

Greets, Miniontoby
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

Jastiv
Member
Posts: 18
Joined: Sun Aug 23, 2020 23:58

Re: open MT-Skin Database

by Jastiv » Post

Well, the explanation is awful, because I tried to run it and it said something about needing to be in trusted mods in minetest.conf. I have no idea how to change that.

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Jastiv wrote:
Fri Oct 01, 2021 20:45
Well, the explanation is awful, because I tried to run it and it said something about needing to be in trusted mods in minetest.conf. I have no idea how to change that.
Just add the line: "secure.trusted_mods = skinsdb" to your minetest.conf and you are good to go
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

Christian_Soldier
Member
Posts: 162
Joined: Thu Feb 08, 2018 17:36
In-game: Christian_Soldier

Re: open MT-Skin Database

by Christian_Soldier » Post

Um...the site is down. Will it be back up again?
plz see my map from The Stanley Parable. viewtopic.php?f=12&t=19944&p=0&e=0

User avatar
Minix
Member
Posts: 144
Joined: Thu Nov 12, 2020 13:51
In-game: Minix

Re: open MT-Skin Database

by Minix » Post

This is unfortunate, will the website be down just temporarily? if it is not the case I have all skins from early 2021 that did not have the NC component in their CC license. I could release them if the website owner agrees.

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Minix wrote:
Tue Nov 23, 2021 00:23
This is unfortunate, will the website be down just temporarily? if it is not the case I have all skins from early 2021 that did not have the NC component in their CC license. I could release them if the website owner agrees.
And i got the source of the website, if that will be gone too...
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
LMD
Member
Posts: 1385
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: open MT-Skin Database

by LMD » Post

Looks like we need a new skin database...
My stuff: Projects - Mods - Website

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: open MT-Skin Database

by Miniontoby » Post

Seems like it is back online!

I just checked my website thing which i wrote to see some YouTube counters. On there i had added a skin preview from the minetest skin db and it is working!
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

Christian_Soldier
Member
Posts: 162
Joined: Thu Feb 08, 2018 17:36
In-game: Christian_Soldier

Re: open MT-Skin Database

by Christian_Soldier » Post

I saw it too! I'm so relieved.
plz see my map from The Stanley Parable. viewtopic.php?f=12&t=19944&p=0&e=0

User avatar
Krock
Developer
Posts: 4648
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: open MT-Skin Database

by Krock » Post

The website is unavailable again.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
Blockhead
Member
Posts: 1602
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: open MT-Skin Database

by Blockhead » Post

The website has been 404 for I think a few months.. did somebody stop paying their hosting fees?
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
Nininik
Member
Posts: 496
Joined: Thu Apr 06, 2023 01:55
GitHub: nininik0
IRC: nininik
In-game: nininik
Location: CA, Team thunderstrike headquarters
Contact:

Re: open MT-Skin Database

by Nininik » Post

Maybe, depends on what they use I used wix.com and that website I made is still running the website I made in [REDACTED] grade.
↯Glory to Team Thunderstrike!↯
↯T.T.S.↯

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests