Hi,
I'm looking into creating free webserver with serversfree.com
I created a new domain there. Created a zip-file with following contents:
--clip--
crossdomain.xml
stencyl/creation/create_db.pho
stencyl/connect.php
stencyl/crossdomain.xml
stencyl/gencodes.php
stencyl/index.php
stencyl/lobby.php
stencyl/main.php
stencyl/messages.php
stencyl/property.php
stencyl/score.php
stencyl/stencyl.php
stencyl/turn.php
---clip ends---
Now all seems to gone good, except I received no email when I used the page to create new app-id. I found those from the mysql-db. So I could give it a try (with scoreboard). No luck. the serversfree.com page replies with:
# yum install php-mysql
This is the first line of the file 'connect.php'. Should it be removed?
So it seems that php-mysql component is missing. Any hints how to proceed?
---update---
I removed that line from the 'connect.php' and re-uploaded the website. Now it seems to be working ok.