-
Posts
17,963 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
I've renamed your forum account to fuzmic2 so you can reuse your username when you register. Please note though that you won't be able to register until you receive the invite email. You have to use the special link contained in that email to register on Tommy since the free registrations are not open.
-
WAR files usually get deployed with the username in front of them, so it'll likely be at http://infotecq.heliohost.org/infotecq_lab5/ Deployment can only be done by one person (Krydos), so you have to wait for him to do it. He usually works the Escalated bin once or twice a day.
-
Have you already donated? If so, please post: Your transaction IDThe username of your existing Johnny account so we can move it (or make the username reusable if you've deleted the account).If not, you should donate through PayPal or Skrill using the buttons on the page at http://heliohost.org/tommy/. If you've deleted your account, be aware that it can take up to 24 hours for the email with the link to create the new Tommy account to arrive.
-
Actually, if you use http://heliohost.org/tommy/, you should NOT delete your account. We'll just move it for you. Be aware that getting a Tommy account this way is not free though (a donation of $1 USD or more is required). If you decide to donate, please let us know your Johnny account's username and your Paypal/Skrill Transaction ID and I can have it moved. If you want to move for free, you'll need to delete your account. This will delete all of your data, so back up anything you want save first. Deleting your hosting account does not delete your forum account. After deleting your account, wait several hours, then go to https://heliohost.org/signup/ and register when Tommy registrations are open. They open at midnight UTC every day and fill quickly. Please note you will not be able to reuse your username without an admin's assistance. If you want to reuse your username, let us know and we can rename your forum account so the username can be reused for the Tommy account.
-
Do some research on "SQL injection". Basically, the issue is that you allow your users to enter data that's then directly sent to MySQL without being checked for MySQL's reserved characters/commands. There's nothing stopping someone from putting SQL commands in one of those inputs. Once someone does that, PHP just happily inserts their code into yours, MySQL runs it, and all sorts of things can happen. For example, lets assume a simple search. In the below, $query is whatever a user types in a search box: SELECT * FROM data WHERE `text` LIKE ('%$query%'); In normal cases, this is fine. If "code" was searched, you'd get queries like this after the variable is filled in: SELECT * FROM data WHERE `text` LIKE ('%code%'); The above returns every result where `text` contains "code". This is what's supposed to happen, and a site with this code would work as expected. Now, let's be evil...I type this in the search box: '); DROP TABLE users; -- This results in the query becoming the following: SELECT * FROM data WHERE `text` LIKE ('%'); DROP TABLE users; --%'); That query gets sent to the server, and the server happily runs each of the queries listed, in order. The server will return everything in data where `text` is % (wildcard meaning "anything"), then drop the users table. You then come back later and wonder where your users table went...
-
[Solved] Enable Ns Records In The Advanced Dns Editor
wolstech replied to miwilc's topic in Escalated Requests
I'm fairly certain that Cpanel doesn't support it. Krydos will know for sure, but you may end up needing to use CloudFlare or similar to do this. -
[Solved] I Can Not Get My Web Hosting Online
wolstech replied to dazoa's topic in Escalated Requests
There's probably an issue on our end too, especially seeing you're on Johnny (which is known for domain setup failures due to load). Escalating. -
These are malformed: mysqli_query($connection,"DELETE FROM $materia WHERE id=$id") They need ` around the field names, and the values need single quotes. It should be something like this (assuming $materia is a valid table name): mysqli_query($connection,"DELETE FROM $materia WHERE `id`='$id';") Also, your code is full of security holes. While I suppose I could assume they weren't added because the code doesn't even work yet, it's good practice to add this sort of stuff as you go. These are things like escaping and sanitization data being passed into SQL queries (look up "SQL injection" for more details)
-
It's archived. Escalating to have it restored...
-
That's because you probably have an IP block, which is not a suspension. You aren't suspended. I'd unblock you, but I'm on mobile at the moment so another admin will need to do it.
-
Freedom doesn't block us, we have thousands of their domains hosted with us. I'm seeing the name servers there now, so it looks like the changes worked. The issue now appears to be missing DNS entries on our end. Unsolving this so Krydos sees it again.
-
You have to do it right at midnight UTC. Registrations open at that time and fill quickly. The only other option is to donate. When you do you her an invite within 24 hours that let's you create a tommy account.
-
I don't see any DNS records for that domain...either the domain isn't registered or there's something wrong on Freenom's end. I should at least see our name servers when I query that: https://bybyron.net/php/tools/dns_records.php?domain=bailey.cf&rec=NS It returns nothing at all. You should make sure you set your nameservers correctly on Freenom's website. They need to be set to ns1.heliohost.org and ns2.heliohost.org.
-
The Cpanel Said "your Ip Has Been Blocked!"
wolstech replied to dearpet1's topic in Customer Service
Jenkins can theoretically run here (see Krydos' link), but I don't know why you'd want to run it here. We don't offer shell access, and you'll probably still need another server to actually process jobs / compile the code for the software you're developing. -
Unblocked. It was indeed for too many failed SFTP logins.
-
It's archived. Escalating to have it restored.
-
[Solved] I Can Not Get My Web Hosting Online
wolstech replied to dazoa's topic in Escalated Requests
Please delete all of your NS records and add ns1.heliohost.org and ns2.heliohost.org as the only nameservers on your domain. I see several CloudFlare DNS records as well as several invalid nameservers (NS3, NS4, and NS5 do not exist, so those records point to non-existent nameservers): https://bybyron.net/php/tools/dns_records.php?domain=lolplay.tk&rec=NS -
[Solved] Could You Deploy War File And Unblock Me On Cpanel?
wolstech replied to dearpet1's topic in Escalated Requests
1. Escalating. Krydos has to do that. 2. Unblocked. It was for failed SSH login, which generally means you tried to use SFTP with the wrong password too many times. We don't allow actual shell access. Make sure the password is correct in your FTP client. -
That account does not exist, which is why you can't delete it. Also, when you sign up again, be aware you can't reuse the username unless I rename your forum account first.
-
You were blocked for too many failed logins. In the future, we recommend https://heliohost.org/login/ which won't get you blocked. Unblocked.
-
[Solved] I've Already Donated To Have A Tommy Server Account.
wolstech replied to dearpet1's topic in Escalated Requests
Glad to see you got it working. Java usually takes a few hours on Tommy if you activate it, but aside from that, everything on your account should be working. Thank you once again for the donation, and for choosing HelioHost -
[Solved] I've Already Donated To Have A Tommy Server Account.
wolstech replied to dearpet1's topic in Escalated Requests
I've unblocked you. Escalating so Krydos sees this to make sure you get the email. -
[Solved] I've Already Donated To Have A Tommy Server Account.
wolstech replied to dearpet1's topic in Escalated Requests
Please do not create any accounts until you receive the email with the invite. You must use the link from the email you haven't received yet if you want to be on Tommy (or wait until midnight UTC to sign up normally). We also cannot change usernames, so need to sign up using dearpet once you receive the email. Dearpet2 on Johnny has been deleted. I've rename your forum account to dearpet1 so you can reuse "dearpet" as a hosting account once you receive the invite.