Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 SMS Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

TheYogi
Starting Member

4 Posts

Posted - 21 March 2005 :  04:33:18  Show Profile
Hi,

I want to implend an SMS Mod. The Interface is http2sms,somebody help me to programming this or havesomebody such a mod already installed?

Here is the whitepaper for the interface http://edis.at/content/produkte/http2sms.pdf


regards luke

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 21 March 2005 :  16:13:01  Show Profile
I would like a MOD like this, just that it costs a fair bit to have running. You need a logon name and password for the SMS service and a cell number registered at their SMS server to be able to send through them.

I was going to do something like this a while back, but looked at the cost and thought that the users would just be sending SMS for the hell of it as it was going to be a free service, and that was going to increase the cost. There was also the need to get it working accross the different networks, and also different countries, so I deceided against it. The cost and the networks makes it hard to do.

Cheers,

David Greening
Go to Top of Page

TheYogi
Starting Member

4 Posts

Posted - 22 March 2005 :  03:05:00  Show Profile
I know what you mean but I already want to test it. I have only a test-forum with 10 registered users and want to try this sms service. On Edis i hav a preload account without monthly costs for my test.
I think I need only a page which the user can choose the mobilephone provider( so they can send sms only in the country i would) can insert the number and the text.
If the click the send button a script runs read the number and the text and forward it to the interface.
But I cant programming this I have no Idea how should i do this.


regards luke
Go to Top of Page

TheYogi
Starting Member

4 Posts

Posted - 31 March 2005 :  05:17:47  Show Profile
Hi now I have a Script wich worked but my problem is i have no Idea how can I secure this(IF the massage is send and the Site of the provider is loadedt You have only to show Site information and you can see username and password) And maby someone can help me to create a mod wich ervery user have his own directory for his phone numbers. Maby it is porsible to save the messages in the DB and the Users have a history of senet sms's.

Thank you for your help luke

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>

<script language="Javascript" type="text/javascript">
function CheckLength(Textbox,Wert,Counter)
    {
    if(Textbox.value.length > Wert)
        {
        Textbox.value=Textbox.value.slice(0,Wert);
        alert('Text darf nicht länger als '+Wert+' Zeichen lang sein');
        }
    document.getElementsByName(Counter)[0].value=Wert-Textbox.value.length;
    }
</script>
<p>
  <!--#INCLUDE FILE="config.asp"-->
  <!--#INCLUDE FILE="inc_sha256.asp"-->
  <!--#INCLUDE FILE="inc_header.asp" -->
  <% 
  %>
  


</p>
<p> </p>
<p> </p>
<form action="" method="post" name="submit" target="_self" id="submit">
  <div align="center">
    <div align="left">
      <div align="center">
        <div align="left">
          <div align="center">
            <div align="left">
              <div align="center">
                <div align="left">
                  <pre> <select name="menu1"><option value="ausw">Bitte Auswählen</option><option value="699">One (0699)</option><option value="650">TeleRing(0650)</option><option value="676">T-Mobile(0676)</option><option value="664">A1(0664)</option><option value="tel">Telefonbuch</option> </select>   <select name="menu2"><option value="ausw">Bitte auswählen</option><option 
value="12345">Lukas</option><option value="34444">Stefan</option><option value="655555">Karin</option><option value="666666">Gernot</option><option value="888888">Angi</option><option value="623434545">Thomas</option><option value="69999999">Christian</option>
</select>
                </pre>
                </div>
                <div align="left">
                  <pre> <input name="telnr" type="text" id="telnr" value="Nummer" size="32" maxlength="8">
                  </pre>
                </div>
                <pre>         </pre>
              </div>
              </div>
            </div>
          </div>
        </div>
    </div>
    
    <div align="left">
      <pre> <textarea name="text_sms" cols="32" rows="5" wrap="physical" id="text_sms" onKeyup="javascript:CheckLength(this,160,'RestCounter')">Your text here</textarea>   <input name="Submit" type="submit" value="Senden"> 
Es bleiben noch <input type="text" name="RestCounter" size="3" value="160">Zeichen übrig.
</pre>
    </div>
    </div>
  <div align="center">
<div align="left"><%
menu1 = request.form("menu1")
menu2 = request.form("menu2")  
telnr = request.form("telnr")	 
text_sms = request.form("text_sms")
text_sms = Server.URLEncode(text_sms)


if request.form("Submit") = "Senden" then


	
			if menu1 = "tel" then
			

			
		
				response.redirect("http://http2sms.com/sms.php3?id=xxxxxx&pw=xxxxxx&dnr=%2b43"+menu2+"&snr=xxxxxxx&msg="+text_sms)
	
		


	else

		response.redirect("http://http2sms.com/sms.php3?id=xxxxxx&pw=xxxxx&dnr=%2b43"+menu1+telnr+"&snr=xxxxxx&msg="+text_sms)
	
end if
end if
%>
</div>
  </div>
  </form>
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07