Penguination Project


Author Archive

Datafeedr Review

DataFeedr has created a lot of buzz lately amongst affiliates and many want to know if this online service is worth giving a try. What is DataFeedr? Firstly for those of you who are not yet aware of this service or have just heard about it but don’t know what exactly it is, DataFeedr is quite an [...]

About phishing and fishing

Hi, good day to you. Who are you ? Developer, just internet user looking for some information about something ? Maybe you are an ebay seller or Twitter user. Beware, they are phishing you! Who are they ? And what is phishing? If you don’t know what is phishing it is a good idea to [...]

Htaccess automatic CHMOD tutorial

Sometimes we should ensure that particular files chmod configuration is configured properly, and if we are not sure we can simply use .htaccess for proper auto configuration, for example you have some file config.ini and it’s chmod should be 755, and if you have 200 files like config.ini in lots of directories ?  Here is the [...]

Htaccess custom error page

Sometimes when your visitors browsing your page and your content was removed or deleted, they will see simple “not found” page or 404 error – not found message set by default with apache server.  We will modify our server configuration file .htaccess and will show you how to design your custom error page.  First we will create [...]

Wordpress twitter button tutorial

Hello again friends ! Good news , you don’t need any wordpress twitter plugin for now, we will teach you how to create this plugin yourself ! Twitter button allows to your visitors to tweet every single post. That’s cool enough right ? There are some free widgets available over the net. Tweetmeme.com button for example, but [...]

PHP Magic Quotes theory and the operation

One of the known PHP developer’s problems are the quotes and double quotes. It was a sunshine day when we started developing our Twitter related application allowed to users tweet from code tweets that are more than 140 characters. Everything worked smooth until somewone typed something like this :  Check out my new track “VNV Nation- [...]

ffmpeg hosting

We had to create video audio encoder, decoder application.  The easiest and powerfull way was to use ffmpeg linux application to encode and decode video and audio files into different formats. Once ffmpeg was installed on localhost, our application was tested and worked fine. But when we started toi look for hosting to host our [...]

wordpress design tutorial #3

Hello, we just finished custom made login page of wordpress weblog. It was deep hack inside wordpress Application. Actually we included default wordpress theme header , sidebar and footer into wp-login.php file.  This tutorial could be used with any wordpress theme and template. We included archived .zip file in this tutorial , the archive contains wp-login.php [...]

Editing default wordpress theme tutorial #2

Hello, we will continue default wordpress theme editing tutorial, in tutorial #1 we fixed default wordpress theme to enable sidebar showing in all posts and categories, and today you will learn how to add most recent video in your right sidebar , or somwhere else inside of your wordpress blog.  We will try to explain [...]

Editing default wordpress theme tutorial #1

Today we will learn how to fix default kubrick wordpress template and making it double column in all blog categories. As a default kubrick theme don’t shows sidebar when you are browsing into single post or attachement. It could be fixed in a 2 minutes of our time. We also created preview for this tutorial : http://penguinationproject.com/preview/ You [...]