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 Rhinorhino 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 BlankCanvas

  1. BlankCanvas

    Flash Help Needed

    I am looking for someone to help me modify a chat system written in Flash MX. Simply make the page width dynamic over the standard fixed width of 438 pixels. Which is just to small to use for most people. Current system can be found at...
  2. BlankCanvas

    Check URL and add GET value as required

    Just wanted to say a BIG thanks to you for this help, it looks so easy when you see a pro do the coding :-) Thanks again, great modified script.
  3. BlankCanvas

    Check URL and add GET value as required

    Hi, I have a simple frame buster script as follows: <script language=&quot;JavaScript&quot;> <!-- Hide from old browsers if (self.parent.frames.length != 0){ self.parent.location=document.location; } // end hide --> </script> It works just great on my pages (which are PHP) but I would...
  4. BlankCanvas

    .htaccess protect entire site, apart from 3 files.

    Hi dbase77, Agree with what you are saying and already thinking of doing something along those lines. However I have severl sites, with existing pages and external links that would be a nightmare to update in one go. It may not be possible at all, but if I can great. a one file solution for...
  5. BlankCanvas

    .htaccess protect entire site, apart from 3 files.

    Hi, Can anyone tell me if it is possble to protect an entire site using .htaccess files whilst still allowing 3 files to be accessed by any user. i.e. splash.html, splash.jpg & banner.jpg . My current .htaccess looks like this: #Start of File. DirectoryIndex splash.html AuthType Basic...

Part and Inventory Search

Back
Top