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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mgp77
  • Content: Threads
  • Order by date
  1. mgp77

    SSL and HTML encryption

    Can someone tell me if SSL encrypts each and every HTML page requested over an https connection. In other words if I just requsted a simple HTML page like <html> <body Hello World </body> </html> would it be transmitted encrypted so that a third party would not be able to decypher what the...
  2. mgp77

    Websense and CGI proxy

    Hello, I have an Apache webserver running and I have installed the cgi-proxy.cgi script located here (http://jmarshall.com/tools/cgiproxy/) I have gone into the script and removed any occurance of the text "proxy" and also renamed the script to nph-test.pl but it appears as if websense is...
  3. mgp77

    Port 1050 open on router and cannot close

    I realize this forum is for Linksys products but I could not find my router on the tek-tips forums. I have a Starbridge Lynx 320 modem/router and I recently did a port scan of my router to ensure that my ports were all blocked. It came back and told me that port 1050 on my router was open even...
  4. mgp77

    Invalid dates being modified by formatter

    I wrote a class to be used for representing dates as a JFormattedTextField. The problem I'm having is that when an invalid date is entered immediately the date is rolled over by the number of days/months specified. Example...January 2007/01/32 will become 2007/02/01. Below is the code for the...
  5. mgp77

    Creating a dynamic combo-box

    Hello, I am in the process of creating a VERY simple instant messaging program and I need some help. What I want to do is have a way of dynamically adding entires to a jComboBox listing users that have connected with the server. I have already written the server and client sides and I am able...
  6. mgp77

    installing JavHelp on Windows 2000

    Hello, Can anyone tell me the steps necessary to install JavaHelp 2.0 on a Windows 2000 machine. I copied the jhall.jar file into the ext folder of my java installation but I still suspect that it isn't installed properly. I am trying to author some JavaHelp using a trail version of RoboHelp...
  7. mgp77

    XPATH and Hierarchy

    Is there anyway using XPATH to preserve an XML document's hierarchy within the result produced after running an XPATH query. At the moment I am getting the proper nodes being displayed but the hierarchy is gone. Any and all help is greatly appreciated!!
  8. mgp77

    XML::Simple question

    Hello, I was wondering, is there anyway to have the XML::Simple module ignore tag attributes when reading in an XML file. Also is there anyway to tell the module to only parse out a certain subset of tags? Any and all help is greatly appreciated! Thanks
  9. mgp77

    French Characters and PERL

    Hello, I'm trying to write a search and replace program in PERL that will replace all instances of a string with french characters with a new string which also containcs french characters. The only problem is it appears that when perl extracts the string from the text file it misinterprets some...
  10. mgp77

    Using the VNC java applet viewer

    I'm trying to get the VNC java applet viewer working. I've setup the server to accept connections on port 80 and to serve the applet on port 5900. When I try to connect to the VNC server by putting in my home PC's URL in the browser this is the message I'm having displayed in the browser...
  11. mgp77

    problem trying to runa cgi script

    Hello I just installed Fedora Core 5 on my PC and I'm trying to setup a webserver and run a cgi script but when I try to run the script instead of having the web browser server run the script it prompts me if I wish to open the sctipr in a text editor or save it to the disk. Can anyone let me...
  12. mgp77

    connect to home PC from office PC located behind firewall and proxy

    I am very novice user of VNC and I am trying to connect my VNC viewer at work (behind firewall that asks for a http proxy account username an password which I don't know) to my VNC server at home that is on the internet with nothing restricting access to that particular computer. Now, if I...
  13. mgp77

    CGI proxy script

    Hello, I am behind a firewall and a proxy server and as a result am unable to access certain webpages such as Gmail. Now I know there is a CGI proxy script that has been developed that will allow me to access certain blocked sites by accessing the machine hosting the script and typing in the...
  14. mgp77

    Need to create boot disk for new Redhat installation

    Hello, I just installed Fedora Core 4 on a second harddrive in my system and installed the GRUB boot loader onto the first block of the drive instead of the MBR. I was never asked to create a boot disk and now I'm uable to boot into my new installation in order to extract the necessary...
  15. mgp77

    primary ide connection no conductor 80 cable installed

    Hello, I'm trying to add a second HD to my Windows XP Professional system but when I boot into windows after connecting the drive I can't see it in Windows Explorer. I tried going into the add hardware wizard but Windows is unable to detect any new hardware devices added to the machine. I...
  16. mgp77

    Gateway timeout error

    Hi, I've installed the Apache HTTP server on my home PC which is running XP with SP2. I can view the test page on my local machine without any problem but when I try to view it from my work PC I get the following error. Gateway Timeout The following error occurred: [code=GATEWAY_TIMEOUT] A...
  17. mgp77

    count number of occurances of string in file

    Hello, I realize that I can write a function to do this however I was wondering if there is an existing Perl function that will allow me to count the number of occurances of a particular string in a file. Currently I have the file opened I extract a string and then want to check in the...
  18. mgp77

    setup VNC through SSL tunnel

    Hello, I am unable to access my home machine becuase I am behind a firewall and a web proxy. I was told that I should try setting up a SSL tunnel and then run VNC through that I was wondering if anyone here would be able to tell me how exactly I can do that or where I should look. I have...
  19. mgp77

    Connecting to VNC through firewall

    Hello, I'm trying to setup a VNC server on my home machine in order to access it from work. I used the www.dtdns.net site to setup a account to allow me to have a hostname associated with my dynamic IP address. According to dtdns.net it looks like my account is setup correctly and that my...
  20. mgp77

    XML editor recommendations

    Hello, I was hoping someone on here could recommend a really good XML editor which would allow me to copy all the contents under a specific tag and collape tags etc. I have a tremendously large XML file (i.e. somewhere in the vincity of 30,000 lines) and I need to copy all the tags and such...

Part and Inventory Search

Back
Top