-
Posts
2,022 -
Joined
-
Days Won
69
Everything posted by Flaze
-
This support request is being escalated to our root admin.
-
This support request is being escalated to our root admin.
-
Need help to Instal a small Mysql pluginn and make it runs
Flaze replied to etigui's topic in Website Management and Coding
Just make a file called conn.php (or whatever you prefer) anywhere in your public_html directory and paste the code. Change the code a little (change the password, database name, etc.) and view the file on the browser. A result should pop up.- 16 replies
-
- database
- robertmanager
-
(and 1 more)
Tagged with:
-
Need help to Instal a small Mysql pluginn and make it runs
Flaze replied to etigui's topic in Website Management and Coding
You can try accessing your database using PHP. Make sure to check the credentials. <?php $conn = new mysqli("localhost", "etigui", "password", "etigui_db"); // Check the connection if ($conn -> connect_errno) { echo "Error: " . $conn -> connect_error; exit(); } else echo "Success.";- 16 replies
-
- database
- robertmanager
-
(and 1 more)
Tagged with:
-
Need help to Instal a small Mysql pluginn and make it runs
Flaze replied to etigui's topic in Website Management and Coding
Try changing the host to localhost.- 16 replies
-
- database
- robertmanager
-
(and 1 more)
Tagged with:
-
Need help to Instal a small Mysql pluginn and make it runs
Flaze replied to etigui's topic in Website Management and Coding
Did it throw any error while installing?- 16 replies
-
- database
- robertmanager
-
(and 1 more)
Tagged with:
-
(From the other thread) You can change your main domain by using this script - http://www.heliohost.../scripts/domain
-
Sorry about that. I was replying to bucanero but it seems that he was actually quoting cgrillo (thanks, wolstech!). @bucanero: You can do that by using this script - http://www.heliohost.org/classic/support/scripts/domain
-
[Solved] Fatal error: class ziparchive not found in
Flaze replied to rebal15's topic in Escalated Requests
This support request is being escalated to our root admin. -
Please don't hijack other people's threads. Refer https://www.helionet.org/index/topic/38058-krydos-domain-issue/.
-
This support request is being escalated to our root admin.
-
Tommy is not down. It could be your ISP. My suggestion is to try accessing cPanel from your phone or any other machine and see if it works.
-
This support request is being escalated to our root admin.
-
Make a new thread.
-
This support request is being escalated to our root admin.
-
You were suspended for causing high server load. Please fix it quickly. If you're unsure what's causing the high load, please tell us so that we can escalate the request. Your account has been unsuspended.
-
https://www.helionet.org/index/topic/38037-unsuspended-request/
-
You were suspended for sending too many emails. Please note that the limit is 50 per day, including recipients. Unsuspended.
-
Krydos said on discord that it won't work on Tommy either so it's not a Johnny issue.
-
[Solved] Can we have Discord.py moduels on a new Johnny server?
Flaze replied to censor_1337's topic in Escalated Requests
Solved over discord. -
[Solved] Can we have Discord.py moduels on a new Johnny server?
Flaze replied to censor_1337's topic in Escalated Requests
This support request is being escalated to our root admin. -
By waiting.
-
What is your PHP version?