
Download link: http://rapidshare.com/files/175666155/PCMAV-1.91.zip
Update Build 2: http://www.ziddu.com/downloadfile/3045010/PCMAV-1.91-Update-B2.zip.html

Download link: http://rapidshare.com/files/175666155/PCMAV-1.91.zip
Update Build 2: http://www.ziddu.com/downloadfile/3045010/PCMAV-1.91-Update-B2.zip.html

You may wondering how to create title which able to be shown in every page (not Header).
Here we go..
Good luck and have a nice Excel.
![]()
This the simplest in steganography form (but without any advance protection such as password). But, very tricky way..
How to doing this?
In Windows:
1. Gather the file you wish to bind, and the image file, and place them in a folder. For example I will be using D:\Celly The image we will be using an example will be mylove.jpg
2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (truelove.rar)
3. Open command prompt by going to Start > Run > cmd
4. In Command Prompt, navigate to the folder where your two files are by typing cd D:\Celly
5. Type copy /b mylove.jpg + truelove.rar ourlove.jpg
In Linux:
I assume that you have understand about path system. Then, just type cat mylove.jpeg truelove.rar > ourlove.jpeg
In order to view/extract your file
In Windows:
1 Change the file extension from ourlove.jpg to ourlove.rar, then open and your file is there
2. Leave the file extension as is, right click, open with WinRar and your file is there..
In Linux:
Simply type this: unrar e ourlove.jpeg
This is a good example: http://img153.imageshack.us/img153/3742/testrj6.jpg
Enjoy!

If you ever thought to change localhost to yourdomain.com, then everything you need is just by following this steps:
Add your wishes:
127.0.0.1 localhost
127.0.0.1 yourdomain.com
Add these to the last lines:
NameVirtualHost localhost:80
<VirtualHost localhost:80>
DocumentRoot e:/xampp/htdocs
ServerName localhost
</VirtualHost>
NameVirtualHost yourdomain.com:80
<VirtualHost yourdomain.com:80>
DocumentRoot e:/xampp/htdocs/yourdomain
ServerName yourdomain.com
</VirtualHost>
Good luck