Papa Spot Wrote:Another way to advertise is to put a link to the forum in your email sig.
Alot that would benefit me.... I don't send many emails
_ISR_m3rc_
_ISR_m3rc_ Wrote:Papa Spot Wrote:Another way to advertise is to put a link to the forum in your email sig.
Alot that would benefit me.... I don't send many emails
_ISR_m3rc_
You could also put it in your sig on other forums if they allow it there.
Yeah, I do that on every forum I join
. . . Most of the sites I joined I don't even remember my username/pass. Plus the links go to dajoob.
I need to put a redirecting script on my dajoob, so when they go there, it redirects to here...
FirefoxWiz Wrote:I need to put a redirecting script on my dajoob, so when they go there, it redirects to here...
I'll work on that for you...
_ISR_m3rc_
Use any of the following:
PHP:
PHP Code:
<?php header("Location: http://firefox.neopian-hosting.com"); ?>
Javascript:
Code:
<*script language="JavaScript">
window.location="http://firefox.neopian-hosting.com";
</script>
XHTML:
Code:
<*meta http-equiv="refresh" content="0;url=http://firefox.neopian-hosting.com">
Remove *
Take your pic!
If you want stuff like
http://firefox.dajoob.com/showthread.php?tid=100 to redirect to
http://firefox.neopian-hosting.com/showt...hp?tid=100 then you will need to use .htaccess
^^^ I edited your post because it kept redirecting ^^^
So where do I add this php code???
Replace the index.php at dajoob with it.
What?! Remove ALL the code from the index.php file and just add that?!?