|
|
Poll: whick phpBB?
|
|
go with phpBB2
|
|
0%
|
[ 0 ]
|
|
phpBB3 is da bomb!
|
|
0%
|
[ 0 ]
|
|
|
Total Votes : 0
|
Posted: Fri Oct 05, 2007 11:44 pm
|
|
hey does anybody know how to change your url? if you ever goto http://www.runescape.com they do it somehow but after reviewing their code and testing their try{} i can't find how they do it!!! can someone help me out here?
EDIT: Also what do you guys think i should go with "phpBB2.0.22" or "phpBB3 RC7"?
Last edited by tribal on Wed Oct 17, 2007 11:43 pm; edited 1 time in total
|
|
tribal
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
|
Posted: Sat Oct 06, 2007 12:16 am
|
|
| unssSAX wrote: | 19:14:35 JFabi82: YAY!!!
19:14:31 tribal: ding ding ding!!!
19:14:13 JoostinOnline: we have a winner
19:13:45 tribal: YESSSSS
19:13:39 JFabi82: am I right?
19:13:32 JFabi82: On most pages on their home site, when you choose a different link (w/ a different URL), the site appears as www.runescape.com, and not the real URL | After some Googling, try this:
| Code: | | <META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.______.___"> | _________________ JFabi speaks again!
|
|
JFabi82
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
|
Posted: Sat Oct 06, 2007 12:30 am
|
|
sry JF that renders the web page as a redirect to www.______.___.
Last edited by tribal on Sat Oct 06, 2007 12:48 am; edited 1 time in total
|
|
tribal
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
|
Posted: Sat Oct 06, 2007 12:46 am
|
|
try this, and if that doesn't work, Google is ur friend!
| Quote: | | A frameset will always show the url of the frameset document, even though a different domain is loaded into one of the frames. So you can create a frameset page with 2 frames, where one of the frames is actually "0" in height so it doesn't really exist. Note that I'm talking about a regular frameset here, not an iframe. The url in the location bar will always the location of your frameset page, even when someone uses the navigation on the framed page to travel around the other website. |
| Code: |
<html>
<head>
</head>
<frameset rows="100%,*">
<frame name="other_domain" src="http://www.example.com/">
</frameset>
</html> |
http://www.webmasterworld.com/forum21/10214.htm _________________ JFabi speaks again!
|
|
JFabi82
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
|
Posted: Sat Oct 06, 2007 4:12 am
|
|
I THINK phpBB3 is what Lafferteque has, and it looks better, assuming it is possible to change the theme/scheme (they were using default). This site currently looks cooler due to its scheme. _________________ Tasty symbols: → ÷ ∟ ≥ ≠ ≤ ± π θ √ ∞ ∑ ► → ∟ ⌂ º ± Ω π
如果你能看得懂這個句子,送我一個PM。
|
|
Xphoenix
Forum Sage

Posts: 632
Joined: 25 Jul 2007
Location: Spain
|
Posted: Sat Oct 06, 2007 11:49 pm
|
|
| JFabi82 wrote: | try this, and if that doesn't work, Google is ur friend!
| JFabi, how about next time you actually link to Google instead of another site.
Edit: I think what you are asking is being discussed here. _________________ "Mac's are the Perfect Computer", said the Perfect Idiot.
Testing for:
Vera
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
|
|
JoostinOnline
Senior

Posts: 428
Joined: 19 Aug 2007
Location: Behind You

|
Posted: Sun Oct 07, 2007 5:21 am
|
|
| JoostinOnline wrote: | | JFabi82 wrote: | try this, and if that doesn't work, Google is ur friend!
| JFabi, how about next time you actually link to Google instead of another site. | Ah, so I see you found my easter egg... Live.com vs. Google.com, that's a no-brainer! _________________ JFabi speaks again!
|
|
JFabi82
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
|
Posted: Sun Oct 07, 2007 2:28 pm
|
|
that's what we call URL redirection that is done with frames... you can try it on my website!!!
[url]
www.macrofusionworks.tk
[/url]
or if you want to see the all address try this
[url]
http://fusionworks.789mb.com
[/url]
about phpbb i have gone with phpbb3 and now i'm on RC5 waiting for the last release
regards rayden _________________
|
|
rayden
Regular

Posts: 38
Joined: 05 Aug 2007
Location: Time - universe
|
Posted: Wed Oct 17, 2007 11:48 pm
|
|
url redirection is NOT what i want. And the whole reason i posted this is because i couldn't find it on google :p so if anybody nows anything about this i would HIGHLY appreciate it
|
|
tribal
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
|
Posted: Sun Oct 21, 2007 7:18 am
|
|
| tribal wrote: | | hey does anybody know how to change your url? if you ever goto http://www.runescape.com they do it somehow but after reviewing their code and testing their try{} i can't find how they do it!!! can someone help me out here? | The code you're talking about that has the try/catch block is for busting out of a frame.
| tribal wrote: | | sry JF that renders the web page as a redirect to www.______.___. | That code will actually work, you just need to replace the dummy URL with your real URL. In addition, you can increase 0 to a larger number to make a longer delay.
|
|
burr
Newcomer

Posts: 1
Joined: 21 Oct 2007
|
|