Search:

Type: Posts; User: EricJ

Page 1 of 11 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    4,000

    Rails it is, followed by SSH customization and...

    Rails it is, followed by SSH customization and utilization. I'll post links to the tutorials once they are up.



    Rails3 is still a long ways off. The main problem with Rails3 is that there is no...
  2. Replies
    4
    Views
    4,000

    How-To Tutorials.

    Bluehost has a lot of good tutorials here and here but they generally don't cover advanced stuff. Is there anything that you all would like to learn how to do on Bluehost? I'll be taking requests for...
  3. Replies
    2
    Views
    3,816

    Well, for starters, you have the redirection...

    Well, for starters, you have the redirection operator pointed in the wrong direction.. it should be:

    command > somefile.sql

    The mysqldump command really only needs SELECT and LOCK TABLES so if...
  4. Replies
    5
    Views
    1,409

    I would recommend checking out...

    I would recommend checking out http://twitter.com/bluehost. They have been posting there more and more when there are problems.
  5. Sticky: Yeah, there is a new cron jobs utility that is...

    Yeah, there is a new cron jobs utility that is much easier to use, but i haven't had time to update the tutorial yet, sorry.

    It's okay if it autofilled it. Autofill isn't the end of the world, but...
  6. Replies
    6
    Views
    4,089

    The ION Cube checkbox just includes an extra zend...

    The ION Cube checkbox just includes an extra zend extension line in the php.ini. Some programs require ioncube to function, and it doesn't hurt anything to include it even if you don't need it. If...
  7. Replies
    5
    Views
    3,531

    My personal favorite is http://bluehost.com/ip ...

    My personal favorite is http://bluehost.com/ip

    Also, proving student's activity on the site by IP isn't necessarily the best idea. Most ISPs use dynamic IPs which means that a student can be using...
  8. Replies
    26
    Views
    8,084

    ^^ it's still 50,000 files. I just spoke with...

    ^^ it's still 50,000 files. I just spoke with them.
  9. Replies
    6
    Views
    4,089

    it sounds like your server had a php upgrade and...

    it sounds like your server had a php upgrade and the includes path may have changed. this is easily fixed by copying in a new php.ini, or modifying your current php.ini to include the correct...
  10. Replies
    6
    Views
    3,259

    You can turn this on by changing your php.ini so...

    You can turn this on by changing your php.ini so that:

    register_long_arrays = On

    You probably shouldn't treat this as a permanent solution though, register_long_arrays is more than 5 years old....
  11. Replies
    2
    Views
    1,500

    I believe they're referring to ssh protocol...

    I believe they're referring to ssh protocol version 2, which is installed on the server via OpenSSH 5.4p1; your server may have a different version of OpenSSH, but it will still use ssh protocol...
  12. Replies
    44
    Views
    14,384

    The Google Apps standard link is...

    The Google Apps standard link is http://www.google.com/apps/intl/en/group/index.html

    If that doesn't work, all you need to do is go to http://google.com/a/ and click on 'Standard Edition' (bottom...
  13. techiediy is 100% wrong. You can raise it above...

    techiediy is 100% wrong. You can raise it above 2M. If you don't feel you have the capacity to do so from the instructions provided here, contact support for further direction.

    1. Login to cPanel....
  14. Replies
    5
    Views
    3,197

    It's actually http://fastdomain.com . It doesn't...

    It's actually http://fastdomain.com . It doesn't look like anyone owns fastdomains.com.. Matt Heaton founded fastdomain.com.
  15. Replies
    8
    Views
    8,527

    I like to use 444 or 440 on the wp-config.php...

    I like to use 444 or 440 on the wp-config.php file.. (that equates to -r--r--r--, or -r--r-----).. to understand what these mean, I would recommend reading a little about file based permissions:...
  16. Replies
    8
    Views
    3,299

    You don't need to include --opt if you don't want...

    You don't need to include --opt if you don't want to, because it's on by default.. so you should be able to use:


    mysqldump -uusername -ppassword database_name > filename.sql

    Those will need...
  17. Replies
    8
    Views
    3,299

    If you export your databases you can modify the...

    If you export your databases you can modify the script to grab those too.. I'm not sure what else you want to backup (mail?), but you can add more lines for other stuff in your home directory, or...
  18. Replies
    8
    Views
    3,299

    I wrote this, and it used to work before...

    I wrote this, and it used to work before non-interactive logins were broken.. You may be able to resurrect it.


    #!/bin/bash

    KEYPATH=/path/to/local/private_key
    USER=remote_username...
  19. In response to your original issue, it sounds...

    In response to your original issue, it sounds like you created another A Record rather than modifying the one that was already there for your domain. Thus when a computer tries to resolve that domain...
  20. Wordpress usually prefixes all of it's files and...

    Wordpress usually prefixes all of it's files and folders with wp- or wp_. You may want to try just replacing public_html/index.php with a default Wordpress one which you can find here:...
  21. Replies
    3
    Views
    1,362

    should be back up now.

    should be back up now.
  22. Replies
    14
    Views
    5,982

    If you have a php.ini in your public_html folder...

    If you have a php.ini in your public_html folder it's not being loaded ( Loaded Configuration File /usr/lib/php.ini < == that is from your phpinfo page ).. Make sire it's actually named 'php.ini'. If...
  23. Replies
    1
    Views
    2,554

    That is normal if the terminal session is idle....

    That is normal if the terminal session is idle. You may want to nohup and background your command so that when you logout it still runs (this will only work if you have a dedicated ip).

    For...
  24. Sticky: Make sure you're using the right username in your...

    Make sure you're using the right username in your database connection information. We created two (one for backups, and one for regular use). The one for backups has limited permissions, so if you...
  25. Try re-assigning that addon domain. The redirect...

    Try re-assigning that addon domain. The redirect thing has happened to me before. After a re-assign it worked fine. In your Domain Manager select the addon, then click 'unassign' on the main tab,...
Results 1 to 25 of 255
Page 1 of 11 1 2 3 4