Yahoo and Drupal, it can work, but it’s not supported.

Yahoo server doesn’t support drupal, but for some of you with yahoo account, it might be interesting to know how to install the drupal on yahoo server.
Here is the trick.
1. Go to http://drupal.org and download the latest version of drupal .
2. Unpack the drupal-6.8.tar.gz.
3. Open the drupal-6.8.
4. Open the folder sites /default/default.settings.php and save it as settings.php .
5. Delete the default.settings.php file.
6. open the settings.php and change $db_url = ‘mysql://username:password@localhost/databasename’; to
$db_url = ‘mysql://your mysql username: yourpassword@MySQL/yourdatabasename ‘;
7. with a text editor open modeules/system/system.install and modify ($register_globals) != ‘off’) to ($register_globals) == ‘on’). ( please read this first http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-36.html )
8. Upload the whole drupal 6.8 directory to your yahoo server.
9. Login to your yahoo account /filemanager/drupal-6.8 and click on install.php.
10. It should run automatically.
Yahoo server doesn’t support drupal, but for some of you with yahoo account, it might be interesting to know how to install the drupal on yahoo server.
Here is the trick.
  1. Go to http://drupal.org and download the latest version of drupal.
  2. Unpack the drupal-6.14.tar.gz.
  3. Open the drupal-6.14.
  4. Open the folder sites /default/default.settings.php and save it as settings.php.
  5. Delete the default.settings.php file.
  6. Open the settings.php and change
    • $db_url = ‘mysql://username:password@localhost/databasename’;
    • - to -
    • $db_url = ‘mysql://your mysql username: yourpassword@MySQL/yourdatabasename ‘;
  7. With a text editor open modeules/system/system.install and modify ( please read this first http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-36.html )
    • ($register_globals) != ‘off’)
    • - to -
    • ($register_globals) == ‘on’)
  8. Upload the whole drupal directory to your yahoo server location.
  9. Login to your yahoo account /filemanager/drupal-irectory and click on install.php.
  10. It should run automatically.

5 Responses to “Yahoo and Drupal, it can work, but it’s not supported.”

  1. Paul Lopez Says:

    Harold – Good stuff on Drupal. We just changed out Drupal for Joomla on our customer portal. There’s a lot of open source community network platforms out there.

  2. Heine Says:

    Step 7. makes your Drupal site instantly vulnerable to cross site scripting attacks. If you have to do this, don’t use Drupal on that server.

  3. Flash Says:

    Hmm. Is it true? :-)

Leave a Reply