Category: Articles

Computer (3)
Open Source (313)
Security (30)
Server (5)

PHP setcookie() Usage

//
setcookie(name, value, expire, path, domain, secure)

Returns true for success, false for failure. name and value are required, other parameters are optional. expire is the cookie expiration time. time() + 3600 * 24 * 30 will set the Cooki …

Memcached Management and Monitoring Tool MemAdmin

MemAdmin is a visual management and monitoring tool for Memcached, developed with PHP5 & JQuery. It is lightweight and easy to operate. Key features: Server parameter monitoring 鈥?STATS, SETTINGS, ITEMS, SLABS, SIZES with real-time refresh. Server performance monitoring 鈥?GET, DELETE, INCR, DECR, CAS and more.

10 Open-Source Web-Based File Managers

Currently, with the widespread adoption of the Internet, the need for file management has grown significantly. For many people, using a single application to effectively manage your files online has become essential. Therefore, here are the 10 best open-source web-based file managers you will use. eXtplorer: …

How to Display Weibo Feeds on Your Website

With Weibo getting increasingly popular, many people building websites also want to pull Weibo content into their own site. How to embed a Weibo feed on your website? Log into your Weibo account, and in account settings there is a “My Tools” option. As shown in the image: Copy the code to your website and …

Potential New Features in PHP6

PHP core developer Pierre Joye recently posted on the official website about new features that may appear in PHP6. The reason it’s “may appear” is because the PHP6 project is still in the draft stage, and these features are merely ideas that still need discussion and could change at any time. …

PHPcms v9 Template Field Calling Quick Reference

For content pages, directly write {$xyz}
For list pages, you need to query the table of this model. For example, if it’s the news model, query the phpcms_c_news table. Then {$r[xyz]}Article Thumbnail:

Article Title:
{str_cut($r[title], $titlelen)}Article Description:
{str_cut($r[descriptio …

Top 15 Responsive Web Design Testing Tools

Responsive web design, also known as adaptive web design (commonly abbreviated as RWD), enables websites to be read and navigated across a wide range of browsing devices (from desktop computer monitors to mobile phones or other mobile product devices) while minimizing the need for zooming, panning, and scrolling. In other words, a responsive website can automatically …