Jump to content

jje

Members
  • Posts

    2,755
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by jje

  1. Thanks for the feedback! And glad you are having a pleasant experience with HelioHost
  2. At the time that you set up your DNS, NS2/Cody may have been having problems. The NS2 uptime is available at http://heliohost.grd.net.pl/monitor Please try again
  3. Your welcome! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  4. Use the domain script: http://www.heliohost.org/home/support/scripts/domain
  5. I tried that and here's what happened: [root@server /]# ls /tmp/phpxn046X ls: /tmp/phpxn046X: No such file or directory
  6. Thanks! I tried that and it outputted /tmp/phpxn046X However, I don't think that path exists, since when I login to SSH and try [root@server /]# locate phpxn046Xit returns no results.
  7. Hi there! Recently I purchased a virtual server to give me more power and disk space and I installed Kloxo/LXAdmin on my server. However, I am currently having a few issues with PHP uploads. After posting on the VPS provider's community IRC channel four times, I still can't get this issue solved. So I thought I'd try to ask you experts on HelioNet to see if you can help me out. I'm having trouble with file uploads (PHP); I'm trying to make a script where the user can upload files to the server. I've used this script before on my XAMPP install, but on my VPS I am unsuccessful. I am using an if statement to see if the file move was a success, but it is returning false and an error code of 0. According to the PHP website this means success, even though the file isn't there and the if statement returns false. I'm really stumped, and I was wondering if anybody could help me out. Here's my code: <?php if (!isset($_POST['submit'])) { ?> <form action="upload.php" method="post" enctype="multipart/form-data"> <label for="uploadedfile">Filename:</label> <input type="file" name="uploadedfile" id="file" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> <?php }else{ $target_path = '../uploads/' . basename( $_FILES['uploadedfile']['name']); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { echo "work"; }else{ echo $_FILES['uploadedfile']['error']; } } And it outputs 0 Any help appreciated; Thanks!
  8. Your welcome! And glad you are having a pleasant experience with HelioHost! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated. [solved in PM]
  9. Hi 7706840! Your account is not queued - it has just been cached by your computer. To solve the problem, please clear your internet cache.
  10. Yup, that's me! What exactly is your problem? Is it that you can't login to cPanel? Or that you can't see your site? Or both? Please be more specific. Thanks
  11. This might be because you are exceeding your process limit. Let me see... root@stevie [~]: top -U black07 551 black07 15 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 554 black07 16 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 560 black07 17 0 60856 9728 3996 S 0.0 0.1 0:00.04 php-cgi 562 black07 17 0 60872 9636 3996 S 0.0 0.1 0:00.03 php-cgi 798 black07 16 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 804 black07 16 0 60588 9524 3940 S 0.0 0.1 0:00.03 php-cgi 1879 black07 15 0 87040 12m 1828 S 0.0 0.2 0:00.04 cpsrvd-ssl 1998 black07 17 0 60852 9720 3996 S 0.0 0.1 0:00.04 php-cgi 2003 black07 16 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 2006 black07 16 0 60876 9644 3996 S 0.0 0.1 0:00.03 php-cgi 2176 black07 18 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 2182 black07 19 0 60584 9516 3940 S 0.0 0.1 0:00.03 php-cgi 2243 black07 15 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 2244 black07 16 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl 2250 black07 18 0 60876 9636 3996 S 0.0 0.1 0:00.03 php-cgi 2251 black07 15 0 60852 9716 3996 S 0.0 0.1 0:00.04 php-cgi 3579 black07 16 0 86640 12m 1704 S 0.0 0.2 0:00.00 cpsrvd-ssl Hmmm...
  12. @Krydos - During the power outage I was unable to access HelioNet.org.
  13. Next time wrap your code with [code][/CODE] - makes it easier for us. Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  14. Just to let you know Cody has been down for a few hours today (GMT+1).
  15. Yup; looks like your account has been created in the last few hours. Your username has been changed!
  16. Could you wait until your account is activated before we change your username, just to be on the safe side?
  17. Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  18. jje

    php script error

    @Krydos - Only admins can change HelioNet usernames
  19. jje

    accessing cpanel

    You might be behind a firewall that is blocking port 2082. Read this wiki article for more information and how to use port 80: http://wiki.helionet.org/How_to_access_cPanel
  20. Your welcome, Derek! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
×
×
  • Create New...