Browse by Tags

  • Making a socket connection using HTTPS

    I'm trying to make a socket connection using HTTPS. Here's my code ------------------ error_reporting (E_ALL); $sock = fsockopen("secure.example.com",443,$errno,$errstr,30); if(!$sock) die("$errstr ($errno)\n"); fwrite($sock,"GET /theGetPath?valOne=1&valTwo=2 HTTP...
    Posted to PHP for Windows (Forum) by software on 06-15-2010
  • Connection closed without indication..

    i am getting this error, been looking online can not find any help really: An exception occurred when performing the FTP close operation. The cause of this exception was that: Connection closed without indication.. The error occurred in D:\wwwroot\salesmaxx.newebia.co.uk\wwwroot\secure\test.cfm: line...
    Posted to ColdFusion (Forum) by software on 06-15-2010
  • DSN-less connection to MS Access DB via PHP - security problem

    Top 'o the morning' to you (or afternoon (or well past midnight - we do work in IT after all)), THE SITUATION: I'm connecting to a MS Access DB, via PHP, using a DSN-less connection (only DSN-less connections are allowed with my ISP). The Access DB is set up to have two users, Admin (for...
    Posted to PHP and Databases (Forum) by software on 06-01-2010
  • ASP.NET Database connection using C#

    Hello, I am trying to migrate some scripts written in PHP to ASP.NET and am looking for the most efficient way to make a database connection. The code below is what I am currently using, but it seems very inefficient. Opening and closing the db connection over and over agains seem like a real bottleneck...
    Posted to ASP (Forum) by software on 06-01-2010
  • ASP.NET - Database Connection Problems

    Hi Guys, I've set up an ASP.NET C# site, i have a OLE DB Connection to my SQL 2000 Server when i go into TEST the connection is says "Connection was Made Successfully". heres my problem, when i go to add a DataSet i give it a name and then select my connection which is called DBConnect...
    Posted to Adobe Dreamweaver (Forum) by software on 06-01-2010
  • I can't connect to my Rails app remotely (outside local network)

    Hi, I'm trying to connect to my Rails application that I have running on my server, but each time the connection fails. I can access it through localhost:3000, but when I try myip:3000 it times out. I have set my router firewall to low, and inbound traffic will work for other applications which listen...
    Posted to Ruby (Forum) by software on 06-01-2010
  • Connecting Apache 2.2 and Tomcat 5.5.17

    I'm trying to connect Tomcat to Apache using mod_proxy_ajp. Here are the relevant configuration sections. From httpd.conf: # # Configure AJP proxying # Deny from all # # Forward all newtowne requests # ProxyPass ajp://127.0.0.1:8009/ ProxyPassReverse ajp://127.0.0.1:8009/ Allow from all From server...
    Posted to Apache (Forum) by software on 06-01-2010
  • VideoError: 1000: Unable to make connection to server or to find FLV on server

    VideoError: 1000: Unable to make connection to server or to find FLV on server I've spent a lot of time in the past couple of weeks learning Flash, first on Flash 8 and then Flash CS3/9. I developed a Flash (swf) file that plays a Flash video (flv) with cue points using the FLV Playback control,...
    Posted to Adobe Flash (Forum) by software on 06-01-2010
  • A connection with the server could not be established.

    I hope someone can help. I am currently running Windows Server 2000 with IIS 5.0. I have all of the latest patches and updates from Microsoft. When trying to create a new ASP.NET Application I receive the following error message: Unable to create the web project “NewWebProject”. Unable to validate that...
    Posted to Microsoft IIS (Forum) by software on 05-31-2010
  • Xlib: connection to ":0.0" refused by server

    Hello! Sometimes when starting e.g. nedit from terminal window in Gnome in Redhat 7.3 I get error message as shown below. The problem only occurs when trying to start programs from terminal window, if I select nedit from Gnome menu instead it starts alright. It's the same for all X programs, it's...
    Posted to Linux (Forum) by software on 05-31-2010
Page 1 of 59 (586 items) 1 2 3 4 5 Next > ... Last »