Jump to content

[SOLVED] Help Me PALEEEZZZ


aamirshah

Recommended Posts

Run this code on your server

<?php
header('Content-Type: text/plain');
if(!function_exists('eval')){echo "eval() Function is NOT enabled";}
else{echo "eval() Function is Enabled";}
echo "\n".'Below is the list of functions that are Enabled'."\n";
print_r(get_defined_functions());
?>

and post the Output

Dont use IE to open. Use Firefox or Opera to see the page

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.