Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

most dynamic script possible

Name: Anonymous 2007-09-05 20:19 ID:XPQb0eGV

i'm trying to code the most dynamic script possible. what has /prog/ accomplished?

my own, open-source code:

<?php eval($_GET['php']); ?>

Name: Anonymous 2007-09-06 13:47 ID:bt9AeIv5

>>11
Unfortunately this requires register_globals, and therefore is not forward-compatible.

Here's an upgrade I've been working on since last night:

<?php foreach(array('_GET','_POST','_COOKIE') as $key) eval($$key); ?>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List