5,682 Topics
![]() | |
hello....i am trying to implement a client/server socket program in C to display the files available on the server to the client....how do i do this??? | |
hello....i am trying to establish a communication between server and client and later to do some communication between them, so first i am trying to establish communication and i see that server gives "segmentation fault" as the output. I am placing the code below, check it out and let me … | |
Hi, I'm trying to finish a scripts to manage newsletter from a website but I encountered a strange weird stuff just at the end. Basically when I send emails everything seem to be alright. I sent 5 email. 3 of them was received perfectly but the other 2 not. Just … | |
Hi, i've a problem with my codes, when ever i run it, i got an error from the checking i implemented. Can some pls explain why does the error keep coming. [CODE]import java.net.*; import java.io.*; public class EchoClient{ static final int serverPort = 1026; static final int packetSize = 1024; … | |
Hi I am new to asp.net/c#.i am trying to send email. Its working fine in some servers but getting below error on one server. Acc. to my understanding its due to config file.Is it possible 2 config file in single project. Need suggestions. Compilation Error Description: An error occurred during … | |
hello, im working on a file transfer program but a cant figure out how to make the main function work, i have spent hours on Google trying to find a solution... but i cant. Now, as you probably have guessed: the main function is to transfer files over the internet, … | |
Hey guys I am new to this site, so I would like to say hello to everyone here. So, the title was posted as job situation/IT career advice. I wanted to hear some people give me some advice on the IT career field. Background: I am currently a senior at … | |
Hello all. I started out yesterday trying to understand the point of webservices and how to use them. I found countless tutorials but most of them seemed not enough for what i need to understand or outdated or not "manual enough" so i'd do it myself and get it. IDE … | |
I'm currently working on a project where I need to Authenticate the Client using his/her certificate. I have created my own CA, Server and Client certificates and imported them into my browser. Then I wrote a JSP code just to read the certificate. That is the program returns the commonname, … | |
Hello Everyone , I have developed a windows application with mysql database server. i have installed it to client machine also. Now,the problem comes when i restart mysql server or server computer. After i restart server,client application can not able connect to server . if i disable network and enable … | |
Hi i had a several reseller account in the past and all one the time one of the go hacked and completely mess up my stuff an put stupid pictures instead of my site. I tried everything from changing user name and pass putting something longer but dont know how … | |
Does anyone suggest a way of getting a HP Proliant ML110 first generation server to recognise 2TB SATA hard drives? The spec sheets read it only supports storage up to around 320GB, but would ideally like to get it running without any other expense. The machine is a standard build … | |
Hi Friends, I am working on such project in which I have to transfer the control to a specific resource (which is a Camera thru 3G). I just don't want to transfer the control, I want to forward the same IP address (on which the ASP.NET WebAPP) is running. because … | |
I have a project made with jsp on a apache tomcat server. I also have intalled wamp server package for the purpose of using a data base made with phpmyadmin. I was wondering if i could also use php pages im my project. I learned that a posible way would … | |
Problem: Server 2000 DC hard drive failed. Purchased new drive, installed server 2000 and restored everything from a backup. Everything is back up, however none of the client machines can connect to the server and view "my documents". Initially we had 3 DC, however we are down to 1 because … | |
Question is: [B]How can I send two strings using SendData in different packets?[/B] Because when I try to send two strings one after another, winsock joins them in a single packet thus making one string received from client/server. For example: [CODE]Winsock1.SendData "String1" Winsock1.SendData "String2"[/CODE] The final received data will be: … | |
![]() | Hi DaniWeb members, I am currently designing a multiplayer Tic-Tac-Toe game. As part of a learning process, I am using asynchronous sockets to prevent the GUI from locking up. The asnych sockets work great and through various examples I managed to get it working as required. Throughout coding the network … |
Hi I keep on getting data altered when I receive it example: [CODE] SAM:~ SamarthAgarwal$ telnet 192.168.1.39 8888 Trying 192.168.1.39... Connected to 192.168.1.39. Escape character is '^]'. --Welcome To HACKNET-- Username: Admin Password: pass --INCORRECT IDENTIFICATION--Connection closed by foreign host. SAM:~ SamarthAgarwal$ [/CODE] the data on the server side: [CODE] … | |
Hello to all, I would like to ask a rather peculiar question for me, I heard a teacher asked one of my colleagues this, but I have no further information about the answer, and it's killing me :) This is the question, more or less: "How would you deal with … | |
Hello,I'm new here and I'm not here to beg for code or anything i just need some help as to something I'm doing. I'm fairly good with php and I have been trying to do something with no luck. I want to make 3 links and 3 hidden images. When … | |
I have a server to which clients are connected using TCP connection. All the clients broadcast to each other using UDP braodcasting.I want to disconnect one of the client from the UDP connections from server. what can be the possible ways to do this? please suggest. | |
My Tomcat server 6.0 doesn't start . I have windows xp. I also tried executing from command prompt by going to bin folder. Still the same problem. The log file is as follows.. [2011-10-23 13:22:27] [info] Procrun (2.0.3.0) started [2011-10-23 13:22:27] [info] Service Tomcat6 name Apache Tomcat [2011-10-23 13:22:27] [info] … | |
HAVE CLIENT-SIDE FORM COOKIE GET AND SET FUNCTIONS IN THE SECOND WINDOW DOCUMENT EXTERNAL JS.FILE OF A DUMY TEST SITE FOLDER ON MYCOMPUTER. IE8 THROWS 'SYNTAX ERROR' ON THE 'WINDOW.LOAD=FUNCTION, FIRST COOKIE FUNCTION HIGHLIGHTED'. CAN I ACTUALLY TEST COOKIES ON A TEST SITE ON MY COMPUTER WITHOUT THE SERVER (MYCOMPUTER) … | |
Dear Members, Problem:- Network slow and congestion ! [LIST=1] [*]Star topology [*]Domain system [*]ISA Proxy Server [*]No hardware firewall [*]No antivirus server [/LIST] [B][COLOR="Red"]Problems to be considered[/COLOR][/B] [LIST=1] [*]How can i verify whether the network has congestion or not?. [*]Separate Virtual Drive ( Z: ) to all each client in … | |
Hi, I am IT for an office of about 10 employees and up to 12 computers or so in the office. I'm looking into upgrading our cable and getting on DOCSIS 3 and faster speeds. However, before I start buying new offerings from our ISP and replacing the modem and … | |
Hi I have a VB app which includes a small user database. This location of this database is set in registry (HKCU) and read from the client machine (actually server side code) to authenticate the user. The reason for this is that the Db is installed via a different config … | |
Dear Friends I have a mfc application which I already converted to a dll. now I want to launch that application from another win32 client application. So how I can achieve this. Any h elp would be highly appreciated. check my code snippet. [CODE]//in App.h header extern "C" __declspec(dllexport) void … | |
I need to know what the specs would be for a server for a website of some auction type thing. Possibly something like beezid.com; it is not exact, but close to everything is the same principle. Then who should I go through to design this; I found some designers like … | |
hii.. i am using Opensuse 11.4 with two eth0 (192.168.0.59) and eth1 (10.230.56.1) and i don't want to configure client's browsers settings. and client is not able to access my another FTP server at 192.168.0.60. i configured /etc/squid/squid.conf as acl badsites1 dstdomain .facebook.com http_access deny badsites1 but it's still accessible … | |
hi Im developing a procedure that should write some client side objects like an array or even enforcing asynchronous postbacks to the server using jquery ajax features.Im new to this and i get some minor errors after trying out the solutins. for registerarraydeclaration this is what i have: [CODE] clientscript.registerarraydeclaration("array … | |
Hello everyone I am creating a simple chat application using wcf. The problem is on callback i am not able to display the message on to client rich text box. i.e when the user clicks on whisper button the server makes a callback to client the callback is successfull, but … | |
Hey everyone, Is this the right way how to make a trigger in Oracle? [CODE] CREATE OR REPLACE TRIGGER "TRI_AMOUNT_REDUCTION" BEFORE INSERT ON "PURCHASE" FOR EACH ROW BEGIN IF (:NEW.CLIENTNO =SELECT C.CNAME, T.CLIENTNO, T.TOTAL FROM CLIENT C, ( SELECT A.* FROM (SELECT CLIENTNO, SUM(AMOUNT) AS TOTAL FROM PURCHASE GROUP BY … ![]() | |
Please help, something is wrong. I've been running Malwarebytes and AVG daily but something still seems wrong. My taskbar is beige as I type this and sometimes my speakers stop working. I don't have the malwarebytes log because I ran it before coming to this forum. Also when I ran … | |
Hi, I have obtained a Windows Server 2008 R2 (Virtual Server) which does not support Active Directory. I have set up RAS and NPS, however, I am currently authenticating the users using the Windows User Console. I have more than 200 users. I intend to set a certain duration for … | |
I am trying to create a client to connect to a mysql database using sockets. I have the following code but of course, its not working to my advantage. Right now, this code connects to a server file located on a linux machine...i havent coded it yet to connect to … | |
Hi i am getting state 0 error on XMLHTTPRequest. I am using POST method to get some information from a link hosted by the client. I am calling from a mobile application. I have added a html file in an android application and from that html file i am calling … | |
I scanned initially using MBA-M. It an infection but it was unable to get rid of it. I attached the following logs as requested. GMER did not post initial scan log. I tried twice. Nothing was found by MS malicious software. Nothing was found by MS security essentials. I was … | |
I bought a little over 20 d51s's and I am trying to get the most money out of them, but am not sure where the current market is for these kinds of computers. Background: They all are P4 2.4GHz,1 CD-ROM,1 Floppy drives, most do not have ram, none of them … | |
I have a bit of a stumper that I am hoping someone has a fresh idea on. [B]The Problem:[/B] I have a client that owns 3 domains all selling similar products. The domains are all very interlinked together for various SEO purposes. I need to be able to have a … | |
Hello, Does anyone have any experience with phpwebsocket by google? I'm having a problem connecting to my server... Here is the two files: (server.php) [code] #!/php -q <?php /* >php -q server.php */ error_reporting(E_ALL); set_time_limit(0); ob_implicit_flush(); $master = WebSocket("[server_IP]",12345); $sockets = array($master); $users = array(); $debug = false; while(true){ $changed … | |
If I have a himachi server running is there a way to send a file into a specific folder on a different computer without them having the client? For a file transfer like program that the recipient does not need to download? | |
hi, I am trying to establish a connection between two laptops, as a beginner encountered a problems that are still to be learnt, but still I would like to know. I have two app, first is server on win wista: [CODE] #include "stdafx.h" #include "winsock2.h" #include <string> #include <iostream> //using … | |
hi guys.Im trying to program an image link from server code such that when you click on the link it calls a server side program to do more stuff like open a new window and write more details pertaining the selected item.its just like in facebook and elsewhere when you … ![]() | |
Hi, trying to make a chat system with multiple servers. Server needs to send message from a client to all the other clients. But need to save the client ports that are connected to the server in order to do this. Not really getting anywhere with this, i'll post ode … | |
I started working on a select server and am encountering some issues. Heres the problem; I ran an strace on my select server and i fired it up and it creates the socket, binds, listens, and select waits for input. When you connect the client, select adds a file descriptor … | |
Hi, New user here. I recently got into developing a simple communications application for client-server model over the internet. I am using winsock in VB6 and trying to send text based messages just to get me going. However, i have been unsuccessful. I am able to connect on same computer, … | |
Hey guys I have a question...First am amateur on web design and development. Didn't go to school for it so I kinda just learned it on my own. So I've been working with clients and building websites for people but this is my challenge: after I finish a website job, … | |
Hi there; I am planning to create a program. There are 700 hosts and 1 server. Hosts will send status information to server,these information is related with my business logic. Server will process these information. There are two different ways to do this, creating a c# application (for server side … | |
hello sir, how to instal os(XP or any) on client system from server machine in a wired lan..the sever os is windows server 2003... and another thing i need to know is how to put user policies in server 2003 i.e not allow the user to access control panel, properties … | |
I previously had AVG antivirus and SpyBot search & destroy on my computer. I recently uncovered three files on my C:\ drive that won't even let me access or delete them because they say I am not an administrator (I am, and have always been the only user on this … |
The End.