Hey guys! There's big stuff going on behind the scenes! Follow @UnSyntaxSoft on Twitter to keep up to date! (Registry is down again :( )



Poll: whick phpBB?
go with phpBB2
0%
 0%  [ 0 ]
phpBB3 is da bomb!
0%
 0%  [ 0 ]
Total Votes : 0

Post Posted: Fri Oct 05, 2007 11:44 pm Reply with quote
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
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
View user's profile Send private message AIM Address

Post Posted: Sat Oct 06, 2007 12:16 am Reply with quote
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
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger

Post Posted: Sat Oct 06, 2007 12:30 am Reply with quote
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
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
View user's profile Send private message AIM Address

Post Posted: Sat Oct 06, 2007 12:46 am Reply with quote
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
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger

Post Posted: Sat Oct 06, 2007 4:12 am Reply with quote
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
Forum Sage

Posts: 632
Joined: 25 Jul 2007
Location: Spain
View user's profile Send private message

Post Posted: Sat Oct 06, 2007 11:49 pm Reply with quote
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. Wink
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
Senior

Posts: 428
Joined: 19 Aug 2007
Location: Behind You
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN MessengerICQ Number

Post Posted: Sun Oct 07, 2007 5:21 am Reply with quote
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. Wink
Ah, so I see you found my easter egg... Laughing Live.com vs. Google.com, that's a no-brainer!
_________________
JFabi speaks again!


JFabi82
Senior
Senior

Posts: 477
Joined: 20 Jul 2007
Location: Southern California
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger

Post Posted: Sun Oct 07, 2007 2:28 pm Reply with quote
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
Regular

Posts: 38
Joined: 05 Aug 2007
Location: Time - universe
View user's profile Send private message Send e-mail MSN Messenger

Post Posted: Wed Oct 17, 2007 11:48 pm Reply with quote
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 Smile

tribal
Regular
Regular

Posts: 33
Joined: 31 Aug 2007
Location: Hulle Granz Cathedial
View user's profile Send private message AIM Address

Post Posted: Sun Oct 21, 2007 7:18 am Reply with quote
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
Newcomer

Posts: 1
Joined: 21 Oct 2007

View user's profile Send private message
Display posts from previous: