Jump to content

jje

Moderators
  • Posts

    2,755
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by jje

  1. Your DNS records that you setup for windowslive.hopto.org are incorrect. According to byron's script, you have set your A record to ns1.heliohost.org. You should set your nameservers to both ns1.heliohost.org and ns2.heliohost.org
  2. 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.
  3. This support request is being escalated to our root admin.
  4. @Piotr_GRD: I agree, but if a user wanted their old domain completely deactivated then domain change is the way to go. Anyways, here is a new script I just made following a tutorial from HTML-Form-Guide: <?php //create array of data to be posted $post_data['user'] = 'ENTERUSER'; $post_data['pass'] = 'ENTERPASS'; $post_data['login_theme'] = 'cpanel'; $post_data['goto_uri'] = '/'; //traverse array and prepare data for posting (key1=value1) foreach ( $post_data as $key => $value) { $post_items[] = $key . '=' . $value; } //create the final string to be posted using implode() $post_string = implode ('&', $post_items); //create cURL connection $curl_connection = curl_init('http://stevie.heliohost.org:2082/login'); //set options curl_setopt($curl_connection, CURLOPT_CONNECTTIMEOUT, 30); curl_setopt($curl_connection, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"); curl_setopt($curl_connection, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl_connection, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($curl_connection, CURLOPT_FOLLOWLOCATION, 1); //set data to be posted curl_setopt($curl_connection, CURLOPT_POSTFIELDS, $post_string); //perform our request $result = curl_exec($curl_connection); // get request information $getinfo = curl_getinfo($curl_connection); $info = explode("post_login", $getinfo['url']); if(isset($info[1])) { echo "Correct"; }else{ echo "Fail"; } // For debugging purposes: // echo curl_errno($curl_connection) . '-' . // curl_error($curl_connection); //close the connection curl_close($curl_connection); ?> I haven't added these changes to the domain script though
  5. jje

    sites down

    May I recommend you look at the HelioHost Server Monitor: http://heliohost.grd.net.pl/monitor
  6. jje

    409843880.php

    It's fine; HelioPanel will just attempt to create a new hook file (I think). The reason it is located in public_html is so the HelioPanel can run the PHP script. If it was outside the public_html folder, it is not visible to the web therefore it couldn't be run. The name of the file is randomly generated numbers making it hard to guess; plus the script is configured to only run if the user is logged into cPanel. Pretty secure I think. In fact HelioPanel will be configured to reinstall corrupted or missing configuration files in the next release: https://github.com/HelioNetworks/HelioPanel/issues/69
  7. I've just found the reason why the domain script isn't working. When djbob ran a UPCP, it removed the 401 Authorization Required meaning that byron's script fails. This support request is being escalated to our root admin. @djbob - This post might help: http://forums.cpanel.net/f34/cpanel-login-...html#post672553
  8. jje

    409843880.php

    It's alright; I think he can just reinstall it.
  9. Hey 7796840, When you access 216.218.192.170 do you get page not found or the HelioHost Account Queued page? As far as I am aware that problem only happens to Chinese users. Thanks,
  10. Just to point out that will take 24 hours to process.
  11. I can upload files to Stevie fine? Also, you might want to check out the server monitor created by Piotr_GRD: http://heliohost.grd.net.pl/monitor
  12. jje

    HelioPanel Beta

    Additional functions includes a few utilities like PHP Info.
  13. jje

    409843880.php

    Hold on; don't delete those files! They are the core files for HelioPanel that allow the central panel to communicate with your account! Please leave them intact; thanks
  14. Thank you for your cooperation. I'm unsure why the account would be suspended, but here is the suspension note left by an administrator:
  15. Sorry, I misspelled before. Your account has been unsuspended.
  16. I understand, and you're account has been suspended. You're only permitted to run two cron runs per day. For more information look on the wiki: http://wiki.helionet.org/Suspension_policy
  17. Thanks. This is weird. Even before I deleted your account, the account was deleted (probably for inactivity). Anyway, twinky has been automatically deleted by our system; feel free to make a new one.
  18. Your account was suspended by another administrator for causing excessive server usage on Johnny. Since this is your first warning, I will unsuspend you as long as you remove the parts of your site that were causing Johnny to overload. If you continue to overload Johnny, you will be permanently suspended. If you wish me to unsuspend you, please tell me that you understand and accept the above.
  19. Sorry, still incorrect. Since I was unable to verify you as the account email holder of the domain, please could you upload a file named deleteme.php in your home directory and tell me when you have done this. I will then enter twinky's home directory and check if the file is there.
  20. jje

    HelioPanel Beta

    HelioPanel 0.5 BETA Hi there! In the past couple of weeks, xaav, cl58 and I have been working on a brand new major release to HelioPanel. In this brand new update, many changes have been made to the HelioPanel software and it has been widely improved in many different aspects. In this release HelioPanel has been completely transformed to Symfony2, and many extra features and bug fixes have been added. There is nothing required on your part to update your HelioPanel; we have updated the central HelioPanel with the latest release automatically. Features - The project has been converted to use Symfony2 #40 - Store users in a database #41 - Automatically detect Ace values #43 - Link to the PHP Info page from the homepage #46 - Use an optimized version of jQuery #47 - Manage multiple accounts with one login Bugs #44 - Cannot create file or directory #45 - Cannot upload file #49 - Initial file manager path is <?php #55 - Login script doesn't work #56 - Icons are missing from file manager #57 - Ace editor is not working on hosted version #58 - Whitespace above menu bar in Google Chrome #61 - Twig runtime error #63 - Remove Symfony2 developers toolbar #64 - Files are appearing as directories #65 - SQL Buddy is showing an error #66 - Unable to save file Website #70 - Update Twitter Link #54 - To prevent errors from occurring due to development on the HelioPanel GitHub repository, we have made the central HelioPanel only resemble the latest stable release. #52 - Error 'No route found for POST/login.php'
  21. Sorry, btinternet.com was not used as the account email address.
  22. Thank you for reporting this incident. The account in question has been permanently suspended.
×
×
  • Create New...