Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,306 members, 7,808,037 topics. Date: Thursday, 25 April 2024 at 05:07 AM

Gsm Number Generator Code - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Gsm Number Generator Code (15434 Views)

Bulksms Component & Nigeria GSM Number Database(local Govt By Local Govt-new) (2) (3) (4)

(1) (2) (Reply) (Go Down)

Gsm Number Generator Code by talk2hb1(m): 7:38pm On Jul 26, 2010
Hello fellow Nlander i just wrote a code in JavaScript to generate Gsm phone number.
plz comment, critisize, or improve my code plz. All intended for the open source community, I will be pasting another of my code very soon its a php code for generating a php web page. thanxssssssssss.

Download here
http://www.qlickas.com
/*

This is a Simple javascript code developed by Habeeb Salami to generate mobile phone number sequentially
from the phone number being entered at the prompt,
and generate the quantity of number at the prompt.
this code is good for marketer who want to generate mobile phone number for their marketing purpose
you can improve this code to generate the number randomly without generating the same number twice or to verify that
the number is not out of range.
you can contact me if you need me to modify the code for you, or you need my service as a programmer, webdesigner, penetration tester, and other ICT consultancy.
*/
Re: Gsm Number Generator Code by lojik(m): 10:34pm On Jul 26, 2010
Good attempt! The generated numbers are incremental.
I think you should attempt generating random gsm numbers too. Use html form to get your user inputs, then use :

document.getElementById(, ).innerHTML = "output";

to render your result without reloading the page.

You tried but dont stop here, move on, improve on it.

1 Like

Re: Gsm Number Generator Code by friendehis(m): 1:54pm On Jul 27, 2010
I think i envy the knowledge, But broda wait a minute, what is the purpose of this code how can this script be implemented to solve problem. I mean practical problem not just generating phone numbers alone
Re: Gsm Number Generator Code by lojik(m): 10:55pm On Jul 28, 2010
I wrote the script (a more complicated version) about 2 years ago for a client in Ikeja and believe me, i charged him close to 75k for it (he needed it badly under 12 hrs and it was a sunday).
Cant discuss what its about here but trust me, you wont need to ask that question when it is needed.
Re: Gsm Number Generator Code by Nobody: 11:47pm On Jul 28, 2010
interesting
Re: Gsm Number Generator Code by rflexii(m): 1:37am On Jul 30, 2010
Pls can you upload it online somewhere just to test
Re: Gsm Number Generator Code by rflexii(m): 1:38am On Jul 30, 2010
Pls can you upload it online somewhere just to test
Re: Gsm Number Generator Code by lojik(m): 6:26am On Jul 30, 2010
That was a long time ago. Don't have the javascript codes again but can always rewrite it if i need them.
The logic is simple though:

1. Create empty array
2. set 4 digit prefixes to accept e.g 0802,0803, 0805-0809, 0812-0813,0702-0706. The prefixes should be stored as sting because of the leading zeros
3. randomize the remaining 7 digits
4. pick a random prefix from 2 above and concatenate with 3 above
5. check if result from 4 above exists in array created in 1 above. If yes, discard else insert as the next array element
6. loop 2-5 until array length in 1 above is equal to total gsm nos you wanna generate
7. output array result as you want it
Re: Gsm Number Generator Code by schneid: 7:31pm On Jul 31, 2010
lol!this is great.
can u write a code to restrict the gsm nos to specific states. This will be more useful i guess.
Re: Gsm Number Generator Code by Nobody: 7:38am On Aug 01, 2010
this thread is getting more and more interesting. @schneid, that your question is. . .
Re: Gsm Number Generator Code by Chimanet(m): 1:13pm On Aug 01, 2010
am loving this.i will try to relate it to matric number generation in universities
Re: Gsm Number Generator Code by talk2hb1(m): 1:46pm On Aug 01, 2010
Thankxxx Everybody for your contribution ande criticism.
I have stated earlier that the script will be good for marketers who need mobile phone number, they can easily generate the number. or a political campaign.

coming up next is my php page generator.
Re: Gsm Number Generator Code by schneid: 3:45pm On Aug 01, 2010
@dhtml, whats wrong with my question? . habeeb, keep the good work going. thums up
Re: Gsm Number Generator Code by beelon1020(m): 9:20pm On Nov 03, 2010
Good work, i like it, works fine two thumbs up!!

1 Like

Re: Gsm Number Generator Code by lagoshost(m): 10:26am On Nov 04, 2010
Ok, this is very good. But can I get one that can arrangegsm number and avoid multiple numbers.
Re: Gsm Number Generator Code by shintaku(m): 3:45pm On Nov 05, 2010
Interesting thread smiley

Guys I have a question! Please someone should help me on how I can generate the phone numbers of people leaving in Abuja?
Thanks waiting for reply
Re: Gsm Number Generator Code by Mossin(m): 6:54pm On Nov 05, 2010
Yes even me i had succeeded in generating GSM numbers of all network and I have them in bulk now for sale as cheap as N0.10k each
Re: Gsm Number Generator Code by joomlaman(m): 5:47pm On Nov 06, 2010
Good work, but I think the numbers should have be randomly generated and should out put in rows and columns format for easy handling with excel or tables.

Please post the modified code for more review and comments!
Re: Gsm Number Generator Code by Mossin(m): 7:08pm On Nov 06, 2010
to generate numbers of the people in Abuja don't worry tell me how many quantity you need I have them for sale call me 07037734219
Re: Gsm Number Generator Code by dejavume: 5:16pm On Nov 11, 2010
Mossin:

Yes even me i had succeeded in generating GSM numbers of all network and I have them in bulk now for sale as cheap as N0.10k each
i will like to have a chat wit u,0809870055,or rather give ur number.am interested .dejavu_nut@yahoo.com or dejavu433@gmail.com.hp 2 hear 4rm u man
Re: Gsm Number Generator Code by lojik(m): 1:18am On Nov 12, 2010
I have put a complete script of the Gsm Number Generator Code at:
http://www.lekeojikutu.com/index.php?option=com_content&view=article&id=101:gsm-number-generator-code&catid=48:blog&Itemid=96

U can generate gsm numbers for free or view the source code there.

1 Like

Re: Gsm Number Generator Code by codelord: 4:50pm On Aug 08, 2011
why don't you package it and create a download link so it can be downloaded well done sha wink wink wink wink wink wink wink wink wink
Re: Gsm Number Generator Code by ufumes(m): 11:37am On Aug 10, 2011
I once developed an application that generates all the possible Nigerian network phone number. am also working on an autodialler application that could verify if the number is operational. If anyone needs such application, contact me by mail ( talktoumeh at yahoo dot ca)
NB: It would cost you a token.
Re: Gsm Number Generator Code by ufumes(m): 11:47am On Aug 10, 2011
shintaku:

Interesting thread  smiley

Guys I have a question! Please someone should help me on how I can generate the phone numbers of people leaving in Abuja?
Thanks waiting for reply


talking about generating numbers location-wise, you either need a device that would mopp up the numbers of people in that region or you need an existing database of the GSM of people around there. You cant achieve this without any of this. The best a number generator can do for you is to generate POTENTIAL numbers which could end up being invalid. You can only confirm the validity by Flashing the numbers one after the other.

I can help anyone that is interested in creating an automated number flasher application which you would use along side with your phone connected to your computer through a USB cable. With that you can confirm the validity of auto generated numbers.

My contact details is 0806 781 7864 or talktoumeh at yahoo dot ca
Re: Gsm Number Generator Code by talk2hb1(m): 5:56pm On Aug 10, 2011
Why cant you release freely so everybody can benefit from it
Re: Gsm Number Generator Code by ufumes(m): 9:24pm On Dec 19, 2011
Another alternative way to getting phone numbers are by extracting them directly from web pages, you can try using this free phone number extractor tool accessible from http://phonenumberextractor.com
Re: Gsm Number Generator Code by lojik(m): 5:08am On Dec 22, 2011
i have a database of about 4.5 million categorized Nigerian numbers.
You can query by location and other categories e.g lagos, ikeja, youths, christians, muslims, job seekers, blackberry users e.t.c.
The database is assembled from several sources which created the possibility of categorization.

The whole database is not for sale but if you need numbers from a particular category, you can request on www.estoresms.com
Re: Gsm Number Generator Code by naijafinder: 12:25am On Jan 09, 2013
Am proud of you, to have be able to make this code to generate GSM numbers
Re: Gsm Number Generator Code by antontech(m): 5:52pm On Jan 10, 2013
Am currently on a web development course but my desire is to be as professional in web development as lekeojikutu.Pls sir,who do i reach u to coach me or give me relevant materials in web development.
Re: Gsm Number Generator Code by guru01(m): 2:16pm On Jan 12, 2013
How do i get an HLR look up.
I want to develop number generator for specific state.

Thank you.
Re: Gsm Number Generator Code by talk2hb1(m): 6:34pm On Jan 22, 2013
You can now download the free GSM number generator here software here.

(1) (2) (Reply)

How To Start An Online Radio Station / Angular, Node And PHP Developer Wanted- Remuneration Up To ₦250,000 Monthly / Total Cost In Creating A Blog

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 29
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.