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:15

>>5
System.out.print("DONGS"); is valid C.


#include <stdio.h>
#include <stdarg.h>
struct stream {
  int (*print)(const char *format,...);
};
struct {
  struct stream out;
} System;
void System_init() {
  System.out.print = printf;
}
int main() {
  System_init();

  System.out.print("DONGS");

  return 0;
}

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