Leser: 29
1
2
3
4
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$ freenet-sms.pl
Usage:
/usr/local/bin/freenet-sms.pl <smsnumber> <message>overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$ ^C
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ------------------------------------------
# System configuration file for freenet-sms
# ------------------------------------------
# put here your username and password
#
username=XXXX
password=XXXX
# do you use a proxy? uncomment if needed.
#
#http_proxy=http://hostname:port/
#http_proxy_username=foo
#http_proxy_password=foobar
# here you can add your aliases.
#
# <alias>=<number>
olli=9999999999999
<olli>=<9999999999999>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ------------------------------------------
# System configuration file for freenet-sms
# ------------------------------------------
# put here your username and password
#
username=foo
password=foobar
# do you use a proxy? uncomment if needed.
#
#http_proxy=http://hostname:port/
#http_proxy_username=foo
#http_proxy_password=foobar
# here you can add your aliases.
#
# <alias>=<number>
xyz=01721234567
abc=01781234567
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ------------------------------------------
# System configuration file for freenet-sms
# ------------------------------------------
# put here your username and password
#
username=XXXX
password=XXXX
# do you use a proxy? uncomment if needed.
#
#http_proxy=http://hostname:port/
#http_proxy_username=
#http_proxy_password=
# here you can add your aliases.
#
#olli=015227573018
1
2
3
4
5
6
7
8
9
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$ freenet-sms.pl 015227573018 test test
Use of uninitialized value $sessionid in substitution (s///) at /usr/local/bin/freenet-sms.pl line 209.
Use of uninitialized value $sessionid in concatenation (.) or string at /usr/local/bin/freenet-sms.pl line 225.
Use of uninitialized value $sessionid in concatenation (.) or string at /usr/local/bin/freenet-sms.pl line 234.
Use of uninitialized value $sessionid in concatenation (.) or string at /usr/local/bin/freenet-sms.pl line 243.
Use of uninitialized value $sessionid in concatenation (.) or string at /usr/local/bin/freenet-sms.pl line 249.
- SMS successfully sent to 015227573018.
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$
1
2
3
4
5
6
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$ freenet-sms.pl
Usage:
/usr/local/bin/freenet-sms.pl <smsnumber> <message>overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$ freenet-sms.pl 015227573018 test test
- SMS successfully sent to 015227573018.
overmind@overmind-laptop:~/anwendungen/freenet-sms_0.3$
2010-05-13T23:06:26 lichtkindklingt als wäre $sessionid leer. setz mal das debuglevel auf 5 und lass es nochmal laufen. könnt auch am server liegen.