-
Posts
24,880 -
Joined
-
Last visited
-
Days Won
886
Everything posted by Krydos
-
I have created the addon domain zac.im for you and the webroot is located at public_html/zac.im/, and you should now be able to see it at http://stevie.heliohost.org:2082/frontend/x3/addon/index.html It looks like your nameservers are already set so it should start working within 24 hours. Let us know if you're having any other issues with your account.
-
Here are the three steps to get SSL on a Heliohost account http://www.heliohost...home/signup/217 Sign up for your account. Purchase the dedicated IP address for $12 USD. Make a new post on our Customer Service forum so we can verify which payment belongs to which account. It seems you have done step 1, because your account exists and is active. If you've already done step 2 then all you need to do now is step 3. Step 3 is to tell us the transaction number of your paypal payment, and let us know which account is yours so we can verify the payment and assign the dedicated IP to the account which allows the account to use SSL.
-
Please post the following information: Your cPanel username Your main domain The server that you are on
-
That should be fine. Cron jobs are when you visit the cron section of cpanel and schedule a script or command to run at a certain time. Cgi can run as many times a day as you wish, and the only limit is how much load your account is causing.
-
Your IP address has been changed. Let us know if you're still having trouble accessing your site from China.
-
I did some testing, and it seems that if you have a file named index.jsp it works fine, but if you have a file named Index.jsp with the exact same permissions and content it causes tomcat to give a 404 error. Try removing or renaming your Index.jsp file and let us know if it works.
-
Your IP address has been changed. Let us know if you're still having trouble accessing your site from China.
-
If you think your scripts are going haywire you can always set up a cron for a minute or two in the future with contents of killall -u chuck That will stop any runaway scripts from overloading the server. Keep in mind that you're only allowed 2 cron jobs per day, and if you run more than 2 your account will get suspended. There isn't really any good ways to see what is currently running. You can always post on the forums and ask for assistance though.
-
/home1/vpnuniqe/public_html/connection/SSH_Socks5_Proxifier_3.0_(vpngroups---info).rar
-
Please clear your cache.
-
Please clear your cache.
-
Please clear your cache.
-
Please clear your cache.
-
Your account was suspended for the following reason: Malware. 1 file(s). Win.Trojan.Keygen-330 FOUND That means that there are some malware files found on your account. For your safety and to protect your website from potential further corruption the account has been suspended. To find the infected files we recommend making a backup of your site, download the backup file to your computer, and scan the backup using a reputable virus and malware scanner. If you're having trouble locating the offending files please ask and we can provide more information. If you are you certain that it is a false-positive, we strongly encourage you to file a false positive form here: http://cgi.clamav.net/sendvirus.cgi Your account should be unsuspended now, but keep in mind that this is a temporary unsuspension. You have 24 hours starting at the time of this post to clean your account of any and all malicious files or your account will be resuspended.
-
Now the problem is you typed 'www.coolworld.in' instead of 'coolworld.in' The www. part isn't actually part of the domain; it is a CNAME that is automatically created by cpanel. That's why http://www.coolworld.in/ works but http://coolworld.in/ does not. Since you're having a lot of problems with doing this yourself, I just went ahead and made the change for you to coolworld.in. It should be working within 24 hours.
-
You cannot change your main domain to a domain that is already set up on the server. Please remove all traces of coolworld.in from parked domains, and addon domains. Then try changing your main domain again.
-
It's possible to do a SSL on a shared IP, but the cost is generally quite a bit higher for you. Using comodo for these prices: If you buy a dedicated IP: If you buy a SSL certificate that will work on a shared IP: So, in essence buying the dedicated IP from us saves you $258 per year...
-
Your account is showing up as clean now. Thank you for taking care of this.
-
Your account is showing up as clean now. Thank you for taking care of this. You might also want to make sure that malicious visitors to your site aren't able to upload files to your account otherwise you might keep getting suspended like this.
-
IP changed. Let us know if you're still having trouble accessing your site from China.
-
Which version of python are you using? #!/usr/local/bin/python2.7 Python version 2.7.1 #!/usr/local/bin/python3.2 Python version 3.2
-
Please set your nameservers to ns1.heliohost.org and ns2.heliohost.org http://byrondallas.heliohost.org/php/tools/dns_records.php?domain=employhealth.tk+&rec=NS
-
Is it working now? I noticed you had multiple copies of post.cgi running so I killed them for you. When you get too many processes running at the same time it can prevent other scripts, such as perl and php, from running because of hitting the maximum process limit. You might want to check the code of that script to make sure it's exiting properly to prevent this from happening again. I'm going to go ahead and mark this as solved. Let us know if you're still having issues and we can investigate further.
-
You seriously needed help finding this one? /home1/yashrs/public_html/upload/upload/C99madShell v. 2.0 madnet edition-backdoor.php
-
Here's just one example of your high load queries: Count: 1 Time=130.11s (130s) Lock=0.00s (0s) Rows=0.0 (0), scvroinh_scvroin[scvroinh_scvroin]@localhost SELECT j.id AS j__id, j.created_at AS j__created_at, j.updated_at AS j__updated_at, j2.id AS j2__id, j2.category_id AS j2__category_id, j2.type AS j2__type, j2.company AS j2__company, j2.logo AS j2__logo, j2.url AS j2__url, j2.position AS j2__position, j2.location AS j2__location, j2.description AS j2__description, j2.how_to_apply AS j2__how_to_apply, j2.token AS j2__token, j2.is_public AS j2__is_public, j2.is_activated AS j2__is_activated, j2.email AS j2__email, j2.expires_at AS j2__expires_at, j2.created_at AS j2__created_at, j2.updated_at AS j2__updated_at FROM jobeet_category j LEFT JOIN jobeet_job j2 ON j.id = j2.category_id WHERE (j2.expires_at > 'S' AND j2.is_activated = 'S') It took the server 130 seconds just to execute that one query. It's a wonder you don't get suspended for high MySQL load everyday...