Change everything to this.
replace the code in /home/USER/html/phpBB2/templates/subSilver/redirect.tpl to this
- Code: Select all
<BODY><CENTER>{MESSAGE}</CENTER>
<SCRIPT LANGUAGE="java**script">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
window.location="{REDIRECT_URL}";
// -->
</script>
</BODY>
If you want you can use html with the points script if you use the script bellow.
Then you can still use the redirect script with html and give users points.
just put this in the big text box and fill the "quote" marks in correctly.
<a href="http://WWW.SITE.com/phpBB2/redirect.php?banner_id="BANNER_ID"><img src="http://www.yoursite.com/images/ad.gif"></a>
********This script should note the banner_Id in the admin template. If you run the script once it will show your text with the link at the top and you will get your redirect link if you copy the link and put it in where your "banner id" is the link will look like this http://WWW.SITE.com/phpBB2/redirect.php?banner_id="BANNER_ID

