Category: Articles

Computer (3)
Open Source (310)
Security (29)
Server (5)

How to Disable the WAP Feature in ECSHOP

Opening an ECSHOP store on a mobile phone redirects to the mobile folder. If the WAP feature is enabled, you will see the WAP version of the site. But now that smartphones are ubiquitous, iPhones and Android devices can browse and shop just like a computer, making this WAP feature somewhat redundant. To disable it, edit index.php and comment out or …

PHP 5.5 Stable Released, Drops Windows XP Support

PHP Developers Officially Release Version 5.5, Featuring Generators and More
PHP developers have officially released version 5.5, which has been in development since last November and went through multiple beta releases. PHP 5.5 includes a range of new features, such as the new array_column() function and foreach() loop support for scalar iteration keys; including generators that allow developers to implement simple …

PHP Performance Optimization

PHP Optimization For PHP optimization, the main approach is to reasonably adjust and configure the relevant key parameters in php.ini. Below, let’s look at how to set some of the parameters in php.ini that have a significant impact on performance.
# vi /etc/php.ini(1) Disable PHP Functions Find: disable_functions = …

What Is the Difference Between ECSHOP and Shopex

What Is the Difference Between ECShop and ShopEx? This is a question many customers ask, as these two systems are the largest open-source e-commerce platforms in China. Differences Between ShopEx and ECShop 1. Free and Open-Source Code SHOPEX: The ShopEx online store system is free to download, free to use, and free to upgrade, with no usage time limits …

ECShop Template File Structure 2.7.3

A complete template should include the following files: • 35 .dwt files (template framework files, the main files that can call .lbi library files) • 57 .lbi files (template library files, files that can be directly modified via backend library project management) • 1 style.css file (contains the template style code and template copyright information) • 1 screenshot.png file (used for displaying installed templates in backend management)

How to Fix “Warning: Cannot Modify Header Information – Headers Already Sent” Error

Searching online, most solutions for this problem are the same, but I ran into this issue again today. After trying it out, I found it works:

Locate the php.ini configuration file in the WINDOWS folder on the C drive, then search for the entry: output_buffering and change its value from the original off to on, then restart Apache and you’re good to go …

Common PHP Development Tools

If you’re not even sure what PHP is yet, then once you’ve got your PHP environment set up, it’s time to think about the next step: which development tool to choose! Honestly, there are tons of PHP development tools out there. Today, the PHP tutorial download section will talk about some of the better PHP development tools currently available. As for the specifics of each PHP development tool …

Open-Source Online Exam Systems from Abroad

1.TCExam agpl license, troublesome. PHP/mysql
Average functionality, just an exam system, multilingual support.

Link: http://sourceforge.net/projects/tcexam/

2. eFront – Refreshing eLearning

Screenshots look decent, homepage: http://sourcefor …