Demo: http://xxoo.pa.land.to Land.to is a long-established free PHP space in Japan. It has been providing services for more than ten years since 2000, and its Alexa world ranking is around 8,000. Not long ago, Land.to temporarily stopped new user applications. Today, I accidentally checked and found that normal applications have been restored. I remember that the application and upload methods of this premium space were introduced in the Free Resource Concentration Camp a few years ago. This space has banned IP applications and file uploads outside of Japan, so it is not an easy task for novices. The stability of the space has long been listed in the ranks of premium spaces. Except for the inability to bind rice, the stability of the space is obvious to all.
The space provides 100M storage space, unlimited monthly traffic, and supports one MySQL and one PostgreSQL database. It provides a third-level domain name with the suffix △△.land.to, but does not support binding domain names. There are advertisements, but you can modify the code to remove the advertisements. You need to use a Japanese proxy to apply for an account and FTP. Because space has a certain degree of difficulty, this is also where stability lies. Land.to registration application tutorial: 1. Use a Japanese anonymous proxy to apply for a VPN: http://land.to Click the "New Rules (No Charge)" button to enter the application
2. Enter the domain name you want to register and click the "Account Check" button
3. Click on the right to agree to the terms.
4. Enter your email address under "Enter your email address (required)" and click "Apply for registration" to proceed to the registration.
5. The prompt "I have received the information about your registration." indicates that the activation email has been sent to your mailbox.
6. Click the longest link in the email "お申込ありがとうございました。|AXXISS land.to".
7. Fill in your personal information according to the following corresponding items: Name Furi Kana Birth Year Birthday Password Password (must include letters and numbers, at least 6 characters) Confirm your password by repeating it. Click "Submit" to submit. Site type Site name Site introduction Site description Click "Submit" to submit. It will show “I applied for registration.” which means your registration is successful.
8. After about ten minutes, you will receive a confirmation email saying "Login completed".
FTP information: (Japanese proxy required) The FTP host is a third-level domain name, such as who.vs.land.to for the space exploration station. FTP username and password are the same as the account
MySQL and PostgreSQL need to be started by logging in to the backend: 9. Open https://secure.land.to/member/login.php to log in and activate the database
10. Generate database
The database name and database username are the same as the account username and password are the same as the account database host is localhost
The easiest way to upload to Land.to space without proxy: This space has banned file uploads from IP addresses outside of Japan, so it is not an easy task for novices. In fact, there is a very simple method. Let's see how to solve this problem. Use net2ftp in sitemix.jp space to solve the upload problem in Land.to space. Open https://sitemix.jp/control/file_manager/index.php and use login to upload files
The method of removing ads from Land.to and sitemix.jp is basically the same: Html page: Add <noscript> and </noscript> on both sides of <body>, like this: <noscript><body></noscript> The same is true on both sides of </body>, like this: <noscript></body></noscript> PHP page: Add <noframes> and </noframes> on both sides of <body>, like this: <noframes><body></noframes> Do the same thing on both sides of </body>, like this: <noframes></body></noframes>
The ad removal method in pure Html is also suitable for PHP |