[HELP]cant connect to my server (Offical)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • [HELP]cant connect to my server (Offical)

      ok so its like so ive managed to open all the exe files to start the server and set up my DB...but now i cant connect to it cuz i dont know what launcher to use...ive downloaded the global flyff v13 client and patched the Fame patcher on it so its v11 fame now....so what launcher and neuz or what ever do i use to connect to my fresh opend server?

      please provide links if need to download somthing :)

      thanks waiting for reply :)


      [COLOR="Red"][SIZE="4"]German(Google translate):[/SIZE][/COLOR]

      ok so its so ive verwaltet wie alle EXE-Dateien auf den Server starten und damit mein DB ... aber jetzt i cant in Verbindung zu treten, um es cuz i dont know, was Startprogramm zu benutzen ... ive der globalen flyff v13-Client heruntergeladen, geöffnet und Patchen des Fame Patcher auf so ihren Ruhm v11 jetzt .... ja, welche Träger und Neuz oder was auch immer ich mich bei meinem frisch eröffnet Server zu verbinden?

      Links, wenn Sie herunterladen zu müssen somthing bieten:)

      Dank für die Antwort warten:)
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • Maybe you may add some more information about your problem.
      What i get till here is, that you cannot connect to your server and it may caused by the client version.
      First of all: Did u set up all .ini files correctly?
      In general it doesnt matter which client version you have, if you want to connect with your server (v11 or v13-14 should be fine)
      Did you write the server-ip in your neuz.ini?

      ~
    • yes i think maybe it has somthing to do with the account making in sql here is what i did
      i made new query with this

      USE [ACCOUNT_DBF]
      GO

      INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [vers], [attempts], [bantime], [lastip])
      VALUES
      (N'my account', N'nForceIsGay+mypw in md5 form', N'T', N'A', NULL, N'nForceIsGay+mypw in md5 form', N'F', NULL, 0, NULL, NULL, NULL)
      GO

      INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [net_enable], [vers], [AccSource], [AccSourceID], [email], [birthday], [ban_reason], [ip])
      VALUES
      (N'my account', N'A000', N'2', N'F', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL, 0, N'0', 0, N'a2lsbGEtZGF2QHdlYi5kZQ==', N'MDguMDkuMTk5Mw==', N'', N'test')
      GO
      [/quote]

      and i want it to be somthing like vaxtang91 for account and 123123 for pass is that right or need to change anything? and i Executed it into ACCOUNT_DBF it told me that:

      [quote]
      (1 row(s) affected)

      (1 row(s) affected)
      [/quote]

      this is what i think is wrong ip's are all correct :)[/email]
    • Quellcode

      1. USE [ACCOUNT_DBF]
      2. GO
      3. INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [vers], [attempts], [bantime], [lastip])
      4. VALUES
      5. (N'my account', N'[COLOR="RED"]nForceIsGay+mypw in md5 form[/color]', N'T', N'A', NULL, N'[COLOR="Red"]nForceIsGay+mypw in md5 form[/COLOR]', N'F', NULL, 0, NULL, NULL, NULL)
      6. GO
      7. INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [net_enable], [vers], [AccSource], [AccSourceID], [email], [birthday], [ban_reason], [ip])
      8. VALUES
      9. (N'my account', N'A000', N'2', N'F', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL, 0, N'0', 0, N'a2lsbGEtZGF2QHdlYi5kZQ==', N'MDguMDkuMTk5Mw==', N'', N'test')
      10. GO
      Alles anzeigen



      This is your Error? o.0 or have u delet it vor this post ..?

      Quellcode

      1. USE [ACCOUNT_DBF]
      2. GO
      3. INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [vers], [attempts], [bantime], [lastip])
      4. VALUES
      5. (N'lols', N'c5ed61147e53612562c2daff238a03ec', N'T', N'A', NULL, N'c5ed61147e53612562c2daff238a03ec', N'F', NULL, 0, NULL, NULL, NULL)
      6. GO
      7. INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [net_enable], [vers], [AccSource], [AccSourceID], [email], [birthday], [ban_reason], [ip])
      8. VALUES
      9. (N'lols', N'A000', N'2', N'F', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL, 0, N'0', 0, N'a2lsbGEtZGF2QHdlYi5kZQ==', N'MDguMDkuMTk5Mw==', N'', N'test')
      10. GO
      Alles anzeigen

      here n example
    • Time2Chill;39534 schrieb:

      Quellcode

      1. USE [ACCOUNT_DBF]
      2. GO
      3. INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [vers], [attempts], [bantime], [lastip])
      4. VALUES
      5. (N'my account', N'[COLOR="RED"]nForceIsGay+mypw in md5 form[/color]', N'T', N'A', NULL, N'[COLOR="Red"]nForceIsGay+mypw in md5 form[/COLOR]', N'F', NULL, 0, NULL, NULL, NULL)
      6. GO
      7. INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [net_enable], [vers], [AccSource], [AccSourceID], [email], [birthday], [ban_reason], [ip])
      8. VALUES
      9. (N'my account', N'A000', N'2', N'F', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL, 0, N'0', 0, N'a2lsbGEtZGF2QHdlYi5kZQ==', N'MDguMDkuMTk5Mw==', N'', N'test')
      10. GO
      Alles anzeigen



      This is your Error? o.0 or have u delet it vor this post ..?

      Quellcode

      1. USE [ACCOUNT_DBF]
      2. GO
      3. INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [vers], [attempts], [bantime], [lastip])
      4. VALUES
      5. (N'lols', N'c5ed61147e53612562c2daff238a03ec', N'T', N'A', NULL, N'c5ed61147e53612562c2daff238a03ec', N'F', NULL, 0, NULL, NULL, NULL)
      6. GO
      7. INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [net_enable], [vers], [AccSource], [AccSourceID], [email], [birthday], [ban_reason], [ip])
      8. VALUES
      9. (N'lols', N'A000', N'2', N'F', '20080818 00:51:35.700', N'20010101', N'20990101', N'20050101', N'O', NULL, NULL, 0, N'0', 0, N'a2lsbGEtZGF2QHdlYi5kZQ==', N'MDguMDkuMTk5Mw==', N'', N'test')
      10. GO
      Alles anzeigen

      here n example


      no ive deleted it for this post :) i did the md5 code with nForceIsGay+my pass and still i get an Wrong password in the game can someone give me a link to his neuz+launcher+neuz.ini so il try it with them?

      maybe i did somthing wrong in making the account? see excemple above :) made this code and Executed it into ACCOUNT_DBF it told me 1 row affected 2x times O_O is it ok? did it had to say somthing else?

      please somone who made a server to work give me the files neuz+neuz.ini+Launcher that he use i cant get this working!
    • 1.i changed the neuz.ini ip to 127.0.0.1

      2.i use a neuz of fame i downloaded in other forum

      3.i log in with the famestarted.bat that you gave me

      and still wrong password O_O

      can you load your neuz.exe for me? maybe i got a bad one? its my last idea :D

      p.s:your account lols:lol is working O_O why does my account vaxtang91:pass dosent? what did you convert in MD5? i converted this: nForceIsGaypass is it ok? maybe i need with small letters? like nforceisgaypass? O_O

      p.s2: when i log on your lols account i got no server in the server list why is that? O_O where do i add my server info? i got a blank page in server pick O_O