Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 110 Guests
Online:

LATEST FORUM THREADS

»
CoD: Battle Royale
CoD+UO Map + Mod Releases
Damaged .pk3's
CoD Mapping
heli to attack ai
CoD4 SP Mapping

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 4
Category: CoD4 Scripting
Scripting and coding with Call of Duty 4.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername, novemberdobby
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: http redirect question
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Saturday, Apr. 25, 2009 04:57 pm
I am setting up a mod for my clan. My question is how do I set the redirect up to run off a dedicated server?

What I know:
1) I have unlimited acces to my server. (I rent the whole box from a data center.)

2) I know where the game file is located.

3) I know the settings for the cfg file.

What I really need to know is (please don't laugh), how do I get the web address without a domain name. (the www.domain.com)

I believe it should something like http://12.13.14.15.....????
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Sunday, Apr. 26, 2009 04:42 pm
Friendly bump?
Share |
dutchman16
General Member
Since: May 8, 2006
Posts: 177
Last: Apr 29, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Sunday, Apr. 26, 2009 09:45 pm
I don't know if you mean this:
If you try to open your ftp in your browser it's ftp://ip example: ftp://194.145.24.14

Otherwise check this, maybe it helps:
http://www.eukhost.com/forums/f15/how-setup-301-redirection-6288/

edited on Apr. 26, 2009 05:51 pm by dutchman16
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 12:33 am
Thanks for the reply. Nice Tut, thanks!
Share |
Wally.*
General Member
Since: Dec 2, 2007
Posts: 49
Last: Jul 7, 2009
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 01:47 pm
CoDLiNK writes...
Quote:
I am setting up a mod for my clan. My question is how do I set the redirect up to run off a dedicated server?

What I know:
1) I have unlimited acces to my server. (I rent the whole box from a data center.)

2) I know where the game file is located.

3) I know the settings for the cfg file.

What I really need to know is (please don't laugh), how do I get the web address without a domain name. (the www.domain.com)

I believe it should something like http://12.13.14.15.....????


You don't set up redirect to run off a dedicated server, redirect is what it says, you redirect the downloading of files from somewhere else other than the game server ie. a web server HTTP.
If it's a small mod and no custom maps then just have the clan members turn on downloads in their game and they will download at 12 kb/s from the game server but if they want speed then you have to set up HTTP redirect to a web server.
Here's a on site link:
http://www.modsonline.com/Forums-top-97604-0.html%23662553
Or just do some googleing for more info.
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 04:02 pm
Ok, thanks for the help guys. I have it a on webhost and I am able to download the file from my browser. But it still downloads at 12 KBs.

This is my cfg.

Code:
set sv_allowDownload "1"
set sv_wwwBaseURL "http://www.alloutwarclan.com/redirect_space/games/cod4"
set sv_wwwDlDisconnected "0"
set sv_wwwDownload "1"


edited on Apr. 27, 2009 12:03 pm by CoDLiNK
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 04:35 pm
Sorry, I believe I found the problem. Please stand by.
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 05:14 pm
OK this is my problem checked on a couple of things. I can access all folders beyond "redirect_space."

CoDLiNK writes...
Quote:
Ok, thanks for the help guys. I have it a on webhost and I am able to download the file from my browser. But it still downloads at 12 KBs.

This is my cfg.

Code:
set sv_allowDownload "1"
set sv_wwwBaseURL "http://www.alloutwarclan.com/redirect_space/games/cod4"
set sv_wwwDlDisconnected "0"
set sv_wwwDownload "1"


edited on Apr. 27, 2009 12:03 pm by CoDLiNK
Share |
CoDLiNK
General Member
Since: Mar 16, 2008
Posts: 178
Last: Sep 28, 2009
[view latest posts]
Level 4
Category: CoD4 Scripting
Posted: Monday, Apr. 27, 2009 06:49 pm
Sorry I keep reposting just figured the console messages may help..

Share |
Wally.*
General Member
Since: Dec 2, 2007
Posts: 49
Last: Jul 7, 2009
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Tuesday, Apr. 28, 2009 01:16 am
Your config is fine, on the website just make 2 folders
"games/cod4/mods" and put your mod here.
"games/cod4/usermaps" and put custom maps here.

On the games server make sure you have
"Call of Duty 4 - Modern Warfare/mods" same mod here
"Call of Duty 4 - Modern Warfare/usermaps" same maps here.

As long as the mods and maps are exactly the same on both server and redirect, then everything should work as advertised.

If not working check for typos

Occasionally someone might be downloading at 12kb/s, they just need to stop the game and get them to reconnect to the server.
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 4 : CoD4 Scripting

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»