之后,进入网站根目录,下载并解压最新版本的BlessingSkin 上传到网站根目录到网站设置内: 追加:/public 添加伪静态: location / { try_files $uri $uri/ /index.php?$query_string;} 上传到网站根目录之后,就可以访问网站了: 创建数据库: 刚刚有安装MySQL,这里添加一个MySQL数据库,数据库名称已经密码随自己设置,...
Wget'xxxxx://github.xxx/bs-community/blessing-skin-server/releases/download/6.0.0-beta.3/blessing-skin-server-6.0.0-beta.3.zip' 解压即可: unzip blessing-skin-server-6.0.0-beta.3.zip 安装官网要求需要重命名和初始化:输入以下代码 cp .env.example .env /usr/local/php7/bin/php artisan key:g...
搭建下载BlessingSkin 首先,创建一个目录,作为网站目录: mkdir /www/BlessingSkin -pvcd /www/BlessingSkin 之后,下载BlessingSkin的发行版本,选择安装6.0.0-beta.3: Wget'xxxxx://github.xxx/bs-community/blessing-skin-server/releases/download/6.0.0-beta.3/blessing-skin-server-6.0.0-beta.3.zip' 解压即...
BlessingSkin需要PHP的gd依赖,而gd里需要freetype的支持,需要我们提前编译freetype并添加到pkg变量内。 ./configure \ --prefix=/usr/local/php7 \ --with-curl \ --with-mysqli \ --with-openssl \ --with-pdo-mysql \ --with-jpeg \ --enable-gd \ --enable-fpm \ --with-fpm-user=www \ --...
BlessingSkin需要PHP的gd依赖,而gd里需要freetype的支持,需要我们提前编译freetype并添加到pkg变量内。 参考的的PHP编译参数: ./configure \--prefix=/usr/local/php7 \--with-curl \--with-mysqli \--with-openssl \--with-pdo-mysql \--with-jpeg \--enable-gd \--enable-fpm \--with-fpm-user=www...
url = 'https://skin.prinzeugen.net/skinlib/show/' + str_id + 'png' 别忘了加上png哟! 接着再请求拼接之后的链接。 image = requests.get(url).content 我们已经以图片的方式请求了url,这个时候,我们就可以用with关键字保存到本地了! 不过在这之前,我们还需要一个保存的名字,我们就拿1.png来做名...
str_id = input("请输入要查看的皮肤号码:") url = 'https://skin.prinzeugen.net/skinlib/show/' + str_id + 'png' 别忘了加上png哟! 接着再请求拼接之后的链接。 image = requests.get(url).content 我们已经以图片的方式请求了url,这个时候,我们就可以用with关键字保存到本地了! 不过在这之前,...
[19:59:21] [Client thread/INFO] [LiteLoader]: Baking listener list for WorldObserver with 2 listeners[19:59:21] [Client thread/INFO] [LiteLoader]: Baking listener list for FrameBufferListener with 0 listeners2022-08-15 19:59:22 [SKINME] [INFO] SkinMe v1.0.0 Intilizing...2022-08-15...
Massive Skin Library: Browse through thousands of high-quality skins crafted by talented designers. Easy Download: One-click download directly to your account. Categories for Everyone: Find the perfect skin from various categories, including fantasy, sci-fi, animals, and more. ...
Minotar: Simple way to get a players skin / head / whatever through an url. Can for example be used together with "web:" to get the avatar of the user as an image. Reporting Issues Beforecreating an issue on github make sure that: ...