Web Site [message #170477] |
Sat, 10 September 2005 03:44 |
|
Lunawolfy
Messages: 37 Registered: September 2005 Location: Scotland
Karma: 0
|
Recruit |
|
|
Do any of you lot know how to get a www. web site cos i've been looking and there all like £40 or $32.99 any1 know
I am the best. WTF is the point in sniper games...
Add me to your yahoo im Lunawolf222
|
|
|
|
|
|
|
|
|
|
|
Re: Web Site [message #170493 is a reply to message #170477] |
Sat, 10 September 2005 04:14 |
|
Dave Mason
Messages: 2357 Registered: April 2004 Location: Shropshire, England
Karma: 0
|
General (2 Stars) |
|
|
Quote: | You don't get something for nothing
|
Quote: | When something seems too good to be true, is usually is
|
www.myspace.com/midas
|
|
|
Re: Web Site [message #170540 is a reply to message #170477] |
Sat, 10 September 2005 05:28 |
Parad0x
Messages: 232 Registered: March 2005 Location: UK
Karma: 0
|
Recruit |
|
|
If it's for a clan, then talk to the guy who owns www.clan-site.net.
Forum E-Terrorist ~ Hijacking Threads Is What It's About!
|
|
|
|
|
|
|
|
Re: Web Site [message #170693 is a reply to message #170550] |
Sat, 10 September 2005 12:18 |
|
j_ball430 wrote on Sat, 10 September 2005 08:38 | If you want a domain, try www.tk.com, and you can get a .tk domain, though you'll have to put up with their popups.
|
You can disable them quite easily actually.
After activating your website, just go in "MyDotTK" and look around, you'll likely find an option to do so within' two minutes or less.
I can't really give you any in depth details about it (screenshots and such) because right now I'm unable to add a new domain to my account.
FUCK
|
|
|
Re: Web Site [message #170712 is a reply to message #170477] |
Sat, 10 September 2005 13:33 |
Parad0x
Messages: 232 Registered: March 2005 Location: UK
Karma: 0
|
Recruit |
|
|
.TK
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup.
We have two ways of doing this, the first one makes your real url visible to visitors:
<!-- ############# Begin Num 1 ############# -->
<Script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<!-- ############# End Num 1 ############# -->
The second lets you control the popup window:
<!-- ############# Begin Num 2 ############# -->
<Script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486");
</Script>
<!-- ############# End Num 2 ############# -->
This is a bit random, but im bored.
Forum E-Terrorist ~ Hijacking Threads Is What It's About!
[Updated on: Sat, 10 September 2005 13:34] Report message to a moderator
|
|
|