IPB

Welcome Guest ( Log In | Register )

> Attention / Bitte beachten

If you want to make advertisement for your server, you should not forget the following data:
- server name in the line for reference text
- IP address
- server rules?
- URL to your server or use [servermonitor]
» further information
Wenn du Werbung für deinen Server machen willst, dann solltest du folgende Angaben nicht vergessen:
- Servername in der Betreffzeile
- IP-Adresse
- Serverregeln?
- URL zu deinem Server oder benutze [servermonitor]
» weitere Informationen
Si tu veux faire de la pube pour ton serveur, alors il faut pas oublier les points suivants:
- Le nom du serveur dans la ligne du sujet
- l'adresse IP
- Les regles du serveur
- URL vers ton serveur ou utilises le [servermonitor]
» autres infos
> Server max download rate, Slow files download from server
drylelite
post Dec 18 2014, 06:44 AM
Post #1


Group Icon Corporal

Group: Members

Joined: 14-June 14
Member No.: 438081



Greetings cheers.gif
I have setup a new public etpro stopwatch server with pb, im happy i got it working rolleye.gif (178.62.204.78:27967)

Anyway, ppl seem to connect, and download (for-example) supply.pk3 on 25kb/s eventho i put my sv_dl_maxrate up to "9999999999"
yes i did setup a wwwbase download aswell for ppl with cl_www which is a fast download but still.. id like to have both fast http download and from the server, any suggestions?

Much thanks!

Also on a side note, because globalcombined.lua (v4) some ppl tend to get disconnected/kicked, for whatever reason(duplicate name) and the error is "U Cant rejoin for a whole minute" But that minute tends to
never end, atleast not untill a server restart motz.gif bash.gif ... any suggestions on that aswell??

Kind regards! Thanks for ur time and Happy fragging!

v55

This post has been edited by drylelite: Dec 18 2014, 06:44 AM
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
StoerFaktoR
post Dec 18 2014, 08:24 AM
Post #2


Group Icon Colonel

Group: Members

Joined: 26-April 10
From: Düsseldorf
Member No.: 91640



QUOTE (drylelite @ Dec 18 2014, 06:44 AM) *
Greetings cheers.gif
I have setup a new public etpro stopwatch server with pb, im happy i got it working rolleye.gif (178.62.204.78:27967)

Anyway, ppl seem to connect, and download (for-example) supply.pk3 on 25kb/s eventho i put my sv_dl_maxrate up to "9999999999"
yes i did setup a wwwbase download aswell for ppl with cl_www which is a fast download but still.. id like to have both fast http download and from the server, any suggestions?

Much thanks!

Also on a side note, because globalcombined.lua (v4) some ppl tend to get disconnected/kicked, for whatever reason(duplicate name) and the error is "U Cant rejoin for a whole minute" But that minute tends to
never end, atleast not untill a server restart motz.gif bash.gif ... any suggestions on that aswell??

Kind regards! Thanks for ur time and Happy fragging!

v55


Hi drylelite ,

for a fast download you need a webserver or webspace.
If you have a webspace then you need to set the path in your server.cfg like

set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL "http://combat-funzone.de/fdl/" // base URL for redirection

//you can also use the IP of your webspace if the url is not working

set sv_wwwBaseURL "http://144.76.41.60/fdl/" // base URL for redirection


sv_dl_maxrate up to "82000" <-- is not relevant

fdl = fast download

In this folder (fdl) you need all mod folders of your gameserver.
In your case : etmain and etpro --> Take a look in our fastdownload folder : http://combat-funzone.de/fdl/
In the etmain folder of fdl, you have to copy and paste all additional or customized pk3 files like maps.
In your etpro folder of fdl ,you have to copy and paste all pk3 files of your gameservers etpro folder.

In example:

If you have those files in your gameservers etpro folder:

etpro-3_2_6.pk3
zzz_funzsound.pk3
zzz_hiddencontrols.pk3

then your fdl folder must contain the same files (like a mirror)

fdl folder

etpro-3_2_6.pk3
zzz_funzsound.pk3
zzz_hiddencontrols.pk3

