cPanel Help - How to host discord.py bots - cpanel

I'm not tech savvy but I see you host discord bots on your cPanel and I'm wanting to know how to do it as iv paid to get some bots coded up and all I need is to bring them online, however I'm wanting to host through cPanel and not have to pay for another sub to host them :)
cheers

Related

DNS rerouting SSL issue

I have a blocklist for my internal network that reroutes the user to another IP address should there be a match. This is managed via SimpleDNS and a tool within that program. The rerouting works and it goes to the IP address.
Code on the IP website then logs the hit and reroutes to a fully qualified domain and shows the user a message.
Except I now have an issue inbetween SimpleDNS rerouting to the IP and the friendly page being showen
Your connection is not private
Attackers might be trying to steal your information from www.starbucks.co.uk (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_COMMON_NAME_INVALID
Automatically send some system information and page content to Google to help detect dangerous apps and sites. Privacy policy
(starbucks.co.uk is just a test site in the blocklist)
I can then click on the Advanced > Proceed and it goes to the correct location but is there anyway I can bypass that. I'm guessing it's an ssl issue somewhere somehow.
Setup is Windows Server 2016 running IIS. I have an SSL on the end domain which is installed and works correctly.
Thanks
Paul

GCP Compute Engine Hosting Two HTTPS Website

I have a Windows instance from GCP Compute Engine. I have a website on the server using IIS, for a time. It is perfectly working with SSL certificate.
Yet, now we want to host another website on the server. I had opened the website yesterday, all the DNS's are configured and it is also working
well expect it has a HTTPS connection. I bought a SSL certificate and it is issued and ready for use. However, I forget that IIS works with SSL's in a way that the most recent SSL is accepted for specific IP and all the websites would start consuming that, the newest, one. That is why I was trying to obtain new IP but could not figure it out. Then I simply tried traditional way to have a new IP and wanted to assign to new site. Then on IPv4 configurations, it says 'DHCP Enabled'. So I stuck there and could not go to the next steps.
GCP have really complicated documentations on this issue none was really clearly expressing it. I found some solutions like I might start with enabling IP Forwarding yet I also could not find on documentations how to do it.
In short, I had a website with SSL and I have opened a new website on the same machine. Of course, their IP's are same so I would like to be able to obtain a new IP without changing the previous site's IP. I just did not know and could not find how to do it.
I would be appreciated if someone can help me to figure out how to obtain new IP for the new site so that I can use my issued SSL certificate for the website.
Thanks!
It is not directly possible to assign more than 1 IP per VM. However, you can have any number of external IP addresses by referencing the instance through forwarding rules and target pools, which is explained in this document.
You may also work out this without lb but only with forwarding rule / Protocol Forwarding. More about the concept is discussed here

how do you take a website off of the internet?

how do you take a website off of the internet? i have been tasked by my local golf club to remove there old website but im not sure how to do it.
i know the ip address but i dont know where to start to take the site down.
Two suggestions:
Probably the quickest and easiest is to change your dns. You will need to know the dns provider so you can change the address it points to.
If you don't want to do that, find the ftp address and password and delete all the files. My ftp client of choice is https://filezilla-project.org/ . I'd take a local copy first in case they want it back. The address might be ftp.[mysite.tld] depending on the hosting.
If you are really stuck talk to the hosting provider. You can get some info about the hosting from a whois lookup on the ip address: https://who.is/

setting up domain name

i'm new at webhosting. I'm trying to set up a small website and i have bought a domain name www.example.com. I have a vps running centos 5 with apache and direct admin. However i am not sure how to make the domain name i bought link to the ip address of my server, so that when someone types www.example.com it takes them to my website.
Also, is it difficult to set up an e-mail address such as me#www.example.com? Thanks for your advice.
When you buy a domain name, you need to tell the registrar which name servers you use. Probably your hosting provider did that for you. He also administers the name servers, but might give you limited permissions to modify your records. Ask him for details.

email forwarding, apache, cpanel, php

How does email forwarding works in cpanel (apache server)? I could not find any documentation for this on my client's cpanel itself (i dont have their hosting account only cpanel). Basically, they just want to monitor incoming and outgoing emails in one account. They have 8 email individual accounts and one person wants to monitor each accounts email (in and out) is there a way to do this using cpanel in an apache server.
thanks in advance!
Unfortunately, it's impossible to forward outgoing mail in CPanel. See this link:
http://forums.cpanel.net/f43/possible-forward-outgoing-mail-78332.html
and
http://www.linuxweblog.com/blogs/sandip/20090423/monitor-outgoing-emails-cpanel-exim
Unfortunately I don't have access to exim settings so I'd like to know if there's another solution as well.