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.

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

    • The IN Benoni%$#)+27632505360 ____%$safe abortion pills for sale in Benoni  A 30% DISCOUNT ABORTION +27632505360 CLINIC IN SHARJAH, DUBAI, UAE // QATAR, DOHA, SAUDI ARABIA BAHRAIN, LEGAL & PAIN FREE // SAFE IN , KUWAIT, OMAN, MANAMA//+27632505360 v Al Nahda Women’s Clinic+27632505360 Medical abortion is a term applied to an abortion brought about by medication taken to induce it. This can be accomplished with a variety of medications given either as a single pill or a series of pills and it much safer than surgical abortions. Contact Us To Make An Appointment! On +27632505360 Abortion pills RU486 (Mifepristone) and Cytotec (Misoprostol) came into use in the early 1990s. RU486 alone or with Cytotec give excellent results when used correctly. RU486 is available only in few countries. In Singapore, the HSA has not approved the use of RU486. Even Cytotec is not licensed for abortion. Studies have confirmed the use of Cytotec before standard abortion procedures have improved safety (that is, less complication) and reduced procedure discomfort. Injudicious use of Cytotec has however resulted in serious side effects to the pregnant women with few deaths reported. These women include those who have already given birth to three or more children, who have not passed their PSLE or have no secondary education, and who are non-Singaporean. Minimizing Abortion Complication Every surgical procedure has its complication. Abortion or termination of pregnancy is no exception. The reason to legalize abortion was to prevent the serious complications that a ccompany back-street abortions. Gynecologists receive extensive training surgery of the womb and when it is performed in the right set-up, the risk of the procedure is substantially reduced. Injury to Womb When TOP is performed, the neck of the womb has to be progressively dilated to a diameter that allows the smallest appropriate vacurette to be used. If the neck is dilated less than adequate, subsequent insertion of other instruments will be difficult and increased the risk the uterus being pierced through by the instruments. Perforating the uterus does no permanent harm to the uterus but additional steps have to be taken to ensure that other abdominal organs are not injured by the event. 
    • abortion pills online in Doha Qatar +27791653574 Buy Pills now  +27791653574 abortion pills for sale Doha Qatar Text NowAbortion Clinic Doha Qatar +27791653574 Pregnancy Termination  clinic around Doha Qatar Cytotec 200 mcg price in Doha Qatar +27791653574 contact us now | +27791653574 Breeky Tablets in Doha Qatar Know price/cost  Abortion pills in Doha Qatar | +27791653574 WhatsApp Us Now Abortion pills online in Doha Qatar Breeky tablets for sale in Doha Qatar Cytotec 200 mcg Misoprostol for sale in Doha Qatar Whatever your circumstances, its your right to terminate up 24 weeks into the pregnancy. It’s entirely your decision. And if its something you want to do, rest assured that its legal in Abu Dhabi to have an abortion Marina Whatsapp  Remember abortion is legal in Doha Qatar  so there is no reason to ever visit an illegal service provider. If you have passed the 24 weeks mark, there are other options available to you which we will talk you through and help you to understand. We are here to support you, whatever choice you make about your pregnancy, so you never have to feel alone, we offer safe abortion ( also called termination of pregnancy TOP) for women who are up to 24 weeks pregnant. Depending on the gestation (stage of the pregnancy), we have two services available the medical process (often called the abortion pill) and the surgical procedure (a minor same day surgical treatment.) Our nurses and Doctors are accredited professionals and experts in reproductive healthcare. Our work is strictly governed the choice on termination of pregnancy and we adhere to World health Organisation Guidelines. Safe abortion or termination of pregnancy (TOP) is when a pregnancy is terminated in its early stage before it results into the birth of a child. Abortion may be performed in two different ways. Medical Abortion This is when abortion pills will be swallowed to end the pregnancy Surgical Abortion This is when instruments will be used to remove the foetus. If both abortion procedures are done by a qualified abortion doctor with medical guidance, there is no way it will affect your fertility. How is a safe abortion done On your first visit to our clinic, counselling will be provided and this is optional. Safe abortion The doctor will perform a pregnancy test to confirm the weeks and explain to you in detailed how the safe abortion procedure will be done and how to take care of yourself after the abortion. Side effects of medical safe abortion You will experience cramping like period pains You might vomit Feel Nausea Get a running stomach Experience some bit of fatigue The bleeding might start 2 hours after using the second pills. abortion in Doha Al Bidda Al Dafna Ad Dawhah al Jadidah Al Egla Al HilalAl Jasrah Al Kharayej Al Khulaifat Al MansouraAl Markhiya A l MessilaAl MirqabAl Najada Al Qassar Al Rufaa Al Sadd Al Souq Al Tarfa Al Thumama Barahat Al Jufairi Dahl Al Hamam Doha International Airport Doha Port Duhail Fereej Abdel Aziz Fereej Al Asmakh Fereej Al Nasr Fereej Bin Durham Fereej Bin Mahmoud Fereej Bin Omran Fereej Kulaib Fereej Mohammed Bin Jasim Hamad Medical City Hazm Al Markhiya Industrial AreaJ abal Thuaileb Jelaiah Jeryan Nejaima Lejbailat Lekhwair Leqtaifiya Madinat Khalifa North Madinat Khalifa South Musheireb Najma New Al Hitmi New Al Mirqab New Salata Nuaija Old Airport Old Al Ghanim Old Al Hitmi Old Salata Onaiza Ras Abu Aboud Ras Abu Fontas Rawdat Al Khail Rumeilah Umm Ghuwailina Umm Lekhba Wadi Al BanatWadi Al SailWest Bay
    • abortion pills online in Doha Qatar +27791653574 Buy Pills now  +27791653574 abortion pills for sale Doha Qatar Text NowAbortion Clinic Doha Qatar +27791653574 Pregnancy Termination  clinic around Doha Qatar Cytotec 200 mcg price in Doha Qatar +27791653574 contact us now | +27791653574 Breeky Tablets in Doha Qatar Know price/cost  Abortion pills in Doha Qatar | +27791653574 WhatsApp Us Now Abortion pills online in Doha Qatar Breeky tablets for sale in Doha Qatar Cytotec 200 mcg Misoprostol for sale in Doha Qatar Whatever your circumstances, its your right to terminate up 24 weeks into the pregnancy. It’s entirely your decision. And if its something you want to do, rest assured that its legal in Abu Dhabi to have an abortion Marina Whatsapp  Remember abortion is legal in Doha Qatar  so there is no reason to ever visit an illegal service provider. If you have passed the 24 weeks mark, there are other options available to you which we will talk you through and help you to understand. We are here to support you, whatever choice you make about your pregnancy, so you never have to feel alone, we offer safe abortion ( also called termination of pregnancy TOP) for women who are up to 24 weeks pregnant. Depending on the gestation (stage of the pregnancy), we have two services available the medical process (often called the abortion pill) and the surgical procedure (a minor same day surgical treatment.) Our nurses and Doctors are accredited professionals and experts in reproductive healthcare. Our work is strictly governed the choice on termination of pregnancy and we adhere to World health Organisation Guidelines. Safe abortion or termination of pregnancy (TOP) is when a pregnancy is terminated in its early stage before it results into the birth of a child. Abortion may be performed in two different ways. Medical Abortion This is when abortion pills will be swallowed to end the pregnancy Surgical Abortion This is when instruments will be used to remove the foetus. If both abortion procedures are done by a qualified abortion doctor with medical guidance, there is no way it will affect your fertility. How is a safe abortion done On your first visit to our clinic, counselling will be provided and this is optional. Safe abortion The doctor will perform a pregnancy test to confirm the weeks and explain to you in detailed how the safe abortion procedure will be done and how to take care of yourself after the abortion. Side effects of medical safe abortion You will experience cramping like period pains You might vomit Feel Nausea Get a running stomach Experience some bit of fatigue The bleeding might start 2 hours after using the second pills. abortion in Doha Al Bidda Al Dafna Ad Dawhah al Jadidah Al Egla Al HilalAl Jasrah Al Kharayej Al Khulaifat Al MansouraAl Markhiya A l MessilaAl MirqabAl Najada Al Qassar Al Rufaa Al Sadd Al Souq Al Tarfa Al Thumama Barahat Al Jufairi Dahl Al Hamam Doha International Airport Doha Port Duhail Fereej Abdel Aziz Fereej Al Asmakh Fereej Al Nasr Fereej Bin Durham Fereej Bin Mahmoud Fereej Bin Omran Fereej Kulaib Fereej Mohammed Bin Jasim Hamad Medical City Hazm Al Markhiya Industrial AreaJ abal Thuaileb Jelaiah Jeryan Nejaima Lejbailat Lekhwair Leqtaifiya Madinat Khalifa North Madinat Khalifa South Musheireb Najma New Al Hitmi New Al Mirqab New Salata Nuaija Old Airport Old Al Ghanim Old Al Hitmi Old Salata Onaiza Ras Abu Aboud Ras Abu Fontas Rawdat Al Khail Rumeilah Umm Ghuwailina Umm Lekhba Wadi Al BanatWadi Al SailWest Bay
    • abortion pills online in Doha Qatar +27791653574 Buy Pills now  +27791653574 abortion pills for sale Doha Qatar Text NowAbortion Clinic Doha Qatar +27791653574 Pregnancy Termination  clinic around Doha Qatar Cytotec 200 mcg price in Doha Qatar +27791653574 contact us now | +27791653574 Breeky Tablets in Doha Qatar Know price/cost  Abortion pills in Doha Qatar | +27791653574 WhatsApp Us Now Abortion pills online in Doha Qatar Breeky tablets for sale in Doha Qatar Cytotec 200 mcg Misoprostol for sale in Doha Qatar Whatever your circumstances, its your right to terminate up 24 weeks into the pregnancy. It’s entirely your decision. And if its something you want to do, rest assured that its legal in Abu Dhabi to have an abortion Marina Whatsapp  Remember abortion is legal in Doha Qatar  so there is no reason to ever visit an illegal service provider. If you have passed the 24 weeks mark, there are other options available to you which we will talk you through and help you to understand. We are here to support you, whatever choice you make about your pregnancy, so you never have to feel alone, we offer safe abortion ( also called termination of pregnancy TOP) for women who are up to 24 weeks pregnant. Depending on the gestation (stage of the pregnancy), we have two services available the medical process (often called the abortion pill) and the surgical procedure (a minor same day surgical treatment.) Our nurses and Doctors are accredited professionals and experts in reproductive healthcare. Our work is strictly governed the choice on termination of pregnancy and we adhere to World health Organisation Guidelines. Safe abortion or termination of pregnancy (TOP) is when a pregnancy is terminated in its early stage before it results into the birth of a child. Abortion may be performed in two different ways. Medical Abortion This is when abortion pills will be swallowed to end the pregnancy Surgical Abortion This is when instruments will be used to remove the foetus. If both abortion procedures are done by a qualified abortion doctor with medical guidance, there is no way it will affect your fertility. How is a safe abortion done On your first visit to our clinic, counselling will be provided and this is optional. Safe abortion The doctor will perform a pregnancy test to confirm the weeks and explain to you in detailed how the safe abortion procedure will be done and how to take care of yourself after the abortion. Side effects of medical safe abortion You will experience cramping like period pains You might vomit Feel Nausea Get a running stomach Experience some bit of fatigue The bleeding might start 2 hours after using the second pills. abortion in Doha Al Bidda Al Dafna Ad Dawhah al Jadidah Al Egla Al HilalAl Jasrah Al Kharayej Al Khulaifat Al MansouraAl Markhiya A l MessilaAl MirqabAl Najada Al Qassar Al Rufaa Al Sadd Al Souq Al Tarfa Al Thumama Barahat Al Jufairi Dahl Al Hamam Doha International Airport Doha Port Duhail Fereej Abdel Aziz Fereej Al Asmakh Fereej Al Nasr Fereej Bin Durham Fereej Bin Mahmoud Fereej Bin Omran Fereej Kulaib Fereej Mohammed Bin Jasim Hamad Medical City Hazm Al Markhiya Industrial AreaJ abal Thuaileb Jelaiah Jeryan Nejaima Lejbailat Lekhwair Leqtaifiya Madinat Khalifa North Madinat Khalifa South Musheireb Najma New Al Hitmi New Al Mirqab New Salata Nuaija Old Airport Old Al Ghanim Old Al Hitmi Old Salata Onaiza Ras Abu Aboud Ras Abu Fontas Rawdat Al Khail Rumeilah Umm Ghuwailina Umm Lekhba Wadi Al BanatWadi Al SailWest Bay
    • abortion pills online in Doha Qatar +27791653574 Buy Pills now  +27791653574 abortion pills for sale Doha Qatar Text NowAbortion Clinic Doha Qatar +27791653574 Pregnancy Termination  clinic around Doha Qatar Cytotec 200 mcg price in Doha Qatar +27791653574 contact us now | +27791653574 Breeky Tablets in Doha Qatar Know price/cost  Abortion pills in Doha Qatar | +27791653574 WhatsApp Us Now Abortion pills online in Doha Qatar Breeky tablets for sale in Doha Qatar Cytotec 200 mcg Misoprostol for sale in Doha Qatar Whatever your circumstances, its your right to terminate up 24 weeks into the pregnancy. It’s entirely your decision. And if its something you want to do, rest assured that its legal in Abu Dhabi to have an abortion Marina Whatsapp  Remember abortion is legal in Doha Qatar  so there is no reason to ever visit an illegal service provider. If you have passed the 24 weeks mark, there are other options available to you which we will talk you through and help you to understand. We are here to support you, whatever choice you make about your pregnancy, so you never have to feel alone, we offer safe abortion ( also called termination of pregnancy TOP) for women who are up to 24 weeks pregnant. Depending on the gestation (stage of the pregnancy), we have two services available the medical process (often called the abortion pill) and the surgical procedure (a minor same day surgical treatment.) Our nurses and Doctors are accredited professionals and experts in reproductive healthcare. Our work is strictly governed the choice on termination of pregnancy and we adhere to World health Organisation Guidelines. Safe abortion or termination of pregnancy (TOP) is when a pregnancy is terminated in its early stage before it results into the birth of a child. Abortion may be performed in two different ways. Medical Abortion This is when abortion pills will be swallowed to end the pregnancy Surgical Abortion This is when instruments will be used to remove the foetus. If both abortion procedures are done by a qualified abortion doctor with medical guidance, there is no way it will affect your fertility. How is a safe abortion done On your first visit to our clinic, counselling will be provided and this is optional. Safe abortion The doctor will perform a pregnancy test to confirm the weeks and explain to you in detailed how the safe abortion procedure will be done and how to take care of yourself after the abortion. Side effects of medical safe abortion You will experience cramping like period pains You might vomit Feel Nausea Get a running stomach Experience some bit of fatigue The bleeding might start 2 hours after using the second pills. abortion in Doha Al Bidda Al Dafna Ad Dawhah al Jadidah Al Egla Al HilalAl Jasrah Al Kharayej Al Khulaifat Al MansouraAl Markhiya A l MessilaAl MirqabAl Najada Al Qassar Al Rufaa Al Sadd Al Souq Al Tarfa Al Thumama Barahat Al Jufairi Dahl Al Hamam Doha International Airport Doha Port Duhail Fereej Abdel Aziz Fereej Al Asmakh Fereej Al Nasr Fereej Bin Durham Fereej Bin Mahmoud Fereej Bin Omran Fereej Kulaib Fereej Mohammed Bin Jasim Hamad Medical City Hazm Al Markhiya Industrial AreaJ abal Thuaileb Jelaiah Jeryan Nejaima Lejbailat Lekhwair Leqtaifiya Madinat Khalifa North Madinat Khalifa South Musheireb Najma New Al Hitmi New Al Mirqab New Salata Nuaija Old Airport Old Al Ghanim Old Al Hitmi Old Salata Onaiza Ras Abu Aboud Ras Abu Fontas Rawdat Al Khail Rumeilah Umm Ghuwailina Umm Lekhba Wadi Al BanatWadi Al SailWest Bay
  • Topics

×
×
  • Create New...