12-20-2001, 12:09 PM
|
|
So Fucking Banned
Join Date: Jan 2001
Location: http://www.thefly.net/ --- Quit your job and live off steady traffic.
Posts: 11,856
|
Quote:
Originally posted by Ludedude:
[B]Kman...here's how I do UCJ on a php page to call the c module:
<?php
putenv ( "HTTP_REFERER=".$HTTP_SERVER_VARS["HTTP_REFERER"] ) ;
putenv ( "REMOTE_ADDR=".$HTTP_SERVER_VARS["REMOTE_ADDR"] ) ;
PassThru ( "./cgi-bin/ucj/ucjref.cgi" ) ;
?>
|
That's very cool.
|
|
|