| |
|
 |
 |
 |
|
Matterdaddy Market Requirements not Met?
If you do not have a server running PHP and MySQL or don't know,
there are a couple things you can do:
- Create a phpInfo file
Create a text file on your server, call it phpinfo.php
Inside the file put only the following line (nothing else in
the file):
<?php phpinfo(); ?>
Access this file through your web site: e.g. http://mysite.com/phpinfo.php
This should display all the information about your server, provided
you have php installed. You can do a search for the "gd"
on the page to see if you have the GD library installed.
If you don't have php, see step 2.
- Get a host that supports PHP / MySQL
I've been using 1and1.com
for the last 5 or so years. They are reliable, easy to use,
and support all the standard things that you need (scripting,
a database, email, multiple domains...etc). They are also extremely
affordable. The simplest package is currently $3.99 a month
and will run the marketplace script amongst many other things.
If you access 1and1.com
through the link on this page and sign up, I do get an small
amount (about $10) to help pay for my hosting. Thanks!
|
|
 |