jd5688 / online-sports-betting

Online Sports Betting
124 stars 92 forks source link

White page HELP #9

Open jholleboy opened 6 years ago

jholleboy commented 6 years ago

Help I did the whole installation process and in the end only white page appears

rijotech commented 6 years ago

I'm facing the same issues.

jholleboy commented 6 years ago

I'm trying to fix this problem, if I can, I'll come and post it as I did.

eddef commented 6 years ago

Just to warn there is alot to fix this script. Maby we all should fork and join forces and fix alot .

rijotech commented 6 years ago

The software is a great idea, I have manage to get it to work but since I'm working on a local environment i was wondering if there is a way to use external SMTP such as google or any other? I have also noticed even when i change the md5 password on the database it says invalid login.

eddef commented 6 years ago

can you telegram me? https://t.me/Feddern

NicoJhones commented 6 years ago

Hello Fredrik and all people, you can see the site at this URL: http://futbolcao.000webhostapp.com/ Site don't work, dont register users, dont login.. Its a freetime proyect so i don waste very time in that.. Later I will try help you, I am at work now..

eddef commented 6 years ago

Probarly some of the same things i was facing. One major problem now is that it's written with the old mysql, witch is not in use anymore, so alot has to be rewritten, or run a old php install ;)

For the smtp it's possible.

eddef commented 6 years ago

For login,it orignal is fetching config variables from the database, but the sql does not include that. when you look in ajax/login.php it access md5 with private key and public key. So set it static.

$config['private_key'] = '2j23jl52kj5432kj4jk62'; $config['public_key'] = rand(10000,50000);

There is probarly alot more that is missing from the config section in the database part.

jholleboy commented 6 years ago

I can not solve the white page

jholleboy commented 6 years ago

@nicolmeni Could you pass me your mainconfig.php and your index.php?

NicoJhones commented 6 years ago

@jholleboy here is the files:

index.zip

mainconfig.zip

jabarrioss commented 6 years ago

@eddef I would like to join forces to fix this script contact me by email

taian commented 6 years ago

I got it working. Turn on php error_reporting in the include/config.php file, make sure your credentials and base URL are correct in the include/mainconfig.php, Run the sql file to insert data to db.

*If you are using php7, you need to replace stuff like mysql_query with mysqli_query.

Good luck

oneyesoneno commented 6 years ago

@taian i did what you say... it is good that i see some progress but still stuck at the whitepage with this error:

Fatal error: Uncaught Error: Call to undefined function mysqi_connect() in /home/crypnxmb/prediction.cryptotcg.com/include/mainconfig.php:16 Stack trace: #0 /home/crypnxmb/prediction.cryptotcg.com/include/config.php(10): require_once() #1 /home/crypnxmb/prediction.cryptotcg.com/index.php(2): require_once('/home/crypnxmb/...') #2 {main} thrown in /home/crypnxmb/prediction.cryptotcg.com/include/mainconfig.php on line 16

redtyper commented 6 years ago

@oneyesoneno

Call to undefined function mysqi_connect() in

replace mysqi_connect() to mysqli_connect()

zedbez commented 5 years ago

как запустить ?

jabarrioss commented 5 years ago

забудь это ты лучше напиши это сам

2019-05-14 19:19 GMT-04:00, zedbez notifications@github.com:

как запустить ?

--

You are receiving this because you commented.

Reply to this email directly or view it on GitHub:

https://github.com/jd5688/online-sports-betting/issues/9#issuecomment-492445749