Re: Player Control Panel version 4 -
RapEXE - 19.12.2014
'connections' => array(
'sqlite' => array(
'driver' => 'sqlite',
'database' => __DIR__.'/../database/production.sqlite',
'prefix' => '',
),
'mysql' => array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'laravel-samp',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
),
'pgsql' => array(
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
'sqlsrv' => array(
'driver' => 'sqlsrv',
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => '',
'prefix' => '',
),
),
Please, help me! I don`t know....
Re: Player Control Panel version 4 -
hichay - 04.01.2015
I got this error
Quote:
Warning: require(__DIR__/laravel/bootstrap/autoload.php) [function.require]: failed to open stream: No such file or directory in C:\www\taigame.mu-mongchienthan.net\css\klentertain.net\index.php on line 21
Fatal error: require() [function.require]: Failed opening required '__DIR__/laravel/bootstrap/autoload.php' (include_path='.;C:\xampp\php\pear\') in C:\www\taigame.mu-mongchienthan.net\css\klentertain.net\index.php on line 21
|
Re: Player Control Panel version 4 -
WASD - 04.01.2015
Error: Whoops, looks like something went wrong.
Respuesta: Player Control Panel version 4 -
fabianlamas33 - 04.01.2015
Is cool!
Re: Player Control Panel version 4 -
Joe96 - 17.01.2015
Quote:
Originally Posted by WASD
Error: Whoops, looks like something went wrong.
|
Go to xampp/php/php.ini [or locate php.ini for the service you use] and turn on short_open_tag.
If you still get that error, go to
Code:
laravel/app/config/app.php
And turn debug to true
Also, it seems you are using an older version of the panel. Go to this thread's first page and download PCPv4.2
Re: Player Control Panel version 4 -
AroNix - 25.01.2015
Nice work but is very hard to edit ... If you don't know laravel ..
But it so nice xD
Re: Player Control Panel version 4 -
PzyCh - 26.01.2015
What exactly is this? Does it let me manage my server in an easy, organized and detailed way?
Re: Player Control Panel version 4 -
Bondage - 28.01.2015
I'm getting these warnings, how do i fix this?
Quote:
[28-Jan-2015 16:39:56 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/myweb/public_html/ucptest/laravel/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup.php on line 52
[28-Jan-2015 16:39:56 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/myweb/public_html/ucptest/laravel/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup.php on line 57
[28-Jan-2015 16:39:56 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/myweb/public_html/ucptest/laravel/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup.php on line 63
|
Re: [MySQL UCP] Player Control Panel v4 -
AndyDot - 10.05.2015
Super tare omule! /
Good job, man!
Re: Player Control Panel version 4 -
zeth98 - 14.09.2015
It's cool. But how can I change the blue bar color?
Re: Player Control Panel version 4 -
AleemIqbal1 - 25.10.2015
Joe can you give me example about how i can get top players
Re: Player Control Panel version 4 -
SecretBoss - 25.10.2015
Quote:
Originally Posted by AleemIqbal1
Joe can you give me example about how i can get top players
|
https://sampforum.blast.hk/showthread.php?tid=591465
Respuesta: Player Control Panel version 4 -
Tween73 - 02.12.2015
Error much that їdatabase.php and app.php?
Re: Player Control Panel version 4 -
Mister0 - 11.01.2016
How can I start them? When i go to localhost/panel it say error 404 with red background but I put on mysql host localhost
User rot
Password none
And databasename samp
Like default
Re: Player Control Panel version 4 -
manishmulchandani01 - 15.01.2016
http://prntscr.com/9qbw0y
I get this error, how to fix?
Respuesta: Re: Player Control Panel version 4 -
FelipeAndres - 19.01.2016
Quote:
Originally Posted by manishmulchandani01
|
Readme.txt
"To turn debug mode on, go to panel/laravel/app/config/app.php and set debug to true. If debug mode is off, instead of being shown an error, you'll get a 500 page."
Re: Player Control Panel version 4 -
graef - 14.02.2016
Can someone help
Undefined variable: accounts:
<h3 class='title text-success'>{{ $accounts }}</h3>
but account already defined
@section('content')
<?
$accounts = DB::table('Accounts')->count();
$vehicles = DB::table('PersonalVehicles')->count();
$houses = DB::table('Houses')->count();
$props = DB::table('Props')->count();
?>
Re: Player Control Panel version 4 -
Smacky - 19.02.2016
I've one question for this, can I connect this to my MYSQL server, is there any tutorials how to make it or something? Thank you anyways, I mean on my gamemode's SQL.
Re: Player Control Panel version 4 -
ricardo1403 - 25.02.2016
I know, this post is as, but maybe can but one to help me.
with me the page displays only errors. it does not load the stylesheets and the java files are not loaded or not found.
and no matter where I click on it, error messages repeatedly. such example on the click Login
http://prntscr.com/a7zek3
here's a clipping as it looks at me
http://i.imgur.com/akho4bR
Re: Player Control Panel version 4 -
ricardo1403 - 25.02.2016
,,,,