GithubHelp home page GithubHelp logo

massimo-me / pokemongo-farm Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 15.0 1.28 MB

[Unmantained] Web app to manage and run your PokémonGo-Bot - Gotta Catch 'Em All 👻

PHP 60.66% HTML 23.95% CSS 13.14% JavaScript 1.97% ApacheConf 0.29%

pokemongo-farm's People

Contributors

massimo-me avatar tomasnikl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pokemongo-farm's Issues

Issue installing

Hello,

Can you explain how to install thank you.

Warning: Unexpected character in input: '' (ASCII=92) state=1 in /var/sites/f/farm.domain.co.uk/public_html/index.php on line 5

Warning: Unexpected character in input: '' (ASCII=92) state=1 in /var/sites/f/farm.domain.co.uk/public_html/index.php on line 5

Parse error: syntax error, unexpected T_STRING in /var/sites/f/farm.domain.co.uk/public_html/index.php on line 5

directory data missing

directory app/data is not included in git and app doesn't create this folder automaticly... it throws exception:

in RecursiveDirectoryIterator.php line 54
at RecursiveDirectoryIterator->__construct('', '4096') in RecursiveDirectoryIterator.php line 54
at RecursiveDirectoryIterator->__construct('', '4096', false) in Finder.php line 669
at Finder->searchInDirectory('') in Finder.php line 571
at Finder->getIterator() in ConfigManager.php line 73
at ConfigManager->findAll() in ConfigController.php line 57
at ConfigController->listAction()
at call_user_func(array(object(ConfigController), 'listAction')) in ConfigController.php line 33
at ConfigController->ChiarilloMassimo\PokemonGo\Farm\Controller\{closure}()
at call_user_func_array(object(Closure), array()) in HttpKernel.php line 144
at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 64
at HttpKernel->handle(object(Request), '1', true) in Application.php line 586
at Application->handle(object(Request)) in Application.php line 563
at Application->run() in index.php line 7

is possible create this folder automaticly on startup application if doesn't exists? ;)

(now I create folder manualy and everything works OK)

Unable to set up

Hi there,
Would you be able to give us a more detailed description to setup this script?
Thank you so much.

Troubles to run the bot

HI Guys,

I tried your web app, but I've some trouble to run the bot.

I set up all my account, gmap, configuration, and tried to run the bot.
It seems that the bot doesn't startup.

The process status stay to

Not Started

In the developer console I see that the request url is :

http://local.bot.fr/bot/pool/config_MyAccount.com.json

And the result is :

{"content":"","status":"not-started"}

Did someone got the same thing ?

Thank's

Error while php -S 127.0.0.1:8080 -t web

Hello guys,
I got this error when I type php -S 127.0.0.1:8080 -t web and when I go to 127.0.0.1:8080 in a web browser

(I'm running with this bot on Ubuntu Mate : https://github.com/PokemonGoF/PokemonGo-Bot)

[Tue Sep  6 17:46:27 2016] PHP Warning:  file_get_contents(/home/luca/PokemonGo-Farm/src/../app/config/parameters.json): failed to open stream: No such file or directory in /home/luca/PokemonGo-Farm/src/SilexApp.php on line 277
[Tue Sep  6 17:46:27 2016] PHP Fatal error:  Uncaught Error: Unsupported operand types in /home/luca/PokemonGo-Farm/src/SilexApp.php:282
Stack trace:
#0 /home/luca/PokemonGo-Farm/src/SilexApp.php(101): ChiarilloMassimo\PokemonGo\Farm\SilexApp->getParameters()
#1 [internal function]: ChiarilloMassimo\PokemonGo\Farm\SilexApp->registerConfigurations(Object(Silex\Application))
#2 /home/luca/PokemonGo-Farm/src/SilexApp.php(56): call_user_func(Array, Object(Silex\Application))
#3 [internal function]: ChiarilloMassimo\PokemonGo\Farm\SilexApp->ChiarilloMassimo\PokemonGo\Farm\{closure}(Array)
#4 /home/luca/PokemonGo-Farm/src/SilexApp.php(69): array_map(Object(Closure), Array)
#5 /home/luca/PokemonGo-Farm/src/SilexApp.php(42): ChiarilloMassimo\PokemonGo\Farm\SilexApp->configure(Object(Silex\Application))
#6 /home/luca/PokemonGo-Farm/web/index.php(5): ChiarilloMassimo\PokemonGo\Farm\SilexApp::getInstance()
#7 {main}
  thrown in /home/luca/PokemonGo-Farm/src/SilexApp.php on line 282
[Tue Sep  6 17:46:27 2016] 127.0.0.1:41665 [500]: / - Uncaught Error: Unsupported operand types in /home/luca/PokemonGo-Farm/src/SilexApp.php:282
Stack trace:
#0 /home/luca/PokemonGo-Farm/src/SilexApp.php(101): ChiarilloMassimo\PokemonGo\Farm\SilexApp->getParameters()
#1 [internal function]: ChiarilloMassimo\PokemonGo\Farm\SilexApp->registerConfigurations(Object(Silex\Application))
#2 /home/luca/PokemonGo-Farm/src/SilexApp.php(56): call_user_func(Array, Object(Silex\Application))
#3 [internal function]: ChiarilloMassimo\PokemonGo\Farm\SilexApp->ChiarilloMassimo\PokemonGo\Farm\{closure}(Array)
#4 /home/luca/PokemonGo-Farm/src/SilexApp.php(69): array_map(Object(Closure), Array)
#5 /home/luca/PokemonGo-Farm/src/SilexApp.php(42): ChiarilloMassimo\PokemonGo\Farm\SilexApp->configure(Object(Silex\Application))
#6 /home/luca/PokemonGo-Farm/web/index.php(5): ChiarilloMassimo\PokemonGo\Farm\SilexApp::getInstance()
#7 {main}
  thrown in /home/luca/PokemonGo-Farm/src/SilexApp.php on line 282

thx !

Issue in index.php installing

Line 3: require_once DIR.'/../vendor/autoload.php';

File not found.

What am i doing wrong or missing here ? This is strange.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.