pCarsResult

Misc pCarsResult 1.30

Login or Register an account to download this content
error =>
attachment.php
 
Sorry, still the same error after installation. I use MS Windows
Server 2012, best server OS. All other tools and software runs fine.
 
  • Deleted member 113561

This looks like a great tool ...
 
I start the program and it closes with an error (not specified) at about 90%, when I'm trying to get results from server.

It doesn't appear to pick up the most recent races.

Edit: seems that if the log file gets too big the program will crash. Tried to increase log lines but didn't work.
 
Last edited:
forgive me but i'm having the same issue, this tool is great because it so simple, but something recently happened, the project cars dedicated server was updated, all 3rd party apps seem to be broken now.. Does this program need to be updated as well?
 
Last edited:
got it to work, add this to your server.config

httpApiAccessLevels : {
"" : "public"
}
httpApiAccessFilters : {
"public" : [
{ "type" : "accept" }
],
"private" : [
{ "type" : "ip-accept", "ip" : "127.0.0.1/32" },
{ "type" : "group", "group" : "private" },
{ "type" : "accept" }
],
"admin" : [
{ "type" : "ip-accept", "ip" : "127.0.0.1/32" },
{ "type" : "group", "group" : "admin" },
{ "type" : "accept" }
],
}
httpApiUsers : {
"admin: admin"
}

httpApiGroups : {
"private" : [ "admin" ],
"admin" : [ "admin" ],
}
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top