-
Posts
17,870 -
Joined
-
Last visited
-
Days Won
672
Everything posted by wolstech
-
[Solved] Account Still To Be Installed After 24H. What's Going On?
wolstech replied to bunber's topic in Escalated Requests
I've reset your main domain for you...it seems like Johnny never set it up for some reason. Give it another 48 hours so the system can reconfigure the domain again...then clear your cache. If it still doesn't work, let me know and I'll escalate it for you. -
Slow Respond/loading. Err_Connection_Timed_Out
wolstech replied to usr8481's topic in Customer Service
Stevie experienced excessive load and downtime earlier. Not common for him at all, but it does happen on occasion, often when we get hit by DoS. You can see what happened here: http://heliohost.grd.net.pl/monitor/ -
It's not the account, it's what you installed on it that causes this error. The solution will be to troubleshoot whatever program you're using. If you still want to reset your account, you will need to delete it and sign up again.
-
Delete the wordpress install and reupload it.. By the way, I highly recommend against using WordPress...it's completely lacking in security, and its extensions and themes are prone to being attacked (or just including/being malware themselves, especially when you get them from dubious websites). That causes it to get hacked a lot. Hacked Wordpress is probably the number one cause of suspensions for spam and malware... If that still doesn't fix it, I'll escalate this for you.
-
Screen door hinge, more specifically the hydraulic piston used to control closing.
-
Login date is today. You're good
-
Wall mount can opener? Some form of shade or curtain? Human powered eliminates most things like appliances and fans...yet it has an adjustment for speed. Confusing when you say it's mounted 6' 6" off the floor (which would put it well over my head) but could also be practically on the ground...
-
Try renaming the index.php as well. You should be able to get a directory listing. Also, check in your account's home folder (the folder that public_html is inside of) for an htaccess and rename/delete if present. If that doesn't work, disable Cloudflare and purge the cache on their website and try again. I wouldn't be surprised if it cached the forbidden page. (Also, if I end up escalating this, the first thing Krydos will probably ask is that you change your nameservers to ours to eliminate Cloudflare completely)
-
How Do I Run Python Script Using Exec Command In Php?
wolstech replied to valkyrion123's topic in Questions
If the python script is written for a web server, it can be made to accept data from POST and GET requests. You'd make a form in HTML to enter the required data, the submitted data is passed via POST to the script, script runs it and returns output. I don't know how to handle POST data in Python though (I'm a PHP programmer). You can likely eliminate the PHP component entirely if you're insistent on using Python. Do you have good reason (other than not wanting to rewrite your code) to use two languages? If it were me, I'd just rewrite the Python tasks in PHP and discard the python components... -
Try renaming the .htaccess file in public_html. Chances are its set to deny you access.
-
How Do I Run Python Script Using Exec Command In Php?
wolstech replied to valkyrion123's topic in Questions
You can't since we disabled exec. The closest I can think of is to write the python script as if it were for a website, then file_get_contents() the script through the web server from php. The output of your python script will end up in the return variable of the file get contents call for you to use in php. -
[Solved] Suspended : Www.mediapc.ro
wolstech replied to Pisicut's topic in Suspended and Queued Accounts
Your account was suspended for running too many cron jobs. To help keep load low, we limit accounts to two (2) cron executions in a 24 hour period. This means that, if you only have a single job, it can run no more frequently than once every 12 hours, with two jobs, they can each only run once a day, and so on. Your account has been unsuspended. -
This support request is being escalated to our root admin.
-
Database is likely invisible from the repairs last year. Escalating.
-
Seems to be working for me now as well. As tjoene said please clear your cache.
-
@Byron: Can you unblock me in Stevie's firewall please? I think I just managed to block myself for DoS using the Open All on the phishing scanner... :unsure: Speaking of that...can these IPs be whitelisted so this doesn't happen to me? * 204.13.205.35 * 69.242.123.95
-
You could try moving to Stevie, but I don't know how well his postgres works (it is newer if I remember right). I was able to create a database and user in cPanel and view/edit it in PhpPgAdmin though, so it appears to be working...
- 4 replies
-
- Joomla
- PostgreSQL
-
(and 3 more)
Tagged with:
-
We changed it to MyISAM intentionally. InnoDB has a past history of being extremely unreliable here. It crashed a while back (on both servers no less!) and was broken for well over a year. It was actually just fixed a few months ago. It was read-only for everyone, and the mysql server would crash for everyone on the server every time someone tried to edit an InnoDB table. A ton of users had to convert their databases to MyISAM at that point, or have their databases manually restored when the server was fixed. Everyone had to recreate their database users too. In fact, because of it, I don't even have a single InnoDB table on my account anymore that I can test with! I dropped all of mine when the server was finally capable of doing it without crashing...
- 1 reply
-
- 1
-
-
I'm seeing that as well. Says your active though and resuspending/unsuspending you isn't fixing it. Can you rename or delete the .htaccess file in your public_html folder?
-
The browser looks at the number and will actually attempt to connecting on port 9090 (which will fail)...htaccess is processed server-side, so unless you can specify a different port in your browser, and still somehow get the browser to connect on port 80, this will not work.
-
This support request is being escalated to our root admin.
-
@sagnik: No. It could be used to force https (if you have it) but you cannot redirect requests sent to other ports since our firewall would keep any connection not on a normal web port from ever reaching apache for the htaccess to process it.
-
Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.