- 
                Posts25,354
- 
                Joined
- 
                Last visited
- 
                Days Won908
Everything posted by Krydos
- 
	  [Solved] Phpmyadmin Maximum File Size ExceedsKrydos replied to sagnik's topic in Escalated Requests Does it work if you install phpmyadmin through softaculous? https://johnny.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.php?act=software&soft=279
- 
	  [Solved] Remote Connection To Johnny Via Pgadmin (Or Similar)Krydos replied to Thottelberro's topic in Escalated Requests Please post the following information: Your postgresql usernameYour postgresql database nameThe IP you want to connect from (or if you want access from all IPs)
- 
	How are you uploading the file? FTP?
- 
	Bruteforcing a password is illegal unless you are bruteforcing your own password, or you have permission from the account holder. The first step to take is checking the whois of the domain https://who.is/whois/ogtrk.net As you can see they have things locked down as tight as they can to prevent anyone from finding out who they are You can try calling that number or contacting them, but since the address is Panama I wouldn't bother with it too much. A lot of countries that aren't US, Canada, Australia, England, Germany, etc don't really care about illegal activity like this and would probably ignore you or stall indefinitely. Cloudflare is different. https://www.crunchbase.com/organization/cloudflare#/entity They operate out of San Francisco, California, USA so you're likely to get a much faster response from them. Fill out their abuse form https://www.cloudflare.com/abuse/ and then ogtrk.net will at least not be able to hide behind cloudflares nameservers anymore. Once they use their actual hosting companies nameservers contact that hosting company, and the company who owns the IP that they are using and work your way up the chain until you get a hold of someone who cares, and you can maybe get their IP nullrouted. Anyways, I'm going to unlock this thread if you have any follow up questions on how to accomplish your ends legally.
- 
	  [Solved] Phpmyadmin Maximum File Size ExceedsKrydos replied to sagnik's topic in Escalated Requests Please post the following information: Your cPanel username Your main domain The server that you are on
- 
	I just tested https://www.heliohost.org/renew/ on a Tommy account that was inactive and it worked for me. Were you trying to renew your account in some other way?
- 
	Deployed http://ostudio.heliohost.org/portfolio/
- 
	# ./deploy_java wochnikm portfolio User wochnikm found. Unable to find file: portfolio.war Usage: deploy_java <username> <.war file>
- 
	Deployed http://hkaldane.heliohost.org/Website/
- 
	Also, holy crap, you dug up a thread from 2011! I'll split that for you.
- 
	It really depends on what language you're using and what your database name is, etc. Here's an example though $dbconn = pg_connect("dbname=pcmq_db user=pcmq_user password=2secure4u"); $result = pg_query($dbconn, "select * from test_table"); $row = pg_fetch_all($result); echo $row['0']['data'];
- 
	Yeah, I've read about the railgun thing. Seems like a lot of work and a lot of stuff needs to be installed on the server for not that much improvement.
- 
	Cool, thanks for the information.
- 
	Thanks for the updates. In order to use "Always use HTTPS" do you have to have an SSL certificate installed on Heliohost's servers or can the connection between Heliohost to Cloudflare be http, and then the connection from Cloudflare to the visitor viewing the site uses https?
- 
	Deployed http://hkaldane.heliohost.org/Website/
- 
	Yes, if it is successful it will immediately update in cpanel in the sidebar where it says "general information" under the header "primary domain".
- 
	You can't change a domain to your main domain without removing it from cpanel first. It just gives an error if the domain already exists in the system.
- 
	Sorry, I forgot to remove one record. Try now.
- 
	If you move your account http://wiki.helionet.org/Moving_your_account to Tommy let us know in this thread and we can see about getting the discordrb gem installed for you.
- 
	You should now be able to create a new account at https://www.heliohost.org/signup/ using your same email address, and the main domain ilovehm.heliohost.org
- 
	The postgresql database prdev_prdev01 should now be accessible remotely from any IP address.
- 
	I wasn't aware of any partner program, mainly because none of our users have told us about it prior to you just now. I signed up for it now though so we'll see what they have to say. Ah, here's why we aren't listed:
- 
	I highly recommend using SFTP for the encryption because the world in general seems to be moving towards the idea that any company or ISP or government is entitled to snoop on all of our data traffic, but that's just my personal politics I suppose. Just be aware that if you do use unencrypted FTP it's fairly trivial to intercept your data to sell it or use it against you. Regarding the file permissions, I implemented a permission mask that would force the files to be uploaded with more sensible permissions but it ended up breaking a lot of other things so I put it back the way it was. Most FTP clients you can just right click and change the permissions. I just tested it with filezilla (a very commonly used ftp client) and you can even right click a directory and set the permissions to 644 for all files recursively in the directory. So you could just do that on your public_html each time you upload something. It's only a few extra mouse clicks.

