|
|
|
AD: Upgrade ArcaOS to NeoWPS level
- Install original PNG icons drawed by designer, specialized at OS/2 adornation.
- Install eSchemes 2019 to change colors and buttons on desktop.
|
Sending text messages from WEB pages |
TITLE: Sending text messages from WEB pages
DATE: 2004-05-10 21:13:49
AUTHOR: Igor Vaskov
Please use online translator go to http://translate.google.com and request the translation of http://ru.ecomstation./showarticle.php?id=109 to your language |
....... .. ......... ......... ....... Internet, .. ......... ............ . .......... ....... ........ ......... ......... .. E-mail, ........ ... SMS. ... ........ ........ ..-......, ............. ......... ......, .. .... . ....., ... ........... ............ ............. ........... ... .. .. ....... ......... ........., .. ...., .... ... ..............., . ....... . ..... ........... ...... .............. .... . ............... ........ - E-mail ......., ....... ........ ... ......... . ........... ...., . ....... .......... ..... ..........
.......... .......... ...... .......... ....... ........ ......... .. ....... . SMS. ... ........... WEB ...... (Apache), PHP, . ....... ........ E-mail, ............ . SMS ......... - SendPage.
....... ......... WEB ...... ........ ............ . ........ ................. PHP. ..... .... ... ... .........., ........ . PHP.INI ..... SendPage ... ........ .........:
[mail function]
sendmail_path = X:\path\sendpage.exe -ms -amail.provider.ru -p25
. ........ ...... .. ......... ............. ............ ... ......... ......., ..... SendPage ...... .......... E-mail ... .............. ........... ........ PHP. ........ ..... ......... ...... SendPage ....... . .............
.... .. ........... ......., .............. . .......... ... ........ ........., ..... SendPage ..... ......... ...:
[mail function]
sendmail_path = X:\path\sendpage.exe -md -amail.provider.ru -p25
........... .......... .. ..., ..... DLL, ...... . ......... . SendPage, .... ........... . ........, ........... . .......... LIBPATH. ... ....., .... ........... DLL . ........... . .... .......... ......., .... .............. CONFIG.SYS ..... ....... . ................
...... . ........ ...... ....... (.... . ........, .... . ..... .........) ........... ... .....:
- testsms.html
<html>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<head>
<title>Enter Message</title>
</head>
<body TEXT="#000000" BGCOLOR="#C0C0C0" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<form action="testsmssend.php" method=POST>
Phone<BR>
<input type=text size=16 name="NMBR">
<BR>
Message<BR>
<TEXTAREA NAME=MSG ROWS=4 COLS=50></TEXTAREA>
<BR><BR>
<INPUT TYPE = SUBMIT NAME = SEND value="SEND">
</form>
</body>
</html>
- testsmssend.php
<html>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<head>
<title>Message Sent</title>
</head>
<body TEXT="#000000" BGCOLOR="#C0C0C0" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<font color=white>
<center>
<B>MESSAGE SENT</B>
</center>
<?php
$AdminEmail = "ivaskov@interwave.ru";
$headers="PagerID: ".$NMBR."\n";
$headers.="Login: ********\n";
$headers.="Password: ********\n";
$headers.="Host: snpp.provider.ru\n";
$headers.="Port: 444\n";
$headers.="CSIN: W1251\n";
$headers.="CSOUT: DOS\n";
mail($AdminEmail,"", $MSG, $headers);
?>
</body>
</html>
.... .. ........... ......... SNPP ...... .......... ......... ... ....... ....., ......... . .......... Login . Password ........ .. .......... . .... ..... . ....... . ........ Host ....... ..... .......... ....... SNPP. . ......... ..... ........ Mobile Express ............. ...... ........... . SNPP ....... ... ........ ......... .. ........ ........ . ....... ........ ..... ............ ... . ....... ..... ....... .. .... ........, ......... . ............, .. ...... .......... . ...... .......
........... . ......... CSIN ....... ....... ........, . ....... ........ ...... ... .., ....... ....... . .harset ..... ......... .... ... ...... ............ .............. ............. ......., ............ . ..., ..... ....... ........ . CSIN ..........
... ........ ......... ..... ......., ............ . .......... ..... ...... ..... ... ........., ..... PagerID . CSIN, ........ ............... . ..... ....
....... .. ..... (......... ... ......, .......... .............. ........).
.... ... .......... ......, .. .. ...... ....... http://..._......./testsms.html .. ........ ......... .....:
......... ...., ....... ..... ........, .. ....... ..... ......... ........., .... ........., ....... SEND. .... ... ........., .. .......:
. ......... ...... . ....... 1 .......
. ...... ....... ........ .... WEB ......., .........., ......... .. ....... .... . .......... LIBPATH, . . PHP.INI? ..... . ...... ............. ........, ......... ......... SMSC1.CFG. ........, .... ....... DEBUG ..... . ......... ON. . .... ...... ..... .. ............ ......... . ........ . "..........".
..... ........ . ......... ......... ... ...... . ............ ....... ......... ..... ...... .. ........ SendPage.
.............. ..........:
|
Test the program:
|
USB Widget - widget monitoring USB flashdisks
|
Comments: ...... .......  2004-09-07 11:50:29 | ......... ... .. ..... ..... .. ......... ... .......... SMS ..... ....... ? [url] | Igor Vaskov  2004-09-07 23:40:03 | 2 ...... ....... ... ...... .......... . ...... ..... ..... ....... .. OS/2 .......... .... ........ ......... ........... .......... ....... ........ .. .... OS/2 ......... ......... - .. ...... | ..  2005-02-13 23:23:57 | ....... | .....  2005-06-03 10:43:11 | ..... .......... ...... .... .............. ... ...... | Denis  2006-04-22 10:31:08 | ..... ...., ... .... ......!
..... ...., ... ...... ...!
.... ......... ......
... ....... .. .......!!! | Leonid Burunov  2006-05-25 10:57:39 | . .... ......... .. ....
... .. ....... .... ..... ? | KILLER  2006-06-07 11:10:15 | ...... ....... ... .... ........ (......) ......... ........ ...... ...... .. .. ..., .... |
Comment this article.
|
How to prevent data loss? a) don't use old version of JFS driver. b) Don't boot from old eCS CD1 (if you take eCS 2.0 CD1, then disable its disk checker else it can kill your partitions), Advice how to use JFS filesystem |
|
|
 |
IBM OS/2 Warp
|