[Tool/Web/Other] Player Control Panel version 4
#41

'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....
Reply
#42

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

Reply
#43

Error: Whoops, looks like something went wrong.
Reply
#44

Is cool!
Reply
#45

Quote:
Originally Posted by WASD
View Post
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.

Code:
short_open_tag=On
If you still get that error, go to
Code:
laravel/app/config/app.php
And turn debug to true

Code:
'debug' => true,
Also, it seems you are using an older version of the panel. Go to this thread's first page and download PCPv4.2
Reply
#46

Nice work but is very hard to edit ... If you don't know laravel ..
But it so nice xD
Reply
#47

What exactly is this? Does it let me manage my server in an easy, organized and detailed way?
Reply
#48

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

Reply
#49

Super tare omule! /
Good job, man!
Reply
#50

It's cool. But how can I change the blue bar color?
Reply
#51

Joe can you give me example about how i can get top players
Reply
#52

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
Reply
#53

Error much that їdatabase.php and app.php?
Reply
#54

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
Reply
#55

http://prntscr.com/9qbw0y

I get this error, how to fix?
Reply
#56

Quote:
Originally Posted by manishmulchandani01
Посмотреть сообщение
http://prntscr.com/9qbw0y

I get this error, how to fix?
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."
Reply
#57

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();
?>
Reply
#58

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.
Reply
#59

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
Reply
#60

,,,,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)