server

When moving a folder in the server, correct all links

Lets say I have this folder on my server called books. Inside I have and index.php with this links: books/book1.php books/book2.php I then decide to create a subdirectory called "scifi", for a better sorting of the books. So the books are no in: books/scifi/book1.php books/scifi/book2.php The links have changed and now the links on i...

How to set up an email server that will accept a URL in the subject of an email and respond with a copy of that webpage.

I'm trying to piece out how difficult it would be to set up an email server that will accept a URL as the subject of an email and respond with an attached copy of said webpage, or element(s) of that webpage (ie, an image from the page, or all of the videos on the page). I don't necessarily need the code written for me, but would apprecia...

Is it possible to send info from a webpage to a server without reloading?

I have found very little on this topic. I'm trying to work out a way to synchronize pages cross-web without having to constantly reload pages to get new information, since the rate at which this would be necessary would cause the page to be outrageously slow. The flow I'm thinking is this: User A alters info displayed on Page A. Page ...

HowTo Unit Test Client Server Code

Hi, I'm currently writing a Java Client Server Application. So i want to implement two Libraries, one for the Client and one for the Server. The Client Server Communication has a very strict protocol, that I wan't to test with JUnit. As build tool im using Maven and a Husdon Server for continues Integration. Actually I do not have an...

which server i can embed that support php?

I need to make web application that is acutely desktop application The business logic will be written ( taken from web app) in php and the underlain infra is c++ For that I need some solution to run embed server that support php or to think about some other solution ...

How embeded http server in own plugin on Eclipse?

I need an embedded http server. Which can be controlled by pressing the button (Start, Stop) in the plugin. I looked at the jetty, but don't understand how to use it. ...

What's a good value server vendor?

I'm buying some rack servers and my main priority is keeping the cost low. It doesn't need to be powerful. I found a Dell server for about $500 and I would be okay with that, but I'd like to look at at least one other option. Note: If you ask me a bunch of really specific questions, you're missing the point. Any amount of RAM, disk spac...

how to send image data from server back to iphone?

Hi, I am storing images data as blob data type on MySQL on server. Now I would like to retrieve images from that MySQL database to iPhone. But I don't know how I can do that, can somebody suggest me some solutions? I can view the images using PHP script on server. But how I send image data to iPhone? In Iphone, I am using NSURLConnecti...

XAMPP: never made a PHPMyAdmin login

I installed XAMPP a couple of days ago. I uploaded a PHP file to C:/xampp/htdocs/ but the PHP isn't working. I went to the local host through Firefox and tried to use PHPMyAdmin to fix the problem, but I never made a login for that and I'm not given any option to sign up! I tried the username and password I gave when I set XAMPP up, but ...

Streaming Sound from many sources followed by rebroadcasting

I want to teach myself how to write a server and thought of a cool idea that might be a bit much. Essentially I want a user to be able to stream audio, mp3 or microphone, have this reach my server which will alter this audio stream with other audio streams coming from other users, and will than rebroadcast this mixed new sound. Sin...

How do i configure Vitelty VOIP Provider?

I have created SIP Trunks for Incoming settings and Outgoing settings as mentioned below: **Outgoing settings** are authuser=miracletelxxx context=from-pstn canreinvite=yes dtmf=rfc2833 dtmfmode=rfc2833 fromdomain=in1.miracletel.com fromuser=miracletelxxx username=miracletelxxx host=in1.miracletel.com insecure=very ...

Which technology to use for purchase ordering system?

I need to create a simple purchase ordering system that I can later expand upon. I want to leverage my knowledge of Microsoft technologies, C#, SQL Server, etc. The first deployment will be used for 1 customer in a niche industry. We will be facilitating procurement throughout Asia for the client. We will need to input products from ...

Get origin of Android Market link after install

Is there any way to get the origin of a link to an app on Android Market after the app is installed? Let's say I have three different web pages that link to the same Android Market app, can I get the origin of the link after the app is installed so I can use it for statistics and such? Any solution to this is very much appreciated! ...

Server Upgrade Script

Does anyone have or know of a good template / plan for doing automated server upgrades? In this case I am upgrading a python/django server, but am going to have to apply this update to many machines, and want to be sure that the operation is fully testable and recoverable should anything go wrong. Am picturing something along the lines...

AJAX load time - Host and Server issue?

I'm having an issue with slow AJAX calls. This is a common question, but I've done everything suggested in all the research I can find. I'm hoping to get a consensus form people who read this. Basically, I make an ajax request to a php page, which gets info from a database. here is the page: http://bit.ly/bQDyjj I've timed all of my ...

Hosting a Server Written in C++

I want to host a server program written in C++. What are the best/easiest hosting options out there for native apps? I know for Rails there are EngineYard and Heroku. Is there something similar for native apps? I've looked at Amazon EC2, but that looks too heavy-duty to start off (I may be wrong). ...

How can I upload my files to my static server from a production server?

I have django and django's admin setup on my production box. This means that all file uploads are stored on the production box, all the media is stored there. I have a separate server for files now ( different box, ip ). I want to upload my files there. What are the advantages and disadvantages of these methods I've thought about, and a...

Cloud based server for PHP

Hello, I plan to open a subscription based website that will be video and image heavy. I have the video and image hosting sorted using Amazons S3 and CDN. now, I will still need a main server to host php/html files and the mysql database. My question is, is there a scalable solution (that has redundancy incase of spikes) to replace my ...

C# - Best way to store sets of data (In a table)

I have a client and a server program, and I am currently using hashtables to store the clients Name and ip address when they connect. I now need to add another variable that the client will send to the server when it connects, but as far as I understand it, hashtables only have 2 columns (Key and value). Is there another way I could stor...

Any script for compiling Java server like apps into crossplatform executables?

Possible Duplicate: How do I create executable Java program? Windows, mac, lin. I want to be capable of compiling my app consisting of HSQLDB (I have it as stand alone server but inside my app), Hibernate, some of my classes, Spring and BlazeDS into stand alone executables. Howtodosuch thing? ...