<?php
highlight_file
(__FILE__);
error_reporting(0);
/*flag in flag.php*/

if (!isset($_POST['abc']))
    die(
'i am abc, post it damn you');

if (
strpos($_POST['abc'],"http"))
    die(
'fxck ur rf1 out of shit');

if (
strpos($_POST['abc'],"hello123"))
    die(
'i am abc! you fxcking hacker');

if (
file_get_contents($_POST['abc']) != 'hello123' )
    die(
'file get contents! FILE! GET! CONTENTS!');

include(
$_POST['file']);
i am abc, post it damn you