server

Windows Form App as Scheduled Task

I have run into a case where a Windows Form application is being run regularly via a scheduled task on a Windows Server 2003 box. The GUI is, obviously, not being used to take in any user input, so it is at best pointless. But is it also dangerous? Could it cause anything to go pop on the box? ...

HTTPS - Client data loss

Hi, I have noticed in Firefox using HTTPS if I type data into a form item such as a text box and press refresh the data is lost. If an error was thrown on a server after I pressed submit would this also cause the data to be lost? If so, Is there a way to stop this from happening (from the server side)? Thanks for viewing. ...

How to setup suffix proxy server

Hi, Can anyone guide me for setting up suffix proxy server , so that user can access some specific sites cached in our campus server without doing any configuration in their browsers. by suffix proxy i mean that if user wants to open http: //en.wikipedia.org/wiki/Proxy_server page then he should enter link: http ://en.wikipedia.org...

iPhone UIWebView/Safari.app iOS 4 video/movie - Server issue?

Hello, I have a UIWebView which loads videos from an external server. The code seems to be fine since it works when I try to host my videos on another server. Are there any changes since iOS 3.0 which the server didn't need to have? (Where it loaded without problems). The easiest way to test it is to load the url in the inbuilt Safari....

serve current directory from command line

could someone give me a hint, howto serve the current directory from command line with ruby? it would be great, if i can have some system wide configuration (e.g. mime-types) and simply launch it from every directory. ...

Using PHP to call a script to manipulate files or ssh?

Hi, I've been told that this is possible to do with PHP. I have my website and there is a selection box. I would like the options to be populated from the contents of a folder on an sftp server. Then upon click I would like to get the associated files and move them to my local machine. Are there any good tutorials on how to do this? I...

Recommendations on multiple types of games server

Hi, I've already developed some online games (like chess, checkers, risk clone) using server side programming (PHP and C++) and Flash (for the GUI). Now, I'd like to develop some kind of game portal (like www.mytopia.com). In order to do so, I must decide what is a good way to structure my server logic. At first I thought in programming...

Making Python sockets visible for outside world?

Hi, i already have a post which is quite similiar, but i am getting more and more frustrated because it seems nothing is wrong with my network setup. Other software can be seen from the outside (netcat listen servers etc.) but not my scripts.. How can this be?? Note: It works on LAN but not over the internet. Server: import socket ho...

Django deployment using git, including production-relevant files

I want to use git for the deployment of a django project as I have done before, but this time it would also be necessary to have production files (like uploaded files, sql db etc) somewhere in the repository, so that you can locally work easily with the same data as on the server; my idea would be to have three branches: master (on whi...

SyncML 1.2 DS Server Alert Notification

Hello, probably this is not the best place for this but I don't know where else to look for help. I'm trying to implement a service to start server initiated synchronizations by using SyncML 1.2 SAN specification but I'm having problems when sending, can't receive anything. Here is my encoding, in case you may detect a problem that I ca...

`No such file` error after uploading large files with php

There is a service for uploading large files (more than 500MB) with php/apache. The progress of upload is tracked by the uploadprogress pecl extension. This scheme works fine only for small file uploads. However, there is a problem when uploading large files. Once the upload is finished, there is a standard information in the $_FILES ar...

Chat Program in Flash - Need help with Server (Java?)

I have a Flash browser application that is used as the front end for a game I'm working on. I would like the application to be able to communicate with other instances of the application. Currently it works using URLRequests, reading from a remote PHP page that echos the data in XML. For this to work it must send a request on a specific ...

Cannont add domain name XN--12C7B7AM4F0D.COM to Windows Server 2008

Hello everyone, I got domain name in Thai "ไทยลีก.com" (pronounce thaileague.com). and this name is encode to XN--12C7B7AM4F0D.COM when it need to use. In fact, I rent shared hosting server and give server administrator XN--12C7B7AM4F0D.COM as domain name to add for my website. However, he told me there error when he tried to add XN--...

How to install only Joomla site pages without administrator pages on a server

Hi, I have prepared my simple html website on my local pc. Now I want to put only the main website pages without administrator backend pages on server. I tried several queries on google but of no use. ...

How to work with the OCS 2007 samples?

I started the first OCS sample (BargeIn) but got "Unable to connect to the server" after clicking the "Call" button of the "Voice Response Debugging Window". Already verified that the server is running on the default listening ports. Any ideas? ...

How to open socket thru proxy server in .Net C#?

How to open socket thru proxy server in .Net C#? So I opened up a socket on my machin. there are no nats between pe and proxy server. I connected to proxy server. How now to make Requests from global IP world that know that proxy server adrress be redirected or transfered by proxy server to me? Any libs blog articles? Please help ...

How to choose server for production release of my Django application?

My company is at the very end of development process of some (awesome:)) web application. This app will be available as a online service for (hopefully) some significant number of users. This is our biggest django release so far and as we are preparing to release some question about deployment have to be answered. Q1: how to determine r...

Server certificate exception on WSIT client for a WCF Servicve

Hi , I am trying to develop a WSIT client for a WCF Web service. I am currently stuck with a issue for more than 4 days and could not find a solution. I am writing a WSIT client for a WCF web service which requires a mutual certificate authentication. i received the .pfx file from the service provider which i imported to the java trustst...

linux sockets: server exits before client

Hello, I have this prog, just a skeleton for a simple sever and client connection. I will make it a chat. (dont mind the thread func and signals..) server: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <time.h> #include <string.h> #include <signal.h> #include <sys/types.h> #include <sys/socket....

Java - browse server side web pages locally (like Visual Studio)?

I have been tasked with creating an application for a company to store current customers, assign agents to them and work out distances between prospective customers and current customers, for use at trade shows when a new company comes to us to place an order. I have started on this already, but ensuring components do not overlap is bori...