Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: AUTHSERVER WORKING TUTORIAL  (Visto 10236 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline tsx24 #20 Posteado: March 24, 2021, 01:48:15 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 2
  • cn
WORD AuthServerPort = GetPrivateProfileInt("AuthServerInfoIp","AuthServerInfoIp",198.50.227.102,".\\AuthServer.ini");   Hello everyone, what should I do here? The editor failed


Offline tsx24 #21 Posteado: March 31, 2021, 09:45:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 2
  • cn

Offline djagripnos #22 Posteado: April 04, 2021, 06:33:13 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 809
  • Gracias recibida: 30579
  • gr
@admmunowar  my friends make one full video tutorials for installed license systems ! AuthServer

Gracias:


Offline clairtoncb #23 Posteado: April 04, 2021, 10:16:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 50
  • Gracias recibida: 332
  • br
Bom dia esta semana irei fazer um tutorial ensinando a por a licença via AuthServer.

Gracias:


Offline djagripnos #24 Posteado: April 04, 2021, 10:23:14 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 809
  • Gracias recibida: 30579
  • gr
Bom dia esta semana irei fazer um tutorial ensinando a por a licença via AuthServer.

Big Thnxxx  aplausos


Offline zyghydev #25 Posteado: April 06, 2021, 05:29:42 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 55
  • Gracias recibida: 1068
  • ro
First of all you must make odbc for AuthServer manual
Second thing you must edit db in sql > design table User > Information2 rename to GetHardWareId


After lall edit i don't know why is not connect GameServer to authserver full in takumi12 release files maybe sothing from protect.cpp is not good ...I don't know

I have this log for Authserver

Before i fix
Code: [Select]

13:51:20 [SocketManager] Server started at port [1755]
16:37:53 SELECT ProductId,Information1,GetHardWareId,Status,PackageIndex,PlanIndex FROM License WHERE UserId=2
16:37:53 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'GetHardWareId'.

GameServer start without check and in GameServer source i enable Authserver(); nothing happens
After i fix i have other error
Code: [Select]

21:47:50 [SocketManager] Server started at port [1755]
22:18:39 [SocketManager] Protocol header error (Index: 0, Header: 16)
22:18:40 [SocketManager] Protocol header error (Index: 0, Header: 16)
22:18:40 [SocketManager] Protocol header error (Index: 0, Header: 1)
22:18:41 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:41 [SocketManager] Protocol header error (Index: 0, Header: d)
22:18:42 [SocketManager] Protocol header error (Index: 0, Header: 47)
22:18:42 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:43 [SocketManager] Protocol header error (Index: 0, Header: 48)
22:18:44 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:44 [SocketManager] Protocol header error (Index: 0, Header: 80)
22:18:45 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:45 [SocketManager] Protocol header error (Index: 0, Header: 6c)
22:18:46 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:46 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:47 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:47 [SocketManager] Protocol header error (Index: 0, Header: 47)
......................
Someone know fix?


Offline djagripnos #26 Posteado: April 07, 2021, 09:29:00 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 809
  • Gracias recibida: 30579
  • gr
First of all you must make odbc for AuthServer manual
Second thing you must edit db in sql > design table User > Information2 rename to GetHardWareId


After lall edit i don't know why is not connect GameServer to authserver full in takumi12 release files maybe sothing from protect.cpp is not good ...I don't know

I have this log for Authserver

Before i fix
Code: [Select]

13:51:20 [SocketManager] Server started at port [1755]
16:37:53 SELECT ProductId,Information1,GetHardWareId,Status,PackageIndex,PlanIndex FROM License WHERE UserId=2
16:37:53 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'GetHardWareId'.

GameServer start without check and in GameServer source i enable Authserver(); nothing happens
After i fix i have other error
Code: [Select]

21:47:50 [SocketManager] Server started at port [1755]
22:18:39 [SocketManager] Protocol header error (Index: 0, Header: 16)
22:18:40 [SocketManager] Protocol header error (Index: 0, Header: 16)
22:18:40 [SocketManager] Protocol header error (Index: 0, Header: 1)
22:18:41 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:41 [SocketManager] Protocol header error (Index: 0, Header: d)
22:18:42 [SocketManager] Protocol header error (Index: 0, Header: 47)
22:18:42 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:43 [SocketManager] Protocol header error (Index: 0, Header: 48)
22:18:44 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:44 [SocketManager] Protocol header error (Index: 0, Header: 80)
22:18:45 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:45 [SocketManager] Protocol header error (Index: 0, Header: 6c)
22:18:46 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:46 [SocketManager] Protocol header error (Index: 0, Header: 0)
22:18:47 [SocketManager] Protocol header error (Index: 0, Header: 4f)
22:18:47 [SocketManager] Protocol header error (Index: 0, Header: 47)
......................
Someone know fix?

Check Here Video full Tutorial Install

https://tuservermu.com.ve/index.php?topic=41330.msg220676;topicseen#new


Offline Flash #27 Posteado: June 18, 2021, 09:31:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 240
  • Gracias recibida: 1992
  • uy
Como se llama la base de datos ????? dice Banco.nak.. pero en el source dice 08S01
   https://prnt.sc/15vd3ky    relax


https://prnt.sc/15vem4f    run


Offline rodrigoo22 #28 Posteado: June 23, 2021, 06:18:04 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 74
  • Gracias recibida: 316
  • ar
password de los rar ?tuservermu.com.ve no funciona se garadeseria


Offline ZabiinoOo #29 Posteado: June 23, 2021, 07:50:29 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.456
  • Gracias recibida: 136083
  • pe
password de los rar ?tuservermu.com.ve no funciona se garadeseria

en el mismo post la dice:
TUSERVERMU.COM.VE

todo en mayuscula segun indica el mismo post




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Offline Flash #30 Posteado: June 23, 2021, 08:12:18 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 240
  • Gracias recibida: 1992
  • uy
 cool2 a los que piden la contraseña porque no les ande la que esta pasteado simplemente actualicen el WinRar Gracias ! me ah pasado a mi en casos que ingreso la contraseña especifica y me da error porque no tengo el winrar a su ultima versión boxing !


Offline ziza #31 Posteado: October 10, 2021, 10:38:07 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 189
  • Gracias recibida: 2317
  • br
alguem pra me ajudar como fazer esse sitema ta dando cerrto mais so que gs fica sem responder fica branco fazendo favor obrigado deus abençoe

Gracias:


Offline admmunowar #32 Posteado: January 11, 2022, 07:31:58 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 139
  • Gracias recibida: 5145
  • br
alguem pra me ajudar como fazer esse sitema ta dando cerrto mais so que gs fica sem responder fica branco fazendo favor obrigado deus abençoe

mande mensagem no privado.

Copyright Pro-Yoshi Ms-Emulator © 2021

Offline yejiunayangluo #33 Posteado: January 12, 2022, 09:18:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 66
  • Gracias recibida: 5
  • cn
Which source code does this belong to!


Offline fhengsho #34 Posteado: September 23, 2022, 01:49:24 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 7
  • tw
re upload link please


Offline boybudz321 #35 Posteado: November 09, 2022, 02:00:16 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 655
  • ph
can someone reupload the link?

cool2AINZSAMA cool2-------Simple thanks will suffice  aplausos
Files from Solar (credits to him) Translated by AinzSamaFake Online w/ Auto Message (c) AinzSama

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
1309 Views
Last post August 08, 2018, 01:58:14 PM
by Gaboo;
2 Replies
1927 Views
Last post May 14, 2019, 10:09:31 AM
by paladium
5 Replies
2985 Views
Last post February 01, 2021, 11:22:23 PM
by walkeny
6 Replies
2237 Views
Last post August 25, 2022, 04:33:34 PM
by JenniferCJones
28 Replies
10543 Views
Last post June 02, 2024, 12:49:46 PM
by Zike