Way To Detect If Web Server Is Online Or Off?

May 3, 2009

Is there a simple way to detect if a web server is online or off?

View 1 Replies


ADVERTISEMENT

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

Jul 28, 2009

I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.

I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..

View 4 Replies

Detect If Database Is Online?

Sep 26, 2011

Our database has been having some occasional troubles and this seems to be presenting a problem in my new app. How should I test to make sure the database is up before sending SQL statements to it? We are using Oracle 11g and I am using odp drivers, VB.net 2010, .net framework 4.0.

View 4 Replies

Detect If The User Is Currently Online?

Dec 22, 2011

I have an application that when it starts, it checks the internet to see if a new version is available. My problem is this: If there is no net connection, the program 'pauses' as it tries to check for the new version.

Is there a function that I can use to detect if the user is currently online, with a working connection?

View 9 Replies

Detect Create An Anti Cheat Online Games?

Mar 8, 2011

I just want to ask if what is better to do, if I want to detect a certain program that uses cheat? Do I need to use a Process to kill or GetModuleHandle?, and give me some advice and some simple codes or hard core samples, for me to analyze what is the best way...

[Code]...

View 3 Replies

IDE :: Setting Up A Server Test If Server Is Online Or Offline?

Feb 19, 2009

I am trying to make a little app that will tell me if my servers are online or offline, currently I am using my LAN to test my servers when this app is working then I will be adding IP Address from other hosts that are not on my LAN First of all I have got this working fine if I use a button for every server test but I don't really want that I want them all working from one click

[code]....

View 1 Replies

Check If Server Is Online

Apr 29, 2010

What is the efficient way to check if server is onlie? I used code to check one table in the server to see app can reach it or not. I do not think it is the best way.

View 11 Replies

Check When Server Is Online?

Jan 23, 2010

How can i check if the server is online or offline? I was thinking of using the Try and Catch method.

View 4 Replies

How To Acquire A Server / Online Storage

Apr 30, 2010

I have an idea of making a chat program with someone over the internet. So my understanding of what i have to do is create a server that holds a text file that can be manipulated by both parties. Then create a program to read the file and change it. So my question is am i on the right path? Also, How do i acquire a server/online storage?

View 5 Replies

Server Name To Connect To An Online Database?

Mar 11, 2010

I am having a small problem... I can connect to a local MySql Database using:

SQLConn.ConnectionString = "Data Source=servername;" & _
"Initial Catalog=databasename;" & _
"User ID=username;" & _
"Password=userpassword;"

Where servername is "localhost". I need to make a connection to an online database (same data structure). What should I put at the servername in that case? I do have all the info about the database in question (Domain, Ip, etc...). Which part should i use?

View 2 Replies

Access Online Linux Based SQL Server?

Apr 18, 2011

Im new on this forum here, i have already browsed many topics but i really didnt found a answer on my question.

I want to connect to a web-based linux SQL server. Is there a way to do that? Or do you have to use the Microsoft SQL server?

View 2 Replies

Connection Between Desktop Application And Online SQL Server?

May 19, 2011

I made a desktop application and I Have a server on the internet and I need to make a connection between them

Can some one advise me about this problem?

View 3 Replies

Loads The Data Onto A Sql Server Database Online?

May 24, 2012

I have a very useful vb6 program that reads ms access tables and loads the data onto a sql server database in the correct format. The customer maintains his data using the access tables. The vb6 program allows him to then select the data categories he wants and loads the data onto a sql server database online.I haven't used vb.net yet.

View 2 Replies

Online Check And Update Application From Ftp / Server?

Oct 10, 2009

I found there is something related "OnceClick"[code]...

but how to use it?? Got better solution like tray icon prompt the new version available. then prompt user permission for update~

if user accept to update, it will download from server and install and restart application.

View 1 Replies

VS 2008 Running Code On An Online Server?

Jan 22, 2010

ok so i have two "programs" one is a server and the other is a client (a little live chat). i dont want to keep my computer on for it to run the server so i wanted to somehow run it on my online server. is this possible?

View 3 Replies

Create A LogBook For An Online Server - Connect To The Databse Table?

Aug 24, 2009

What is my question? Well I believe its not a really hard one for those who know Basic.

Im trying to create a LogBook for an online server. What is the purpose of it, its simple. Right now we are doing it in a forum each one posting in a Log Thread, which game server they did the activity on, date, and time spent.

I have created the program so far, and what i would like to know, is if it would be possible that in the Texboxes i have, once you click submit, you will send the info to a Databse table.

How do i connect to the databse table?

View 2 Replies

Remote Server Returned / Bad Request While Connecting To QB Online Through Qbxml

Jun 5, 2012

My connection to QB online is working fine. It also works for add customers to QB online.When i am passing checks through it gives Bad request error.[code]

View 1 Replies

