Giter Club home page Giter Club logo

opensource-casino-v10's People

Contributors

gamingdotme 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

opensource-casino-v10's Issues

Artisan - RuntimeException

Hello im having this problem on my VPS, how can i solve the problem?

Thank you all for the good job

`[root@srv19924945 CASINO]# sudo php artisan serve

Symfony\Component\Process\Exception\RuntimeException

The provided cwd "/www/wwwroot/xxxxxxxxx.com/CASINO/public" does not exist.

at vendor/symfony/process/Process.php:346
342▕ }
343▕ }
344▕
345▕ if (!is_dir($this->cwd)) {
➜ 346▕ throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
347▕ }
348▕
349▕ $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
350▕

  +15 vendor frames 

16 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
[root@srv19924945 CASINO]# `

socket error

image

What is the reason why a socket error occurs when opening a fishing program?

Big Bass Bonanza

how to add Big Bass Bonanza into this game? we have setup this script using this service ---redacted Youtube Telegram promotional link--- but not able to add game.

Screenshot from 2023-10-14 17-48-48

Games

I need the game files

The provided cwd "%s" does not exist.

root@777play:/www/wwwroot/777play/CASINO# sudo php artisan serve

Symfony\Component\Process\Exception\RuntimeException

The provided cwd "/www/wwwroot/777play/CASINO/public" does not exist.

at vendor/symfony/process/Process.php:344
340▕ }
341▕ }
342▕
343▕ if (!is_dir($this->cwd)) {
➜ 344▕ throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
345▕ }
346▕
347▕ $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
348▕

  +15 vendor frames

16 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

I modifyed the server.php with the actually public_html where its located and same error.

My server.php :

*/ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. This provides a convenient way to test a Laravel // application without having installed a "real" web server software here. if ($uri !== '/' && file_exists(__DIR__.'/www/wwwroot/777play'.$uri)) { return false; } require_once __DIR__.'/www/wwwroot/777play/index.php';

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.