-
Posts
26431 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Ooops, I already sent you a refund because I read your other email first. Sorry for the hassle, but if you create a new recurring donation for $4.00 per month I'll get your vps set up again. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P63828V7WFM54
-
That's too bad. Let us know if you want to give it another shot. The best way to learn is by doing it. I've shut down your vps.
-
Yeah, obviously port 1373 is blocked somewhere between your computer and the server.
-
[Solved] How many email can i send per day
Krydos replied to offerstrick's topic in Escalated Requests
In my opinion your emails are spam, but I suppose if people intentionally sign up for them they want to see that kind of spam. If we get a single spam report regarding your account you will be suspended and moved to Johnny. You've been whitelisted for 250 emails per day. I'm not sure if there's a way to tell how many emails you've sent through cpanel. Maybe just look at the sent box of your email address? So far today you've sent 29 emails though. -
Done. Done. Wolstech already did that. I assumed you meant flazepe.heliohost.org. If so, done. Done.
-
Try sftp -oPort=1373 elhambre@65.19.141.67 That's what I use and it works from multiple locations.
-
I changed your domain for you from abdullahcodes.org to abdullahcodes.tk.
-
Log in to CWP and go to Security >> CSF Firewall. Click the button that says "Firewall Deny IPs". This should bring up a text box listing all of the denied IPs, one of which is yours. You can check your ip by going to https://www.heliohost.org/ip.php Delete the line that matches your ip and click "Save Changes" at the bottom.
-
[Solved] Suggestion to add common lisp as cgi
Krydos replied to webdevs's topic in Escalated Requests
SBCL 1.4.0-1.el7 has been installed on Johnny. To get started with lisp as a cgi create a file named lisp.cgi in public_html/cgi-bin/ with permissions 755 and the contents: #!/usr/bin/sbcl --script (format t "Content-type: text/html~%~%") (format t "Lisp as CGI is working.") Working example: https://krydos2.heliohost.org/cgi-bin/lisp.cgi -
[Solved] How many email can i send per day
Krydos replied to offerstrick's topic in Escalated Requests
Give some examples of the "New Offers" please. -
The SFTP username is going to be the same as your cpanel username, so elhambre, not elhambre@johnny.heliohost.org.
-
You don't have the root password for the server for obvious security reasons. Your mysql username will be something like lauraccc_root. You can create databases and database users through the mysql button in cpanel.
-
You can deploy java servlets by uploading them as .war files. Check out the java button in cpanel, and the wiki https://wiki.helionet.org/Java_Servlet
-
[Solved] How many email can i send per day
Krydos replied to offerstrick's topic in Escalated Requests
Where do you get your email addresses from? -
Here are the instructions for moving your account https://wiki.helionet.org/Moving_your_account Ricky and Tommy are both full for the next 3.5 hours. Free Tommy signups usually fill in a few seconds. Ricky signups have been staying open 1-2 hours. Also, if you're a donor https://www.heliohost.org/donate/ just let us know your transaction ID and an admin can move your account to Tommy even if the server is full for the day.
-
What is your username? Neither of the servers should be estimating an install in July. EDIT: Nevermind, you probably mean March 7th, not July 3rd.
-
In order to reuse a username you have to delete the hosting account AND the forum account. You just deleted the hosting account, but as long as the forum account exists you can't choose that username. I have deleted the forum account mfahmiak for you. I have sent you another Tommy invitation. If you actually use the invitation link this time you won't need to pick a server because the special link already has the Tommy server selected.
-
No, shared hosting plans do not include the ability to run shell commands. VPS include ssh and root access so you can run any shell commands you want.
-
Have you read https://wiki.helionet.org/Django ? You run startproject on your home computer and then upload the project. If you can't run these commands and create your project on your own computer you will need a vps https://www.heliohost.org/vps/ in order to have ssh access to run the commands you're trying to do.
-
My guess is that apache has to read the file first in order to pass it to php. Apache runs as the user nobody so it needs other readable permissions to even see the php script. Then once the php script is passed to php it is executed as your userid. I suspect if you ran a cronjob on a php script with 640 permissions it would work.
-
I have resent your invitation.
