Sabtu, 19 Oktober 2013

PHP Indonesia - Facebook: want to request.. di sini ada sesiapa yg bisa ban...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
want to request.. di sini ada sesiapa yg bisa ban...
Oct 19th 2013, 04:54, by Bayang Hitam

Bayang Hitam 4:54am Oct 19
want to request..

di sini ada sesiapa yg bisa bantu ane ga?
ada sesiapa yg bisa coding simple script yg bisa post di cbox? >> cbox.ws

hanya simple script yah.. mungkin bisa gunakan curl.. tp ane ga tahu caranya.. bantu yah..

Gunawan Mujur Wibisono 5:20am Oct 19
maksudnya gimana? coba deh politik dikit apa yg km mau

Bayang Hitam 5:26am Oct 19
contohnya cbox ini >> http://varshare.cbox.ws/

gimana ane bisa post di cboz tsb mggunakan php??

Bayang Hitam 5:26am Oct 19
bisa bantu ga?
mgkin bisa pake curl atau apa aja.. tp ane ga tahu.. ane mau mggunakan cron supaya ane bisa post scara automatis pada waktu2 tertentu

Dicky Agustin 5:32am Oct 19
Kalau cbox.ws gak pake tag <form> tapi pake <go>, jadi sulit untuk sending request via curl nya,saran saya cari dulu gb/sb yg menggunakan form

Bayang Hitam 5:34am Oct 19
vinaleech.com aseanlegacy.net pake konsep yg sama yah??
kerna bot tsb bisa posting secara automatis

Dicky Agustin 5:52am Oct 19
Ternyata bisa sob, tunggu bentar ya,

Dicky Agustin 5:56am Oct 19
ini script nya:
<?php
//ganti dgn url cbox anda
$cbox_url="http://www6.cbox.ws/box/index.php?boxid=746231&boxtag=k912t5&sec=submit";

$param=
urldecode(http_build_query(array(
"nme"=>"tulis nama",
"pst"=>"tulis pesan",
"eml"=>"http://google.com"
)));

$c=curl_init();
curl_setopt($c,CURLOPT_URL,$cbox_url) ;
curl_setopt($c,CURLOPT_POSTFIELDS,$param);
curl_setopt($c,CURLOPT_HEADER,0);
curl_setopt($c,CURLOPT_RETURNTRANSFER,1);
curl_setopt($c,CURLOPT_TIMEOUT,15);
curl_setopt($c,CURLOPT_POST,1);
curl_exec($c);
curl_close($c);
?>

*silahkan ambil file nya: http://evolex.tk/files/cbox_curl.txt

Bayang Hitam 5:56am Oct 19
bantu ane yah :)

Bayang Hitam 5:58am Oct 19
ane cuba bntar yah

Bayang Hitam 6:02am Oct 19
berkesan gan!!! makasih yah!
apapun, bisa ga post sbagai admin? maksud ane, post sbagai user yg udah register

Dicky Agustin 6:04am Oct 19
sip, tapi kalo post sbg admin ane juga blum paham sob, :)

Bayang Hitam 6:07am Oct 19
ini juga udah cukup.. makasih ya gan!!! :)
terbaik deh (y)

Dicky Agustin 6:08am Oct 19
sama"

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar