RomaniukVadim / casino_script

Script casino
Do What The F*ck You Want To Public License
59 stars 60 forks source link

Showing blank page #2

Open NbaRo opened 5 years ago

NbaRo commented 5 years ago

Hi. I only see blank page, no matter where i go ( site index, acp/acp_admin/ etc. ) I have configured config_db like this : `<?php // Проверим на доступ if (!defined('CASINOENGINE')) { die("Нет доступа!"); }

$dbhost = "localhost"; //имя хоста (обычно localhost) $dbuname = "casino1"; //имя пользователя $dbpass = "casino1"; //пароль $dbname = "casino1"; //имя базы

$site['coding'] = "cp1251"; $site['loc'] = "cp1251_general_ci";`

I also have uploaded db.sql into my database. What is the problem that i cannot see anything only an empty page ? Thanks.

kirksmacdonald commented 5 years ago

This script does not work with php7.2 or 7.3

I had to switch on php5.4 for the blank page to disappear

also once the page loads the template layout is jumbled to overcome this turn short_open_tag on

don't get too carried away with this script as in the config file you can choose English problem is thou the only template available in this script is Russian so unless you are going to host to Russian only this script needs a lot of work

This script has huge potential but there is a lot of work needed to get this script working with today's platform.

1) needs to be hardcoded to work with php7 as php5 is depreciated 2) needs a new language template or convert the Russian one to English 3) the actual template itself needs updating to a new modern fresh visual appearance

That's without actually logging in seeing what else needs to be done

Note also this script seems abandoned as the last commit was over a year ago so don't expect any help from the developer