Fcking White Emblem -.-

03/01/2013 17:52 mayc0n#1
Good morning guys,

I've tried almost all tutorials to fix this problem, but I can not.

Have tried using the 127.0.0.1 in files, now I'm using my external IP, and dosent works.

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Type.txt
Code:
Language = "Vietnam"
Country = "Vietnam"
GameType = "Silkroad_TestIn"
MarkFTPAddr = "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21/"
MarkFTPPath = "SRO_CREST"
Server.cfg
Code:
CREST_FTP_URL "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21"
SRO_CREST already on C:\

Any idea? Any help?

Thnx
03/01/2013 18:07 flozz#2
Try this:
Type.txt
MarkFTPAddr = "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21/"
To
MarkFTPAddr = "client:[Only registered and activated users can see links. Click Here To Register...].XX:21"
And this:
Server.cfg
CREST_FTP_URL "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21"
to
CREST_FTP_URL "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21/SRO_CREST"
03/01/2013 18:17 MNX-Style#3
open port 21 , should work if you have right settings and still got white emblem
03/01/2013 23:03 mayc0n#4
Quote:
Originally Posted by flozz View Post
Try this:
Type.txt
MarkFTPAddr = "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21/"
To
MarkFTPAddr = "client:[Only registered and activated users can see links. Click Here To Register...].XX:21"
And this:
Server.cfg
CREST_FTP_URL "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21"
to
CREST_FTP_URL "ftp://client:[Only registered and activated users can see links. Click Here To Register...].XX:21/SRO_CREST"
Thx...But still white amg ):
03/03/2013 03:28 borek24#5
click right on crest folder on the server and uncheck the read-only
03/04/2013 06:05 mayc0n#6
Quote:
Originally Posted by borek24 View Post
click right on crest folder on the server and uncheck the read-only
Still White lol
03/08/2013 12:51 mayc0n#7
Quote:
1 - server.cfg use filezilla acc with full rights
2 - type.txt acc with read only rights.
3 - Add firewall exception for filezilla server.
4 - Test the connection.
5 - If everything works correctly, restart and login ingame.
Thx...But Still white omg T_T

server.cfg (Acc with full rights)
Code:
CREST_FTP_URL "ftp://USER:[Only registered and activated users can see links. Click Here To Register...].XX:21/SRO_CREST"
Type.txt (acc with only Read)
Code:
MarkFTPAddr = "ftp://USER:[Only registered and activated users can see links. Click Here To Register...].XX:21/"
MarkFTPPath = "SRO_CREST"
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Any one? AMG....
03/08/2013 17:36 flozz#8
dont locate SRO_CREST folder in shared folders, only C:/ and tell me if it worked, its working fine for me like this...
03/08/2013 20:44 Nezekan#9
you don't need to specify the SRO_CREST folder, and also don't forget the end '/'.

Are you certain your firewall settings are correct? For passive mode you might need to open other ports than 20/21.

Try once with firewall completely shut down (not on a working server please)

you need to specify c: and c:\sro_crest
03/08/2013 21:14 lesderid#10
Quote:
Originally Posted by Nezekan View Post
Are you certain your firewall settings are correct? For passive mode you might need to open other ports than 20/21.
Passive only changes client ports afaik, server should still listen on 21.
03/09/2013 06:08 mayc0n#11
Quote:
Originally Posted by flozz View Post
dont locate SRO_CREST folder in shared folders, only C:/ and tell me if it worked, its working fine for me like this...
lol...Still white amg T_T

Quote:
Originally Posted by Nezekan View Post
you don't need to specify the SRO_CREST folder, and also don't forget the end '/'.

Are you certain your firewall settings are correct? For passive mode you might need to open other ports than 20/21.

Try once with firewall completely shut down (not on a working server please)

you need to specify c: and c:\sro_crest
Firewall off, dont work yet...

On filezilla, i specified only C:....Still white o_O
03/09/2013 08:06 flozz#12
Quote:
Originally Posted by mayc0n View Post
lol...Still white amg T_T



Firewall off, dont work yet...

On filezilla, i specified only C:....Still white o_O
Weird... Something wrong anyway.

I remember i used this tutorial, and worked fine:

1. create ftp account for ShardManager with full access.

example:
user: full
pass: rw
home folder: x:\ftproot
create dir SRO_CREST in root ftp folder.
-> x:\ftproot\SRO_CREST


#server.cfg
CREST_FTP_URL "ftp://full:rw@192.168.1.1:21/SRO_CREST"

2. create user ftp read only access with same home folder
example:
user: client
pass: readonly
home folder: x:\ftproot

# type.txt
Language = "English" << leave Vietnam if you don't want english text.
Country = "Vietnam"
GameType = "Silkroad_TestIn"
MarkFTPAddr = "client:readonly@192.168.1.1:21"
MarkFTPPath = "SRO_CREST"