Blog

/Blog

Curl: Location redirect while open_basedir is set

f you need to follow redirects within your php code using Curl and the open_basedir is set you came into some trouble. If you disable this directive all your directories with a 777 permission are not safe (if one or more website on the same server has some security issues). If you don’t have additional [...]

By |January 21st, 2014|Blog, PHP|1 Comment

Can not access phpmyadmin after installing Lampp

Problem:Can not access phpmyadmin after installing Lampp:`New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". If you think this is a server error, please contact the webmaster. Error 403 xser.com Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7`Solution-You need to add this line("Require [...]

By |January 14th, 2014|Blog, WordPress|0 Comments

Fix WordPress user roles

All  WordPress user roles are gone, how to fix it!? The steps I would take are these: Open your database Backup your wp_options table (prefixes will change the beginning of the table name of course) Find the row from the first section of this article “wp_user_roles” in the wp_options table Copy the default user roles [...]

By |January 14th, 2014|Blog, PHP, WordPress|0 Comments

Enable zip extension

Enable zip extension for php with apache by: 1- Un-commenting zip.so in /opt/lampp/etc/php.ini. (The latest version of XAMPP, as of this article, is compiled with zip support for PHP but you need to follow the few steps mentioned here to enable it and make it work). 2- Un-commenting and updating the path of the extension_dir [...]

By |January 14th, 2014|Blog|0 Comments

Detector

Detect website framework: http://guess.scritch.org Wordpress theme detector http://www.wpthemedetector.com/

By |January 14th, 2014|Blog|1 Comment