View Single Post
Old 12-20-2001, 09:15 AM  
Ludedude
Suck it!
 
Industry Role:
Join Date: Jun 2001
Location: Who wants to know?
Posts: 4,432
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" ) ;
?>

Some variation of this should work. You can call whatever you want using the php rather than an SSI call.

------------------
Post your galleries here!
Make 60% recurring (no fees) with these Babes!

<A HREF="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=914709&PA=210461" TARGET=_blank>
The Professional TGP Submitter! </A>
Ludedude is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote