Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by davidchardonnet

  1. davidchardonnet

    Setup 3 virtual machines running each 1 web application

    Thank you ChrisHirst for your answer. In fact, I had in mind something like the reverse proxy (thanks for the solution). Maybe I can install the reverse proxy directly on the Host machine and access the VMs.
  2. davidchardonnet

    Setup 3 virtual machines running each 1 web application

    Hello, I want to setup my home computer (Linux Ubuntu 12.04 LTS) to run 3 different web applications, that i can access from outside my home. I only have 1 IP adress on my ADSL box.http://www.tek-tips.com/threadminder.cfm?pid=65 I tried a default installation of Apache directly on my linux...
  3. davidchardonnet

    What technology for mass data extraction from SQL2k SP4 to files?

    Hello, I have to choose the right technology to make the data extraction from a SQL Server 2000 SP4 to text files. We have lots of data and the goal is to make these files available for input in other databases, and we don't know what technology they use. Thank you for your help David
  4. davidchardonnet

    How to get a list of all users?

    Hello, I need to find a SELECT statement which returns a list of all users in a DB2 database. Thank you David
  5. davidchardonnet

    How to get a list of all security groups?

    Hello, I need to find a SELECT statement which returns a list of all security groups in a DB2 database. Thank you David
  6. davidchardonnet

    How to put a Javascript Date in JSON data format?

    Hello, I want to convert to JSON some data i have defined in javascript like this: var datasets = { "A": { label: "A", data: [[new Date("2010/10/01"), 65.00],[new Date("2010/11/20"), 65.00]] }, "B": { label: "B", data: [[new Date("2010/10/01"), 57.00],[new Date("2010/11/20"), 57.00]] }...
  7. davidchardonnet

    What are the best skin system for Delphi 7 and over?

    Hello, I am looking for a very good skin system for Delphi 7, commercial or not. What I value are the looks,stability and functionality departments. After that, I will pay the price for it. Thank you for your help David
  8. davidchardonnet

    Best obfuscation tool for a C# application

    Thank you for this answer, this tool is less expensive than other solutions i saw, and seems very strong.
  9. davidchardonnet

    Best obfuscation tool for a C# application

    Hello, I want to protect strongly a C# application I made with Visual Studio 2008 on Framework 3.5. I would like to know which are the best obfuscation tools available on the market. Can you help me please? Thank you David
  10. davidchardonnet

    How to get the contents of an authenticated HTTPS page

    Hello, I have a login/password on a website that uses https. I want that my php page retrieves the contents of an authenticated page on that web site. I know how to do this on a standard http page, but with a https I am clueless. How can I do? Thank you David
  11. davidchardonnet

    Routing problem?

    Hello, I'm trying to access a specific address on internet but the routing my ISP provides seems wrong. The address Itry to access is 212.82.22.235 The server is accessed by other people I know so the server is online and working. I used WinMTR to see the routing i obtained this...
  12. davidchardonnet

    How to determine hardware for a VMWare project?

    Hello, I would like to know a method to know what kind of hardware i need for a Enterprise VMWare project. What kind of server, how many processors, how many physical memory, disk storage, how many virtual machines on a physical server... Do you know where i can find more information about...
  13. davidchardonnet

    curl problem

    I have just tried with http://www.google.fr/ and the same code works!! I am going to check with fopen and fread
  14. davidchardonnet

    curl problem

    The following code gives the error message below: <?php $var=file_get_contents("http://89.82.253.168/apache2-default/index.html"); print $var; ?> Warning: file_get_contents(http://89.82.253.168/apache2-default/index.html) [function.file-get-contents]: failed to open stream: HTTP request...
  15. davidchardonnet

    curl problem

    The access log indicates that there are GET requests ending with a 200 OK code... My router is a Comtrend CT-635, is there something to do in it?

Part and Inventory Search

Back
Top