[PHP] Send text messages to cell phones

Discussion in 'General Discussion' started by whippa craka, Dec 26, 2010.

[PHP] Send text messages to cell phones
  1. Unread #21 - Dec 26, 2010 at 8:34 PM
  2. brodydubach
    Joined:
    Jun 29, 2008
    Posts:
    1,224
    Referrals:
    2
    Sythe Gold:
    0

    brodydubach Guru
    Banned

    [PHP] Send text messages to cell phones

    to check if it was working i sent myself 100 messages and it opened 100 message boxes on my iphone...gonna be a bitch to delete them -.-
    glad it works!
     
  3. Unread #22 - Dec 26, 2010 at 11:04 PM
  4. The Riddler_
    Joined:
    Nov 28, 2008
    Posts:
    2,779
    Referrals:
    3
    Sythe Gold:
    0

    The Riddler_ Grand Master
    Banned

    [PHP] Send text messages to cell phones

    I've already hit like 6 people with 100. I'd like to hit a friend with 1000 :3
     
  5. Unread #23 - Dec 26, 2010 at 11:26 PM
  6. Pursuit Of Happiness
    Joined:
    Dec 10, 2010
    Posts:
    613
    Referrals:
    2
    Sythe Gold:
    5

    Pursuit Of Happiness Forum Addict

    [PHP] Send text messages to cell phones

    Looks awesome, time to piss my sister off.
     
  7. Unread #24 - Dec 27, 2010 at 6:25 AM
  8. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    Any tips? Should I make people pay for a certain amount of texts? I can make it so you can send a thousand.. or ten thousands messages. It just takes up alot of resources. I want to make this a money-making opportunity. Or just leave it as it is? Idk lol
     
  9. Unread #25 - Dec 29, 2010 at 4:48 PM
  10. 1337Neo
    Joined:
    Nov 5, 2007
    Posts:
    1,337
    Referrals:
    0
    Sythe Gold:
    0

    1337Neo Guru
    Banned

    [PHP] Send text messages to cell phones

    In my opinion, you should leave it for free. Look at 10MinuteMail for example, their service is free. But there is a donation button, so you could put that down if you want.

    -LeetNeo.
     
  11. Unread #26 - Dec 29, 2010 at 6:09 PM
  12. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    Thanks. If you guys are wondering why I limited the number of messages you can send its becaues Im worried about the FCC and other spam restrictions and statutes. Is this something I should be worried about? Otherwise Ill be glad to put 1000 up lol
     
  13. Unread #27 - Dec 29, 2010 at 6:26 PM
  14. Rawrasaurus
    Joined:
    Aug 8, 2010
    Posts:
    1,900
    Referrals:
    0
    Sythe Gold:
    0

    Rawrasaurus Guru
    Do Not Trade

    [PHP] Send text messages to cell phones

    I think you should first aim to expand to other regions (e.g UK!)
     
  15. Unread #28 - Jan 8, 2011 at 6:35 AM
  16. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    I would but its way to complicated. The number system is completely different.
     
  17. Unread #29 - Jan 8, 2011 at 6:56 AM
  18. ViniPuH
    Joined:
    Dec 31, 2010
    Posts:
    42
    Referrals:
    0
    Sythe Gold:
    0

    ViniPuH Member
    Banned

    [PHP] Send text messages to cell phones

    I'l try :)
    thanks
     
  19. Unread #30 - Jan 8, 2011 at 7:10 AM
  20. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    [PHP] Send text messages to cell phones

    Make it free, with donations accepted + google ads. But be sure not to overkill the site with ads. (keep your website very clean and not cluttered) Following those simple rules you should be making a bit of revenue in good time ;)

    Also are you able to make this work for overseas carriers?

    ---------------

    Keep in mind that there are also other free services like this, that you will be competing with. And seeing how anyone can do this by simply sending the phone carrier an email.
    But you're on the right track buddy, there is definately money to be made here. ;)

    ---------------

    Also you may benefit from this list of carriers domains.
    http://www.livejournal.com/tools/textmessage.bml?mode=details
     
  21. Unread #31 - Jan 8, 2011 at 12:20 PM
  22. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    Every google adsense account I make eventually gets disabled because of suspicious activity. I do not click my own ads or anything.

    I can add support for overseas, but it will take some time. I feel the site is good enough now for the US and CANADA to start marketing. I think donations are great for right now. My script is unique because you are able to send texts from ANY email address. Not a servers hostname (such as [email protected]), which I see many texting sites have. Also it is not from a number, but rather any email address you would like.

    And you have the ability to send a high quantity, (SPAM lol). I am questioning where I should set the limit with that, right now it is at 50. I could make is 10,000 if I want to but I dont want to get in trouble. Looking forward to your response.
     
  23. Unread #32 - Jan 8, 2011 at 5:42 PM
  24. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    [PHP] Send text messages to cell phones

    Yer i had the same problem with Adsense when i was playing with EliteSwitch. I just kept creating several accounts with them, it was worth the hassle in the end.

    Ahh true, i didn't quite understand how your script work but that does definately seem to be unique. Also it's probable is better to get the site up then add overseas support later.

    If you intend to actually make this legit, than i would suggest not letting people send extreme spam messages as this will attract attention and could lead to court action. (unless you have registered all the online domains, servers etc under alias's).

    One last thing might be a bit of an idea to gain a little bit more money from this. If give every user the ability to send 1 - 10 messages per hour (or on some sort of time limit), but then have the option to make some sort of donation (minimum of $5 or something) but then this lets them have the option of sending up to 50 messages with no time restriction, thus they can spam their friends if they like and you shouldn't be held accountable for it.

    One last thing, if you add a country code to a US carrier will it work or not?
     
  25. Unread #33 - Jan 8, 2011 at 5:57 PM
  26. Mindereak
    Joined:
    Dec 18, 2010
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0

    Mindereak Active Member

    [PHP] Send text messages to cell phones

    Would love this if you make it working with Italian carriers :D
     
  27. Unread #34 - Jan 9, 2011 at 3:54 AM
  28. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    For the US Carriers, adding a country code did not work for my phone. I think that is a good idea. Is there anything else to use other then adsense? Are you sure that your account eventually stopped getting closed?

    I could probobly do it with cookies or something, Im going to try to use moneybookers or alertpay for donations. For now, I also need a better web template.
     
  29. Unread #35 - Jan 9, 2011 at 5:14 AM
  30. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    [PHP] Send text messages to cell phones

    Actually i think i got the shits with Google (adsense) and ended up using Adbrite. You don't get as much revenue as adsense but every little bit helps.

    Adsense
    [​IMG]

    Adbrite
    [​IMG]

    Quite a significant drop in the cash you pull in, but like i said every bit helps.

    ---------------------------

    As for your site layout, i quite like it. Simple is better.

    But changing a few things like font style and the site colours may benefit you a little, and possibly removing the 'supported carriers' list, and add a link on the top right (near privacy and terms) for support carriers. Just so it reduces clutter on the page.

    Other than that, if you can get the word out about this, i think you are onto something.
     
  31. Unread #36 - Jan 15, 2011 at 2:56 PM
  32. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    I think i'll just get traffic right now. It seems to be building pretty well.
     
  33. Unread #37 - Jan 15, 2011 at 9:14 PM
  34. Loyal 2 da game
    Joined:
    Jan 5, 2006
    Posts:
    4,691
    Referrals:
    0
    Sythe Gold:
    672
    Two Factor Authentication User

    Loyal 2 da game Formerly known as Loyal To The Game

    [PHP] Send text messages to cell phones

    That is so fucking awesome.
     
  35. Unread #38 - Jan 16, 2011 at 5:14 AM
  36. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    Can you give me the error? Sometimes the auto-detect feature doesnt work. I havnt been able to test t-mobile numbers yet it would be great if you could help me out.
     
  37. Unread #39 - Jan 16, 2011 at 5:54 AM
  38. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    [PHP] Send text messages to cell phones

    Yer i recently did it to my mates. (he lives in the states, unlike me). And he said he didn't get any bombardment of messages.

    There were no error messages, said it sent successfully.
    And i typed the number in correctly (leaving the 1 off the front)
     
  39. Unread #40 - Jan 18, 2011 at 4:45 AM
  40. whippa craka
    Joined:
    Jul 17, 2007
    Posts:
    123
    Referrals:
    0
    Sythe Gold:
    0

    whippa craka Active Member
    Banned

    [PHP] Send text messages to cell phones

    What carrier did it say it sent to? Could you copy and paste the whole thing?
     
< Mel's Hole | Chargeback >

Users viewing this thread
1 guest


 
 
Adblock breaks this site