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 bkrike 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 clarkmurray

  1. clarkmurray

    Allow Linking only from a certain page?

    I'm getting ready to release a training product, and I want only the customers to be able to access certain information on my website. The customer would bring up an html page from his hard drive and click on a link. This doesn't have to be super tight security and I don't want to add the...
  2. clarkmurray

    htaccess--specific link

    I tested 'Satisfy Any' and it works as documented. Exactly what I need. Thanks for your help.
  3. clarkmurray

    htaccess--specific link

    I appreciate your pointing out the risk to me. However, it is a business risk I am willing to take. Practically speaking, it means that someone who knows how to do this will steal one of my download products periodically. I take more of a risk on PayPal right now. There are other reasons why...
  4. clarkmurray

    htaccess--specific link

    In this particular case the referrer would be another directory on my site which is password protected. I don't think that could be faked.
  5. clarkmurray

    htaccess--specific link

    Thanks. HTTP_REFERER should work. I'll try to test it tonight. Can I combine this with password authorization? In other words, I want somebody to have access either from a specific referrer or if they have a login and password. Somthing like: # HTTP_REFERER SetEnvIf Referer ok.example.com...
  6. clarkmurray

    htaccess--specific link

    Is there a way to code an htaccess file to allow access to a directory only if the request comes from a specific link?
  7. clarkmurray

    MySQL Date/Time Format?

    Thanks, but I finally figured out what I was looking at was a Unix timestamp.
  8. clarkmurray

    MySQL Date/Time Format?

    My hosting company has a utility which allows me to dump the tables of a MySQL database in csv format for Excel. However, I can't figure out how to translate the numbers in date/time fields. Can anyone help?
  9. clarkmurray

    smtp authentication

    My smtp server now requires authentication. I have an existing mail script but I have no idea how to add the authentication. var $mailprog="/usr/sbin/sendmail -t"; ... $sm=popen("$CFG->mailprog","w"); fputs($sm,"To: $email\n"); fputs($sm,"From: $CFG->admin_email\n"); fputs($sm,"Reply-to...
  10. clarkmurray

    Can't get to site--tried everything

    I think I have finally convinced Comcast that there is a unique routing issue. They are working the problem. I can do successful tracerts starting from other points, for example, www.dnsstuff.com. However, I still cannot access the site from my location via Comcast.
  11. clarkmurray

    Can't get to site--tried everything

    Starting yesterday, I am no longer able to get to my business site, digitalmusicdoctor.com using Comcast. I can get to the site just fine using Earthlink dialup. I can get to anywhere else on the Internet that I try using Comcast. I have tried Comcast support 4 times and they can only tell me...
  12. clarkmurray

    invoke javascript function from http link?

    >... ><body onload="myFunction();"> >You would write a page as above. Referrers would link to that page. Thanks. Works fine in IE. Unfortunately I was not able to get it to work in Firefox. 9% of my website visitors use Mozilla/Firefox.
  13. clarkmurray

    invoke javascript function from http link?

    Sorry, let me try again. Currently I have a page: http://cubase.digitalmusicdoctor.com/index.html That page contains the statement: <a href="javascript:movienew('Preview')">What's New in Cubase SX 3?</a> I would like to be able to publish a link to be posted on other websites which can...
  14. clarkmurray

    invoke javascript function from http link?

    I have an html page with a link on it that invokes a javascript function [javascript:movienew('Preview')]. Is there any way I can create an http link that invokes that function directly, without having to go to the page first?
  15. clarkmurray

    Windows Search & Script Tags

    Thanks. I did cross-post this to the Win XP group. And you wouldn't have a problem with W2K. According to the Microsoft Knowledge Base article, this filtering was first implemented in XP. I, for one, do not consider it an improvement.

Part and Inventory Search

Back
Top