Home > Backend Development > PHP Tutorial > Problems and solutions when building dvwa xampp to display garbled characters, dvwaxampp_PHP tutorial

Problems and solutions when building dvwa xampp to display garbled characters, dvwaxampp_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 09:44:15
Original
1382 people have browsed it

DVWA

1. Method one is a temporary solution, which means you have to modify it manually every time: use the browser’s coding modification

2. The second method is: a permanent solution, which is to modify the dvwa configuration file and modify the default encoding. The location is (remember to open the hidden folder)

C:xampphtdocsDVWAdvwaincludesdvwaPage.inc.php

Due to the different installation paths, the relative path (that is, the installation path of dvwa) DVWAdvwaincludesdvwaPage.inc.php remains unchanged

Modify the http header inside: change the default encoding utf-8 to gb2312, so that the display will be normal every time

Garbled characters occurred when installing SHOPEX in the XAMPP local environment

Development Tools

Local environment program: XAMPP Mall website building program: SHOPEX

Step 1

: Phenomenon: Set up the XAMPP local environment and install the SHOPEX website building program. Normally, the SHOPEX boot prompt appears for installation, but the resulting page appears garbled. Information prompt: Fatal error: Class 'kernel ' not found in D:bendixampphtdocsinstallinstall.core.php on line 10

Step 2

: Reason: The latest version of XAMPP is 1.8.1, PHP version: 5.4.7, because ZendOptimizer no longer supports PHP5.3.0

, so when XAMPP was at 1.7.2 (its PHP version was already 5.3.0), ZendOptimizer was no longer used. However, SHOPEX is encrypted with zend guard, and it must be optimized with ZendOptimizer before installing SHOPEX, otherwise it will be garbled like at the beginning.

Step 3: Solution: To solve the problem of garbled characters, we use XAMPP version 1.7.1 to install it. After installation, we can see a ZendOptimizer file in the PHP folder in the XMAPP installation directory. Clamped. Reinstall SHOPEX again, and enter the installation wizard smoothly without garbled characters. After installation, if you want to use XAMpp1.8.1, just install it directly without deleting version 1.7.1.

http://www.bkjia.com/PHPjc/1049134.html

www.bkjia.com

true

TechArticledvwa xampp build shows garbled code problems and solutions, dvwaxampp As shown in the picture, dvwa displays garbled codes, there are two solutions : 1. Method one is a temporary solution, which works every time...
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template