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

creating a hidden dependency on PHP in Java.

Name: Anonymous 2009-06-04 3:06

Is there a way to create a hidden(to browser) dependency on PHP in Java.

I was thinking something with encrypted key generation. Like a Password that is used to generate a hash on a time stamp that PHP could also do so they can have the same key every 10 seconds or so.

or is there something else super easy.

Name: Anonymous 2009-06-04 9:21

>>6
$ cat >dongs.c
System.out.println("DONGS");

$ gcc dongs.c
dongs.c:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token


On the other hand:

$ php -r 'System.out.print("DONGS");'
DONGS

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