Wednesday, October 12, 2011
Thursday, October 6, 2011
Warning: ini_set() has been disabled for security reasons in
Pligg, Drupal, etc... - Error Message "Warning: ini_set() has been disabled for security reasons in /home/........config.php on line 9 ..."
How to solve the above problem? generally only need 2 steps to do, are:
1 - Create php.ini file , that containts the following codes :
disabled_funcions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen
Then, upload/save the above php.ini file into the root of your website in CPANEL/SERVER, e.g. /home/YOUR-USERNAME/php.ini
2 - Edit your .htaccess file that located in /home /username/public_html/.htaccess, and add the following code at the first line:
suPHP_ConfigPath /home/username
If you are using PLIGG CMS and still get the error message in the Admin Area, to solve it, you can upload or copy the php.ini file into the Admin Folder, e.g. /public_html/admin/php.ini
Well.. I share this tips , based on my experience recently at my pligg sites, latestnet.com - bookmarking site
Shiree Odiz Diamond Engagement Rings
How to solve the above problem? generally only need 2 steps to do, are:
1 - Create php.ini file , that containts the following codes :
disabled_funcions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen
Then, upload/save the above php.ini file into the root of your website in CPANEL/SERVER, e.g. /home/YOUR-USERNAME/php.ini
2 - Edit your .htaccess file that located in /home /username/public_html/.htaccess, and add the following code at the first line:
suPHP_ConfigPath /home/username
If you are using PLIGG CMS and still get the error message in the Admin Area, to solve it, you can upload or copy the php.ini file into the Admin Folder, e.g. /public_html/admin/php.ini
Well.. I share this tips , based on my experience recently at my pligg sites, latestnet.com - bookmarking site
Shiree Odiz Diamond Engagement Rings
Warning: ini_set() has been disabled for security reasons in
Pligg, Drupal, etc... - Error Message "Warning: ini_set() has been disabled for security reasons in /home/........config.php on line 9 ..."
How to solve the above problem? generally only need 2 steps to do, are:
1 - Create php.ini file , that containts the following codes :
disabled_funcions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen
Then, upload/save the above php.ini file into the root of your website in CPANEL/SERVER, e.g. /home/YOUR-USERNAME/php.ini
2 - Edit your .htaccess file that located in /home /username/public_html/.htaccess, and add the following code at the first line:
suPHP_ConfigPath /home/username
If you are using PLIGG CMS and still get the error message in the Admin Area, to solve it, you can upload or copy the php.ini file into the Admin Folder, e.g. /public_html/admin/php.ini
Well.. I share this tips , based on my experience recently at my pligg sites, latestnet.com - bookmarking site
Shiree Odiz Diamond Engagement Rings
How to solve the above problem? generally only need 2 steps to do, are:
1 - Create php.ini file , that containts the following codes :
disabled_funcions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen
Then, upload/save the above php.ini file into the root of your website in CPANEL/SERVER, e.g. /home/YOUR-USERNAME/php.ini
2 - Edit your .htaccess file that located in /home /username/public_html/.htaccess, and add the following code at the first line:
suPHP_ConfigPath /home/username
If you are using PLIGG CMS and still get the error message in the Admin Area, to solve it, you can upload or copy the php.ini file into the Admin Folder, e.g. /public_html/admin/php.ini
Well.. I share this tips , based on my experience recently at my pligg sites, latestnet.com - bookmarking site
Shiree Odiz Diamond Engagement Rings
Tuesday, October 4, 2011
Reset Password WordPress - Can't login to wp-admin
Resset WordPress Password With PHP File: Based on my experience recently, that I can't login to my wp-admin on wordpress site www.ringslover.com, even I have resetting the username and password through phpmyadmin in cpanel, but it still doesn't solve the problem.How to resetting your wp password when you've forgotten it? , if you have forgotten your wp password normally is easy to do, simply by clicking on the "Lost your password?" link under the "wp-admin or wp-login.php file", But sometimes you can't access/login to the wp-admin, due to certain problems. Iif so, what should we do?
Well..follow these steps:
- Download wp-password-reset.php
- Upload the wp-password-reset.php into your root folder of your site, e.g. public_html/wp-password-reset.php
- Open your browser and go to : http://YOUR-WORDPRESS-SITE/wp-password-reset.php , then fill "email" and your "new password" here..
- Done..remove the wp-password-reset.php, to secure.
The above file in .rar format, download win-rar here: http://www.win-rar.com/download.html


































