Hope it will help you.
Regards,
Stoer

PS: Never used globalcombined.lua :/


--------------------
Go to the top of the page
 
+Quote Post
drylelite
post Dec 18 2014, 08:41 AM
Post #3


Group Icon Corporal

Group: Members

Joined: 14-June 14
Member No.: 438081



QUOTE (StoerFaktoR @ Dec 18 2014, 09:24 AM) *
QUOTE (drylelite @ Dec 18 2014, 06:44 AM) *
Greetings cheers.gif
I have setup a new public etpro stopwatch server with pb, im happy i got it working rolleye.gif (178.62.204.78:27967)

Anyway, ppl seem to connect, and download (for-example) supply.pk3 on 25kb/s eventho i put my sv_dl_maxrate up to "9999999999"
yes i did setup a wwwbase download aswell for ppl with cl_www which is a fast download but still.. id like to have both fast http download and from the server, any suggestions?

Much thanks!

Also on a side note, because globalcombined.lua (v4) some ppl tend to get disconnected/kicked, for whatever reason(duplicate name) and the error is "U Cant rejoin for a whole minute" But that minute tends to
never end, atleast not untill a server restart motz.gif bash.gif ... any suggestions on that aswell??

Kind regards! Thanks for ur time and Happy fragging!

v55


Hi drylelite ,

for a fast download you need a webserver or webspace.
If you have a webspace then you need to set the path in your server.cfg like

set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL "http://combat-funzone.de/fdl/" // base URL for redirection

//you can also use the IP of your webspace if the url is not working

set sv_wwwBaseURL "http://144.76.41.60/fdl/" // base URL for redirection


sv_dl_maxrate up to "82000" <-- is not relevant

fdl = fast download

In this folder (fdl) you need all mod folders of your gameserver.
In your case : etmain and etpro --> Take a look in our fastdownload folder : http://combat-funzone.de/fdl/
In the etmain folder of fdl, you have to copy and paste all additional or customized pk3 files like maps.
In your etpro folder of fdl ,you have to copy and paste all pk3 files of your gameservers etpro folder.

In example:

If you have those files in your gameservers etpro folder:

etpro-3_2_6.pk3
zzz_funzsound.pk3
zzz_hiddencontrols.pk3

then your fdl folder must contain the same files (like a mirror)

fdl folder

etpro-3_2_6.pk3
zzz_funzsound.pk3
zzz_hiddencontrols.pk3

Hope it will help you.
Regards,
Stoer

PS: Never used globalcombined.lua :/

Ty for quick reply, fixed it for me thanks!
Kinda going offtopic here, but would u be so kind to share a thing or two with me about securing et 2.60b server
(Kids crashing it when full etc)
currently im using that *."exe" binary patch is there anything else that will make script kiddies inefective ?
Go to the top of the page
 
+Quote Post
StoerFaktoR
post Dec 18 2014, 08:58 AM
Post #4


Group Icon Colonel

Group: Members

Joined: 26-April 10
From: Düsseldorf
Member No.: 91640



QUOTE
Ty for quick reply, fixed it for me thanks!
Kinda going offtopic here, but would u be so kind to share a thing or two with me about securing et 2.60b server
(Kids crashing it when full etc)
currently im using that *."exe" binary patch is there anything else that will make script kiddies inefective ?


I can only give you security hints about linux servers.
We dont use windows... Sorry


But,
if your server run on linux you can use
the getstatusfix. (maybe something like this exists for windows ??? )

Just open the etded with wordpad or notepad++ and edit the path cd "path_to_your_etserver"
where your server is installed.
Start your server with etded...

One thing... Make a hard and unique rcon password.

Myq4s$w0rD << like this grin.gif
Attached File(s)
Attached File  getstatusfixed.zip ( 325.11K ) Number of downloads: 4
 


--------------------
Go to the top of the page
 
+Quote Post
drylelite
post Dec 18 2014, 09:00 AM
Post #5


Group Icon Corporal

Group: Members

Joined: 14-June 14
Member No.: 438081



