Jump to content

L2ACP for L2OFF


Recommended Posts

  • 8 months later...

hi guys, i'm having a problem, since it's my first time handling IIS server. I can not pass the login panel, because after login it gives me this error. This is after the Auth first error (HttpContext is obsolete). Have any idea how i can fix this? I searched.. 

Capture.PNG

Edited by rutake
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

Edited by Alfy
Link to comment
Share on other sites

  • 1 year later...

could someone make him walk? I am using the vanganth pack, the connection to SQL makes it correct but it always gives me "Unsuccessful login"

 

Quote

Hosting environment: Production
Content root path: C:\WebServer\acp
Now listening on: http://127.0.0.1:12696
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 210
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 343.8692ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 663.0532ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 1266.2779ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request finished in 1818.4124ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request finished in 46.1615ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 218
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 6.3093ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 5.6194ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 40.8826ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request finished in 43.3072ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request finished in 3.5407ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request starting HTTP/1.1 GET http://localhost/  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Route matched with {action = "Index", controller = "Home"}. Executing action L2ACP.Controllers.HomeController.Index (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing action method L2ACP.Controllers.HomeController.Index (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action method L2ACP.Controllers.HomeController.Index (L2ACP), returned result Microsoft.AspNetCore.Mvc.RedirectToActionResult in 2.4929ms.
info: Microsoft.AspNetCore.Mvc.RedirectToActionResult[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing RedirectResult, redirecting to /login.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action L2ACP.Controllers.HomeController.Index (L2ACP) in 9.0108ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request finished in 44.4681ms 302 
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request starting HTTP/1.1 GET http://localhost/login  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 1.0124ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 36.7709ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 38.0385ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request finished in 41.6983ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request starting HTTP/1.1 GET http://localhost/css/bootstrap.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Sending file. Request path: '/css/bootstrap.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\bootstrap.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request finished in 1.221ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://localhost/css/site.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request starting HTTP/1.1 GET http://localhost/css/l2acp.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request starting HTTP/1.1 GET http://localhost/css/select2.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Sending file. Request path: '/css/l2acp.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\l2acp.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request finished in 0.3468ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Sending file. Request path: '/css/select2.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\select2.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request finished in 0.4607ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request finished in 2.9498ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request starting HTTP/1.1 GET http://localhost/css/animate.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Sending file. Request path: '/css/animate.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\animate.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request finished in 0.6758ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request starting HTTP/1.1 GET http://localhost/font-awesome/css/font-awesome.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Sending file. Request path: '/font-awesome/css/font-awesome.css'. Physical path: 'C:\WebServer\acp\wwwroot\font-awesome\css\font-awesome.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request finished in 0.3613ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request starting HTTP/1.1 GET http://localhost/css/plugins/toastr/toastr.min.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request starting HTTP/1.1 GET http://localhost/js/select2.full.min.js  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Sending file. Request path: '/css/plugins/toastr/toastr.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\plugins\toastr\toastr.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request finished in 0.5631ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request starting HTTP/1.1 GET http://localhost/js/site.min.js?v=m8uucYGN5wZWAbL8CHYumzxpCViwYAZb4iUwNARr6ww  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Sending file. Request path: '/js/select2.full.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\select2.full.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request finished in 0.9228ms 200 application/javascript
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Sending file. Request path: '/js/site.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\site.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request finished in 0.5862ms 200 application/javascript
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://localhost/login application/x-www-form-urlencoded 210
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 8.3282ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 1.663ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 10.4051ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request finished in 10.7784ms 200 text/html; charset=utf-8
 

 

Edited by 0samita
Link to comment
Share on other sites

  • 3 weeks later...

what should i do after compile? i have iss running, but dont know what to do with the files. and where to put them. sorry. new to l2off or all visual related things.

Link to comment
Share on other sites

  • 11 months later...
On 3/19/2019 at 11:11 PM, Alfy said:

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

for the statistics problem you need to add some table info in lin2world


 

ALTER TABLE [dbo].[user_data] ADD
    [daily_pvp] [int] NOT NULL,
    [daily_pvp_timestamp] [int] NOT NULL

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp]
GO

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp_timestamp]
GO


CREATE TABLE [dbo].[DailyPvP](
    [char_id] [int] NOT NULL,
    [hardware_id] [int] NOT NULL,
    [timestamp] [int] NOT NULL
) ON [PRIMARY]
GO

 

 

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...