Jump to content

champ

Administrators
  • Content Count

    155
  • Joined

  • Last visited

  • Days Won

    32

Everything posted by champ

  1. 9am to 7pm working on a prefix system? lol
  2. @cpworkerz why don’t you just appeal through PayPal, especially since you have screenshots.
  3. Вполне возможно, что там стоит обработчик местного чата и нужно добавить функцию HandleChat(role, message) и вернуть 1.
  4. insane work, thanks a lot for such an amazing contribution to the community @Billie and KPO team!
  5. As ruubi has mentioned, it's your responsibility to handle your payments in a safe way. I'd also suggest using PayPal, as you automatically become eligible for their protection scheme whether you're a customer or a seller.
  6. You might want to include a description of how it works, some people might not know (I have no idea for instance).
  7. god, I remember making this template like 4-5 years ago. I even still have psd files for it, hilarious though how it was apparently developer by "Cp-workerZ". quite frankly though I don't mind cause the code is way too outdated and I would not recommend anybody to use it.
  8. Good job to Corsairs Team! Such players like you need to be eliminated from the community as a whole rather than a single server. If you can't play fair and square then don't. @coldjuice, taken from corsairs website: Server rules - Corsairs Online Third-Party Program is Illegal Using any third party program to modify or effect the normal operation of the game client will result in the permanent suspension of the account. Make sure you read game rules next time before attempting on manipulating client files.
  9. Polynomial regression, I’m assuming you were predicting using linear which is not right.
  10. if you use your datasets to make a regression model, you should be able to roughly approximate the working time when N is 50. if you're looking for more accurate results, then I'd go for some kind of exponential smoothing or such. if you look at your data, then you can clearly define that it is not a linear regression, as it grows faster than it. although no method will give you the exact result especially since your datasets are kinda scanty we can roughly estimate the result: using polynomial regression, my best rough guess is that given that N is 50, working time would be ~1100,94 seconds (or 18 minutes and 20.94 seconds) the formula is: y = 1.2557x2 - 48.993x + 411.34 R² = 0.8443 p.s. I don't know whether that result is correct and you should check if other regressions would produce a better prediction model.
  11. Для авторизации апи наверное и не нужно, напрямую просто в клиент вносятся значения и там либо входит либо нет. Другое дело если это используется для валидации никнейма и пароля - если так, то без каптчи можно написать брут форс @Graf
  12. as I've mentioned, I can help patch game.exe, if you want a source fix - go study code and find the issue
  13. Personally I think the pay rate for the required tasks is inadequate (e.g., if you're looking for an experienced laravel developer and expect them to be paid 4 usd an hour before tax). good luck either way ;o
  14. А зчем в 3-ем запросе брать все значения? к чему лишняя нагрузка? Есть же count оператор.
  15. yea, send me your game.exe in pm and I'll patch it for you.
  16. no, well, at least the right way is to fix the original method that renders these glows which already exists within the files but uses wrong params and does not actually load the effect.
  17. it is a client side issue indeed, I can't release a fix until KOPO is running but after that I'll share the solution or a script to patch game.exe
  18. yes, I've done that in King of Pirates online. nothing too complex but requires certain knowledge around source codes.
  19. I can sell you compilable PKO files, both client and server on VS 2015 as long as I can remember, feel free to drop me a text if interested.
  20. Php version, budget, requirements, framework (if any?) how are developers supposed to know that information? It’s good practise to specify those prior to asking people to dm you
  21. If you increase the limit, it will work. However, that value is hardcoded within multiple locations which makes it quite difficult.
×
×
  • Create New...