How to install eAccelerator in PHP 5.3 under CentOS 6

Current working system:

  • CentOS 6.4 final
  • PHP 5.3.3
  • Apache 2.2.15

Here is the issue: once you install eaccelerator (RPM from EPEL CentOS Repository with command: yum install php-eaccelerator) and phpMyAdmin 4.0.10.4 (also from RPM), you notice a big issue.

PhpMyAdmin

Php will start crashing running phpMyAdmin and in apache error logs.
[notice] child pid NUMBER exit signal Segmentation fault (11)

Tags: , , ,

New companies info: Shared Count (Facebook, Twitter, Google+, Linkedin, StumbleUpon)

Some of our members/visitors may already notice that we list now shared count numbers for each listed company.
Currently, we display shared counts from Facebook, Twitter, Google+, Linkedin and StumbleUpon.

Shared Count Example

Tags:

WHTOP.com new website (old Web-Hosting-Top.com )

After over 10 years of providing deep details and reviews of web hosting providers, web-hosting-top.com has been completely redesigned. New version, WHTOP.COM is going to provide much better services.

whtop.com website logo

Tags:

PHP Code for removing all “generator” content from wordpress 4.0 – HTML & Feed/Rss

Update your functions.php from your template theme to get rid of such “generator” content.
functions.php location

PHP code example how to remove generator content, like:
<meta name=”generator” content=”WordPress 4.0″ />
<generator>http://wordpress.org/?v=4.0 </generator>
<link rel=”stylesheet” href=”/style/wp4.css?v=4.0″ />
<script type=’text/javascript’ src’/resize.js?ver=4.0′></script>
<link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”/xmlrpc.php?rsd” />
<link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”/wlwmanifest.xml” />

Note: The code applied for Wordpress 4.0, written in PHP.

Tags: ,