Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting up FTP with Guild Emblem

Joined
Apr 16, 2007
Messages
441
Reaction score
204
How to setup FTP using Filezilla.

1) Download both Filezilla client, and server
2) After installing Filezilla server run it with interface. Login with its default settings.
3) Click "User"
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


4) Click "Add"
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


5) Fill in the box with your desired username
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


6) Give your account a password
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


7) Now give your account a directory to manage/access
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


Now your FTP server is up, and ready to go you can now run FileZilla client, and login using your account, host_ip:username:password:port. port is always 21 unless u change it. you can also access the files through web browser by using the following link:


it will ask for a login.

Part 2 - Correctly configuring FTP for Guild Emblems
Create a new folder name "SRO_CREST" at C:\ (My Computer >> Local Disk)
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


Now Start Filezilla Server with Interface (Start >> Filezilla server >> Filezilla server with interface)
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


User >> Shared Folders >> Add >> Navigate to C:\SRO_CREST >> ok >> check all the boxes at the top right and apply.

Run Pk2Extractor navigate to Media.pk2 and open it.
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


Now select Type.txt, and click extract
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


Make sure type.txt settings look like this:
Code:
Language = "Vietnam"  
Country = "Vietnam"  
GameType = "Silkroad_TestIn"  
MarkFTPAddr = "id:pass@wanip" or if no account then use only wan ip  
MarkFTPPath = "SRO_CREST"
and make sure your server.cfg ftp setting is correct:
Code:
CREST_FTP_URL "ftp://id:pass@wanip" 
or if no account: 
CREST_FTP_URL "ftp://wanip/"
 
Last edited:
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up FTP

i got the ftp working correctly with the server, you need to make a directory SRO_CREST and point it there. The problem is when i create guild logos in the game, the user comes online and creates the .srb files, but the guild logos still don't appear (but everything is correct), what's the problem?

---------- Post added at 09:13 AM ---------- Previous post was at 09:04 AM ----------

when i create a guild logo it goes to the ftp and stores a file like this: STOR G64_875_3.crb, then ends session and everything is OK. But the guild logo still doesn't appear in the game, so what's the problem!?
 
Initiate Mage
Joined
Sep 20, 2011
Messages
1
Reaction score
0
Re: [Guide] Setting up FTP

Do freely express your opinion, but please stay on topic.
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up FTP

it is on topic the ftp server takes care of the SRO_CREST files therefore its on topic..
and its not an opinion im stating that the ftp server is working correctly in the SRO_CREST directory and placing the .crb files, but in the game the logos are still white and dont appear.
unecessary post.

---------- Post added at 12:23 PM ---------- Previous post was at 09:24 AM ----------

chernobyl got any ideia why it doesnt work if its placing the .crb files correctly in the SRO_CREST folder?
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up FTP

anyone knows why the guild union logos dont appear even with ftp working correctly!?
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up FTP

come on no one knows? has anyone got guild union logos working!?
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up FTP

can someone tell me what file the media pk2 i have to alter to make the emblems work??
 
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Re: [Guide] Setting up FTP with Guild Emblem

its working for me, rogan, and a few others. are you using fillezilla ftp?

yes i do
5mins i will put my config to see it

---------- Post added at 02:44 AM ---------- Previous post was at 01:54 AM ----------

server.cfg
PHP:
BILLING_SERVER_URL 				"http://wanip:8080/"
		CREST_FTP_URL 					"ftp://username:password @wanip/"

Type.txt
PHP:
Language = "Vietnam"  
Country = "Vietnam"  
GameType = "Silkroad_TestIn"  
MarkFTPAddr = "wanip" 
MarkFTPPath = "SRO_CREST"

i tried this too
Language = "Vietnam"  
Country = "Vietnam"  
GameType = "Silkroad_TestIn"  
MarkFTPAddr = "Crest:123456@wanip" 
MarkFTPPath = "SRO_CREST"

so where the problem?
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Re: [Guide] Setting up FTP with Guild Emblem

yes i do
5mins i will put my config to see it

---------- Post added at 02:44 AM ---------- Previous post was at 01:54 AM ----------

server.cfg
PHP:
BILLING_SERVER_URL                 "http://wanip:8080/"
        CREST_FTP_URL                     "ftp://username:password @wanip/ <-- There is a space idk if that would be a problem
Type.txt
PHP:
Language = "Vietnam"  
Country = "Vietnam"  
GameType = "Silkroad_TestIn"  
MarkFTPAddr = "wanip" <-- should be id:pass@wanip
MarkFTPPath = "SRO_CREST"

i tried this too
Language = "Vietnam"  
Country = "Vietnam"  
GameType = "Silkroad_TestIn"  
MarkFTPAddr = "Crest:123456@wanip"  <-- this is correct, but wan ip = http://whatismyip.com
MarkFTPPath = "SRO_CREST"
so where the problem?

btw are you putting wanip in your real settings? because what i meant was wan ip >> just making sure.

SRO_CREST - does this folder exist? did you directed FTP to this folder? is it creating files within the folder?
if you see the guild emblems being uploaded to SRO_CREST then it means your setting are correct. if you get errors like fail to delete it means your FTP account permissions for the folder SRO_CREST is wrong.if you get no errors, and guild emblems are being created in the folder, but you cant view it in-game it means your type.txt setting is wrong.

here is other ways to see if your ftp server is set-up correctly:

- if you login and can see the SRO_CREST folder then its working.
try connecting using filezilla client
host: wanip, username:Crest, pass:123456, port:21
if it connects then its good.
 
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Re: [Guide] Setting up FTP with Guild Emblem

