Top 10 Posts
How do I enable/disable eAccelerator? - 2008/04/19
eAccelerator is used improve performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. If eAccelerator is installed on serverwide then it is enable for all account o...
How do I enable/disable eAccelerator? - 2008/04/19
eAccelerator is used improve performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. If eAccelerator is installed on serverwide then it is enable for all account o...
How to compile firebird module with php ? - 2007/10/06
What is firebird Firebird is an open source relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, powerful language support for stored procedures and triggers. It has been used ...
Fixing Apache "No space left on device: Couldn't create accept lock" errors - 2007/09/28
I was facing same error with one of my shared server last couple of week, apache was broke on server and getting following error in apache error logs file. [emerg] (28)No space left on device: Couldn't create accept lock [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [notice...
How to compile pdo_mysql module with php ? - 2007/09/19
Hello, PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x and 4.x databases. PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you're using an older version of the mysql client ...
301 Redirect - 2007/09/14
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "30...
How to install client exec billing software for webhosting - 2007/07/26
What is Clientexec? Clientexec is a robust client management software use for managing hosting clients, as well as many other types of clients, that offers the ability for monthly billing. CE Clientexec) also offers an area for your clients to create support tickets, and allows you to respond to ...
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0 - 2007/07/12
Hello, If you trying to installed Zend optimize and ionCube Loader on plesk server . After installing Zend 3.0.1 and ionCube Loader php -v returns this: ---------------------------------------------------------------------- PHP Fatal error: [ionCube Loader] The Loader must appear as th...
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0 - 2007/07/12
Hello, If you trying to installed Zend optimize and ionCube Loader on plesk server . After installing Zend 3.0.1 and ionCube Loader php -v returns this: ---------------------------------------------------------------------- PHP Fatal error: [ionCube Loader] The Loader must appear as th...
How do you repair a corrupt MySQL table? - 2007/07/08
Hello, Error: Table ‘tbl_ name’ doesn’t exist databasename_tablesname.frm can’t open If you get either of the following errors, it usually means that no table exists in the current database with the given name: Table ‘tbl_name’ doesn’t exist Can’t find file: ‘tbl_...