short.php v2


SUBMITTED BY: Chearful

DATE: March 16, 2016, 9:50 p.m.

FORMAT: PHP

SIZE: 150 Bytes

HITS: 404

  1. <?php
  2. $url = $_POST["url"]
  3. $response = file_get_contents ("https://coinurl.com/api.php?uuid=56e19d08737a0386316235&url=".$url);
  4. echo $response;
  5. ?>

comments powered by Disqus