Selasa, 02 Februari 2010

Sistem Informasi SMS Jadwal Sholat

Sistem Informasi Jadwal Sholat berbasis SMS ini dipakai untuk Wilayah (misalnya area Yogyakarta), dan lebih luas lagi. Sistem ini biasanya dipakai untuk departemen agama, atau pihak yang mengurusi jadwal sholat pada suatu wilayah tertentu. Dibuat dengan Kannel sebagai Gateway-nya, yang berjalan di Linux. Sedangkan, untuk cPanel (halaman admin) dibuat berbasis web dengan PHP. Databasenya adalah MySQL. Jika menginginkan skrip ini, silahkan pesan. Caranya klik di sini.

Harga Skrip & eBooks Panduannya : Rp. 2.000.000,-
Biaya Privat (di Yogyakarta) : + Rp. 1.000.000,-

(akan kami kirim lewat E-mail Anda setelah transfer pembayaran)

Ruang lingkup dari sistem informasi ini adalah:

cPanel
  • Pengolahan data wilayah
  • Pengolahan data provinsi
  • Pengolahan data jadwal sholat per provinsi

SMS Request
  • Request informasi jadwal sholat hari ini melalui sms
  • Autorespon informasi jadwal sholat hari ini
  • Request informasi jadwal sholat pada tanggal tertentu
  • Autorespon informasi jadwal sholat pada tanggal tertentu
  • Request informasi jadwal sholat tertentu pada hari ini
  • Autorespon informasi jadwal sholat tertentu pada hari ini
  • Request informasi jadwal sholat tertentu pada tanggal tertentu
  • Autorespon informasi jadwal sholat tertentu pada tanggal tertentu



Kebutuhan Hardware
Perangkat keras (hardware) yang medukung aplikasi ini : CPU(Control Processing Unit) , RAM 128 MB atau diatasnya, Hardisk 40 GB atau diatasnya, Monitor LG 15”, Handphone Sony Ericsson W200i sebagai penerima SMS, Kabel data Sony Ericsson W200i, Kartu GSM IM3.

Kebutuhan Software
Perangkat lunak (software) yang diperlukan antara lain sebagai berikut :
  • XAMPP for linux merupakan software yang akan digunakan sebagai web server (Apache 2.2.6, PHP 5.2.2, MySQL 5.0.51).
  • Kannel (Gateway-1.4.1.tar.gz) digunakan sebagai koneksi SMSC operator, Internet Browser(Mozila Firefox, atau yang sejenisnya).
  • Sistem Operasi yang digunakan adalah Linux Open Suse 10.3 atau versi diatasnya

Tampilan cPanel dengan PHP











:: Baca Selengkapnya .....

Rabu, 20 Januari 2010

Membuat SMS Gateway dengan Kannel

Membuat SMS Gateway dengan Kannel itu mudah, Membuat SMS Server berbasis Kannel di Linux, SMS Gateway di Linux, SMS Gateway dengan PHP, SMS Gateway dengan Visual Basic 6.0, Membangun SMS Server di Linux, Membangun SMS Autorespon, Program berbasis SMS Gateway, Mengirim SMS lewat PHP, Pemrograman Web berbasis SMS, Menggabungkan SMS Gateway dan PHP, SMS Gateway, SMS Software, SMS Server, SMPP, Create SMS Gateway with Kannel, Create SMS Server with Kannel in Linux.


KEMBALI KE HALAMAN UTAMA KOLEKSI PROGRAM
:: Baca Selengkapnya .....

Selasa, 05 Januari 2010

Tutorial Membuat SMS Gateway

sms gateway php, tutorial sms gateway, sms gateway linux, sms gateway java, cara membuat sms gateway, sms gateway delphi, sms server, skrip program sms gateway gratis, download skrip program sms gateway, contoh program sms gateway, free sms gateway, free script sms gateway, download script sms gateway with java, download script sms gateway with php, download script sms gateway with delphi, download script sms gateway with visual basic 6.0, download script sms gateway with kannel, gammu sms gateway, fbush sms gateway, smpp sms gateway, at command, AT-COOMMAND, mengirim sms dari program, program baca sms dari hp.


KEMBALI KE HALAMAN UTAMA KOLEKSI PROGRAM


:: Baca Selengkapnya .....

Minggu, 03 Januari 2010

Pemesanan Program

Jika Anda ingin memesan skrip program yang ada pada blog ini, maka Anda dapat mengirim email pemesanan pada kami. Pemesanan dapat dilakukan kepada tim BK (Bunafit Komputer). Caranya, kirim email pemesanan ke alamat : .

CONTOH EMAIL PEMESANAN
Email Tujuan
Subjek Surat Aplikasi Sistem SMS ...[misal: Dealer Pulsa Tronik]
Isi Surat Pesan surat Anda di sini ...........

Identitas Pemesan :

1. Nama Lengkap : ?
2. Mahasiswa Mana : ?
3. Posisi Tinggal : ?
4. Nomor HP Aktif : ?
:: Baca Selengkapnya .....

Selasa, 29 Desember 2009

Setup Kannel as SMS gateway on Linux

Hello All,
I am new with Kannel and trying for SMS gateway with my UBUNTU box.
I have gone through documentation and already done something

