5,682 Topics

Member Avatar for
Member Avatar for jjemphoung

good day! i'm a newbie in php. but i know the basic things like what is server side and what is client side. my question is is it "OK" if i place a php script (which is a server side) in the page that my client views? i dont know …

Member Avatar for jjemphoung
0
125
Member Avatar for chickod

I am hoping someone can help me...I am totally frustrated! I am using Visual C# 2010 Express (which might be the problem right there, but I wouldn't think so). I have added a .dbml (LINQ to SQL) file to my project and I am about to create a new connection. …

Member Avatar for chickod
0
120
Member Avatar for Tyrial

Hi there I am trying to develop a silverlight game to be deployed on facebook. This game needs to make use of a database to store information about the players stats. At the moment i am just trying to get the silverlight wcf services working. By making a simple grid …

Member Avatar for Tyrial
0
147
Member Avatar for lanhlung696

Please help me. My project to display like window explore from any client's ip address. If i used command line, i can set ip & post listen for server by code: start java TestWEImplServer -ORBInitialPort 1050 -ORBInitialHost localhost & java TestWEImplClient -ORBInitialPort 1050 -ORBInitialHost localhost but went i use eclipse …

Member Avatar for lanhlung696
0
176
Member Avatar for Airshow

[B]INTRODUCTION[/B] Have you ever wanted to pass data from one web page to another when server-side scripting is unavailable, and without setting a cookie? Ever wanted an efficient way to build url query strings? Well now you can. [B]SOLUTION[/B] It is maybe little realised is that data can be successfully …

Member Avatar for jadhav vijay
2
1K
Member Avatar for nil_datta75

Hi Rik, (if you are there) Some chinese webpage opens up automatically.. and that too sometimes in midst of my presentations.... ran malware bytes.... cleaned up but still today it opened up.... Attaching Hijachthis log for your viewing. Please help. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:59:12 …

Member Avatar for gerbil
0
515
Member Avatar for happygeek

When it comes to data storage and retrieval the current buzz is undoubtedly cloud-shaped, so why would anyone want to invest in Network Attached Storage? Two words: cost and capacity. Cloud services are great, but as far as storing and accessing large amounts of data is concerned things can get …

2
1K
Member Avatar for glenak

Ok, I'm really confused here. I know that the only way to transfer objects via input/output streams is if they are serialised. If i wanted to transfer objects of my Person class from my client to server, I would have to implement "serializable" in my Person class. That's all well …

Member Avatar for glenak
0
138
Member Avatar for n.utiu

Few days ago I finished making my own (quite primitive) chat server with SocketServer. I haven't had any problems with it apart from the designing of the chat protocol: I made a very sketchy protocol for messaging. The client just sent unix-like commands to the server to do certain opperations: …

Member Avatar for n.utiu
0
115
Member Avatar for thilinam

Hello everybody. I'm new to java programming. These days I'm developing a client server application using java. Client side is at most finish now. Server side logic is also designed and implemented successfully. But I'm in a trouble regarding following stuff. The server runs an infinite loop. it always checking …

Member Avatar for JamesCherrill
0
110
Member Avatar for KatWoman27

I need help on this two assignments: # 1- Write a client and server, Java Swing application using socket connections that allows the client to specify a filename to the server in a Textfield and the server send the contents of the file back to the client if it exists. …

Member Avatar for NormR1
0
101
Member Avatar for mm77

hi everybody, greetings.. my thanks in advance for your help.. right now i a m involved sms -chat application vb.net. in this project i send the sms to mobile form pc.and get the reply as same. so i created client / server based program by tcp/ip based... because i put …

Member Avatar for krunal1089
0
304
Member Avatar for bninja

Hi all My code for the server side : [CODE] Dim bmp As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height, Imaging.PixelFormat.Format24bppRgb) Dim gfx As Graphics = Graphics.FromImage(bmp) gfx.CopyFromScreen(0, 0, 0, 0, My.Computer.Screen.Bounds.Size, CopyPixelOperation.SourceCopy) Winsock1.SendData(bmp)[/CODE] And for the client side in the DataArrival event : [CODE] On Error Resume Next Dim img As Image Winsock1.GetData(img) …

Member Avatar for bninja
0
180
Member Avatar for mikegeig

Hello everyone, I have an issue with an installation of Outlook 2007. I am also running Exchange 2007. On this client PC whenever I authenticate (it asks for username and password since this PC is not a member of the domain) Outlook freezes. I have other non-domain PC's that work, …

Member Avatar for CWorl
0
187
Member Avatar for howardroark

Hi, I require your suggestions for the database server problem that I have. We have around 4000 thousand client programs spread across globe geographically, with one site having thousand clients. The clients report data directly to db server, not using http but using (tcp/ip connections). My question is whether MS …

0
51
Member Avatar for amras123

i have my database ready... but when im using my ODBC i'm getting prompted with [SQL Native Client][Named Pipeline Provider] Could not open a connection to SQL Server [51]. Connection failed:

0
50
Member Avatar for glenak

Hi, So, I did create a client and a server, and all of them work pretty well. When I send messages to the server, rather than sending one message at a time, I put the information in a class, say like a Person class - I put set the Person's …

Member Avatar for ~s.o.s~
0
89
Member Avatar for ←Guybrush→

Ahoy Sailors! So, I'm currently trying to under go a Client/Server based application in PHP, I've got a working server script, But it can only handle one connection & at time. To the best of my knowledge you need to make an array. Could anyone give me an example? Here's …

0
52
Member Avatar for n.utiu

Hi, all! I was wondering if there is any way to check from the server side whether the client has closed a socket connected to one on my side. client side [CODE]import socket s = socket.create_connection ((host, random_port)) s.close () [/CODE] server side [CODE] ... a = lstn.accept () [/CODE] …

Member Avatar for n.utiu
0
5K
Member Avatar for falqueene

Hi there, I've started having issues with a certain website ([url]http://www.deviantart.com/[/url]), and was wondering if anyone could help me. A few days ago I started getting "Server Not Found" messages on random pages, and then throughout the day they spread to the rest of the site, so now I can't …

Member Avatar for soccrosse5
1
196
Member Avatar for APatrizio

[ATTACH=RIGHT]16891[/ATTACH]After a 2009 to forget, the server business is rebounding well, although some segments are doing better than others. [URL="http://www.idc.com/getdoc.jsp?containerId=prUS22467210"]According to market researcher International Data Corp. (IDC)[/URL], worldwide factory revenue for servers grew 11 percent year-over-year in the second quarter of this year to $10.9 billion and unit sales grew …

1
269
Member Avatar for mns_2010

Here is a client code for socket programming: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h> #define PORT "3490" // the port client will be connecting to #define MAXDATASIZE 100 // max number of bytes we can get …

Member Avatar for mns_2010
0
163
Member Avatar for twistedphrame

Hi everyone, I'm looking to write a server/client negotiation which involves both the server and client choosing a random number, sending it to one another, then generating a string using the two random numbers and some other previously found information. Using the hash of this string the client and server …

0
43
Member Avatar for glenak

Hi, I want to code a client/server app such that there will be one server and multiple clients interacting with the server. The clients will send messages, like "Hello, server," and the server will send messages back. I know how to write a simple client/server app, however im confused as …

Member Avatar for glenak
0
236
Member Avatar for longtimr

Hello, I am running a web site on a hosted server and was wondering whether anyone foresees any problems in doing a linux distribution upgrade on the hosted server? I am wondering about problems restoring in the event of failure or problems with external monitoring of the hosted OS. Thanks, …

0
75
Member Avatar for jhansiads.com

Respected Sir Sir I have 1 server of xp in which I have reliance broadband connection and done ics(internet connection sharing). System configuration p4 3.06 Ram 512 mb In which I have 2 lan card in 1 running reliance broadband and other is used for other system internet. whose ip …

0
59
Member Avatar for glenak

