Free SMS Text Messaging

Hey Mate It works Like Charm can i know how to add more service providers
regards
 
You can add more service providers by adding them to your database.

Here is a list of carriers you can add to your database:
http://www.scribd.com/doc/17198778/SMS-Text-Message-Cell-Phone-Providers
 
Guys, Help, can't seem to work out the connect string.
Can you see what's wrong?

Code:
 		function db_connect()
		{
			$result = mysql_connect("127.0.0.1:8080", "root'@'127.0.0.1", ""); // Replace user, 

pass with database username and password
		if(!$result)
		return false;
		if(!mysql_select_db("sms")) // Replace databasename with database name
		return false;

		return $result;

Can't seem to get the list of carriers in the lookup.#

best

Rudy
 
@Rudy

Did you read the installation help file I included? You have to manually upload the .sql file to your database. Once it's upload to you "sms" database, the dropdown list will show up.
 
Where do you get a list of numbers to send messages to?
 
.

This will be badass in bulk!

Does it work with all the carriers listed as it is or will it have to be worked out as I saw from B166ER you may hit some snags, etc?

Thanks!
 
Is it possible to get Australian carriers with this script?
 
Where do you get a list of numbers to send messages to?
You may check out my share:
Code:
http://www.blackhatworld.com/blackhat-seo/member-downloads/96126-get-geo-targeted-leads-free-totonto-ca.html
There are ~1600 valid Toronto, CA numbers
 
.

This will be badass in bulk!

Does it work with all the carriers listed as it is or will it have to be worked out as I saw from B166ER you may hit some snags, etc?

Thanks!
I have tried Beeline, Russia - this script doesn't work :(
 
now, I'm having doubts if he really made this script....
 
The script works fine, you can see prior that others have used it without any issues.

Think of this script as an advanced email form. Many carriers allow you to send text messages to email addresses and vise versa. Once you type in the telephone number and then choose your carrier, it sends an e-mail to the carriers email address notifying them of a text message.

Example:
[email protected]

That's it! it's fairly simple how the script works. As far as additional carriers, I have attached another list of optional additional carriers for you to embed if you wish.
 
now, I'm having doubts if he really made this script....

I was actually about to release a craigslist script, but if I'm going to get negativity rather than thanks for giving the forum a free script just because you can figure out the coding/SQL aspect, then nevermind...
 
If you can just email the text then all one needs to do to create a mass SMS mailer is generate a random X digit (depends on country code) and then run the email script through a loop. Of course many of the mails won't work do to different carries but your bound to hit some real numbers via this brute force method. To increase effectiveness one should look up valid areacodes (if in the us) ... This will help eliminate some non existant numbers and you could even use the area codes for demographic targeting.

Some carriers such as AT&T offer a lookup service to tell if a numbr is a valid Att number so that you know if mobile to mobile is free. Thus could in theory be abused to test for valid numbers and then pass those to a mailing script. I would recommend using a prepay phone and proxies Sony don't get caught though.

Note to newbs: using his script your server can asiky be taxed as most servers include abuse headers which will ultimately lead the wireless carrier back to you. Therefore, I recommend aquring free hosts registered with fake data or at least a bullet proof server.

Keep in mind with the brute force approach most servers cap email sending at 500/hr so u may need a dedicated server for this method to be at all profitable... Unless u have a source to many legit cellular network numbers.
 
.

The problem I see is with this is knowing "which carrier goes with which number" .....

I can scrape thousands of numbers but I see NO WAY to associate a
carrier with the numbers ..... :yield:

TIA
 
The issue is that you can't because cell phone carriers purchase the numbers from 3rd parties, so it's virtually impossible.

What you could do...

If you know it's a U.S. number (or your country), then there are only so many providers.

If you send a message to a carrier that doesn't have than number, it'll just "bounce". Why not create a query to send to all the carriers in that region.

Either way, it will get to the person.
 
I was actually about to release a craigslist script, but if I'm going to get negativity rather than thanks for giving the forum a free script just because you can figure out the coding/SQL aspect, then nevermind...

thanks given...script works fine...not sure why others are having issues but the instructions you provided worked perfect...thanks!
 
hi this download link isnt working anymore
if you can PM me this script i will do 1000 wordpress auto comment submission for you for free..
 
Back
Top