Please , help me in this regard to sort out the problem
What I am getting is as follows.

My kannel.conf is as follows ;

#
# Sample configuration file for Kannel bearerbox on Debian.
# See the documentation for explanations of fields.
#

# HTTP administration is disabled by default. Make sure you set the
# password if you enable it.

group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 13009
wapbox-port = 13004
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;192.168.10.*"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 1

group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 123456
sendsms-chars = "0123456789 +-"
access-log = "/var/log/kannel/kannel.access"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0

group = wapbox
bearerbox-host = localhost


group = sms-service
keyword = nop
text = "You asked nothing and I did it!"

group = sendsms-user
username = tester
password = foobar
#user-deny-ip = ""
#user-allow-ip = ""

group = smsc
smsc = cimd2
smsc-id = "indictrans"
host = localhost
port = 13006
smsc-username = ''
smsc-password = ''
keepalive = 5
my-number = "9970059664"


#group = smsc
#smsc = at
#modemtype=auto
#device= /dev/ttyUSB0
#speed=115200
#smsc-id = "indictrans"
#validityperiod=567
#keepalive=60
#my-number=9970059664
#sim-buffering=false


#group = smsc
#smsc = at
#modemtype = auto
#device=/dev/ttyUSB0
#my-number = "+919970508102"
#connect-allow-ip = 127.0.0.1
#log-level = 0

My log file is as follows
2007-06-14 23:52:19 [2133] [6] ERROR: CIMD2[indictrans] login failed.
2007-06-14 23:52:19 [2133] [6] ERROR: CIMD2[indictrans]: Couldn't connect to
SMSC (retrying in 10 seconds).
2007-06-14 23:52:19 [2133] [6] ERROR: connect failed
2007-06-14 23:52:19 [2133] [6] ERROR: System error 111: Connection refused
2007-06-14 23:52:19 [2133] [6] ERROR: error connecting to server `localhost'
at port `13006'
2007-06-14 23:52:19 [2133] [6] ERROR: CIMD2[indictrans] login failed.
2007-06-14 23:52:19 [2133] [6] ERROR: CIMD2[indictrans]: Couldn't connect to
SMSC (retrying in 10 seconds).
2007-06-14 23:52:19 [2019] [0] INFO: Total WDP messages: received 0, sent 0
2007-06-14 23:52:19 [2019] [0] INFO: Total SMS messages: received 0, sent 0
2007-06-14 23:52:20 [2133] [15] INFO: Client connected from <127.0.0.1>

2007-06-14 23:51:48 [2019] [6] ERROR: connect failed
2007-06-14 23:51:48 [2019] [6] ERROR: System error 111: Connection refused
2007-06-14 23:51:48 [2019] [6] ERROR: error connecting to server `localhost'
at port `13006'
2007-06-14 23:51:48 [2019] [6] ERROR: CIMD2[indictrans] login failed.
2007-06-14 23:51:48 [2019] [6] ERROR: CIMD2[indictrans]: Couldn't connect to
SMSC (retrying in 10 seconds).

Following is the Kannel status :

Kannel bearerbox version `1.4.0'. Build `Jul 3 2006 11:30:50', compiler
`4.1.2 20060613 (prerelease) (Ubuntu 4.1.1-2ubuntu5)'. System Linux, release
2.6.17-10-generic, version #2 SMP Fri Oct 13 18:45:35 UTC 2006, machine
i686. Hostname localhost, IP 127.0.0.1. Libxml version 2.6.26. Using OpenSSL
0.9.8b 04 May 2006. Compiled with MySQL 5.0.21, using MySQL 5.0.24a. Using
native malloc.

Status: running, uptime 0d 0h 0m 49s

WDP: received 0 (0 queued), sent 0 (0 queued)

SMS: received 0 (0 queued), sent 0 (0 queued), store size -1

SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec

DLR: 0 queued, using internal storage

Box connections:
wapbox, IP 127.0.0.1 (on-line 0d 0h 0m 48s)

SMSC connections:
*indictrans* CIMD2:localhost:13006:'' (re-connecting, rcvd 0, sent 0,
failed 0, queued 0 msgs)

[EMAIL PROTECTED]:~$ ps uw `sudo cat /var/run/kannel/kannel_smsbox.pid`
cat: /var/run/kannel/kannel_smsbox.pid: No such file or directory
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
ignu 26252 0.0 0.3 5580 3180 pts/1 Ss 21:08 0:00 bash
ignu 26820 0.0 0.3 5576 3172 pts/2 Ss+ 21:19 0:00 bash
ignu 27411 0.0 0.3 5580 3152 pts/3 Ss+ 21:31 0:00 -bash
ignu 29350 0.0 0.3 5576 3160 pts/4 Ss 22:05 0:00 bash
ignu 754 0.0 0.1 4940 2012 pts/4 S+ 23:20 0:00 ssh
192.168.10.6
ignu 1599 0.0 0.3 5576 3136 pts/0 Ss+ 23:42 0:00 bash
ignu 2219 0.0 0.0 2476 984 pts/1 R+ 23:54 0:00 ps uw


Regards..

From : http://www.mail-archive.com/users@kannel.org/msg10286.html :: Baca Selengkapnya .....