Quote:
Originally Posted by icecube0045
I dont have a cgi directory in my server because I dont have a cgi_bin so what i did was, upload the auctions.php into my forums directory along with the folder called "auctions" and all of its contents.
|
That is fine, as long as the script runs. Then your url to your auction.pl file would look something like:
Code:
http://yoursite.com/forum/auction/auction.pl
Make sure that the file path in the iframe of the template is correct, and that you have CHMOD'ed the auction directory and files properly. The iframe will display whatever you tell it to display. You could change the URL to vb.org, for example, and it would display in the iframe - you need to change it to the URL to your auction.pl file, otherwise it will not display in the iframe.