Recent content by Mike Phan

  1. M

    Setting Up FTP Using a Web Browser - Mike

    The httpd.conf from the xampp is different from the Apache alone. So we have to look through all pages. And the VirtureHost configuration is also different to me. I used to add ".txt" to the httpd.conf to convert it to text for editing. The apache can help this, but the xampp doesn't...
  2. M

    Setting Up FTP Using a Web Browser - Mike

    I tried the AMPP package yesterday. Local test worked fine. Of course, it won't work for URL. Even thought it recommends not to use for production (not secure), I tried to see if we can use FTP over internet browser. First, I test my webpage, it doesn't work. There is an easy step to...
  3. M

    Setting Up FTP Using a Web Browser - Mike

    I am using IE 7. I will try Netscape and Firefox. The syntax you provided looks strange to me. How to include a directory there? We have to type a password on URL address box? Please advise! Thanks!
  4. M

    Setting Up FTP Using a Web Browser - Mike

    I will try as your recommendation. It won't be easy since I am an electrical guy, not IT. Anyway, I won't give up. Again, Thanks I like Serena!
  5. M

    Setting Up FTP Using a Web Browser - Mike

    When I test on WAN, it sometimes works that make me carzy. I checked my router forwarding, firewall settings of the web sever, and on client machine's firewall. I don't know what else I need to do. As you said "The problem with FTP is that it is not really designed to work through...
  6. M

    Setting Up FTP Using a Web Browser - Mike

    For FTP server/client, I am using Filezilla. It works fine locally (LAN net work), but just sometimes for WAN. To be convinient for all, I try to let people use web browser instead of filezilla client which is required to install to the client's machine. I google about using web browser...
  7. M

    Setting Up FTP Using a Web Browser - Mike

    Hi, I own a website; now I want to setup FTP for my friends to upload/download files to/from my server. The best way is to run FTP using web browser (i.e. internet explorer, firefox...). Anyone can tell me steps to do? I will appreciate that! Mike
  8. M

    List file names from a directory - Vietnames

    Hi everyone, I have a folder of Vietnamese songs (files). The file names are in Vietnamese. I used a VB6 program to create a list of file names and output them to MS-word. The program won't understand the Vietnamese characters, suc as ^, ., ~..., so it was represented by question marks...
  9. M

    Why Does MP3 Streaming Fail on Some Company Computers?

    Hi David, I guess that too. If so, we have no way to unblock this firewall?
  10. M

    Why Does MP3 Streaming Fail on Some Company Computers?

    Hi everyone! My webpage has an option to listen to MP3 songs. It works fine on some computers, but not work on some others. I found out that it works on almost personal computers, but not on company computers. Any body knows how to fix this, PLEASE HELP! Thanks in advance! Mike
  11. M

    Multiple FLV video files with single player

    Hi, Here is code that can play a single FLV file: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=7,0,0,0" type="application/x-shockwave-flash" width="100%" height="570" align=middle /> <param...
  12. M

    PHP How Can I Replace My Static Website with a Dynamic Website Using PHP & MySQL?

    I bought a domain name from Yahoo small bussiness with HTML (static) web posted. Now I want to replace it with a dynamic web so that I can sell my products online, and I want to keep all information (user infor and product infor) on my own machine instead of on Yahoo web server. Is it...
  13. M

    PHP How Can I Replace My Static Website with a Dynamic Website Using PHP & MySQL?

    Thanks minger. I called yahoo, he said that the host name is "mysql", so I think the MySQL will be supported. Normally, people use their own machines as servers, you meant? I have account with Yahoo (small bussiness domain) and already posted my static website there. I am thinking of...
Back
Top