server

Fact And Dimension from the One Table.

Hi i m new to SSAS 2005/08. I want to create Cube from 1 table , Stored in OLTP Database. Table containg billions of records. how to select dimension and Fact from this alone table. Please help me. ...

Issue with symlinks and file uploads...

I'm having this weird thing happen. My Zend Framework (PHP) web application that I have been developing locally works fine on my computer, but once it's uploaded to the server, it thinks that the uploads directory doesn't exist. My application has an uploads directory which is a symlink to a directory outside of the application: #local...

Best J2EE server for ColdFusion

What is the best J2EE server to deploy coldfusion 9 on? I know there is Tomcat but i'm sure there are others. ...

How does Adobe Stratus work?

I want to know How does Adobe Stratus work? to get an idea of how to do something like it on my own. So what net hack Stratus uses to work like it works? ...

How to create HTTP server push (also known as HTTP streaming) with PHP?

How to create HTTP server push (also known as HTTP streaming) with PHP (better streaming video)? Tuts Libs are vary welcome ...

Word game server in Python, design pros and cons?

I'd like to get busy with a winter programming project and am contemplating writing an online word game (with a server load of up to, say, 500 users simultaneously). I would prefer it to be platform independent. I intend to use Python, which I have some experience with. For user data storage, after previous experience with MySQL, a flat ...

Can a software firewall cause issues with Apache, PHP, GD library, or etc?

Hi guys. A company I am working with recently installed a software firewall on their server. The unfortunate thing is that that coincided with a change that I made to one of their files. But, the only change that I made was a correction to a Smarty template file path inside a script. That's all. The backup file that I made is exactl...

how to maintain a local database in iphone

Hi, I am a software engineer concentrating on iphone application development and I own a developer license. Currently I am working on a project where i need to maintain a local database in iphone. Each time the application launches , the application should sync data from a remote server. The application should add/update/delete the local...

upload image from iphone to the server folder

hi expert, i found few snippet from online to upload image from iphone to the server folder, its showing to use server side scripting eg. use php at server side if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo "Uploaded!"; }else{ echo "Not Uploaded!"; } /> is it any possibilites to upload image...

How to create a local-server that the web-browser control can use

For my newest windows-application I want to create an interface that is web-based using the web-browser control, and I want to make Ajax work on it. Since all the content will be loaded by the web-browser control itself I want to create a web-server that would work on a localhost port and serve my content to the web-browser when it acces...

PHP Server Setting Stripping HTML Posts

A client's web host recently changed servers on them and it's broken some of the administrative tools. I'm providing a YUI WYSIWYG editor for them to create content on the site. The HTML content is now being "cleaned" by something before I get to it. For example, a link tag like <a href="http://www.stackoverflow.com"&gt; gets turned i...

xml at webserver

can any one tell how one can send the xml files to be executed at the web server using Java? can we send it using xmlhttprequest object available in javascript? Is there any alternate for this? ...

A solution to embed affiliate data (id/logo) into an installer

Hello! I think about a solution (I guess, server based solution), which inserts affiliate ids/logos into an windows installer (setup.exe, set's up a video converter program, nothing fancy) on the fly. I see the process like this: 1) User clicks on the link with affiliate ID, link requests server for a download file, system on the fly ...

Any suggestions on how to trouble shoot internal server error for an almost identical script?

On my site I have a contactUser.php that sends mail and a replyMail.php. I have put PHPMail on my contact user to send email notifications which is working great. When I put the same code chunk on my replyMail (which mail goes to the same place as the contact user mail,the inbox) that shares the same variables its giving me a internal se...

Determine runtime of Windows Server via ASP.Net

Hi folks, is there a built-in property in any of the ASP.net classes that determines what the uptime of the webserver, where the webapplication is running on, is? These are some of the possibilities that popped into my mind: global.asax and the Application_OnStart Event. Get the timestamp and to determine the uptime, I just substract ...

Does PHP's date() function return the date and time on the server or on the client's computer?

Does PHP's date() function return the date and time on the server or on the client's computer? ...

Need Help: Failed to configure Virtual Server on Webmin (mixing * ports and non-* ports with a NameVirtualHost address is not supported)

Hello, I have finish configure the Virtual Server to use domain name. Then I try to restart the httpd, but it give me an error message like below: Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using xxx.xxx.xxx.xxx for ServerName [Thu Dec 24 20:20:26 2009] [error] VirtualHost xxx.xxx.xxx....

Limit user participation to a server regulated competition? (iphone sdk)

Hi, I am new to programming for the iPhone. I want to allow my users to participate in a competition, to a maximum of n times a day. Is there anyway of going about that programmatically and/or through a server for optimal security (i have done NSUserDefaults). ? Is it possible to get the database server to check the number of entries ma...

lucene.net.dll doesn't work on server(?)

hello i have a problem, my application works on my local server, but when i put it on our server the lucene classes throw errors. do i have to install the DLL on the IIS server? i'm using visual studio 08, after publishing my website i put it on the server. does anybody know a solution? greetings, tyzak ...

Will <insert popular website here> restrict me from accessing their website if I request it too many times?

I ask this because I am creating a spider to collect data from blogger.com for a data visualisation project for university. The spider will look for about 17,000 values on the browse function of blogger and (anonymously) save certain ones if they fit the right criteria. I've been running the spider (written in PHP) and it works fine, b...