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 strongm 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. jamiejamie

    file_exists using URL

    This Script Works! <html> <body> <center> PIRATE<p> <?php if (@fclose(@fopen("http://www.jamiejamie.com/sites/default/files/pirate.png", "r"))) { print 'File exists.'; $path1="http://www.jamiejamie.com/sites/default/files/pirate.png"; } else { echo 'File does not exist.'...
  2. jamiejamie

    file_exists using URL

    I have two webservers. One webserver checks to see if a file exists on the other webserver. The file does exist, but my code returns a value of false. Why? And, how can I get it to return True? <?php $filename2 = 'http://www.jamiejamie.com/sites/default/files/pirate.png'; if...
  3. jamiejamie

    Pass variable from .htaccess basic auth to PHP

    Is it possible to pass a variable "Username && Pass" from Apache Basic Authentication to a PHP script? If so, how? Jamie Aaron http://www.jamiejamie.com
  4. jamiejamie

    Permissions: Linux Workstation + Windows Server

    smah, thank you for asking. It's a workgroup called macnet. I can see the folders and files on the Windows Server, but I can't create a folder or anything else on the server from my Linux workstation. It does not prompt me for username/password. My guess is that "everyone" has read-only...
  5. jamiejamie

    Permissions: Linux Workstation + Windows Server

    If I can do it with a Windows Workstation, I should be able to do it with a Linux Workstation. What I want to know is how I can connect to the server without making modifications to the server itself. Any ideas? Jamie Aaron http://www.jamiejamie.com
  6. jamiejamie

    Permissions: Linux Workstation + Windows Server

    I have a share on a Windows server. On my Windows workstation, if I login as "jamie" and I go to the share via UNC path, "\\server\folder", I am able to to create a folder. However, if I log in under any other Windows workstation accounts, I am unable to create a folder. With my Linux...
  7. jamiejamie

    Win XP Reboot

    Since you're not connected to the internet, then I would guess that your PC is free from viruses, spyware and adware, so you should be free from that worry. For the most part, Windows runs fine without the updates. Since most of the updates address security concerns related to an internet...
  8. jamiejamie

    upgrading from 98se to XP pro

    I've tried upgrading from Windows 98 to Windows XP on more than one occasion. You should really consider backing up your data and then doing a completely fresh install. It's almost a sure bet that at least some of your 3rd party Win98 programs are not going to function correctly after the...
  9. jamiejamie

    Custom countdown script?

    Oh by the way the one i had found was at http://www.geocities.com/SiliconValley/7116/jv_time.html but it gave a javascript error when placed in a forum on ezboard (it seemed to work fine on the main page)
  10. jamiejamie

    Custom countdown script?

    Ok sorry to make it sound the way it sounded. I didnt mean it totally like that. Was just wondering if i could get one...or if anyone knew where one was. To be totally honest i dont have the slightest clue about javascript :( jaredn: I understand what your saying, and this is hard to explain...
  11. jamiejamie

    Custom countdown script?

    Yeah i've seen that one and others like that before, but as i've said, that can only be configured to count down to a DAY. I need one that can countdown to an HOUR.
  12. jamiejamie

    Custom countdown script?

    Could someone please make me a simple countdown script, yes i know there are many out there but none that do this: I would like it to countdown to the HOUR, many only count down to the day. Could someone make this? i dont mind weather its displayed in a text box or other. Also when it get to...

Part and Inventory Search

Back
Top