Sunday, 8 November 2015

Diwali Wishes and Gift

Hello All, 
Wishing you Happy Diwali and Happy New Year. 
We hope your new year will come with full Joy and Your wishes comes true. 
This diwali we are provide you Rs. 100 Gift vouchure of Movie. 
This is as a diwali gift from Us.
For that you have to register PayUMoney using below link 
Steps
  1. You have to register using above link.
  2. You have to purchase of Rs. 250 from PayUMoney on the merchants listed (https://www.payumoney.com/partners.html?tab=all)
  3. You will get vouchure code of Rs. 100 Movie ticket off from bookmyshow , fastickets , ticketnew (you have to pay using PayUMoney and enter your code in PayUMoney to redeem)
NOTE : THIS IS NOT FRAUD OR ANY THING WE HAD DEAL WITH PAYUMONEY TO BE WITH YOU AND MAKE OUR BONDING CLOSE.

Tuesday, 27 October 2015

Wordpress : User can access only own media in

User can access only own media in wordpress



add_filter( 'ajax_query_attachments_args', 'show_users_own_attachments', 1, 1 );

function show_users_own_attachments($query){
  $id = get_current_user_id();
  if( !current_user_can('manage_options') )
  $query['author'] = $id;
  return $query;
}

Plugin 'federated' is disabled. xampp

I have find solution for this error in xampp


1) On start MySQL service we have face some problem



2) Solution for this Error Plugin 'FEDERATED' is disabled.
     Just open Task Manager and go in Details tab then find mysqld.exe file stop this task.


3) Let's Re-try  start MySQL Service and see it's working.