Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 17:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[ place of destiny Filles+Source+Client!] Please, Help me

Discussion on [ place of destiny Filles+Source+Client!] Please, Help me within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
suzumy's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 23
Received Thanks: 0
[ place of destiny Filles+Source+Client!] Please, Help me

Help me please, I have days on this problem D:

I use [ place of destiny Filles+Source+Client!]

I need to enter the world but I can not.
It sticks to the message: "Gib Dein Passwort niemals weiter".



The message can be for hours.


Data:

I need a WAN connection for the following reasons:

Client -> My Computer (My House)
Server -> VPS (Another Home)


So I need to activate the ports.

To find the ports used my scanner port

and got the following ports:

12981
12982
15981
15881
23981
24981
28981
29992

I activated all ports in the firewall and the router to test for connection. :laugh:

My setup is as follows:

Source Neuz:
Code:
	#if defined(__TESTSERVER)
		strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" );
	#elif defined(__MAINSERVER)
		strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" );
	#endif
	}
	strcpy( g_Neuz.m_lpCertifierAddr, "[B]my-no-ip.com[/B]" ); //Place-of-Destiny IP
	//strcpy( g_Neuz.m_lpCertifierAddr, "localhost" ); //Place-of-Destiny IP
	InitWebGlobalVar();					// WEB_ADDRESS_DEFAULT, WEB_POSTDATA¼³Á¤
Neuz.exe:

Code:
2, 	"1"
3, 	"0"
4, 	"1"
5, 	"1"
6, 	"PoD16052012"
7, 	"15981"
8, 	"5000"
9, 	"5"
10, 	"1252"
11, 	"1"
AccountServer:

Code:
AddTail( -1, 1, "Server", "[B]my-no-ip.com[/B]", 0, 1, 0 );
   AddTail( 1, 1, "1-1 Channel", "[B]my-no-ip.com[/B]", 1, 1, 800 );
   AddTail( 1, 2, "1-2 Channel", "[B]my-no-ip.com[/B]", 2, 2, 500 );

DSN_NAME_LOGIN			"login"
DB_ADMIN_ID_LOGIN		"[B]sa[/B]"

DSN_NAME_LOG			"log01"
DB_ADMIN_ID_LOG			"[B]sa[/B]"

MSG_VER		"PoD16052012"

SKIP_TRACKING
//NOT_RELOADPRO
//NOLOG

// 6
DB_PWD_LOGIN	"[B]mypass[/B]"
DB_PWD_LOG	"[B]mypass[/B]"
LoginServer

Code:
DB	"127.0.0.1"
Core	"127.0.0.1"

// CACHE
AddCache( "[B]my-no-ip.com[/B]" );
MSG_VER	"PoD16052012"

//NPROTECT
CacheServer:

Code:
Core	"127.0.0.1"
Port	"[B]15881[/B]"
AntiHack

Code:
; The IP of the server, which is running the cache server
server_ip="[B]my-no-ip.com[/B]"

; The port the cache server is using (CacheServer.ini), may not be same as client_port
server_port=[B]15881[/B]

; The port the client connects to
client_port=[B]15981[/B]

; Maximum connections per IP (0 = infinite connections allowed)
max_ip_connections=10

; Maximum amount of connection attempts of a specific IP per minute (0 = infinite)
ip_connections_per_minute=10

; The leading byte of all packets. Edit it here if you did so in the FlyFF server. Else LEAVE IT at 0x5e.
leading_byte=0x31


; Do not change if you don't know, what you do!
max_recv=50000
max_recv_space=10000
Please, be kind to me, I strive to solve problems but am still a noob.

The [SoD - Source + Files + Client] can be connected immediately, however these files are impossible to connect. :

Srry for my English :blushing:
suzumy is offline  
Old 06/22/2012, 01:27   #2
 
elite*gold: 0
Join Date: Aug 2011
Posts: 392
Received Thanks: 26
you have a problem in neuz and cache


cache server
Quote:
Core "127.0.0.1"
Port "15881"
neuz
Quote:
2, "1"
3, "0"
4, "1"
5, "1"
6, "PoD16052012"
7, "15981"
8, "5000"
9, "5"
10, "1252"
11, "1"

so is right ^^

cache server
Quote:
Core "127.0.0.1"
Port "15981"

neuz
Quote:
2, "1"
3, "0"
4, "1"
5, "1"
6, "PoD16052012"
7, "15981"
8, "5000"
9, "5"
10, "1252"
11, "1"


or you have Toms antihack than start this and than the server files
Mr.Greenthumb is offline  
Old 06/22/2012, 01:43   #3
 
suzumy's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 23
Received Thanks: 0
Quote:
Originally Posted by Mr.Greenthumb View Post
you have a problem in neuz and cache


cache server


neuz



so is right ^^

cache server



neuz




or you have Toms antihack than start this and than the server files
thanks ^ ^ , but changing the antihack port fails.

This is the message: The port the cache server is using (CacheServer.ini), may not be Same as client_port
suzumy is offline  
Old 06/22/2012, 01:59   #4
 
