Yesterday I had to set up a new server for bunch of sites from 2008 using PHP Pear….
DB Error: extension not found
You might need to add the following line at the end of /etc/php.ini
extension=mysqli.so
Yesterday I had to set up a new server for bunch of sites from 2008 using PHP Pear….
DB Error: extension not found
You might need to add the following line at the end of /etc/php.ini
extension=mysqli.so
Some of my old scripts with ffmpeg… are now breaking apart …. returning, sometimes…
Please use -q:a or -q:v, -qscale is ambiguous
-q:v 0 is the solution!
Forbidden
You don’t have permission to access /~wwwplayboy.com/ on this server.
Server unable to read htaccess file, denying access to be safeAdditionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Try to set the folder (public_html) to 755.

Welcome to Insecam project. The world biggest directory of online surveillance security cameras. Select a country to watch live street, traffic, parking, office, road, beach, earth online webcams. Now you can search live web cams around the world. You can find here Axis, Panasonic, Linksys, Sony, TPLink, Foscam and a lot of other network video cams available online without a password. Mozilla Firefox browser is recommended to watch network cameras.
The following actions were made to Insecam for the protection of individual privacy:
– Only filtered cameras are available now. This way none of the cameras on Insecam invade anybody’s private life.
– Any private or unethical camera will be removed immediately upon e-mail complaint. Pleaseprovide a direct link to help facilitate the prompt removal of the camera.
– If you do not want to contact us by e-mail, you can still remove your camera from Insecam. The only thing you need to do is to set the password ofyour camera.
– You can add your camera to the directory by following next link. It will be available only after adminitrator’s approval.The coordinates of the cameras are approximate. They point to the ISP address and not the physical address of the camera. This information is accurate only to a few hundred miles. The coordinates are provided only to locate the city where the camera is located, but not it’s exact position or address.
Thank you for visiting Insecam online directory.
Insecam administrator.
I was having some HTTP issues here on this blog…
Mixed Content: The page at ‘https://www.digitalwhores.net/*******’. This request has been blocked; the content must be served over HTTPS.
I’v installed SSL Insecure Content Fixer.
Make sure you select !!
HTTP_CF_VISITOR (Cloudflare Flexible SSL); deprecated, since Cloudflare sends HTTP_X_FORWARDED_PROTO now

Well!,
Update it manually! It worked.
cd /var/discourse git pull ./launcher rebuild app

This image shows a patch of the sky centered on the Orion constellation and is based on observations performed by ESA’s Planck satellite at microwave and sub-millimetre wavelengths.
http://sci.esa.int/planck/55911-polarised-emission-from-orion-annotated/
This is how…
On mysql set your table(s)’s filed(s) to utf8mb4_general_ci.
$db['default']['char_set'] = 'utf8mb4';
$db['default']['dbcollat'] = 'utf8mb4_general_ci';
https://stackoverflow.com/questions/16828197/displaying-utf8-character-on-codeigniter

