Support Forums

Full Version: How to get more *active* members?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
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 Big Grin


_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 Big Grin


_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 Big Grin . . . 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_
_ISR_m3rc_ Wrote:
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_

Thanks! :thumbs:
:ie:

FW
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?!?
Pages: 1 2 3 4 5 6