Showing posts with label Blog. Show all posts
Showing posts with label Blog. Show all posts

Saturday, June 17, 2023

9 WordPress Scanner to Find Security Vulnerabilities

 There are plenty of online scanners to check the common web vulnerabilities, but that may not be sufficient as a security risk may arise from WordPress core, plugin, theme, or misconfiguration.

For that, you need a specialized security scanner that not just detects the common but also particular WordPress vulnerabilities.

The following scanner can help you to audit your website and let you know about security risks. So you can take necessary action to prevent being hacked.

Friday, December 11, 2020

A Nice Php Photo Gallery Program

 演示地址:https://files.photo.gallery/demo/?samples

下载链接:https://cdn.jsdelivr.net/npm/files.photo.gallery/index.php

设置说明:https://forum.photo.gallery/viewtopic.php?f=66&t=9964

开心补丁:https://cdn.jsdelivr.net/gh/yyingc/[email protected]/files.js


php组建需求: fileinfo exif imagemagick


配置根目录、密码访问和排除不需要显示的目录:

// 根目录配置
'root' => '根目录路径', // root path relative to script.
'start_path' => false, // start path relative to script. If empty, root is start path
// 登录账号密码配置
'username' => 'zhujizixun',
'password' => '12345678', // Add password directly or use https://tinyfilemanager.github.io/docs/pwd.html to encrypt the password (encrypted password is more secure, as it prevents your password from being exposed directly in a file).
// 排除文件或者目录
'files_exclude' => '/.(html|xml)$/i', // '/.(pdf|jpe?g)$/i'
'dirs_exclude' => '//js|/_files(/|$)/i', //'//Convert|/football|/node_modules(/|$)/i',
'allow_symlinks' => true, // allow symlinks

Tuesday, March 3, 2020

WordPress添加文章内图片自动存储到服务器功能

WordPress纯代码添加文章内图片自动存储到服务器功能,用于更方便的转载文章,特别是图文并茂的文章。也有一款名叫easy copy paste插件能实现此功能,这是一款轻量级的 WordPress 远程图片本地化插件,没有冗余的内容,安装好后你就只管复制粘贴就好。
个人使用的是QQWorld这款插件,实测可用。
用代码如何实现WordPress添加文章内图片自动存储到服务器功能?

Friday, November 1, 2019

Nginx 0.7.x + PHP 5.2.6(FastCGI)+ MySQL 5.1 在128M小内存VPS服务器上的配置优化

VPS(全称Virtual Private Server)是利用最新虚拟化技术在一台物理服务器上创建多个相互隔离的虚拟私有主机。它们以最大化的效率共享硬件、软件许可证以及管理资源。对其用户和应用程序来讲,每一个VPS平台的运行和管理都与一台独立主机完全相同,因为每一个VPS均可独立进行重启并拥有自己的root访问权限、用户、IP地址、内存、过程、文件、应用程序、系统函数库以及配置文件。

  VPS服务器最重要的指标就是内存大小,多个VPS服务器可以共享一颗CPU,但不能共享同一块内存。内存越大,价格越贵。

  下面,以我的博客所在的VPS为例,介绍在128M内存下对 Nginx 0.7.x + PHP 5.2.6(FastCGI)+ MySQL 5.1 的优化。

  至于 Nginx + PHP + MySQL 的安装配置,可参见:《Nginx 0.7.x + PHP 5.2.6(FastCGI)搭建胜过Apache十倍的Web服务器(第4版) 》

http://zyan.cc/post/375/

Saturday, October 19, 2019

How To Connect AWS RDS With PhpMyAdmin(Debian)

STEP 1. Updating Packages.

# apt-get update
STEP 2. Installing Web Server.
# apt-get install apache2 -y
STEP 3. Installing Mysql-Server.
# apt-get install mysql-server -y
STEP 4. Installaing php5.
# apt-get install php5-cgi -y
STEP 5. Installing PhpMyAdmin.

Monday, October 14, 2019

SOLVED: WordPress JetPack Error Updating Settings – FetchNetworkError

One of my sites met this issue for a couple of months already. I have tried to uninstall / re-install this JetPack plug-in many times, but could not fix it until saw this article. For me, the solution 2 - Install Really Simple SSL works.

After installed and activate plug-in - Really Simple SSL, you will have to activate SSL for your site in the plug-in.
===========================================================
https://www.urtech.ca/2019/06/solved-wordpress-jetpack-error-updating-settings-fetchnetworkerror/

WordPress JetPack Error updating settings - FetchNetworkErrorWe run more than a dozen sites with nearly all of the configured the same way but one of our sites kept erroring out with “WordPress JetPack Error Updating Settings – FetchNetworkError” when we were trying to change settings in JetPack.
We suspect this error is related to our use of SSL via the CloudFlare CDN (Content Delivery Network) but were not able to prove it,

Saturday, October 5, 2019

一些免费而且好用的图床工具

图床



Postimage 是一款来自国外的图床工具,支持按照一定大小缩放图片及设置图片自动删除。在上传完成后,Postimage 会为你生成多种链接格式以满足不同需求。令人眼前一亮的是,Postimage 还会生成一个用于删除当前图片的链接,你只要访问那个链接即可将图片删除。
    除了支持网页上传外,Postimage 也提供了 Windows 客户端。你可以在 这里 下载它的桌面客户端,支持直接将本地文件上传到 Postimage、截图上传等功能。Postimage 在测试中的表现不错,GIF 耗时 4 秒。或许是因为进度条的原因,PNG 的耗时要比其他工具稍长一点,但仍在可接受的范围内。Postimage 对文件大小暂时不设限,但官方的会对频繁传输大量图片的可疑账号进行监控甚至封禁。postimage 适合作为主力图床使用,如果你是身在海外的时差党,它或许会比国内图床更适合你。  https://postimages.org/



  • ImgURL 是由国内独立开发者制作的图床工具,已在 GitHub 开源。ImgURL 支持拖拽、粘贴等多种上传方式。在上传测试中,GIF 耗时 5 秒,PNG 实现秒传,处于可接受的范围内。

ImgURL 的图片编辑功能着实让人眼前一亮。在你上传了一张图片后,你可以对其进行裁切、压缩,甚至是添加水印的操作。除了可以将图片导出为 URL 外,ImgURL 还支持选择 HTML、Markdown 等格式。
ImgURL 对游客做出了上传限制。每日仅支持上传 10 张照片,每张照片的大小不能超过 5M,适合上传图片不多的用户。

YouTube Channel