Quote:
Originally Posted by yoyoyoyo
You need to change the filepath in the template iframe section to match the filepath to your auction.pl file. Try this.. change the code in the template to look like this:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<if condition="$bbuserinfo[userid]!=0">
<div align=center><iframe name="auction" ALIGN="CENTER" BORDER="0" FRAMEBORDER=0 HEIGHT=3000 WIDTH=100% MARGINHEIGHT=0 VSPACE=0 MARGINWIDTH=0 SCROLLING=0 src="http://yoursite.com/cgi-bin/auction/auction.pl"></iframe></div>
$foruminfo[forumfooter]
$footer
change the URL to match the URL to your auction.pl file
|
Ok I just did that but the auction.php file still gives me that same error