M.M.Stephin Nadar's Blog
Never lose hope. You never know what tomorrow may bring.
Our Telegram Bots
(Move to ...)
utubebot
uploadbot
fakemailbot
apkdl_bot
mp3toolsbot
▼
Our sites
(Move to ...)
apkdl.in
Jamango.in
▼
5 February 2015
mobikwik recharge api
›
<?php $uid=''; //your mobikwik username probably email id $pwd=''; //your mobikwik password $amt=10; //amount $cn...
1 comment:
28 December 2014
Find rank of user(s) using mysql query
›
SELECT 1 + ( SELECT count( * ) FROM user a WHERE a.balance > b.balance ) AS rank,id FROM user b ORDER BY rank; table structure -...
17 April 2013
import GeoIP csv to MySQL DB provided by MaxMind
›
you can download GeoIP csv database from http://www.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip unzip and extract the csv fil...
14 April 2013
How To get Resellerclub Slab 2 Pricing
›
I am Going To tell you how you can get resellerclub slab 2 pricing without any initial deposit. Its hard to achieve slab 2 pricing for sma...
30 March 2013
form auto save using jquery
›
whenever any changes occurs in the form this will make ajax request to save the form data jQuery(document).ready( function() { jQuery(...
1 March 2013
fetch google contacts using access_token and parse it
›
<?php $access_token=$_GET['access_token']; $max_results=$_GET['max_results']; $api_url="https://www.google.com/m8/fe...
17 January 2013
indian mobile number location database
›
Last Update on 17/Jan/2012 just an array of data which consists of operator and state name download from here https://github.com/hebrew8...
‹
›
Home
View web version