Ceriwis  

Go Back   Ceriwis > DISKUSI > Lounge

Lounge Berita atau artikel yang unik, aneh, dan menambah wawasan semuanya ada disini dan bisa dishare disini.

Reply
 
Thread Tools
  #1  
Old 17th October 2012
faeyza faeyza is offline
Newbie
 
Join Date: Oct 2012
Posts: 9
Rep Power: 0
faeyza mempunyai hidup yang Normal
Default Nilai tambah Buat yang punya web/blog Top banget gan

Quote:
Quote:
Jika website / blog / aplikasi Anda ingin bisa melakukan pengiriman sms, jika website Anda memiliki fitur membership. maka didalam form pendaftaran bisa disisipkan script tambahan untuk konek dengan layanan zenziva. setiap member yang berhasil terdaftar diwebsite akan otomatis menerima sms ucapan selamat. dan data kontak otomatis masuk ke phonebook zenziva.

Untuk kebutuhan sms informasi/pengumuman dari sistem zenziva bisa langsung kirim sms broadcast ke semua member website Anda. Selain untuk pendaftaran bisa juga di integrasikan di form pemesanan toko online Anda. form kontak, form buku tamu, dan lain lain sesuai kebutuhan.
Berikut contoh implementasi integrasi pendaftaran di website cpnsonline.com



Contoh Form Pendaftaran


Menu Api Setting Zenziva.com



Masukan script berikut ini ke dalam file tujuan dari form pendaftaran website Anda.

// Script Kirim SMS Api Zenziva
$userkey="f21hv4"; // userkey lihat di zenziva
$passkey="my9pass"; // set passkey di zenziva
$message="Terima Kasih, pendaftaran atas nama $nama telah berhasil di cpnsonline.com. Silahkan baca dan download petunjuk selanjutnya. Harap Maklum";

$url = "http://namausahaanda.zenziva.com/apps/smsapi.php";
$curlHandle = curl_init();
curl_setopt($curlHandle, CURLOPT_URL, $url);
curl_setopt($curlHandle, CURLOPT_POSTFIELDS, 'userkey='.$userkey.'
&passkey='.$passkey.'&nohp='.$telepon.'&pesan='.ur lencode($message));
curl_setopt($curlHandle, CURLOPT_HEADER, 0);
curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curlHandle, CURLOPT_TIMEOUT,30);
curl_setopt($curlHandle, CURLOPT_POST, 1);
$results = curl_exec($curlHandle);
curl_close($curlHandle);

Laporan Pengiriman sms dapat dilihat di aplikasi web zenziva


Laporan Pengiriman SMS dari koneksi sms api pada form website

// Script Input Kontak Phonebook Zenziva
$url2 = "http://namausahaanda.zenziva.com/apps/smsapi_kontak.php";
$curlHandle2 = curl_init();
curl_setopt($curlHandle2, CURLOPT_URL, $url2);
curl_setopt($curlHandle2, CURLOPT_POSTFIELDS, 'userkey='.$userkey.'
&passkey='.$passkey.'&nama='.$nama.'&alamat='.$ala mat.'&nohp='.$telepon);
curl_setopt($curlHandle2, CURLOPT_HEADER, 0);
curl_setopt($curlHandle2, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curlHandle2, CURLOPT_TIMEOUT,30);
curl_setopt($curlHandle2, CURLOPT_POST, 1);
$results2 = curl_exec($curlHandle2);
curl_close($curlHandle2);



Kontak otomatis masuk ke phonebook Zenziva.com

SUMBER: Integrasi Website / Blog Anda dengan SMS Api
Quote:

Mudah mudahan bermanfaat :salaman


Reply With Quote
  #2  
Old 18th October 2012
CahyandaruJr's Avatar
CahyandaruJr CahyandaruJr is offline
Member Aktif
 
Join Date: Mar 2011
Location: Bandung
Posts: 295
Rep Power: 21
CahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessedCahyandaruJr is blessed
Default

d coba y ndan

kebetulan ane ada blog
Reply With Quote
  #3  
Old 18th October 2012
hktoyshop's Avatar
hktoyshop hktoyshop is offline
Enthusiast
 
Join Date: Jan 2010
Location: www.hk-toys.com
Posts: 8,593
Rep Power: 33
hktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessedhktoyshop is blessed
Default

giman step nya tu ndan,,. ane ad ablog ni.. tapi nganggur... bt deh..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 11:43 PM.


no new posts