hosted by liquidweb


Go Back   Web Hosting Talk : Other Forums : Web Hosting Lounge : Can anyone tell me the link to this script?
Reply

Web Hosting Lounge Forum for general conversation, share interests, have a laugh or discuss topics not related to the above or below forums.
Forum Jump

Can anyone tell me the link to this script?

Reply Post New Thread In Web Hosting Lounge Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-11-2003, 07:46 PM
MufcUtd MufcUtd is offline
New Member
 
Join Date: Jun 2003
Location: Birmingham
Posts: 3
Wink

Can anyone tell me the link to this script?


Its used on this site http://www.soccer24-7.com/ it directs straight to the forum from the html page. Anyone know the script

Cheers

ps: Im a beginner to this

Reply With Quote
Sponsored Links
  #2  
Old 06-11-2003, 07:48 PM
traixanha traixanha is offline
Web Hosting Master
 
Join Date: May 2003
Posts: 565
insisionboard v1.1

Reply With Quote
  #3  
Old 06-11-2003, 07:52 PM
theqase theqase is offline
Web Hosting Master
 
Join Date: Sep 2002
Posts: 1,448
that is just a simple redirect in the head...

you could always do it with php...

PHP Code:
<?php
header
("location: http://www.yoursite.com/directory");
?>
be sure to replace yoursite with.... your site... and make sure you save the page as index.php

__________________
You are unique, just like everyone else.

Reply With Quote
Sponsored Links
  #4  
Old 06-11-2003, 07:57 PM
traixanha traixanha is offline
Web Hosting Master
 
Join Date: May 2003
Posts: 565
<html>
<head>
<meta http-equiv='refresh' content='1; url=http://www.soccer24-7.com/forum/'>
<title>soccer24-7.com</title>
<META name="description" content="soccer24-7.com - Your one stop resource for football. Livescores for the Premiership, Champions League and more!!">
<META name="keywords" content="Latest scores, Manchester United, Arsenal, Real Madrid, Match Reports, Match previews, Premiership, FA Cup, Worthington Cup">

<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<link rel="stylesheet" href="http://www.soccer24-7.com/templates/default/main_styles.css" type="text/css">

<body topmargin="0" bottommargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<div align="center"><br>
<br>
<a href="http://www.soccer24-7.com/forum">CLICK HERE TO GET STRAIGHT TO THE
FORUM </a></div>
</body>
</html>

i belive those code can solve your question, i did some think like this before for my webiste but with alittle bit difference code -)

Reply With Quote
  #5  
Old 06-11-2003, 07:58 PM
Phrozen Phrozen is offline
Web Hosting Master
 
Join Date: Aug 2001
Posts: 1,749
Quote:
Originally posted by traixanha

i belive those code can solve your question, i did some think like this before for my webiste but with alittle bit difference code -)
All you need is this:
Code:
<meta http-equiv='refresh' content='1; url=http://www.soccer24-7.com/forum/'>

__________________
-Bruce

Reply With Quote
  #6  
Old 06-11-2003, 08:07 PM
traixanha traixanha is offline
Web Hosting Master
 
Join Date: May 2003
Posts: 565
but he asked what kind the code that website is using to directs straight to the forum ,am i wrong? peace please..

Reply With Quote
  #7  
Old 06-11-2003, 08:13 PM
Phrozen Phrozen is offline
Web Hosting Master
 
Join Date: Aug 2001
Posts: 1,749
The code I posted is what they're using.

__________________
-Bruce

Reply With Quote
  #8  
Old 06-11-2003, 08:15 PM
traixanha traixanha is offline
Web Hosting Master
 
Join Date: May 2003
Posts: 565
thanks sir for telling me that

Reply With Quote
  #9  
Old 06-11-2003, 08:18 PM
ub3r ub3r is offline
Disabled
 
Join Date: Dec 2002
Location: chica go go
Posts: 11,858
Code:
<script language="javascript">
window.location('/forum/index.php');
</script>
or:

Code:
<meta http-equiv="refresh" content="0 url=/forum/">

good luck.

Reply With Quote
  #10  
Old 06-12-2003, 02:14 AM
Chicken Chicken is offline
Web Hosting Master
 
Join Date: Jun 2000
Location: Southern California
Posts: 12,121
I'd personally do this via httpd.conf or .htaccess, but that's just one Chicken's opinion. Why someone would bother with refresh or javascript for this is beyond my comprehension.

__________________
HostHideout.com - Where professionals discuss web hosting.

• Chicken

Reply With Quote
  #11  
Old 06-12-2003, 10:10 AM
theqase theqase is offline
Web Hosting Master
 
Join Date: Sep 2002
Posts: 1,448
actually the php script does it instantly, you cant even tell that you were redirected. just as fast as the htaccess

__________________
You are unique, just like everyone else.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Pingdom Talks Top Web Hosting Cities and Countries Web Hosting News 2013-03-27 18:49:54
Web Host Webhostforasp.net Launches New Affiliate Program Web Hosting News 2012-01-16 14:31:12
Control Panel cPanel Launches New Apache Configuration Script Web Hosting News 2011-12-28 19:41:39
NTT America Launches Global Virtual Link Web Hosting News 2011-07-27 20:34:43
Web Host JaguarPC Adds Auto-Installer Softaculous to Hosting Plans Web Hosting News 2011-07-27 18:55:46


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?