PDA

View Full Version : Redirection to forums.



Aelus
01-09-08, 12:28 PM
Hello everyone. If this is the wrong section please delete it.

Anyways lets get started.

Explanation:
What this guide will tell you is how to redirect to a outside forum such as freeforums.org. This is useful for people who have websites and dont want to go through all that configuration and etc to use it host it on your own.

Guide:

Step 1: Setup a forum at any site that gives you admin access and such. Example: freeforums.org
Step 2: If your website has a button and such for "forums" got to the forums.php file or whatever file it is that is the php file of your forums.
Step 3: Delete everything in that file. And copy this code


<meta http-equiv="Refresh" content="5; url=Your sites URL here!">
Two things you can do here.
A. You can let it wait that "5" seconds which will slow things down (better in my opinion) or "0" seconds which will immediately redirect them.
B. Let it wait 5 seconds and add a line of text to let them know whats happening. To do so:


<html>
<body>

<font color="Grey">Redirecting... hold a moment please.</font>

</body>
</html>
Notice the "Grey" in that box you can change the color to whatever you please. I prefered grey, but its up to you.

Once you've done that, it should redirect when you click the forums button. If it doesnt you have no placed this in the right forums thing.

Add: JavaScript Enabled Redirect (Stops most proxy sites since alot of them DONT enable JavaScripting and does other various things)


<script type="text/javascript">
<!--
window.location = "Your site here!"
//-->
</script>

I'm willing to help so leave a comment with your error.

I am not willing to help flamers.

If its a repost delete it please.

*I posted this on another site so if you see it there note im the same person*.

I find this useful for websites like Vatralaus's. Since I then dont have to go out and configure all these forum files and etc. I can just redirect to my free forum host.