Not Detect Sql Server In To The VB

Sep 5, 2011

When i add new connection in to the server explorer. The Server in sql not detect in to the VB. when i use this code for the connection string: "Data Source=192.168.254.100,1069;Network Library=DBMSSOCN;Initial Catalog=DRRM_Student_Files;User ID=Ryan;Password=ryanescal;"

View 14 Replies

Detect A Located Server?

Sep 1, 2010

I did a little research to find a source that would check the proxy server whether if the server is a located at government or fbi's server, but I couldn't find what I am looking for.

View 10 Replies

Communications :: Auto-detect Dns Server Ip?

Jan 29, 2009

retriving the DNS server ip of my computer. But with my codes i only manage to the IP address of my computer.

Dim IPAddress As IPAddress = Dns.GetHostEntry(Dns.GetHostName).AddressList(1)
Dim strIPAddress As String = IPAddress.ToString
TextBox3.Text = strIPAddress

View 1 Replies

Detect If Jpg Exist On Remote Server?

Apr 27, 2009

On another server we can have up to 10 images, however not always are 10 uploaded. I have ASP:Image codes to display those 10 images and visibility= a function to see if that photo exist[code]...

View 5 Replies

Server Detect Client Disconnect?

Dec 23, 2011

Searched quite a bit and am having trouble finding how to have the server catch the client has disconnected. When the server detects the disconmnect it goes bonkers. Would like to Try and Catch ex so I could gracefully handle it.

View 2 Replies

C# - Detect New Mails In An Exchange Server Mailbox?

Aug 8, 2011

I have a mailbox that gets alerts from different servers from time to time. Each time, we get this alert, I want it to perform a custom action based on the contents of the email.And I would like to keep it as a service in (C# or VB.net) which can be run from anywhere. Is there an API for reading this?

View 3 Replies

Calling FindResource To Detect TYPELIB Resource In COM Server

Jan 7, 2010

Has anyone tried to call FindResource to determine the "TYPELIB" resource that is embedded in a COM server? I am using VB (.NET 2008) to try to accomplish this task. (Why? I want to distinguish between a COM server and other types).

View 1 Replies

VS 2008 Detect Server/Domain - Adjust Settings?

Jan 31, 2012

My application communicates with DB's, images, etc. which are located on our company server/domain.

In real-world use, the app is used only by users on this server/domain. I have connection strings and various other settings which point to the sever for the user. While I'm developing/testing, I may or may not be connected/authenticated to the server/domain. There are many times when I am not.

Currently, I manually change each setting to point to a local address containing copies of needed items when I'm not on the server/domain.My goal is to develop a method to automatically determine whether that domain is available. If not, adjust settings as needed in code. This is for my benefit, while developing.

I'm fishing for various methods/techniques people have developed or use to accomplish this.

View 6 Replies

SQL - Make Application To Detect Itself The Name Of Server Present In Computer And Use It In Connection String

Oct 1, 2010

Ok I have a question about connection string in vb.net. Im using the string [Code] but here I am specifying the serverName by its name, now if I deploy my application and send it to another person to use it I see that server name is changing according to the name of the computer. Is there any way where by I can make my application to detect itself the Name of the server present in that computer and use it in connection string?

View 2 Replies

Run An App Online?

Mar 11, 2010

I thought you couldn't run an EXE from a web page, you had to download it. How can it be that ClickOnce lets you choose online-only? Does it temporarily install the EXE on the users computer?

If I want my application to run online only and I use the publishing wizard in Visual Studio, how do I get the whole install thing onto my website? Do I upload something onto my site using FTP?What do I upload onto the site? And once the files are on my website, what file does the user access to run my application online?

View 5 Replies

Can't Get Online Program

Sep 18, 2009

I have a customer that does not allow for local installation of any version of MSDN so telling me to press the help or F1 key in VB6 will not help. What I need is a link to VB6 IDE functionality (ie all of the special characters in the find dialogue to help in searching or how to effectively use "use pattern matching" when I press CTRL+F).

View 3 Replies

How To Know The Users Online

Jun 8, 2011

My friend s doing an online project...He wants to know how many users(REGISTERED) are LOGGED-IN CURRENTLY in his site...i.e if i'm ADMINISTRATOR of this DANIWEB, i want to know the USERS CURRENTLY LOGGED-IN...

View 4 Replies

.net - Application Online Security?

Jan 29, 2011

I am developing and application in vb.net winxp+ (windows xp upwards). The application has to receive backup data from clients software located at different pc over the Internet. but am concerned about security of this application on the Internet. what would be the best way to implement security in vb.net 2008 to make sure that the data is not sniffed or interfere with?

am thinking of encrypting the data before sending, saving it that way until it need to be viewed before decrypting. what type of encryption would you suggest? Is there any other way you would suggest this data be sent?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved