-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Not really. You can install ruby gems yourself through cpanel. If you need a particular version of python or some module installed let us know. The idea behind requesting java and requesting mono is it takes a lot of server resources for each account that those are enabled on so we want only the people who actually need it to have it active.
-
It should work on 5.6. Are you sure you aren't using 5.5 or something else? Ah, figured it out. The error isn't our server at all: Source: https://stackoverflow.com/questions/11680709/file-get-contents-give-me-403-forbidden That particular website has some protection against people using file_get_contents on it. If you use curl with good headers you can get the data from them without them knowing it's not a real browser. That wouldn't stop them from figuring out that the requests are coming from a server not a real persons IP address and if they're really zealous about not having their data scraped they could always block our IP...
-
[Solved] Call To Undefined Function Mysqli_Connect()
Krydos replied to deep958's topic in Escalated Requests
Yes, mysqli is functional on Tommy. -
[Solved] Call To Undefined Function Mysqli_Connect()
Krydos replied to deep958's topic in Escalated Requests
This might help. https://stackoverflow.com/questions/1390607/how-could-i-change-this-mysql-to-mysqli -
Yes, you can select a single IP to allow access from or you can allow access from all IPs. Enabled.
-
Which version of php are you using? That's because you hadn't requested aspx access yet. There you go http://meraj.gq/test.aspx
-
Can't Access My Website (Mysqli Is Disabled?)
Krydos replied to sosmed96's topic in Customer Service
Source: https://www.helionet.org/index/topic/28813-johnny-backlog/ As the news says we recommend switching to mysql instead of mysqli temporarily or switching to Tommy where mysqli is working. -
How To Set Index.py/.cgi As Default Index
Krydos replied to poeka's topic in Website Management and Coding
You've actually got all the permissions correct and files created properly and everything. Very impressive! The 500 error is because the python module webob isn't installed. www is actually a symlink to public_html, and symlinks always have 777 permissions. -
Java is not enabled on that account. Before you can deploy a .war you must get java enabled. To get java enabled you must request it at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
-
I was sort of thinking he might be doing something like curl --header 'Host: example.com' 64.62.211.131 but maybe I'm wrong. That is a great way to make sure that the server is working before you transfer your domain to our servers. But yes, typing 64.62.211.131 into a browser will always result in the queued page.
-
HelioHost has been around for 12 years now so there might be some contradictory information out there. If you can provide a link and it's something we're able to edit we will fix it. Johnny usually supports .net 3.5 but Johnny is kind of broken for the last 24 hours or so. See https://www.helionet.org/index/topic/28809-2017-07-11/ That's also why it's taking so long to create accounts. Tommy supports .net 4.6. Here is the guide for switching servers http://wiki.helionet.org/Moving_your_account Your account is created and you should be able to log in at https://www.heliohost.org/login/
-
[Solved] Call To Undefined Function Mysqli_Connect()
Krydos replied to deep958's topic in Escalated Requests
Use mysql instead of mysqli for the time being. Johnny is going to need an apache restart to fix this. -
See https://www.helionet.org/index/topic/28809-2017-07-11/
-
See https://www.helionet.org/index/topic/28809-2017-07-11/
-
This works for me: <?php // load database values require 'config.php'; // connect to database $con = new mysqli($db_host, $db_user, $db_pass, $db_data); if ($conn->connect_error) die("Connection failed: ".$conn->connect_error); // perform query $sql = "show tables"; $result = $con->query($sql); // start dropdown select echo "<select>"; // for each table in database create an entry while ($row = $result->fetch_assoc()) { $table = $row['Tables_in_username_db']; echo "<option value='$table'>$table</option>"; } echo "</select>";
-
Account creation has been restarted and the account ariyo has now been created.
-
Free accounts on Tommy were available for 19 minutes tonight.
-
If you want to sign up for free on Tommy create your account at midnight UTC. The free signups fill pretty quickly. If you want to create an account on Tommy at any time see https://www.heliohost.org/tommy/
-
How To Set Index.py/.cgi As Default Index
Krydos replied to poeka's topic in Website Management and Coding
The index.html way is really easy. Create public_html/index.html <meta http-equiv="refresh" content="0; url=cgi-bin/index.py" /> With this option people who go to domain.heliohost.org will end up at domain.heliohost.org/cgi-bin/index.py Making python scripts executable in public_html is a little more complicated. Create public_html/.htaccess # this line makes the python code execute instead of display the source AddHandler cgi-script .py # this line executes index.py if no file is specified DirectoryIndex index.py With this option people who do to domain.heliohost.org will see that in their browser url bar. -
Deployed. http://barcodenetbar.com/BarcodeNetBar/
-
[Solved] Locked Out And Suspended Please Help
Krydos replied to asanta13's topic in Customer Service
You were blocked for trying to log in to IMAP too many times with the wrong password. Be sure your email client settings are correct. I have removed the block and you should be able to connect again soon. -
[Solved] Enable Connection To Postgresql From Pgadmin
Krydos replied to iaconweb's topic in Customer Service
Enabled. -
The addon domain gataller.com has been created on your account.
-
Deployed. http://wilgil.heliohost.org/MyHelioServlet/
-
FAIL - Application at context path /shlomo31_Coupon_System could not be started