deStrO / eBot-CSGO

The eBot is a full managed server-bot written in PHP and nodeJS. eBot features easy match creation and tons of player and matchstats. Once it's setup, using the eBot is simple and fast.
http://www.esport-tools.net/ebot
376 stars 140 forks source link

Problem with bootstrap.php #82

Closed stranden closed 8 years ago

stranden commented 8 years ago

Hello,

I'm new here in the eBot world, but the project is looking good. So i wanted to give it a chance.

Sadly I have faced some errors in the process of installing the eBot system.

I have compiled PHP version 7.0.5 but mysql wasn't enabled so I did a recompile with mysqli instead.

So I have changed bootstrap.php to check for MySQLi instead of MySQL, chould this course some errors?

bootstrap.php look like this, then I try to start the bot.

image

Existeeence commented 8 years ago

Use PHP 5.5.15. You'll need to manually compile it unless you can find a prebuiilt.

Or, you can use @burnedram's patch: https://github.com/burnedram/eBoot-CSGO

stranden commented 8 years ago

Thanks! I used a combination of @burnedram's patch but changed the PHP version to PHP 5.5.15.

So now is the bot online!

image