Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
17k views

check status of one port on remote host

I need a command line that can check the port status on a remote host. I tried ping xxx.xxx.xxx.xxx:161 but it doesn't recognize the "host". I thought it was a "good" answer until I did the same ...
1
vote
3answers
165 views

How to update your exe from remote host - c# 4.0 - wpf application

I want to update my exe from remote server. So when the button clicked on my wpf application it will download the remote and also a remote txt file and replace the current ones in the same folder that ...
0
votes
0answers
23 views

Install ioncube on remote server

I am trying to install ioncube on remote server . When I execute the command find / -name "php.ini" I got almost 25 results . But strangely when I searched for zend_extension , I was unable to find ...
0
votes
2answers
71 views

Unable to select database(remote)

every time I try to connect to database, I get this message database select error .Access denied for user '<username>'@'localhost' to database '<database>' . My site is hosted remotely . ...
0
votes
2answers
213 views

ASP.NET question regarding getting the IP address of a user

I am trying to fetch the IP address using this:- protected void Page_Load(object sender, EventArgs e) { string ClientIP; ClientIP = ...
0
votes
1answer
734 views

“Class does not support automation” error when i call Request.ServerVariables(“remote_host”)

I'm in the process of writing a basic cookie for an ecommerce site which is going to store the user's IP among other details. We'll then record the pages they view in the database and pull out a list ...