Jump to content

qwasyx

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Everything posted by qwasyx

  1. with curl i want to send this form http://dezend.me/dezend/ <form method="post" action="process.php" enctype="multipart/form-data"> <input type="file" name="bestand"><br> <input type="submit" name="upload" value="uploaden"> </form> this is sended via form into this url http://dezend.me/dezend/process.php -----------------------------146043902153 Content-Disposition: form-data; name="bestand"; filename="fileupload.php" Content-Type: text/php <?php some php file ... ?> -----------------------------146043902153 Content-Disposition: form-data; name="upload" uploaden -----------------------------146043902153--
  2. How to send multipart/form-data ? via curl or so ... here i am going to send it - http://dezend.me/dezend/
  3. i need to decode that file, normal download that file from mediafire and open - this is what i want, i dont want nothing decode on mediafire
  4. i need to see source code not that crappy code ones, also it wont require any loader or what just replace eval to **** and u see source code but this for me wont works :/
  5. i mean how to decode that file inside that zip, i am uploaded that file on medaifire
  6. How to decode this? http://www.mediafire.com/?niwske5oy33wzrz
  7. The php form not works <html> <body> <form action="index.php" method="post"> Code: <input type="text" name="code" /> <input type="submit" /> </form> </body> </html> <?php echo printf("%s" ,$_POST["code"]); ?> and <form method="post" enctype="multipart/form-data"> <textarea style="width:640;height:200" name="tobase"><?= stripslashes($_POST['tobase']) ?></textarea> <br><br> <input name="base64" type="submit" id="button" value="Decode" /> </div> </form> </div> <?php if(isset($_POST['base64'])) { $result=$_POST['tobase']; $content = highlight_string(stripcslashes(($result))); echo $content } ?> not works
  8. echo "<iframe src="$row['url'].$rowe['id']." border='0' framspacing='0' marginheight='0' marginwidth='0' vspace='0' hspace='0' frameborder='0' height='100%' scrolling='yes' width='100%'></iframe>"; or echo "<iframe src="$row['url'].$rowe['id']." border=\"0\" framspacing=\"0\" marginheight=\"0\" marginwidth=\"0\" vspace=\"0\" hspace=\"0\" frameborder=\"0\" height=\"100%\" scrolling=\"yes\" width=\"100%\"></iframe>";
  9. I need to know how to decode it <?php echo "\x61s\144as\x61s\x64"; ?> ---------------------------------- This is what was encoded: <?php echo "asdasasd"; ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.