Support Forums
How to get more *active* members? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Life Support (https://www.supportforums.net/forumdisplay.php?fid=12)
+---- Forum: Omni's Secret Hidden Inside Tricks (https://www.supportforums.net/forumdisplay.php?fid=13)
+---- Thread: How to get more *active* members? (/showthread.php?tid=8568)

Pages: 1 2 3 4 5 6


RE: How to get more *active* members? - Dr Small - 08-09-2006

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_


RE: How to get more *active* members? - Papa Spot - 08-09-2006

_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.


RE: How to get more *active* members? - FirefoxWiz - 08-09-2006

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...


RE: How to get more *active* members? - Dr Small - 08-10-2006

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_


RE: How to get more *active* members? - FirefoxWiz - 08-10-2006

_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


RE: How to get more *active* members? - DrPoodle - 08-10-2006

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/showthread.php?tid=100 then you will need to use .htaccess


RE: How to get more *active* members? - Dr Small - 08-10-2006

^^^ I edited your post because it kept redirecting ^^^


RE: How to get more *active* members? - FirefoxWiz - 08-10-2006

So where do I add this php code???


RE: How to get more *active* members? - DrPoodle - 08-10-2006

Replace the index.php at dajoob with it.


RE: How to get more *active* members? - FirefoxWiz - 08-10-2006

What?! Remove ALL the code from the index.php file and just add that?!?