Jump to content

TTiiMM

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TTiiMM

  1. Hello, everyone! I'm looking for some advice to embed an off-site ASP into my site. I'm developing a website for the RV dealership I work for. Our inventory is hosted by a company called RVUSA. To embed the inventory I was told to use the following code: <% Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "GET", "http://bourbonrv.rvusa.com/inventory_used.asp", False objXMLHTTP.Send strPageText = objXMLHTTP.responseText Response.Write(strPageText) Set objXMLHTTP = Nothing %> However, since ASP isn't an option on TCH, I was wondering if there is a PHP equivalent. Currently, I'm using an IFrame to include the page, but this is causing some strange behavior with my dropdown menu. To see what I'm referring to, please give my site a look. http://www.bourbonrv.com/new_inventory.htm Any suggestions would be appreciated. Thanks. Timothy
  2. Is there a way to track how many times a particular file has been downloaded? I didn't see that information in AWStats. Thanks. Timothy
  3. It sure would be nice if TotalChoice customers would have the ability to do site-to-site (FXP) transfers. This would be a big help when moving an existing website from one server to another. I found some information concerning configuring ProFTPD to allow FXP transfers. http://www.flashfxp.com/support.php?Sect=howto#proftpd http://www.castaglia.org/proftpd/doc/contr...-HOWTO-FXP.html If ProFTD was configured to allow non-anonymous FTP accounts to allow FXP, that would be a nice benefit for your customers. Thanks, Timothy
×
×
  • Create New...