-
Posts
24,609 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/ It looks like you got something to work this time.
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/
-
Glad your question got answered! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
-
I believe the reason your subdomain is behaving the way it is is because you installed osclass to rentersguild.com/rent instead of installing it to the subdomain. Try removing the install through softaculous, and then reinstall it but this time choose the corect subdomain that you want it to work as. Yes, as current root administrator, of course I have access to anything on any of the four servers that I want. However, you can fix this yourself. It's your account not mine. If there is something wrong with the server that is the stuff that gets highest priority for my time. This is just a software/code error. One of my personal policies I try to keep in mind as an administrator is, "If you give a man a fish, he eats for a day; if you teach a man to fish, he eats for a lifetime." I could just give you a fish by fixing this for you, but what about the next time you don't know how to do something? If you just learn how to do this stuff yourself you won't have to bother anyone else for help, and you might even become a contributing member of the Heliohost community by being able to help others. That's the reason this service is free, because it's run by volunteers helping each other. Most of us were just as or more clueless than you feel right now when we started, but we were willing to learn. Once we had learned enough we were able to pay back the community that taught us so much by helping the next generation of newbies.
-
You can do whatever you want with it; it's your file and your account. If you wrote all the code in the file and you're positive it's not a virus then file a false positive report with the link in Tjoene's post. If our automated scanners still detect a virus on your account in about 17 hours (24 hours from the timestamp on Tjoene's post) then your account will be resuspended.
-
Your account is showing up as clean now. Thank you for taking care of this.
-
Users are allowed to use cron http://johnny.heliohost.org:2082/frontend/x3/cron/index.html Please do not ignore the bold red text though. Each user can run a maximum of two cron jobs per day, and if you exceed this limit your account will be suspended. Here are the versions of python currently available on Johnny: #!/usr/bin/python2.4 Python 2.4.3 #!/usr/bin/python Python 2.4.3 #!/usr/local/bin/python2.7 Python 2.7.4
-
This has not been taken care of yet. Here is a hint: /home1/hicham/public_html/forex gifts.rar
-
Which server are you on, and which version of python are you using?
-
Johnny is running 7.0.32 so I can't imagine there is that much difference from 7.0.29.
-
And what do you mean by routing correctly? Is it supposed to display the same thing as rentersguild.com/rent but show classifieds.rentersguild.com in the url bar? Or is it supposed to show rentersguild.com/rent in the url bar when you go to classifieds.rentersguild.com? I get that it's probably not supposed to go to www.rentersguild.com.
-
Files that start with a period (.) in linux are hidden files, so make sure you have the checkbox to view hidden files enabled in order to see .htaccess Heliohost staff members will never nor can ever require your password for any reason. Anyone who asks for your password is likely not a staff member, but rather a scam to gain access to your data. Do not ever give your password to anyone for any reason.
-
Please post the contents of the following files: /home/<username>/.htaccess /home/<username>/public_html/.htaccess /home/<username>/public_html/rent/.htaccess I suspect it has nothing to do with the server or 24 hours, but rather a syntax error in your ModRewrite rules.
-
What library do you need?
-
It sounds like you might have a firewall blocking the cPanel port which is 2082. Try using this link to log into cPanel: http://cpanel.weirdrealm.heliohost.org/ this link uses port 80. The recommended way to log in is to allow connections through port 2082 and log in at http://heliohost.org/ This ensures that your logins are counted and you do not get suspended for inactivity. Let us know if you're still having trouble logging into your account.
-
Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
-
What server are you on?
-
What version of Tomcat are you running locally?
-
[Solved] There Was A Problem Creating The Sub-Domain!
Krydos replied to trong's topic in Customer Service
m.trong.tk has been created for you. -
That domain is already deleted from cpanel, but it can take up to 24 hours for any changes to domains to go through just the same as setting up the domain.
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/
-
Are you using persistent mysql connections? It's always a good idea to explicitly close any mysql connections as soon as you no longer need them. Relying on php garbage collection to close the connections for you can result in wildly varying results.
-
Your site loads fine for me. What url are you using to login to cPanel?