Friday, June 22, 2012

Visual Recommend Footer Hack


If you use visual recomment in your site then you will see there is a footer like the below image:






This footer comes in every page of visual recomment component. now it gives us bugging. If you want to remove this footer then read the full article.



Go to [site/components/com_visualrecommend/visualrecommend.html.php] here. Now open the file and go to line about 185 and 188, you will see some code like below:





eval(stripslashes(base64_decode("CQkJZWNobyA............

eval(stripslashes(base64_decode("CQkJZWNoby.............



now if you comment out this two lines then your footer will be gone. This is encrypted code and content the footer info. So a sample code is given below:

//eval(stripslashes(base64_decode("CQkJZWNobyAiPC90ZD48L3RyPjwvdGFibGU

+IjsNCgkJCV9nZXRDb3B5cmlnaHROb3RpY2UoKTsJCQkNCg==")));
if ( $displayGoogleAdense && $vr_ads_position>=1 ) echo "<br />" . $displayGoogleAdense;
}else{
//eval(stripslashes(base64_decode("CQkJZWNobyBfVlJFQ09NTUVORF9PTkxZ

UkVHSVNURVJFRDsNCgkJCV9nZXRDb3B5cmlnaHROb3RpY2UoKTsNCg==")));

This will solve your footer problem.

joomla fresco template june 2012 Rocket theme





Download Link:


http://demo.rockettheme.com/?template=fresco
http://turbobit.net/cam5v2nafx8e/cooltemp.rar.html
http://letitbit.net/download/53954.51771029312ce5f984e7ab68a756/cooltemp.rar.html

Windows 7 – How to Delete Files Protected by TrustedInstaller

Did you know that a lot of files in Windows 7 are not owned by you, even if you are the Administrator? They are instead owned by an entity called the “Trusted Installer”. Such a wonderful sounding name eh!
So that’s not a problem most of the time, unless you need to delete certain system files and folders. You’ll end up getting a message like:
You do not have permission to perform this action.
or something like:
You need authorization from TrustedInstaller in order to perform this action.
Thanks Windows! So in order to delete a file that is owned by TrustedInstaller, you have to first take ownership of the files or folders and then grant yourself full control permissions and rights!

You have to do all of that just to be able to rename, delete, or edit these files and folders. In this article, I’ll walk you through the steps in order to do this.

First, go to the folder or set of files that you need to change permissions for, right-click on them and choose Properties.



Next click on the Security tab and then click on the Advanced button at the bottom:
Next click on the Owner tab and you’ll now see that the current owner is TrustedInstaller.
Now click on the Edit button and choose who you would like to change the owner to, either your account or the Administrators. If your account is an Administrator account, I would suggest just picking Administrators.
You can also check off Replace owner on subcontainers and objects if you need to delete more than one file in a folder. Go ahead and click OK. Now you will see that the Current owner is the account you picked.
Click OK until you have closed all properties windows and are back to the Windows Explorer screen. Then right-click on the folder or file again and choose Properties again.
Now click on the Security tab again, but instead of clicking on Advanced, you need to click the Edit button.
Now click on the user name in the list that you want to change the permissions for, which should be the same as who you changed the current owner too. If the user name is not in the list, click Add, type in the name and click OK.
Since I had changed the current owner to Administrators, I clicked on Administrators here and then clicked on the check box next to Full Control. When you do that, all the other boxes get checked too.
Click OK once and then click OK one more time to get back to Windows Explorer. Now you can delete those files without any UAC messages telling you that you can’t! Enjoy!