btw are you putting wanip in your real settings? because what i meant was wan ip >> just making sure.

SRO_CREST - does this folder exist? did you directed FTP to this folder? is it creating files within the folder?
if you see the guild emblems being uploaded to SRO_CREST then it means your setting are correct. if you get errors like fail to delete it means your FTP account permissions for the folder SRO_CREST is wrong.if you get no errors, and guild emblems are being created in the folder, but you cant view it in-game it means your type.txt setting is wrong.

here is other ways to see if your ftp server is set-up correctly:

- if you login and can see the SRO_CREST folder then its working.
try connecting using filezilla client
host: wanip, username:Crest, pass:123456, port:21
if it connects then its good.


iam using dedi s ip
also i tried ip
but not working o.o
so what's wrong?

edit:i put C:\SRO_CREST Folder

btw i dont understand this: 7) Now give your account a directory to manage/access
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Re: [Guide] Setting up FTP with Guild Emblem

Edit:
oh your using a dedi server well replace the wanip with your dedi's ip then.

ok so try this
Code:
ftp://Crest:123456@wanip"]ftp://Crest:123456@dediip

replace wanip with the numbers you see at this site at the top


tell me if that brings you to the sro_crest folder.

this is what i mean by give ftp the directions to the SRO_CREST folder.
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


try this create a SRO_CREST at C:\ so it looks like this
C:\SRO_CREST\
now make another sro_crest folder within it so it looks like this
C:\SRO_CREST\SRO_CREST\
now follow the directions in the image above, but when navigating select only
C:\SRO_CREST\

Edit:
is the FTP server being hosted on your pc or your deicated server? the FTP server needs to be installed on the dedicated server if your trying to access it like
 
Last edited by a moderator:
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Re: [Guide] Setting up FTP with Guild Emblem

Edit:
oh your using a dedi server well replace the wanip with your dedi's ip then.

ok so try this


replace wanip with the numbers you see at this site at the top


tell me if that brings you to the sro_crest folder.

this is what i mean by give ftp the directions to the SRO_CREST folder.
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums


try this create a SRO_CREST at C:\ so it looks like this
C:\SRO_CREST\
now make another sro_crest folder within it so it looks like this
C:\SRO_CREST\SRO_CREST\
now follow the directions in the image above, but when navigating select only
C:\SRO_CREST\

Edit:
is the FTP server being hosted on your pc or your deicated server? the FTP server needs to be installed on the dedicated server if your trying to access it like


dedi s

and i will try this
now make another sro_crest folder within it so it looks like this
C:\SRO_CREST\SRO_CREST\
now follow the directions in the image above, but when navigating select only
C:\SRO_CREST\


Edit; working -.- it dont show the SRO_CREST
edit:i got pic from Gameserver
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums



Edit:here the FTP
Aznkidd235 - Setting up FTP with Guild Emblem - RaGEZONE Forums
 
Last edited:
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Re: [Guide] Setting up FTP with Guild Emblem

when i login to the FTP server i dont login directly into sro_crest folder im outside the folder (root directory), but from what it sounds like either you dont have an working FTP set-up add a user set a password then follow the image add the folder
C:\SRO_CREST\
check the boxes at the side

now we have the id:pass i was taking about earlier the ftp account name, and pass.
after that is all set-up in the server.cfg


type.txt
just use ftpid:ftppass@dediip
no need to add "ftp://" the client does that for you if you do put "ftp://" the client will probably read it like this:
which will lead to an error.

edit:
i know what your problem is your ftp settings are set to load within sro_crest you need it to load outside of it. it looks like ftp server is working. its just the setting for the account Crest is wrong you set the permissions to C:\SRO_CREST\SRO_CREST\ set it to
C:\SRO_CREST\

hmm enter this into your web browser
now tell me u see files inside of it right? and there is no sro_crest folder? u need to make an sro_crest folder in there
 
Last edited:
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Re: [Guide] Setting up FTP with Guild Emblem

when i login to the FTP server i dont login directly into sro_crest folder im outside the folder (root directory), but from what it sounds like either you dont have an working FTP set-up add a user set a password then follow the image add the folder
C:\SRO_CREST\
check the boxes at the side

now we have the id:pass i was taking about earlier the ftp account name, and pass.
after that is all set-up in the server.cfg


type.txt
just use ftpid:ftppass@dediip
no need to add "ftp://" the client does that for you if you do put "ftp://" the client will probably read it like this:
which will lead to an error.

edit:
i know what your problem is your ftp settings are set to load within sro_crest you need it to load outside of it. it looks like ftp server is working. its just the setting for the account Crest is wrong you set the permissions to C:\SRO_CREST\SRO_CREST\ set it to
C:\SRO_CREST\


but it already C:\SRO_CREST\ o.o
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Re: [Guide] Setting up FTP with Guild Emblem

i know i see that, but your ftp is reading it from inside sro_crest. we want it to read from outside.
make this directory
C:\SROGuild\SRO_CREST\
and set directory of ftp to C:\SROGuild\ with full permissions
 
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Re: [Guide] Setting up FTP with Guild Emblem

i know i see that, but your ftp is reading it from inside sro_crest. we want it to read from outside.
make this directory
C:\SROGuild\SRO_CREST\
and set directory of ftp to C:\SROGuild\ with full permissions

oky..........
ok i think now it working
i will test in game
ok now i get this in SHARDMANAGER
Warring Crest FTP :ftp//Crest:123456@dedi s ip
fatal FTPDeleteFile(File: G64_875_4.crb) Failed(12003)
what mean this
 
Last edited:
Back
Top