Author Archive sachinghare

Bysachinghare

Google Apps Coupon Code – USA, India, Australia, New Zealand, UK, Canada

Google Apps Coupon Code – Save 20% On monthly/yearly billing

Get email for your business – These days there is more value to business if it is using Business Email service.


Why you need business email service?

If you are using email service with your existing hosting then you might receive so many spam mails, offer mails and other junk professionals. You will also face many hacking attempts to your email and sometimes it got hacked as well. The reason behind this is Hosting servers are not capable to handle the business email features, some of the hosting companies do … Read More

Bysachinghare
Bysachinghare

Must Have WordPress Plugins for 2015

Must Have WordPress Plugins for 2015

These days wordpress is the most popular and recommended CMS system and 40% websites out of all are using wordpress system and plugins playing important roll as without plugins the outcome isn’t possible. So i decided to share some of must have plugins for every wordpress site. Considering Security, Stability and most important that these are Conflict free plugins for any versions of WordPress & Themes. These plugins will stabilize your site, it will also make your site more secured to fight against hacking & spamming.

 

1. Anti Spam – Security Plugin

This … Read More

Bysachinghare

Double Check-out Buttons on Cart Page and Duplicate Fields

Double Check-out Buttons on Cart Page and Duplicate Fields

Double check-out buttons is the most problem found in WooCommerce sites the simple reason is due to duplicate pages, checkout step is used in WooCommerce plugins and the same is used in theme WooCommerce folder.

To fix this issue simple tweak is to rename OR delete folder to do that go to wp-content >> plugins >> WooCommerce >> templates & Rename folder Checkout (Make sure you are not deleting the folder as if something went wrong you can make it back to original). Once that done try checking the site for … Read More

Bysachinghare

Track Website Visitors using Google Maps, PHP and MYSQL

Track Website Visitors using Google Maps/Use Google Maps to Track Website Visitors

You might have searching around adding website visitors using location service but i bet you won’t find anything as i tried and haven’t found anything. So i started working on my own interactive maps using my own php mysql map code & the result is amazing, you can check out the demo first before going forward. The code i made is very simple, i have used Location Service to track visitor location, once the location tracked it stores the content in database and show the info on map … Read More

Bysachinghare

Create Interactive Maps With the Google Maps in Minutes

Interactive Maps With the Google Maps in Minutes

I have been searching around for interactive google maps which can collect user data and display over map but i couldn’t find anything. What i found is complicated designs, codes and no downloadable tutorials. So i started working on my own interactive maps using my own php mysql map code & the result is amazing, you can check out the demo first before going forward. The code i made is very simple and without using any third party sites OR API.

I have seen google which uses election polling via interactive kind … Read More

Bysachinghare

Google Adsense Disapproved? How to Get Approved?

Google Adsense Disapproved? How to Get Approved?

Google has different approval policies as per country applied, you should keep following things in mind before applying for account. Google algorithm and policies gets change every week upon applications request and rejection cases depending on no. of request received. Google don’t have any physical control over any of the application but kind of system and bot they have it works like eagle eyes and are very strong, highly capable to scan every application.

What you must consider and cross verify before applying? The Requirement mentioned are based on their current policies.

1. … Read More

Bysachinghare

My Domain Expired What Do I Do?

My Domain Expired What Do I Do?

It’s very difficult to talk about on this topic but as per expertise i can explain what will happen after your domain expired? and what can be done?. Usually expired domains can be renew between 25 to 45 days from the date it expired through the same registrar as regular cost. The hold period is depend as per the domain tld’s/extension.

Registrar holds the domain for 45 Days and after that it goes into redemption period, it means your registrar still has the control and can renew it, but with the extra … Read More

Bysachinghare

Optimize Nginx For High Traffic

Optimize Nginx For High Traffic

I assume you have 4GB Ram, 8 Cores CPU and Storage dosen’t matter, let’s talk about you have 50K traffic everyday to your VPS and let’s tweak to accept more. If you have Ram of 1GB and 2 Core CPU and have traffic 20K to 30K per day then you can use the same tweak just use worker_processes as 2, worker_connections 25000 and worker_rlimit_nofile 25000

locate nginx.conf (/etc/nginx/nginx.conf) and edit OR add as following

user www-data;
worker_processes 4; (This tweak belongs to your CPU Cores, you can increase more if like to, recommended is 4)… Read More

Bysachinghare

Nginx + WordPress + W3Total Cache + High Traffic

Nginx + WordPress + W3Total Cache + High Traffic

These days every technical guys wants to know about tweak, tips and tricks about Nginx + WordPress + W3 Total Cache and Optimize for High Traffic and there are very less tutorial available and some of i found are complicated to understand for new comers. I have also noticed most of the tutorial has less required functionality and issues usually you could face while using them such as installing extensions (curl, gd, etc…), permissions, Uploading wordpress Media Errors, and many other but my this tutorial will give you all the information … Read More