Advertise Here

Author Topic: [Guide] Forwarding a domain (.com ,.co.uk)etc..  (Read 16804 times)

0 Members and 1 Guest are viewing this topic.

Offline campkz

  • SMF For Free Member
  • *
  • Posts: 28
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
[Guide] Forwarding a domain (.com ,.co.uk)etc..
« on: January 24, 2008, 02:48:13 pm »
Lmao here we go.
Heres a simple Html code for example.:
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head><title>what</title>
<meta name="Description" content="starring the coding of dylanmarriot comes a new forum"></head>
<frameset rows="100%,*">
<frame title="http://s3.invisionfree.com/runestuff" src="http://s3.invisionfree.com/runestuff" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<frame title="empty frame" frameborder="0" scrolling="no" noresize="noresize">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="http://s3.invisionfree.com/runestuff">what</a></noframes>
</frameset>

Heres A Explanation

Quote
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head><title>3what</title>
<meta name="Description" content="2starring the coding of dylanmarriot comes a new forum"></head>
<frameset rows="100%,*">
<frame title="1http://s3.invisionfree.com/runestuff" src="1http://s3.invisionfree.com/runestuff" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<frame title="empty frame" frameborder="0" scrolling="no" noresize="noresize">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="1http://s3.invisionfree.com/runestuff">what</a></noframes>
</frameset>

1:website adress
2:explanation of your site.
3:title


There you go just add it to your index.htm or index.html


or
Code: [Select]
<?php
header
("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>
from your php manual
Php manual one  not by me.
« Last Edit: April 08, 2008, 05:25:49 pm by simply sibyl »
Well heres my sick forum ;p

Note: I love private servers ;p.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #1 on: January 24, 2008, 02:52:47 pm »
uh campkz
we do not have access to edit the index.php

Offline campkz

  • SMF For Free Member
  • *
  • Posts: 28
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #2 on: January 24, 2008, 02:55:04 pm »
No lmao.
Its what you edit in your .co.uk index.php's
Like for instant i have rsaddict.co.uk i just edited thats index.php.... lmao
Well heres my sick forum ;p

Note: I love private servers ;p.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #3 on: January 24, 2008, 02:55:52 pm »
No lmao.
Its what you edit in your .co.uk index.php's
Like for instant i have rsaddict.co.uk i just edited thats index.php.... lmao

alrighty then
I don't use a redirect service...    but now we know
Might be a good idea to mention it at the top of your post along with how to get it to begin with  ;)

Offline campkz

  • SMF For Free Member
  • *
  • Posts: 28
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #4 on: January 24, 2008, 02:56:48 pm »
Kk.thanx for posting.
Well heres my sick forum ;p

Note: I love private servers ;p.

Offline figenrable

  • SMF For Free Newbie
  • *
  • Posts: 5
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #5 on: January 29, 2008, 07:02:06 am »

Offline campkz

  • SMF For Free Member
  • *
  • Posts: 28
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #6 on: February 03, 2008, 07:04:26 am »
Or even Just buy a .com if your brainy enough.
Oh yes dont use www.123-reg.co.uk cause therre domains come with no webspace + like 50mb+ for a year is like in the 70's in pounds.
Well heres my sick forum ;p

Note: I love private servers ;p.

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #7 on: February 03, 2008, 07:14:19 am »
I don't see why you would need to go through all that trouble if you are using a index.php file.

Code: [Select]

<?php
header
("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>


Straight from the PHP manual.

Offline Mr. Pimp

  • SMF For Free Newbie
  • *
  • Posts: 3
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: Forwarding a domain (.com ,.co.uk)etc..
« Reply #8 on: March 25, 2008, 01:10:36 pm »
Thank you for this!

Offline Annjill

  • SMF For Free Member
  • *
  • Posts: 84
  • Miley Cyrus is <3
    • View Profile
    • Cottontail Chaos

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #9 on: February 27, 2009, 11:39:12 pm »
I can't understand it. Help !

Offline KGB Hunter

  • SMF For Free Newbie
  • *
  • Posts: 8
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #10 on: March 14, 2009, 11:57:00 am »

Offline Annjill

  • SMF For Free Member
  • *
  • Posts: 84
  • Miley Cyrus is <3
    • View Profile
    • Cottontail Chaos

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #11 on: March 15, 2009, 03:33:06 am »
I already tried that. But when I logged in, it says 'You were unable to login. Please check your cookie settings. '

Offline - Lawrence -

  • SMF For Free Hero
  • *
  • Posts: 549
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #12 on: March 15, 2009, 10:03:41 am »
I already tried that. But when I logged in, it says 'You were unable to login. Please check your cookie settings. '
You need to turn your .co.nr cloaking off. With cloaking on your forum cookies don't work. Go into your website settings at freedomain.co.nr and turn cloaking off. It should then work ;).

Offline Annjill

  • SMF For Free Member
  • *
  • Posts: 84
  • Miley Cyrus is <3
    • View Profile
    • Cottontail Chaos

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #13 on: March 15, 2009, 10:52:31 pm »
I already tried that. But when I logged in, it says 'You were unable to login. Please check your cookie settings. '
You need to turn your .co.nr cloaking off. With cloaking on your forum cookies don't work. Go into your website settings at freedomain.co.nr and turn cloaking off. It should then work ;).


WAO. Thanks so much ! It's working !  >>> cottontailchaos.co.nr

Offline Logical

  • SMF For Free Member
  • *
  • Posts: 44
  • Full of Logic
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Forwarding a domain (.com ,.co.uk)etc..
« Reply #14 on: March 24, 2009, 02:31:36 pm »
Or even Just buy a .com if your brainy enough.
Oh yes dont use www.123-reg.co.uk cause therre domains come with no webspace + like 50mb+ for a year is like in the 70's in pounds.

What does buying a .com domain have to do with being brainy? I wouldn't buy one unless my smfforfree site was already semi popular, (or any site) and nobody wants to pay if they can't milk money off of it. Meaning not alot of traffic, a lot of traffic + advertisements = $$$$ (money) no traffic + advertisements = no $$$$. LOL   
Logical full of logic.

Into RuneScape private servers? try out www.runeescape.smfforfree.com
Or you can try the tk link (same site) www.rune-escape.tk

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
2212 Views
Last post May 01, 2006, 01:23:56 pm
by themediajournal
4 Replies
1795 Views
Last post September 13, 2007, 12:10:52 am
by Kimmie
1 Replies
1235 Views
Last post September 07, 2009, 11:04:27 am
by simply sibyl
1 Replies
9930 Views
Last post April 08, 2010, 03:01:36 pm
by Seldom Fail
1 Replies
7321 Views
Last post April 30, 2010, 03:57:20 pm
by Andrew