QUOTE (StoerFaktoR @ Dec 18 2014, 09:58 AM) *
QUOTE
Ty for quick reply, fixed it for me thanks!
Kinda going offtopic here, but would u be so kind to share a thing or two with me about securing et 2.60b server
(Kids crashing it when full etc)
currently im using that *."exe" binary patch is there anything else that will make script kiddies inefective ?


I can only give you security hints about linux servers.
We dont use windows... Sorry

But,
if your server run on linux you can use
the getstatusfix. (maybe something like this exists for windows ??? )

Just open the etded with wordpad or notepad++ and edit the path cd "path_to_your_etserver"
where your server is installed.
Start your server with etded...

One thing... Make a hard and unique rcon password.

Myq4s$w0rD << like this grin.gif


thanks again, but i think that im already using that patch :P (Was the one i was talking about)
Thanks for ur time!

p.s. ofc its linux ( :

This post has been edited by drylelite: Dec 18 2014, 09:02 AM
Go to the top of the page
 
+Quote Post

Posts in this topic
- drylelite   Server max download rate   Dec 18 2014, 06:44 AM
- - StoerFaktoR   QUOTE (drylelite @ Dec 18 2014, 06:44 AM)...   Dec 18 2014, 08:24 AM
|- - drylelite   QUOTE (StoerFaktoR @ Dec 18 2014, 09:24 A...   Dec 18 2014, 08:41 AM
|- - StoerFaktoR   QUOTE Ty for quick reply, fixed it for me thanks...   Dec 18 2014, 08:58 AM
|- - drylelite   QUOTE (StoerFaktoR @ Dec 18 2014, 09:58 A...   Dec 18 2014, 09:00 AM
|- - StoerFaktoR   QUOTE thanks again, but i think that im already us...   Dec 18 2014, 09:05 AM
|- - drylelite   QUOTE (StoerFaktoR @ Dec 18 2014, 10:05 A...   Dec 18 2014, 10:22 AM
- - drylelite   Also, since im here, would anyone mind setting up ...   Dec 18 2014, 01:31 PM
|- - StoerFaktoR   QUOTE (drylelite @ Dec 18 2014, 01:31 PM)...   Dec 18 2014, 04:21 PM
- - drylelite   happy birthday schnoog \o   Dec 18 2014, 05:03 PM
- - schnoog   Not my birthday, but thanks anyway :) Flag is set....   Dec 18 2014, 08:31 PM
|- - drylelite   QUOTE (schnoog @ Dec 18 2014, 08:31 PM) N...   Dec 18 2014, 09:17 PM
|- - rehhhh   QUOTE (drylelite @ Dec 18 2014, 09:17 PM)...   Dec 18 2014, 11:30 PM
|- - drylelite   QUOTE (rehhhh @ Dec 18 2014, 11:30 PM) QU...   Dec 19 2014, 01:04 AM
- - drylelite   Since i had so much success in this post #Wining ...   Dec 19 2014, 04:10 PM
|- - StoerFaktoR   QUOTE (drylelite @ Dec 19 2014, 04:10 PM)...   Dec 19 2014, 05:20 PM
- - drylelite   Thanks, il give it a try :) / Works awesome D than...   Dec 19 2014, 08:53 PM
- - drylelite   /offtopic Does anyone know how to disable the obj...   Dec 28 2014, 04:02 AM
|- - macbeth   QUOTE (drylelite @ Dec 28 2014, 04:02 AM)...   Dec 28 2014, 05:37 AM
|- - drylelite   QUOTE (macbeth @ Dec 28 2014, 05:37 AM) Q...   Dec 29 2014, 05:37 PM
|- - StoerFaktoR   QUOTE (drylelite @ Dec 29 2014, 05:37 PM)...   Dec 29 2014, 06:00 PM
- - drylelite   Ahh we seem to have diff ideas i have no problems...   Dec 30 2014, 05:06 AM
- - macbeth   then I dunno than you can have obj disabled never ...   Dec 30 2014, 08:01 AM
- - $mart   Hello drylelite, You can do it by extracting the ...   Dec 30 2014, 09:18 AM


Reply to this topicStart new topic
7 User(s) are reading this topic (7 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 6th July 2025 - 11:45 PM