Have you taken a look at this:
http://docs.simplemachines.org/index.php?P=1ef82d53de5bfd19a65b99b168d49520&topic=491.0
It looks like you don't even have to use phpMyAdmin to export your database.
Then go into phpMyAdmin at your site hosted at x10Hosting, select the database and click Query...
You will have to use FTP.
Use
youtube.elementfx.com
as the host, JaWasabi as the username and your cPanel password as the password.
If necessary, put 21 as the port number. :)
Sorry, but Remote MySQL access is currently disabled on accounts due to security reasons.
However, you can install a MySQL server on your computer at
http://mysql.com/
:)
Do you mean one like
http://x10status.uni.cx/myip.php
?
I just used
<html>
<head>
<title>What's My IP?</title>
</head>
<body>
<?php
$ip=$_SERVER['REMOTE_ADDR'];
echo "<center><h2><font face='Verdana' size='3'><b>Your IP is: $ip</b></h2></center>";
?>
</body>
</html>
:)
If you like editing small things, Drupal is right for you.
If you don't like editing anything, Joomla is right for you.
If you want to edit everything, create your own CMS. :biggrin:
That's how I look at it. :)