5,682 Topics
![]() | |
![]() | Hi sorry about this kind of nooby question but i have started learning java and i am making a Chat Application, i am making it using the killer game programming in java book. But i have ran into a problem. The Code asks me to import [CODE]import javax.servlet.*; import javax.servlet.http.*;[/CODE] … |
Hello yet again... Anyway, I'm trying to convert a string that has the form of "1097.04", that is, decimal fixed point with two digits after the decimal point. My code currently reads this number from a file then stores it in a *char. Then when i try to convert this … | |
Hello to all My Program is a connect between the mobile and laptop via Bluetooth,And send msg from mobile to the laptop, and vice versa via Bluetooth the server located on the laptop I used JSE with using BlueCove, and a client on the mobile phone using j2me both develop … | |
I apologize if this is a double-post, as the first time I tried to post to this board, I got a 404 browser error. 2 weeks ago, I had an issue with pop-ups on my work PC. I was eventually able to clean it up with Malawarebytes and thought I … | |
All, I have developed an application using RMI and am in need of help for the deployment of sed program as I have tried numerous different ways to release. Along those lines, I also am not too clear on the codebase and how to release to a [url]http://[I]hostname[/url][/I]:[I]port[/I]/[I]program_name[/I]. Here are … | |
![]() | NOTE: the zip with the code failed to upload please [URL="http://download460.mediafire.com/8o5t64qgch3g/5j62bckuoo9m8pu/Messenger+Code.zip"]click here[/URL] to get the code. Hey, I have been working on a instant messenger in c# as i knew this was possible, i haven't much knowledge in Sockets and network connections but i browsed the internet for some code … |
Hi, I am using http 2.2.3 version and configure SSL and client certificate on that. But when I am accessing the domain https its getting connected from those machine too on which client certificate is not install. So can any one guide me Step by step to generate SSL server … | |
Is it possible to access a TCP server running outside our LAN through internet? I thought we could use the router IP Addess(which I got from whatismyip.com) in the class Socket Constructor[CODE] Socket(InetAddress address, int port) [/CODE]. But client wasn't able to find the server. Has anybody successfully achieved this … | |
Ok, i've looked in a lot of places, and on google, and it seems that google is perforated with "packet sniffer" and that not what I want, in other words I cant find what I wanted. I'm working on upgrading my server to the latest version of the client (public … | |
I don't really know how to word what I want to ask so please bear with me. I'm making a program that will start up a game server written in Java and read the outputs and edit the packets so that I can modify this game. It will read outputs … | |
Hi guys, am currently creating a client/server program. However im having trouble reading from a text file. Im not sure whether fgets or fread is better in my case. Basically my program requires user to input a country, and the program will display its details out.My question is, what method … | |
I am writing a client-server program in c++ in linux. I want a functionality in my server that when server is waiting for some response from client, it should not wait indefinitely. But if no response is received say within 30 secs from client, it should disconnect the client. Is … | |
Hi, I'm Sharon and I've been a Winforms developer for almost 9 years now (5 years in C#, before that it was C++). Recently I was given command over an already written Web project - and now I feel like a total beginner... My web project uses AJAX (& JavaScript, … | |
Hello everyone. I have managed to connect a winsock client to a server application; however, I do not know how to display the results that are recieved inside of my "recv" buffer as a unified string, as apposed to the char array format it is currently in. I would like … | |
Hi there, thanx everyone who contributed last time. I got a simple way to make the server chat with a connected client. But the problems now are: 1. how do i get the know of the other users who are online. 2. how do i get get clients communicate independently … | |
Hi , [COLOR="Green"]In my [B]winform [/B]application , am uploading documents on a [B]server[/B](within a directory). I have a grid that showing list of documents that uploaded on server. Now I want to view a document with [B]a specified document viewer[/B]( or default viewer) as soon as I click on that … | |
Hi, Hope not posted in the wrong forum but there does not seem to be a suitable forum within Software Devolopment. Basically our server that is hosting our VSS6 database is unstable and our Support team are going to retire it. So this means I need to move it to … | |
Good Day All i have a Function e.g [CODE] public String Getdata(String mystr) { //Do what ever //return a String }[/CODE] and i want to call this function and pass data in Javascript like this [CODE]function KeyPress() { var TExtbox1 = document.getElementById('Text1'); if (TExtbox1.value.length == 2) { //call the function … | |
![]() | How do most NAS drives deal with multiple users opening/editing a file at once? |
Hey guys, I'm writing an app in winform for tic-tac-toe. I decided to run it on two separate machines connected by LAN. I went through codeproject's socket programming, it gave me a direction but I'm still a little shaken up. I'm a noob when it comes to programming, so please … | |
This is the form.cs in my REMOTE SERVER [CODE=c#] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp; using Microsoft.Win32; namespace remoteserver { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, … | |
hello, iam a newbie in the .net world recently i have been assigned a project by my organization to make a portal using vb.net which would list all the files and folders kept at the server, and i need to add a functionality wherein on a single click the user … | |
I don't know if there is something unstable about using $_SESSION variables or not, but I've written user management scripts for my website, most of the time everything works okay but sometimes my server goes off on it's own and I can't load any pages on my server until I … | |
Hi, i'm Final year engg student with branch computer. i need guidance for project remote client controlling and monitoring in which we can access our remote pc from distance server. Also give me some suggestions which will help to extend the project. Thank U.. | |
Hello everyone. Working with winsock, I have successfully been able to connect a client application to a server application that is running on the SAME computer. My problem is, I cannot, for the life of me, get a client application to "connect" to a server application that is running on … | |
hi, Firstly i would like to say that i couldnt find a proper section to place this query, so any senior members who can direct it to its proper section plzzz do it!! Well my final year project is about 'monitoring the various processes and devices on the client m/cs(on … | |
Hello, Here is my problem: I have copied a web site onto my development server. All the images and files are called using absolute paths, for example: <img src="/images/picture.jpg" /> So it's trying to do this: [url]http://www.localhost.com/images/pictures.jpg[/url] When I want it is actually suppose to do this: [url]http://www.localhost.com/client/folder/images/pictures.jpg[/url] How do … ![]() | |
i've done everything that was asked...what do i do know!!! ha ha thanks and greatly appreciated!!! Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4363 Windows 5.1.2600 Service Pack 3 Internet Explorer 6.0.2900.5512 7/28/2010 4:28:40 PM mbam-log-2010-07-28 (16-28-40).txt Scan type: Full scan (C:\|) Objects scanned: 211333 Time elapsed: 1 hour(s), 35 minute(s), … | |
As soon as the computer showed a problem I had to start in safe mode to run MBAM. I updated first. I did run MBAM first before all the other scanners. First MBAM scan, Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4363 Windows 5.1.2600 Service Pack 3 (Safe Mode) Internet Explorer … | |
Here is my HiJackthis log, I have run malware anti spyware and superantispyware remover. Does anyone see anything out of place or that is just plain silly and useless? All help is greatly appreciated Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 7:42:31 PM, on 7/30/2010 Platform: Windows XP … | |
I have read all the MSDN docs on this subject that seemed relevant, but I am still confused about a few things. I am trying to achieve functionality like WSAAsyncSelect(), but use a separate thread instead of the main window. Can I use the regular WSAEventSelect() for this? and if … | |
Hello everyone. I have recently finished a Winsock Server, and a Winsock Client. The problem is, I do not know what type of a domain/and or server I would have to buy to be able to connect my Winsock Server, to it. I already know that Winsock uses the inet_addr() … | |
Hello, I made a script that fetches the HTML of a remote page, on another server: [CODE=php] // $URL[$i] has the value of a url, ex. http://www.google.com $lines = file($URL[$i]); $the_file=''; if($lines) foreach ($lines as $line) { $the_file .= $line . "<br />\n"; } //if I echo the variable $the_file, … | |
Hello all. I've completed both a Winsock server, AND a Winsock client using C++. The problem comes in when I attempt to bind a socket to a remote IP address. I get the message "Unable to bind to "IP address" port 80. I know for a fact that both the … | |
Hy there everyone! I try to make one application that will first show login form (with textbox for username and password) and when I press login client application send request to server side application that make SQL query (local) and return some values and that values listed in main form. … | |
Iexplore.exe keeps running in the backround and making random popouts, it's really slowing down my computer, please help! D: [B]The logs :[/B] Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4052 Windows 6.0.6001 Service Pack 1 Internet Explorer 8.0.6001.18928 7/28/2010 10:16:58 PM mbam-log-2010-07-28 (22-16-58).txt Scan type: Full scan (C:\|) Objects scanned: 283758 … | |
Hello, I just finished creating an online site builder and now its time to launch it, I am facing a problem related to URL-Rewriting. My site builder contains all the files and folders which will make up the client's site inside a folder named as "usersite", and can be access … | |
Hi, I have the following Sockets server, which works asynchronously and accepts multiple clients connected at once. I got it from the microsoft website. I made slight modifications in the example code, in the configuration of the IPAddress and port. [CODE]1. using System; 2. using System.Net; 3. using System.Net.Sockets; 4. … | |
#!/usr/bin/perl # Example of a daytime TCP server using perl functions use strict; use Socket qw(INADDR_ANY AF_INET SOMAXCONN SOCK_STREAM sockaddr_in); # Get protocol number my $proto = getprotobyname(’tcp’); # Create generic socket socket(SOCK, AF_INET, SOCK_STREAM, $proto) or die "socket: $!"; # Bind to the daytime port on any interface my … | |
Hi, I have one client applicaiton writtn html, java script and AJAX and a remote server where I have a php script. Browser and remote server are deployed on two different machines. I want to execute php script uing ajax call with below code but it is loading php page … | |
plz help me to solve the below problem.i have done some code. MY client and server need to achieve the following requirements: 1.1. program for client needs to take two arguments that specify the name of server and the port that it is trying to connect to. Your program for … | |
Hello All, Last night I was infected with malware. Following this infection, a faux antivirus appeared; I was prevented from using the ctrl+alt+del function; I was unable to open any applications; I did not have browser based internet access (although temporarily my AIM client still worked); and my AVG was … | |
Hi All, I may be trying to achieve the impossible, but I'm trying to populate 2 iframes with PHP generated variables via a javascript function. I all seemed do simple to begin with but trying to mix client side action with server side data I seem to be going round … | |
[ATTACH=right]16135[/ATTACH]A day after Wikileaks dropped one of the biggest leaked bombshells on the U.S. government, perhaps since the Pentagon Papers, typing wikileaks.org into a browser is likely to get you nothing more than a blank browser window. The somewhat mysterious collective site released over 91,000 secret reports related to the … | |
Hey guys, what I want to do is have a page that only displays if javascript is enabled(or similar) in the sense that it tells users that js is not enabled and how to enable, what were doing is creating web forms and would only like them viewable if js … | |
plz help me, i want these information urgently..... | |
Hi, Is there any way to NOT let the session expire from the client end. The situation is as follows. We have a aspx page that calls a web service( the login validations are performed by the webservice and a session is establised with the server). Now if the client … | |
Hi guys, Im running on PHP 5.3, Apache/2.2.12 (Win32 and SQL server 2008 using the sqlsrv driver 2.0. I have no problems connecting to my db instance using either Windows or server authentication as i Have enabled both. I use Windows auth for the application. I have enabled remote connections. … | |
First, english is not my first language so please bear with me. Two days ago, internet explorer suddenly starts to 'pop up' with ads, its only one window each time but it takes all my computer capacity. Here is the info requested: Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4323 Windows … | |
![]() | Greetings! My apologies if this is not the correct procedure for posting/re-posting. I originally posted this on 14 July in another thread. At that time I didn't have the current definitions for the programs/logs I ran. I re-ran all the preliminary requirements today. I'm suddenly having a problem accessing web … |
The End.