yogev

  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Comments

Recent activity by yogev Recent activity Votes
  • There is really no risk since anyone can ping your domain and find the IP, I was merely asking so I can see if I have the same issue as you which would indicate an issue that only your host can fix...

  • Do you mind me asking the IP of the server? Well, i'm not quite aware of the risks it's involved by posing it. how could it be helpful? (sorry for asking i really don't know)

  • Are you using putty to connect? If so, it should be asking for a hostname to connect to. It wouldn't matter if the folder is password protected as it wouldn't be throwing a timeout message. Yeah, i...

  • What host are you trying to connect to What do you mean? It's my server if that is the question. Or are you asking for the OS of the server? I thought of something but i'm not sure if it could c...

  • Make sure you are using port 2222 You also need to make sure you are using an SSH key since they disable password authentication, if you follow what you linked step by step you will get in. Yeah I ...

  • Hello, Since it is javascript it is a browser-interpreted file which means that the user will have to be able to read it since the browser has to be able to read it. There is nothing you can do t...

  • Unfortunately this is not what i expected, my js file should be out of reach for the user, but the html is using it. If I'm moving my file out of the public_html im getting a "forbidden" page whe...

  • If you don't need to serve it, you can move it outside of public_html I think that this is my answer. If i will move my folder i will need to re direct my files tovthe path? From To I will ch...

  • Javascript is a client-side programming language, therefore it works on the client's machine, so you can't actually hide anything from the client. But i want to hide it with the server, in this mom...