Mengyin Community is here~Wow

After two months of work, Mengyin Community is here~ As a new generation of open two-dimensional communication community, you can post almost any content including pictures, videos, sounds, and even black technologies within the allowed scope… The fantasy realm is gone, and the cute music community is here! There are all kinds of cross-dressing men, gay Lily, hey hey little lolita, looking for slow sex, chatting about philosophy, everything you want. Since ancient times, red and blue CPs have been either Lily or gay. Come and sign a contract with us~~ ...

July 7, 2018 · 2 min · MoeJue

Who is the Po Lord?

Ever since I took the lead in using Weibo’s cloud storage as the image repository for the Secondary Random API, there have been many similar Secondary Random APIs extended on the internet, and after picking a few of these I know of to visit and look at, I realized that a lot of the images look quite familiar. And the links to the images can also be found in my database, isn’t this what I uploaded? Are they all captured from me? Of course, I don’t know what I’m talking about, but I need to know what I’m talking about. Then selected my known ten API interface, are stored in the Sina graph bed of the secondary API. hanging on the server to collect a morning, the collection of almost 100,000, after screening the duplication of invalid after only about 10,000 left. This is surprising, which means that the data of the ten interfaces are basically the same. Then through the program to analyze the link uploader, in the 10,000, 75% of the pictures are from the fantasy field of the bed! Although it’s no secret that Sina users can be identified by their Sina image addresses, it’s a good idea to analyze the program to find out who uploaded the links. Online demo This is the js version, the code can be accessed by right clicking directly. Through the identification can be found, a large number of images in the API are from the fantasy field of microblogging uploads, that is, I uploaded, those so-called API is not a pirated version of my own heart have a b number Principle Revealed: As the registered microblogging account uid is very big, the uploaded picture is basically 007, so the following picture is I casually picked an old number on the microblogging to copy it over The link is https://wxt.sinaimg.cn/thumb300/9d0d09ably1fsn7m0jyzzj20m80cidgm.jpg's picture ...

June 25, 2018 · 2 min · MoeJue

Web page capture: My playlist

Recently, I saw many blogs posting tutorials on web page packet capture, which aroused my interest (zhuang) and (bi), and this article was born. It just happened that some time ago, the API for My Playlist to connect to Kugou failed. I took the opportunity to fix it and make a graphic tutorial. Then let Kugou “operate” About the concept of packet capture Packet capture is to intercept, resend, edit, and dump the data packets sent and received during network transmission. It is also used to check network security. Packet capture is also often used for data interception, etc. ...

June 5, 2018 · 3 min · MoeJue

Mengyin’s fully automatic card issuance platform is launched

Mengyin automatic card issuance platform (hereinafter referred to as “Mengyin card issuance”) is used to provide individual users with online purchase of virtual goods and fully automatic delivery services. The purpose of developing it is actually useless, and there are many similar products on the market, but a friend asked for it, so it was born. The most basic functions are implemented with the principle of being as simple as possible, so the interface is very simple, and later expansion is also very convenient. Demo website (The server is located in Oregon, USA, the speed is a bit slow, for demonstration purposes only) ...

May 12, 2018 · 3 min · MoeJue

Installation of PHP environment under Linux

Learning environment: Centos 7.2 official version _64 bit # Update source yum update 安装nginx yum install nginx -y 安装mysql wget https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm yum localinstall mysql57-community-release-el7-11.noarch.rpm 安装PHP7.2 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum update yum install -y php72w-cli php72w-common php72w-dba php72w-devel php72w-fpm php72w-gd php72w-imap php72w-mbstring php72w-mysql php72w-pdo php72w-pdo_dblib php72w-pear php72w-pecl-igbinary php72w-pecl-xdebug php72w-process php72w-xml php72w-xmlrpc php72w-opcache php72w-pecl-memcached php72w-pecl-mongodb php72w-pecl-redis 启动服务 service nginx start service mysql start service php-fmp start /usr/sbin/php-fpm –nodaemonize –fpm-config /etc/php-fpm.conf > /dev/null 2>&1 & ...

May 7, 2018 · 2 min · MoeJue

Fantasy Realm Picture Bed System Stops Update Announcement

According to incomplete statistics, the lightweight Sina Picture Bed System-Fantasy Realm has been installed more than 2,000+ times since the release of version 1.0 (2018-03-08) (2018-04-30), and it has been installed dozens more times every day. The number of them increased dramatically, among which no more than 5% were pirated users (you are all a shame). During this period, it was reprinted and published more than a hundred times by large and small websites, blogs, forums, software parks, etc., including those who spread piracy, and was even sold on a certain platform. ...

April 30, 2018 · 3 min · MoeJue

emlog sina upload plugin + interface V1.1

emlog background write article sina upload image plugin The first time to write emlog plugin, reference to the seven cattle bed writing (yes, that is the background of that) recommended two together to use! plug-in download directly uploaded to the backstage of the emlog can be, without decompression (who said this, stand out, to ensure that you do not kill you) Specific methods of use in the plug-in settings interface has written, download address at the bottom of the article! Which good people have emlog developer account, can help me submit to the emlog application center! ...

April 21, 2018 · 3 min · MoeJue

Fantasy Realm Picture Bed System V1.2 Official Version Released

Fantasy Realm 1.2 Its birth is not the final solution. The purpose of developing it is just to facilitate your own use. Project homepage project address Fantasy Field V1.0 ☜(For detailed introduction, click Jieli) download Latest official version Download now Install You need to unzip the source code of Fantasy Realm and upload it to the root directory of the website. Accessing the website domain name will automatically jump to the installation program. Just follow the wizard prompts to install. If it does not jump, please manually visit http://your domain name/install.php to install it. After the first successful installation, you need to log in to the administrator background and perform some basic configurations on the image bed before it can be used. Backend address: http://yourdomain/admin But ironically, you need to log in at the frontend ...

April 11, 2018 · 2 min · MoeJue

Fantasy Realm Picture Bed User Help

Since many people encounter problems during installation and use, I still have to summarize it. If it still can’t be solved, you can join the group and ask questions to the omnipotent group friends. Verification code is not displayed Check whether the server supports the GD graphics processing library Check the server WEB environment Apache: If your program is installed in a secondary directory, modify the .htaccess file in the program root directory <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f Rewritebase/your secondary directory name/index.php RewriteRule ^(.*)$ /Your secondary directory name/index.php?/$1 [L] ...

March 19, 2018 · 3 min · MoeJue

Lightweight Sina Tuktuk program Fantasy Domain 1.0 released

The realm of fantasy Wow, finally we have our own graphic bed. Fantasy Fields is a lightweight Sina Tupelo system developed in PHP. It was not created to be the final solution, it was developed to be easy to use. Project homepage Project Address System Description In Fantasy Realm, all the images are hosted in Sina Cloud, and each image has multiple thumbnails at different levels. This is one of the most important features of the fantasy field. There is a perfect user system and administrator system. The administrator has full access to the backend, and can configure all the basic features of the site. My Gallery, which lists all the images uploaded by the user, and the Administrator’s Gallery, which shows all the images hosted by the system. You can delete, preview or copy an image here, but deleting it just means that it will no longer appear in the system, the image still exists on Wave, you should know that. Explore, it’s the frontend’s preview of the user’s images, where you can discover and find what you need. If you don’t need it, you can turn it off in the background. Uploading a Sina image bed is not a no-brainer, it requires you to log in, but we have a separate Sina login program that doesn’t rely on any extensions and has no CAPTCHA, cookie expiration will automatically log you in to take care of all the worries, so you have to set up your Sina password in the background to use it properly. ...

March 8, 2018 · 3 min · MoeJue