-
Posts
24,135 -
Joined
-
Last visited
-
Days Won
847
Everything posted by Krydos
-
Python and Perl did not work (Internal Server Errror)
Krydos replied to fishhead's topic in Customer Service
I'm assuming jje killed them earlier this morning; a couple hours ago I saw this thread and checked and there was 6 rss.py again so I killed them; then it looks like xaav found a few to kill again, and furthermore I remember this rss.py causing issues and admins having to manually kill them in the past. Perhaps the issue isn't that you need access to kill your own processes, but rather you should take a look at rss.py and figure out why it is broken in the first place, and fix it so it doesn't continue to be broken. -
There is no account in the database with the username 'sosunlig' so it looks like your account has already been deleted for inactivity. Feel free to create a new account and restore your data using any backup that you may have of your site. Once an account is deleted from our system we keep no backups, data, or any traces of it to make room for active accounts. Sorry for the inconvenience. Please remember to log in to cPanel at least once every 30 days.
-
It's been a few years since I looked at it, but I think that circle was the one that Edward and Alphonse used to try to resurrect their dead mother. So maybe it will serve to resurrect your dead code.
-
Syntax errors often don't report the line number correctly. Line 26 is when the parser realized that something was seriously wrong. Look at line 25 though. You lost your colon. 24 switch ($action) { 25 case 'process' 26 if (tep_session_is_registered... Here is what it should look like. 24 switch ($action) { 25 case 'process': 26 if (tep_session_is_registered... If you're asking about my avatar picture it's an alchemical circle from FMA.
-
It looks like you tried to access it while one of our two servers was having a bad moment. See http://www.helionet.org/index/index.php?s=...ost&p=73080 It should all be working normally now.
-
Great! Haha, algebra is easy too. Most things are if you discard any preconceived notions that you won't be able to understand it and just work through it logically and slowly. Cool, just make sure you keep plenty of backups of your code in case something goes wrong you can restore back to where it was still working.
-
[SOLVED] 503 Service Unavailable in cPanel editor
Krydos replied to Nathan Johnson's topic in Customer Service
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. -
[SOLVED] 503 Service Unavailable in cPanel editor
Krydos replied to Nathan Johnson's topic in Customer Service
-
[SOLVED] Two directories (tmp and logs) showing not writeable
Krydos replied to BarbaraKoese's topic in Questions
Well, I don't know if it's automatically chosen but I've seen several new accounts created on /home lately. I used to think that only the oldest accounts were on /home and all the newer accounts were on /home1. It seems /home has more free space at the moment anyways. Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda7 277739232 91423028 177714604 34% /home /dev/sdb3 441093660 252370348 175279560 60% /home1 -
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.
-
It looks like you recreated and restored your account and everything is working now. Closing.
-
Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache. http://wiki.helionet.org/Clear_your_cache -- Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
-
It's probably because it uses the free co.cc name. Recently google in their infinite (sarcastic) wisdom decided to take the machete of censorship to a large portion of the internet by blocking a huge number of these free url providers. I know cl58 (he's an admin at heliohost) and I'm positive he doesn't have any malware on his site. Here is some instructions on how to add sites to the safelist so you can view them. (Assuming you have access to the configuration of the antivirus.) http://www.askvg.com/fix-access-denied-web...gerous-content/
-
If you're not familiar with what you're seeing your link shows what is called patch code. Basically it shows the file name that you are editing (example: application_top.php) and then it shows what to change in that file: if ($redirect == true) { - tep_redirect(tep_href_link(FILENAME_LOGIN)); + tep_redirect(tep_href_link(FILENAME_LOGIN, (isset($redirect_origin['auth_user']) ? 'action=process' : ''))); } The first line in my example "if ($redirect == true) {" is unchanged and allows you to find where you are making the change. The line that starts with a minus "- tep_redirect(tep_href_link(FILENAME_LOGIN));" gets removed, and the line with the plus "+ tep_redirect(tep_href_link(FILENAME_LOGIN, (isset($redirect_origin['auth_user']) ? 'action=process' : '')));" gets added in, and then the "}" stays unchanged. There are two ways to apply a patch: You can use the patch command to automatically make the changes http://linux.about.com/od/commands/l/blcmdl1_patch.htmYou can manually read through the patch files and make changes by hand. Obviously option #1 is going to be faster but it can sometimes botch your code completely if the files you have aren't exactly the same version that the patch was created from. I usually choose option #2 because I can read through the code and if something isn't exactly the way the patch file says it should be I can make decisions of how to add the new code without completely breaking the entire thing.
-
[SOLVED] Two directories (tmp and logs) showing not writeable
Krydos replied to BarbaraKoese's topic in Questions
Yeah, stevie has two locations that your account could be located /home and /home1. It's just a toss of the dice where you end up I guess. Those paths are important because /home1/bkoese no longer exists and when joomla tries to write to a path that doesn't exist of course it's going to have some issues. Glad you figured it out on your own. -
[Solved] Plpgsql language is not created in Jhonny
Krydos replied to persefon's topic in Escalated Requests
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. -
Shows how much I know about facebook I guess. I created my account way back right after they invented dirt and you could only have a facebook account if you possessed an email address from certain colleges. but I haven't used that account for much of anything since then.
-
Interesting that he snagged facebook.com/heliohost when his website is actually heliohosting.net... Wonder if he did it just to try to phish people looking for us. Kind of weird. Anyways, facebook.com/heliohost.org/ is available. I tried to add this myself but I can't figure out the heliohost login to facebook. It isn't listed in the admin notepad and it isn't the same as some of our other accounts.
-
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.
-
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.
-
[SOLVED] 503 Service Unavailable in cPanel editor
Krydos replied to Nathan Johnson's topic in Customer Service
Testing it with stevie.heliohost.org:2082 and cpanel.<username>.heliohost.org both resulted in code editor working fine for me without any errors. Perhaps there was just a high server load at the time causing problems? -
No problem. Abusing the server intentionally to cause slow performance and downtime. A better question is why would a single user go to such great lengths to do this? What is the point? What does it accomplish?
-
Stevie wasn't actually down; he just had high load from someone using too much space in /tmp. A single account was using 92% of the available space in /tmp and that account has been suspended now. We can manually empty /tmp as much as we want, but if we don't suspend the account that is causing the issues it doesn't take very long for it to get filled back up again.
-
Is there any particular reason you two are double posting the survey thing? @wizard, if you want you can save some time by using the multi-moderate dropdown box in the bottom left side of the screen to select "Problem Solved." It renames the thread to start with [solved] and posts the feedback thing. @tjoene, if you're just wanting the thread to say [solved] when on forum view you should have access enough as a moderator to edit the topmost topic of the thread and change the title to start with [solved] @everyone else, we're really not that adamant that you take the survey. If you want to let us know how we're doing the survey is a great way to do so. If you don't have time; no big deal.
-
I have recently been adjusting and monitoring the sign-ups as well, and can verify that hundreds of new accounts get created successfully on a daily basis. Occasionally there is some hiccup in the system and we do shut down new account creations, but that is not the case now. Don't forget your best friend when trying to create a new account: http://byrondallas.heliohost.org/helio/sign-up.php