Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~221 People Reached
About Me

I love learning and appreciate advancement in technology

Interests
Music, Reading Novels, Watching Romantic Movies, Watching telenovelas and telesyres
PC Specs
Web Development and scripting, SMS Management Systems
Favorite Forums
Favorite Tags
Member Avatar for Faith.Moraa

Hello Team, I've been having a wierd problem with 2 of my scripts and I now know the problem was in my if statements. code=sys.argv[1] phone=sys.argv[2] message=sys.argv[3] if code == 949: servId='62000001760' elif code == 947: servId='62000001840' else: servId='90928' print servId I run this script as: sudo python printserv.py 949 …

Member Avatar for Schol-R-LEA
0
139
Member Avatar for Faith.Moraa

Hello guys, I'm trying to find a way of sending MT messages to subscribers from my perl script. My shortcode is 1111(EXAMPLE), and I have three messages I want to send. Obviously, when a user sends a message to my shortcode, they receive a first response; ButI need them to …

0
82