Breez
AKA: badhq
+937|7050|Derby, England

Hi guys not sure if something like this exists out there, Im looking for basically a script that will let me do a lets say search for number 666 666 now what i want the script to do is to give person all the examples ending with 666 666 i.e 11 666 666 or 22 666 666

But I want script to find just the info that I put in for that number so if someone to put 666 666 I don't want script giving anything extra  other then the numbers I make it remember,


Pretty simple script similar to what they use to find personal numberplate's for cars anything like that will do. :-) does anyone have any ideas where I can find the script or something similar?


Thanks in advance


Peace Boris
Andoura
Got loooollllll ?
+853|7057|Montreal, Qc, Canada
i dont know what your talking about
Breez
AKA: badhq
+937|7050|Derby, England

Andoura wrote:

i dont know what your talking about
Ok lets look at this page

http://www.dvlaregistrations.co.uk/home/

Now if I put anything in that search it will give me resoults for sumthing simular what I searched for

so lets say I put in Breez there and click search that will generate all the numberplates that have simularity with breez

Im looking for the scipt that will let me do that so if I search for number it will show me all the numbers related to that number like u see on that site

Peace Boris
Paco_the_Insane
Phorum Phantom
+244|7063|Ohio
why are you looking for 666? You might want to ask president bush where he found it.
Breez
AKA: badhq
+937|7050|Derby, England

Paco_the_Insane wrote:

why are you looking for 666? You might want to ask president bush where he found it.
The script is basicly for mobilenumbers so if person wanted to do a search if I got theyr mobilenumber for sell they can just put the number in the search and it will give them resoults for it. ( saves them looking trough 1000 of numbers )

Thats why Im looking for it

666 666 is just an example if I said 69 69 69 you would of told me to gto speak with porn star
slash_clown
Member
+9|6885|Australia
Are the mobilenumbers in a database?
Breez
AKA: badhq
+937|7050|Derby, England

slash_clown wrote:

Are the mobilenumbers in a database?
Nope they are on gif and jpg images

I can add them to DB but like I said I wanted to know if there was sum sort of script out there allready, I can make thething Im looking for fromscratch but really dident want to mess about with it if sumthing simular is out there allready.


Thanks and Peace

Boris
GotMex?
$623,493,674,868,715.98 in Debt
+193|7181

I'd love to help you but question first. Are you trying to find something that will actually read numbers off images? Cause I have no idea how to go about that.

Edit: I just looked at that site you gave. Is that the sort of stuff you want to do? Where the numbers are displayed as images?

Last edited by GotMex? (2006-09-12 21:48:03)

slash_clown
Member
+9|6885|Australia

badhq wrote:

slash_clown wrote:

Are the mobilenumbers in a database?
Nope they are on gif and jpg images
So are you saying the images are of the numbers? What are the names of the images?
vanmani
Unintentionally Verbose
+26|7010|Australia
Ok, sorry. You've given no real information here. The title completely contradicts what you ask for in your post, and the posts after that completely contradict the original post.

You haven't explained the problem at all, there's a billion ways we could interpret what you asked for.

Near as I can tell, you want to identify strings of alphanumeric characters in images, and you've got thousands of them? No way can you do that efficiently. It'd take weeks to perform each search.

On the other hand, if these numbers are just in a big fat text file, or a database, you can do it effortlessly.

Why the hell would you have jpg's of peoples phone numbers anyway? That's crazy talk.
Breez
AKA: badhq
+937|7050|Derby, England

vanmani wrote:

Ok, sorry. You've given no real information here. The title completely contradicts what you ask for in your post, and the posts after that completely contradict the original post.

You haven't explained the problem at all, there's a billion ways we could interpret what you asked for.

Near as I can tell, you want to identify strings of alphanumeric characters in images, and you've got thousands of them? No way can you do that efficiently. It'd take weeks to perform each search.

On the other hand, if these numbers are just in a big fat text file, or a database, you can do it effortlessly.

Why the hell would you have jpg's of peoples phone numbers anyway? That's crazy talk.
Look I dont have peoples numbers Im selling MOBILE NUMBERS ( uk Mobile numbers )

sumthing like this


07858 999 999
07857 999 999
07895 999 999
07928 999 999
07927 999 999
07926 999 999
07784 999 999
07783 999 999
07756 999 999
07716 999 999
07921 999 999
07706 999 999
07851 999 999
07845 999 999
07840 999 999
07835 999 999
07834 999 999
07746 999 999
07708 999 999
07745 999 999
07743 999 999
07742 999 999
07762 999 999
07761 999 999
07754 999 999
07753 999 999
07751 999 999
07718 999 999



Or mobile numbers like this


07751 118 118
07754 118 118
07759 118 118
07761 118 118
07762 118 118
07739 118 118
07742 118 118
07743 118 118
07745 118 118
07793 118 118
07746 118 118
07749 118 118
07834 118 118
07835 118 118
07840 118 118
07845 118 118
07849 118 118
07851 118 118
07704 118 118
07706 118 118
07921 118 118
07716 118 118
07756 118 118
07783 118 118
07784 118 118
07933 118 118
07922 118 118
07955 118 118
07856 118 118
07857 118 118
07858 118 118
07926 118 118
07927 118 118
07928 118 118
07895 118 118
07902 118 118
07907 118 118



all the mobile numbers are for sell above now instead of people looking trough the list what number they want to buy I wana have a php or html script on the front page that they can search so if they search lets say 118 118 it will generate all thenumbers ending with 118 118 above its not a roket science u can call it mini search mod or what ever u like. I just want to have


1 Search Box on front page
2 When number is submited ( it will generate all the simular numbers )

Thats it wana see example here is example what Im talking about with car numberplates


http://www.regtransfers.co.uk/

Basicly the link above explains what Im looking for when sumone goes on that link it has a search box so if i wanted to search for boris i will put that in there and it will giveme all the car numberplates for boris


Thats what I want on my front page but instead of numberplates I want to have it with mobilenumbers.


Peace Boris
slash_clown
Member
+9|6885|Australia
Breez
AKA: badhq
+937|7050|Derby, England

slash_clown wrote:

http://www.niblr.com/php-flat-file-search-script/
Thank you bro exacly what I was looking for +1 for you


Peace Boris

Board footer

Privacy Policy - © 2025 Jeff Minard