How useful is the pharapi open source interface framework? The most complete back-end PHP development strategy

Pharapi open source interface framework Pronunciation: Pai framework, official website: https://www.phalapi.net/ PhalApi is a lightweight open source interface framework for PHP, which is committed to the rapid development of interface services. It supports protocols such as HTTP/SOAP/RPC and can be used to build interfaces / micro services ...

Posted by literom on Tue, 18 Jan 2022 14:01:12 +0100

PHP file upload

PHP file upload The concept of file upload: the file is saved from the user's local computer to the directory specified by the server's computer through transmission (Web form). Principle of file upload: Add file upload form: the browser requests an HTML script of the server (including file upload form)The user selects a file locally (click ...

Posted by retoto on Sat, 15 Jan 2022 07:34:38 +0100

LOL hero information website - PHP - course design

1. Project link: uploading.. 2. Project video: LOL hero information website based on HTML+PHP+Jquery_ Beep beep beep_ bilibili 3. Project introduction: The project is designed as a Jquery course in the second semester of sophomore year, imitating the hero information, hero details, equipment and Summoner page of the official website of the ...

Posted by SCRUBBIE1 on Thu, 13 Jan 2022 11:30:11 +0100

Mycat as a small knowledge point of proxy server

I preface Mycat exposes services in the form of a Server, and its main configuration class is Server XML, this article mainly focuses on some small details, mainly including: Server. How to load XML Configuration and role in Server Flow of Server in connection request II Server.xml configuration 2 ...

Posted by htcilt on Thu, 13 Jan 2022 07:18:11 +0100

PHP uses asymmetric encryption algorithm (RSA)

Type of encryption: In daily design and development, in order to ensure the security of data transmission and data storage, data plaintext can be encrypted into complex ciphertext through specific algorithms. At present, the mainstream encryption methods can be roughly divided into one-way encryption and two-way encryption. Unidirection ...

Posted by nwoottonn on Tue, 11 Jan 2022 12:42:48 +0100

WEB security file contains vulnerability ---------

File contains vulnerability Vulnerability description When the server contains arbitrary files through PHP features (functions), because the source of the file to be included is not filtered strictly, it can contain a malicious file, and we can use the included file to construct malicious code for attack. Causes of vulnerabilities ...

Posted by Jackomo0815 on Tue, 11 Jan 2022 10:58:10 +0100

Real expiration time

Expiration Time concept First, what is Expiration Time? According to the English direct translation, the Expiration Time or Expiration Time. How to understand the concept of Expiration Time in React? We might as well start with its role to understand what it is. Expiration Time action In real, the source code location is ...

Posted by amir on Tue, 11 Jan 2022 10:18:08 +0100

[file upload bypass] - parsing vulnerability htaccess file parsing vulnerability

1, Purpose of the experiment: 1. Understand what is htaccess file. 2. Through the upload labs game (Pass-04), master htaccess file parsing vulnerability technology. 2, Tools: cmd command line Firefox / Google browser 3, Experimental environment: Target machine: windows10 virtual machine: 192.168.100.150    & ...

Posted by prasitc2005 on Mon, 10 Jan 2022 23:58:22 +0100

Small ideas of session utilization

Small ideas of session utilization preface When doing questions, we often take into account the use of session. There are two common basic types: session file inclusion and session deserialization. We haven't summarized it in detail before, so let's write it. session file contains php.ini session related configuration session.upload_progr ...

Posted by bliljerk101 on Fri, 07 Jan 2022 13:45:14 +0100

Build the LAMP architecture (LAMP website application mode), including the installation of Apache, Mysql and PHP

LAMP Architecture Overview LAMP architecture is one of the mature enterprise website application modes at present. It refers to a complete set of systems and related software working together, which can provide dynamic web site services and its application development environment. LAMP is an abbreviation, including Linux operating system, ...

Posted by timj on Thu, 06 Jan 2022 10:56:16 +0100