1
aljiffry
about SMS Modules..
  • 2007/8/18 15:47

  • aljiffry

  • Just popping in

  • Posts: 44

  • Since: 2007/4/12


Can any one explain how to use the SMS modules?

Thnx..

2
aljiffry
Re: about SMS Modules..
  • 2007/8/19 6:11

  • aljiffry

  • Just popping in

  • Posts: 44

  • Since: 2007/4/12


Waiting.....

3
aljiffry
Re: about SMS Modules..
  • 2007/8/20 14:13

  • aljiffry

  • Just popping in

  • Posts: 44

  • Since: 2007/4/12


No one wants to help me??????????

4
mjz55
Re: about SMS Modules..
  • 2007/8/20 14:19

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


I'm new myself, but did you go to the arthur pagehttp://www.wells.vg/?

EDIT

Nevermind, the site is useless regarding the module


EDIT #2

Did you try contacting the submitter (goghs)?

5
mjz55
Re: about SMS Modules..
  • 2007/8/20 18:22

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


OK. I had some time and downloaded and installed module. Works fine. The at&t address does not work for at&t phones, you must use the cingular address. Module works fine. There is a read me with the module.

How is works is that you send sms messages from your web site. There is also a sms block to have people sms to your cell, which is sorta cool.

6
mjz55
Re: about SMS Modules..
  • 2007/8/20 21:20

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


I cannot get the sms me part of the module working. When I do submit to add my phone number, I get a page not found error. It seems to be looking for a file in the admin folder that is not there. Otherwise, the module works fine.

7
aljiffry
Re: about SMS Modules..
  • 2007/8/21 6:29

  • aljiffry

  • Just popping in

  • Posts: 44

  • Since: 2007/4/12


Thank you so much.

he at&t address does not work for at&t phonesyou must use the cingular address.


I'm from MiddlEast so whats address I have to use??

8
mjz55
Re: about SMS Modules..
  • 2007/8/21 10:20

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Sorry, I don't know about your area. I have AT&T and my sms address is: @mobile.mycingular.com. Like I said the AT&T one that is supplied with the module didn't work. The module was created before the AT&T re-takeover.

9
mjz55
Re: about SMS Modules..
  • 2007/8/21 12:53

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Since this module, especially the sms to me block part was set up for outside the USA, does anybody know what changes I can make to the code to make it work in the USA?

####Send to Me Block

if ($op == "me") {

$sendto = $SMSConfig['myaddress'];

if ($HTTP_COOKIE_VARS['sentmessage'] >= 2) {
$send = "no";
} else {
$num = $HTTP_COOKIE_VARS['sentmessage'] + 1;
cookie("sentmessage", $num, time() + 24*60*60); //set the cookie
$private = true;
}
}
##End Send to me block

10
mjz55
Re: about SMS Modules..
  • 2007/8/29 20:44

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


It's probably these numbers + 24*60*60. They look like country codes? Look famililar to anyone?

Login

Who's Online

214 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits