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 IamaSherpa 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: *

  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.
  16. clarkmurray

    Windows Search & ASP Script

    I did check this registry key, and "FilterFilesWithUnknownExtensions" is set to 1.
  17. clarkmurray

    Windows Search & ASP Script

    Windows Search will not find any text string in an ASP file between the <% and %> tags. I have changed my configuration as specified in Microsoft Knowledge Base Article - 309173 which basically says to turn on "Index files with unknown extensions", but it still won't work. I am running...
  18. clarkmurray

    Windows Search & Script Tags

    Windows Search will not find any text string in an ASP file between the <% and %> tags. I have changed my configuration as specified in Microsoft Knowledge Base Article - 309173 which basically says to turn on "Index files with unknown extensions", but it still won't work. I am running...
  19. clarkmurray

    Wait Until Midi Finishes

    If I launch a midi file with document.write('<EMBED SRC= &quot;MyMidiFile.mid&quot; HEIGHT=0 WIDTH=0 AUTOSTART=TRUE VOLUME=100%>') is there any way to wait until the file has finished playing and detect that condition?
  20. clarkmurray

    IE 6 Javascript Errors

    I don't claim to be an expert on the registry, but for what it's worth: You can certainly verify whether the registry values mentioned in Q281769 exist or not without any risk by searching on the key or a portion of the key. If you need to change anything, the standard Microsoft caveat...

Part and Inventory Search

Back
Top