Randomized Secondary Image API 2nd

After a gap of 2 days and three months, it’s been a long time since the first randomized secondary image API was released. The second bullet api, out of the blue Update Notes: Compared to the last version, this time the images are more suitable for background images, desktop wallpapers, etc. The last version was a hodgepodge of images, all kinds of images, miserable (I don’t even use them myself). In this version, I spent some time to select some pictures (1080P+) and upload them to Sina Cloud. Support https in the real sense, the pictures are all hosted on Sina cloud, the speed is also improved. Remove all kinds of meaningful parameter settings The content of the images are all anime and secondary yuan images (all ages (laughs)) ...

March 4, 2018 · 1 min · MoeJue

Use .htaccess to bind subdomain names to subdirectories

Under normal circumstances, a virtual host is only allowed to bind one domain name to the root directory. People who have used emlog should be familiar with the static links in it. It is a typical use of .htaccess files to redirect domain names to web pages. Use .htaccess to bind domain names to subdirectories. The prerequisite is that your space server must support the rewrite function of apache. Only in this way can .htaccess be used. If your space is a Linux server, it is usually enabled by default. That is, you can bind domain names to subdirectories and multiple sites in one space. ...

January 22, 2018 · 3 min · MoeJue

Simple blog new theme Sina is online - Mogai Sina

Preface (nonsense) Two days ago, I opened a certain blog by chance. Wow, at first glance, I thought I had opened Weibo. Overall, I like the blog quite a bit, it looks pretty good and it’s the theme style of Mogai Sina. Then I picked it up. As for the original author, I don’t know who it is. After all, it is a WP program. I haven’t played it, so I don’t know. ...

January 9, 2018 · 2 min · MoeJue

Add a Live2D billboard to your blog

Some time ago, I saw this Live2D poster girl on many people’s blogs, and I was very interested! I checked some related tutorials and added them to my blog. Preface Live2d is not an advanced technology. The effects it produces are all achieved by basic operations such as translation, rotation, transparency, and surface deformation. The final effect has a lot to do with the texture, and every action requires fine adjustments by the producer. This is a process that requires a lot of time and energy, so there are not many good-quality models. The good ones are usually in games, and the copyright is protected and cannot be used casually. ...

December 24, 2017 · 4 min · MoeJue

Randomized secondary image API goes live

[Randomized secondary images API online – Random anime wallpapers, daily brush, different every time]. (https://www.52ecy.cn/randbg) Interface address: https://www.52ecy.cn/randbg/randbg.php Description of request parameters: Name Description type (optional) json: return standard json data (image address) 302: jump to the image address (must be used when inserting HTML images) total(optional) 1-10 the number of images returned(only valid for json data, up to 10) style(optional) 1/2/3 the type of the returned image. 1: webp thumbnail, 2: jpg thumbnail, 3: the original picture without watermark, the other are the original picture with watermark ...

December 6, 2017 · 2 min · MoeJue

Simple Blog V1.1 is online + a new theme

After two months, the simple blog system has received its first update. And brings a whole new set of themes. Fixed bugs related to the default theme Modify background related details Default theme mobile preview Simple blog version 1.0 Improved the background SEO setting function Support pseudo-static -Set mandatory https access Meta information modification The scheme for displaying the article title in the browser #The next step is the highlight ...

November 30, 2017 · 1 min · MoeJue

Simple blog system version 1.0 completed and launched

Preface Unconsciously, from the first Yazi’s blog system to emlog, and now to the simple blog system written by myself, it has been the first anniversary of building a blog. My goal in the first stage can be regarded as reaching a stage. As a non-profit website, it is just a place for writing, expressing emotions, chatting, and bragging. I think I will keep doing it. Anyway, the cost of the website is not too big. ...

September 30, 2017 · 1 min · MoeJue

my laboratory

Those who often come to my blog to kill time will find that I have an extra column in the navigation bar today—-Lab I often see lab navigation in some dalao blogs, so I also made one for learning (pretending) and practicing (force). Here I will put some of my own stuff. My Animation Road (Abandoned) Used to record the anime I have watched over the years and my thoughts. October 11, 2017: I decided to abandon this page. It has not been updated for a long time. The main reason is laziness. It contains both text and pictures. It is really troublesome. From time to time, the picture address is invalid. I’ll do something simple when I have time. ...

August 22, 2017 · 2 min · MoeJue

Stupid mess-Self-service application for friendly links

about Friendly link self-service application is an automatic friendly link review and addition system developed using PHP language. The grid system of the Bootstrap UI library is used for layout. After all, we are not a professional front-end, so it would be nice to be able to do this. Function introduction This system theoretically supports all websites; websites that support HTTPS; friendly links need to be placed on the homepage of the website; URLs that have URL jumps or protection cannot be detected; after the first-level domain name application is passed, the second-level domain name cannot be applied for; the background image is randomly selected from a thousand of my gallery; ...

June 1, 2017 · 1 min · MoeJue

Implement Emlog’s latest comment list without displaying blogger’s comment replies

Bloggers need to interact with visitors frequently, and the blogger’s reply is also displayed as a comment in the latest comment. In this way, if the blogger replies to several comments at a time, all his own comments will be displayed in the latest comment, which is not good. Take my current emlog5.3.1 version as an example: Open the cache.php file in the include/lib directory (this is a cache function file) and find the following code in it: ...

May 6, 2017 · 2 min · MoeJue