Quantcast
Channel: Web Tools
Browsing latest articles
Browse All 16 View Live

Get profile picture from facebook, google, twitter and gravatar

An useful resource for developer that requires profile images from various social network website. In this article you will learn how to get profile picture URL from Facebook, Google, Twitter and...

View Article


Create zip archive with php

In php creating zip file is very easy. PHP 5.2 has an inbuilt class ZipArchive to manipulate zip file, if you are using a older version of php then you can install PECL zip on your server. To make this...

View Article


Block referrer spam with htaccess

Referrer spam is a technique involves making repeated web site requests using a fake referer URL to the site the spammer wishes to advertise. Now a days I am getting to much referrer spam on 99webtools...

View Article

Make php project translation ready with gettext

I was working on php script that requires translation in multi-language, So I found two ways to make it translation ready with PO and MO files. Here are the two methods to translate a php project using...

View Article

Envato affiliate WordPress plugin

An Envato Affiliate WordPress plugin to display envato market place item in WordPress Post and Page with your referral link. This plugin has inbuilt click counter that help to track click on different...

View Article


Linux copy remote file to local over SSH

Linux has two built in command to copy files between Linux system over ssh. scp (Secure Copy) rsync (Remote Sync) rsync is more powerful then scp because it has options to compress data while transfer...

View Article

Find number of concurrent Apache connection by IP

Some time web server response very slow due to multiple concurrent connection to Apache. As we know that each web server has different Apache configuration depends upon its hardware (Processor and...

View Article

Truncate a string in PHP without breaking words

I was working on PHP project that require to get a text from MySQL and display only 50 character. Thus I used php substr function to truncate a text to first 50 character. $text="quick brown fox jumps...

View Article


How to import csv file in MySQL database?

In this tutorial I will explain you two methods to import csv file into MySQL database. First this requires a MySQL database with same numbers of column as csv file. Import csv with LOAD DATA INFILE...

View Article


Simple bash script to backup directory and MySQL database to Dropbox

Backup of important data or website is crucial if a system crash or hard drive failure occurs. There many software are available on internet to backup data. Some of those are paid or not easy to use,...

View Article
Browsing latest articles
Browse All 16 View Live