2013-05-24, 11:40 PM
I do not know what the purpose of someone who might want to break into my MyBB or just a fad course, you try to open this thread
http://devilzc0de.org/forum/thread-19513.html
If you are required to sign up, please register without confirmation e-mail
about messages like this thread
sorry if the language they use Indonesian
you try to translate in google translate
http://devilzc0de.org/forum/thread-19513.html
If you are required to sign up, please register without confirmation e-mail
about messages like this thread
sorry if the language they use Indonesian
you try to translate in google translate
(2013-05-05, 06:05 PM)angelcyber942 Wrote: hallo semua
www.kampoeng.us
saya telah menginstall tamper data di firefox
saya coba login di forum tersebut dan d tamper data saya dapat kan url
http://www.kampoeng.us/member.php?userna..._login&url=
di mana sebelum nya saya isi kolom username dengan same dan password dengan love
kemudian saya mencoba buat script auto login nya
<?php // URL login $url = "http://www.kampoeng.us/member.php"; // Username & Password $user = "kampungan"; $pass = "angel123"; //$remember = "yes"; $curlHandle = curl_init(); curl_setopt($curlHandle, CURLOPT_URL, $url); curl_setopt($curlHandle, CURLOPT_POSTFIELDS, "username=".$user."&password=".$pass."&submit=Login&action=do_login&url="); curl_setopt($curlHandle, CURLOPT_HEADER, 0); curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curlHandle, CURLOPT_TIMEOUT, 30); curl_setopt($curlHandle, CURLOPT_POST, 1); curl_exec($curlHandle); curl_close($curlHandle); ?>
kemudian saya coba script tersebut tapi tidak ada hasil nya,,, saya coba buka forum tapi id saya belum login...
mohon bantuannya