Website security system

Posted on July 14th, 2010 in Web Programming

Security of a website or web security systems is a major priority for a webmaster. If a webmaster to ignore the security of a website, a hacker can retrieve the necessary data on a website and can even spoil the look of the website (deformation) of it.

Here are some common methods are often used by hackers to attack a website:

Local File Inclusion (LFI)
Methods that exploit the weaknesses of PHP scripts include (), include_once (), require (), require () the variable is not declared correctly. With LFI an attacker can include a file located on the server in question.

Overcome the error message “An Unexpected Error occurred During the HTTP API requests’ WordPress

Posted on May 5th, 2010 in Free Web Template

Sometimes you will encounter the following error message ‘An Unexpected Error occurred During the HTTP API request’ when did request a page (such as upgrading the plugin, plugins searching etc) through the admin dashboard worpdress.  This problem may occur during the 2 -3 minutes and then after that your wordpress admin panel back to normal.

If you get this error frequently on your dashboard page, here we provide a solution and how to cope. WordPress set the timeout limit for each demand / request. If it crossed the boundaries of certain requests, in which case you will get an error message. If you need to resolve this problem, it can be done by increasing the ‘time limit’ with the value / higher value.

To increase the ‘timeout limit of requests’, into the directory “wp-includes’ your wordpress installation and edit the files’ http.php’.

Overcoming: Warning: array_keys () [function.array-keys] / widgets.php on line 1045 in wordpress

Posted on May 4th, 2010 in Web Programming

If you are experiencing an error message that appears after adding the top blog on the widget html text on the page that is paired dashboard widget even knows where previously missing. You do not need to worry and panic, here we provide solutions to overcome problems that interfere with the error message on the display of your blog.

Warning: array_keys () [function.array-keys]: The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 10Warning: array_keys () [function.array-keys] The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 1045

Try to follow the following guidelines:

HOW to enable Search Engine Friendly URLs in Joomla

Posted on May 3rd, 2010 in Free Web Template

If you are installing Joomla through Fantastico and want to enable Search Engine Friendly URLs, please follow the steps below.

1) Log into Joomla Control Panel -> Global Configuration -> SEO (tab)
2) Set Search Engine Friendly URLs to Yes
3) Open the file. Htaccess (in the root directory where Joomla in the install) using the file manager
4) Uncomment (remove the hash mark “#”) on the following lines:
Line # 51: Options FollowSymLinks
Line # 56: RewriteEngine On
Line # 71: RewriteCond% (REQUEST_FILENAME) \-f
Line # 72: RewriteCond% (REQUEST_FILENAME) \-d
Line # 74: RewriteCond% (REQUEST_URI) (/ | \. Htm | \. Php | \. Html |/[^.]*)$ [NC]
Line # 75: RewriteRule ^ (content / | component /) index.php

  • Comments Off

WPAU: The function exec ()

Posted on May 1st, 2010 in Web Programming

Automatic Wordpress Plugin is one of the Wordpress plugin which is currently quite popular because it offers convenience to upgrade WordPress to the latest version automatically.

However, this plugin uses the functions exec () so they can run well. And unfortunately again, when you are on shared hosting, the function exec () into the list disable_function php. So the plugin can not run well.

Next Page »