A Few Questions/

Status
Not open for further replies.
Joined
Feb 17, 2013
Messages
4
Reaction score
0
Hey, guys i just start to build my first FlyFF server ,and i have some questions about it .

  1. How can i hide my ip server (host on my comp) ,in neuz.ini?
  2. How can i protect my server and site (no-ip) ?
  3. How can i connect my MYSQL/SQL with another host *website (For example i host in GODADDY)?
  4. How can i protect and safe my MYSQL/SQL Data ?
  5. How can i edit my stores,do one click job (the window that opened when u have to change job),how i edit my drop,EXP,penya drop.
  6. What best version u recommend V- 18 Or 19.

Well i gues that's all thanks for reading , Answer if u can :)
good day :):
 
1. you can make the source not read the IP from ini at all. You need to define the IP in winmain.rc to get it working. That way only the .exe knows the IP. There is a tut about how to do this.

2. you can hide your IP by editting the configs of the webserver to a name and not an IP, a translation.

3. It's not recommandable to use the website on another location as on the same server the game server runs on, purely for safety reasons (sql injections and such).

4. By making encrypted connections with your PHP script, this is however not a flyff question.

5. Edit strores = character.inc and a bit of spec_item/propitem.txt, one click job is source based, there is a good tut about how to implement it, drop, exp and penya rates are managed in eventfunc.inc in the server resource.

6. i prefer v18. I totally dislike the v19 theme but if you can get some of it's system in, that is only good.

Good day,

Worf.
 
1. you can make the source not read the IP from ini at all. You need to define the IP in winmain.rc to get it working. That way only the .exe knows the IP. There is a tut about how to do this.

2. you can hide your IP by editting the configs of the webserver to a name and not an IP, a translation.

3. It's not recommandable to use the website on another location as on the same server the game server runs on, purely for safety reasons (sql injections and such).

4. By making encrypted connections with your PHP script, this is however not a flyff question.

5. Edit strores = character.inc and a bit of spec_item/propitem.txt, one click job is source based, there is a good tut about how to implement it, drop, exp and penya rates are managed in eventfunc.inc in the server resource.

6. i prefer v18. I totally dislike the v19 theme but if you can get some of it's system in, that is only good.

Good day,

Worf.
Thanks for answer Worf, but i heared about a few "Tricks" (programs) thats usally do all of this edit's.
Can u give me links or name?
Thanks !


Guys please answer more <3
 
Thansks u alot Worf.
I heard about some programs that can make all of this edits .
if u know can u send me the releases of this programs?
like edit store or job change.

*need more answer and info
 
I heard about some programs that can make all of this edits .
if u know can u send me the releases of this programs?

I Hate Daisy or Daisy are those programs, i however prefer the manual work, especially becuz they are build for v16 resource.

like edit store or job change.

Look for a release of Xakzi about the fast jobchange. He has an detailed tut on how to add it in the source and resource.
 
Status
Not open for further replies.
Back