Hi all, So, I'm building an SSL server/client app, and I keep getting this exception: [CODE] javax.net.ssl.SSLHandshakeException: renegotiation is not allowed [/CODE] Does anyone know how I can work around this? Here are my codes: [U]SERVER:[/U] [CODE] //server.jks = keystore //ServerJKS = keystore password //SeverKey = certificate's password (certificate = …

0
59
Member Avatar for gurubuzz

I am currently using a Snappy Fax Server / Client Solution on some old Netvista 1.1 Celerons with 512 MB RAM windows xp. I can't seem to get a stable solution when I place two pci modems in the box. With one pci card the system works fairly well so …

0
38
Member Avatar for ausrasul

Hi, I'm trying to write a shell script that do ftp and download file periodically, this script should be called by a daemon running in the background. the shell script "script.sh" is as follows: [icode] yafc [url]ftp://test:test@192.168.1.225:21[/url] < commands [/icode] and the "commands" files is [icode] d Root/md5* / quit …

Member Avatar for ausrasul
0
409
Member Avatar for adam444

I guess i have some type of virus, malware, adware or whatever the hell its called. I get this yellow shield with an exclamtion point in my taskbar, near the clock. when i put my mouse over it, it says downloading updates 0%. it comes and goes. also anytime i …

Member Avatar for crunchie
0
217
Member Avatar for brookelynn

my programs run in task manager but never actually show the application on the monitor, can you please help? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:26:06 PM, on 8/21/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe …

Member Avatar for crunchie
0
85
Member Avatar for prem2

Hi to all, I have downloaded the j2eesdk-1_4_03-linux.bin and installed in my system.It works good .I can able to start the server .It starts fine. By Using the below command: asadmin start-domain But when i do no how to execute the JMS program. Can any one tell me how to …

0
43
Member Avatar for johndoe444

I was wondering how we can build a remote application where the user interface created using windows form will be running at the client side and the application logic will be running in server side. Sort of like web application but the user interface would be running in stand alone …

0
72
Member Avatar for lionaneesh

This is a simple-web-server made in C.. [COLOR="Red"]Supported OS :[/COLOR] I have made it on Ubuntu 9.10 ... and i think it will run on all linux system .... [B]Windows is not supported[/B] [U][B][I][COLOR="Red"]Compiler Instructions : As this is a web server so it will host on port 80 to …

Member Avatar for challarao
0
2K
Member Avatar for Syphilis

Ahoy Sailors! So first up I do mean D & not C, I've been learning D since yesterday so I'm not quite one hundred percent on this yet, Currently I'm trying to send some text between a Client & Server script, Then execute the text in the native shell. However …

Member Avatar for Rashakil Fol
0
76
Member Avatar for h612

Hello, i've a server and client code in which the error i'm getting is: on deserialization- but when i checked the byte[] length after serialization that i send they are 1550, and then over the tcpclient when i received the byte[] it was 1448 in length... any help or suggestion …

Member Avatar for h_Nick1981
0
473
Member Avatar for vishnu.prasad

Hi every one, I am currently working on a server program which executes a series of system commands on receiving a messgae from the client(in C). what the server essentially does is he cd's into a particular directory and executes a shell script that calls make utility and does some …

Member Avatar for vishnu.prasad
0
176
Member Avatar for zoran

[font=Courier New]Hi I am trying to communicate with EPP Server. I have java client example which use Java HttpURLConnection method to establish the connection. Example: =================================================== 1.String address = "https://someserver.serv.com:429/epp/proxy"; 2.URL url = new URL(address); 3.HttpURLConnection c = (HttpURLConnection) 4.url.openConnection(); ==================================================== How can I do something similar to communicate with …

Member Avatar for ysihaoy
0
232
Member Avatar for iadman

Hi, In my project im using CGI and c++ in the server. When ever i download files from the server, IE 8 opens a window for every file downloaded. Then it does not close that damn new window. Please help me remove these extra windows.

0
80
Member Avatar for ghobish

A client is having a problem with inconsistent Synchronising from the Sent Items folder and the Calendar in Entourage 2004 to an Exchange server, when compared to the same account logging in to Outlook Exchange webmail. Items sent from Outlook Webmail and new Calendar entries on that account DO show …

Member Avatar for aktiv
0
167
Member Avatar for nschessnerd

Hi I run a game server that can have upwards of 100 people connected to a game at a time. Recently I was connected to a server via rdp when my local internet (not the server's internet) cut out. So I rebooted my local router and reconnected to the rdp …

0
83
Member Avatar for jackcuso

Hi there I have been having a hard time with the rediction of pages, I got the Antivir Pro solutions a few days back , I go t rid of it but after that everytime i open a browser page another one opens, and every link i click on a …

Member Avatar for crunchie
0
354
Member Avatar for glenak

Hi all, Ok, so I know how to write a simple client/server app where the send a message from the client and the message displays on the server's textarea, and I send a message from a server and it displays on the client's textarea. To do this I normally use …

Member Avatar for glenak
0
149
Member Avatar for devHelp

I want to search a folder/directory on a client's computer when a button is pressed. Opendir seems to scan the path on the server and not the client. Can anyone confirm or deny this, and if it is possible how should I go about doing it?

Member Avatar for mschroeder
0
150
Member Avatar for alsoumhi

Hi experts, I have a problem which is I can't write arabic text as values of table , here is the steps I have done , please help me and correct me if I am mistaken this is what I did: ************************************************** set names utf8 COLLATE utf8_general_ci; create database see; …

Member Avatar for MindSter
0
511
Member Avatar for DARK_BYTE

Hi I successfully wrote a program that keeps sending data from client to server and from server back to client where the client prints the data. But now I'm trying to write one whereby the user enter numbers at the client and they are sent to the server whereby they …

Member Avatar for JamesCherrill
0
103
Member Avatar for chris.fellows

I have an ASP.NET (2.0) web page for our company Intranet which uses Ajax via Javascript to communicate with an application server via UDP. The web page needs to constantly listen for UDP data to be received and occasionally send UDP data when the user clicks a button. I'm having …

0
61
Member Avatar for Nitin Daphale

Hi all, I am executing query for SQL Server 2008 like that , [CODE]myQuery= Insert into Employee(id,name)values(' 99 ' ,' Nitin Daphale ');Insert into Employee(id,name)values('77' ,'XYZ');Insert into Employee(id,name)values(' 88 ' ,'ABC');[/CODE] Here am Inserting 3 Records in an Employee table but the problem is, if any statement fails I can't …

Member Avatar for Nitin Daphale
0
145
Member Avatar for k2k

I am trying to setup a dns server with fedora 11. what I have done: 1. /etc/init.d/named start 2. chkconfig --list named ---> return status ok, both 3 and 5 are on 3. "/etc/resolv.conf" as below // does it look okay? nameserver 192.168.1.1 //my router, nameserver 127.0.0.1 //this machine itself. …

Member Avatar for hyerutko
0
254
Member Avatar for AndrewDBrown

I am just starting to play with PHP (and this is my first post). I need to send out an invitation via email to some of our clients. This email will contain a hyperlink along with a unique reference ID for each client, something like this: [url]www.oursite.com/invitation.php?ID=ABC123[/url] I need to …

Member Avatar for AndrewDBrown
0
134

The End.