PHP script for help box

Discussion in 'Bukkit Tools' started by jwnordquist, Jun 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    jwnordquist

    I created this script for BMX_ATVMAN14 to allow users to text his phone, without them knowing his number, and without spamming his text's. so i decided to make it publicly available. for everyone.

    basically, it's a form that you can check off "bug" or "help" and there is a textbox to allow users to type in there question/bug report. it then sends a POST request to itself with that information and sends it off in an email.

    You can make this text your phone by using this chart:
    Code:
    Major US Carriers
     
    Alltel    [10-digit phone number]@message.alltel.com
    AT&T (formerly Cingular)    [10-digit phone number]@txt.att.net
    Boost Mobile    [10-digit phone number]@myboostmobile.com
    Nextel (now Sprint Nextel)    [10-digit telephone number]@messaging.nextel.com
    Sprint PCS (now Sprint Nextel)    [10-digit phone number]@messaging.sprintpcs.com
    T-Mobile    [10-digit phone number]@tmomail.net
    US Cellular    [10-digit phone number]email.uscc.net (SMS)
    Verizon    [10-digit phone number]@vtext.com
    Virgin Mobile USA    [10-digit phone number]@vmobl.com
    
    Code:
    International
     
    7-11 Speakout (USA GSM)    [email protected]
    Airtel (Karnataka, India)    [email protected]
    Airtel Wireless (Montana, USA)    [email protected]
    Alaska Communications Systems    [email protected]
    Aql    [email protected]
    AT&T Enterprise Paging    [email protected]
    BigRedGiant Mobile Solutions    [email protected]
    Bell Mobility & Solo Mobile (Canada)    [email protected]
    BPL Mobile (Mumbai, India)    [email protected]
    Cellular One (Dobson)    [email protected]
    Cingular (Postpaid)    [email protected]
    Centennial Wireless    [email protected]
    Cingular (GoPhone prepaid)    [email protected] (SMS)
    Claro (Brasil)    [email protected]
    Claro (Nicaragua)    [email protected]
    Comcel    [email protected]
    Cricket    [email protected] (SMS)
    CTI    [email protected]
    Emtel (Mauritius)    [email protected]
    Fido (Canada)    [email protected]
    General Communications Inc.    [email protected]
    Globalstar (satellite)    [email protected]
    Helio    [email protected]
    Illinois Valley Cellular    [email protected]
    Iridium (satellite)    [email protected]
    Iusacell    [email protected]
    i wireless    [email protected]
    Koodo Mobile (Canada)    [email protected]
    LMT (Latvia)    [email protected]
    Meteor (Ireland)    [email protected]
    Mero Mobile (Nepal)    [email protected]
    MetroPCS    [email protected]
    Movicom (Argentina)    [email protected]
    Mobitel (Sri Lanka)    [email protected]
    Movistar (Colombia)    [email protected]
    MTN (South Africa)    [email protected]
    MTS (Canada)    [email protected]
    Nextel (United States)    [email protected]
    Nextel (Argentina)    [email protected]
    Orange Polska (Poland)    [email protected]
    Personal (Argentina)    [email protected]
    Plus GSM (Poland)    [email protected]
    President’s Choice (Canada)    [email protected]
    Qwest    [email protected]
    Rogers (Canada)    [email protected]
    SL Interactive (Australia)    [email protected]
    Sasktel (Canada)    [email protected]
    Setar Mobile email (Aruba)    [email protected]
    Suncom    [email protected]
    T-Mobile (Austria)    [email protected]
    T-Mobile (UK)    [email protected]
    Telus Mobility (Canada)    [email protected]
    Thumb Cellular    [email protected]
    Tigo (Formerly Ola)    [email protected]
    Tracfone (prepaid)    [email protected]
    Unicel    [email protected]
    Virgin Mobile (Canada)    [email protected]
    Vodacom (South Africa)    [email protected]
    Vodafone (Italy)    [email protected]
    YCC    [email protected]
    MobiPCS (Hawaii only)    [email protected]
    
    Download: http://pastebin.com/McDzjjXi
     
    madmac likes this.
  2. Offline

    BMX_ATVMAN14

    Awesome! Excuse my stupidity here but how do I add this into my code?
     
    Magi1053 likes this.
  3. Offline

    jwnordquist

    Easy, say if your embedding this into a website page, if its not filename.php already. change filename.html to filename.php

    after that, you just paste it in where you need it.

    IE:
     
  4. Offline

    sverre26

    I have php files and html files ready on my computer
     
Thread Status:
Not open for further replies.

Share This Page