Jump to content

champ

Administrators
  • Content Count

    150
  • Joined

  • Last visited

  • Days Won

    31

champ last won the day on August 1

champ had the most liked content!

Community Reputation

143 Excellent

About champ

  • Rank
    Boatswain

Recent Profile Visitors

5,370 profile views
  1. Please elaborate on what specifically is required, tech stack, frameworks, deadlines, etc.
  2. Hi. VPC is a virtual private cloud, you use it to define your networking components like subnets (public internet access and private respectively). With a free tier you can get a couple of burstable (t type instances) like t2.micro and others. It’s probably not enough to host a server. t type instances are also burstable, so when you have CPU spikes, you’ll first use CPU credits and if your instance is configured in “unlimited” mode, then you will pay extra money for it, so it’d be careful. You most likely won’t be able to achieve high performance by hosting SQL on these instances either. In terms of region, EC2 is a region-based service, which means you can switch region in your console and deploy it elsewhere that is within a close proximity geographically.
  3. Привет. Идея хорошая, мне нравится. Я предлагал уже что-то подобное Виктору, возможно можно будет сделать магазин, где будут отобраны товары, подтвержденные администрацией или что-то типа того. Я дал несколько идей Виктору, как можно развить форум с меньшими затратами. Ту тему пока что закрыл, как будут новости, сообщим!
  4. Hey @Blanquitoh, thank you. "Use at your own risk" referred to improper token configuration/ exposure. Code is clean.
  5. If I remember correctly you can modify velocity variable in CCharacterModel::PlayPose
  6. В чем разница между CSved? Я бы посоветовал где-то хранить метадату о файлах и динамически загружать форму
  7. Whilst this works please keep in mind its very bad practise. The os.execute function call is blocking in nature, which means that it will halt the execution of game server until the command finishes. If a SQL query or command takes a long time to execute, it could cause noticeable delays. not to mention it is prone to sql injections and other security vulnerabilities (there’s enough already, so why add more )
  8. champ

    Hello

    There are a few websites written in django/ flask as far as I’m concerned but the majority are written in php. this comes with a shortage of web developers I suppose and the primary interest being around backend development within the game source code.
  9. champ

    Hello

    Nothing wrong with the PHP stack
  10. Publicly available top data: https://mega.nz/folder/OUMUgTYb#jtCsqh7halK_O9uzWyaG0g Misc -> farmer.rar
  11. Так баги будут везде, как вы это проверять будете? Наслово верить придется.
  12. Что значит «хорошая» сборка? Сэкономьте себе и другим время и уточните детали.
  13. Write this down in your main index.php to see if there are any errors: ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL);
×
×
  • Create New...