Jump to content
MakeWebGames

Recommended Posts

Posted

This means you don't have `ext-mysql` enabled - you can confirm this by running phpinfo() or `php -i`.

  • What kind of server do you have? VPS? Shared?
  • Is your server Linux based or other?
  • Are you familiar with installing and compiling extensions?
  • Confused 1
Posted

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

Posted

Yo should download Gangster Legends. It can create the same type of game, newer code and more people are coding for it nowadays. It can be downloaded in the MWG marketplace.

  • Thanks 1
Posted
1 hour ago, Sixpac said:

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

Speak to your host about installing the extension you need.
Edit; Or, if your host supports Multi-PHP versions, then drop your PHP version down to something below PHP7

  • Confused 1
Posted
1 hour ago, Sixpac said:

I've done nothing much

I got the mccodes lite and uploaded the files through a free hosting service. I want to test some codes ( recently started to learn PHP)

 

I'm guessing there's something wrong phpmyadmin .. 

 

Server ? I think it's localhost .. 

I'm not familiar with installing extensions.

You can run everything locally, on your machine which will make it easier as you won't have to rely on the free hosting provider to keep you up or deal with (likely) intrusive ads.

https://hub.docker.com/r/mattrayner/lamp

Or install mysql and php on your machine and run the server from the game root directory with `php -S localhost:8000` then navigate to http://localhost:8000

  • Thanks 1
Posted

If you're on windows, XAMPP is a powerful local development environment. I've been using it since 2010, and it's never failed me. I'd be glad to guide you on how to set it up, and get you rolling.

  • Like 1
  • Thanks 2
Posted
48 minutes ago, Sixpac said:

Great. That's alot better. I'll try set it up locally! 

I will give xampp a go also .. if I get stuck I'll ask.

Thanks alot all. 

It's what were here for!

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...