MyBB Community Forums

Full Version: [HELP] Anyone Wants to Try to Remote MyBB forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

(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 Big Grin
Not Solved Sad
see replies here
means that all fake?
Can you explain what the actual issue is? All the code does is login to a forum.
about the contents of the message he is like this

Quote:hello all

http://www.kampoeng.us

I have installed firefox tamper data

I try to login to the forum and I can tamper the data right url

http://www.kampoeng.us/member.php?userna...login&url =

where before I fill in the username with the "same" and the password with "love"

then I tried to create a script auto login

<?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); 
?>

then I tried the script but to no avail, I tried to open the forum but I have not objec login ID
please help

core of his message is the forum to ask for help http://devilzc0de.org
and yet get the solution
I do not know what he was doing, maybe it was an attempt to break into my admin forum
please explain what they are doing, whether it is working or not at all Huh
All the code does it log them in to their account on your forum. It's not a security issue.
Okay thanks Big Grin
cheers