elite*gold: 0
Join Date: Jun 2011
Posts: 274
Received Thanks: 103
hm.. try to set the ports back Cache: 15881 and Neuz: 15981 and set the Antihack-ip to 127.0.0.1 then try again to log in ingame, maybe it will work now.

And at Neuz: 11, "1" can be set to "0" because the Safe-Password-System isn't working because it's half removed in the source.
Shiaru is offline  
Thanks
1 User
Old 06/22/2012, 03:02   #5
 
suzumy's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 23
Received Thanks: 0
Quote:
Originally Posted by Shiaru View Post
hm.. try to set the ports back Cache: 15881 and Neuz: 15981 and set the Antihack-ip to 127.0.0.1 then try again to log in ingame, maybe it will work now.

And at Neuz: 11, "1" can be set to "0" because the Safe-Password-System isn't working because it's half removed in the source.
I made the changes but the problem persists
suzumy is offline  
Old 06/22/2012, 07:33   #6
 
.S0urce's Avatar
 
elite*gold: 6
Join Date: May 2012
Posts: 349
Received Thanks: 190
have you change the Ip in the NeuzMsgProc.cpp?
.S0urce is offline  
Old 06/22/2012, 19:08   #7
 
lolix3's Avatar
 
elite*gold: 10
Join Date: Sep 2010
Posts: 348
Received Thanks: 298
Have you tried to connect without the Antihack, i had the same Problems and without Antihacks it was gone.

Try it, and sorry for my bad english. ;o

Greetz
lolix3 is offline  
Old 06/23/2012, 08:23   #8
 
Lilidana's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 29
Received Thanks: 4
edit: not the problem^^ id watched your video to late^^

i'm use the files with/without antihack and i had the same problem...
but after i change the port in my CacheServer.ini to 15981(the same as the neuz) it works. if you still have the same problem. mhhh it maybe possible that you have to delete the "World" folder in your "client" folder and have to copy and past the "World" folder from you "Ressource" folder^^
In the PoD pack they have a different size....
Lilidana is offline  
Old 06/25/2012, 16:07   #9
 
elite*gold: 0
Join Date: Aug 2011
Posts: 175
Received Thanks: 1




I'm using Win 7 x64 Ultimate and this binarys are working fine for me with the clean PoD client & neurospace : neuz, servers etc..

removed the flyff.a-check,
removed the half-removed 2nd Password-sys,
changed the ip to localhost,
changed the window name to FLYFF,
changed the Place-of-destiny.exe back to Neuz.exe & Neuz.ini

.. that's just for the ppl who can't compile or somethin' ..

p.s: you have to double click the neuz.exe to run it, like the p-o-d.exe before

& AccountServer -> Wartung -> click on Server Login öffnen .. with this you are able to login


by:Shiaru
brent2121 is offline  
Old 01/28/2013, 21:07   #10
 
Claan's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 216
Received Thanks: 63
download ?
Claan is offline  
Old 01/28/2013, 22:14   #11

 
Crowley™'s Avatar
 
elite*gold: 5
Join Date: Oct 2012
Posts: 1,335
Received Thanks: 505
Quote:
Originally Posted by Claan View Post
download ?
Guck mal hier ->

Musste gucken ob das da drinne ist.
mfg. Crowley
Crowley™ is offline  
Old 01/29/2013, 14:30   #12
 
Claan's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 216
Received Thanks: 63
ne ist nich drin.
Claan is offline  
Reply


Similar Threads Similar Threads
[Release] Place-of-Destiny Source, Client, Files
02/25/2018 - Flyff PServer Guides & Releases - 291 Replies
Da ich kein bock mehr auf Flyff habe, release ich hier meine Place-of-Destiny Files. Hinweis: Bitte nur die Res benutzen die dabei sind. Gilt auch für den Client. Hash ist kikugalanet Header ist ^ Ports sind alle geändert IP wird in der NeuzMsgProc.cpp geändert Wer problem mit MSVCP100.dll hat den QProtect abschalten in der neuz, oder vcredist_x86 installieren
Verkaufe Place-of-Destiny Source+Files+Client usw
10/31/2012 - Flyff Trading - 1 Replies
Hallo Da ich kein bock mehr auf Flyff habe, verkaufe ich nun meine Place-of-Destiny files. Beinhaltet -Source -Ressourcen -Client -Beast angepasst für die Files
Errors place of destiny Source
06/15/2012 - Flyff Private Server - 1 Replies
Why do I get these errors when compiling? http://s3.subirimagenes.com:81/otros/previo/thump _7773694compilacion.jpg I use VS 2003 sp1 sorry for my english
server cap 90 skills 90 china only ( SWSRO Filles Or vSro Filles ? )
12/06/2011 - SRO Private Server - 16 Replies
so we will make poll server 90 cap skills 90 china only but wich filles ? based on vSro or based on SWSRO ?



All times are GMT +2. The time now is 17:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.