Jump to content

natimage

Members
  • Posts

    824
  • Joined

  • Last visited

Everything posted by natimage

  1. I got in just fine, DarkHavoc. All the way to reading a post. No errors.
  2. Don, You don't need anything else to go with it. It is an Apache/PHP bundle. I believe there is a slightly newer version since I made my download, so I'm not sure of any differences. Shouldn't be many though. How hard? Well...I know nothing about Apache, and next to nothing about PHP and I did it. SO...I'd say it wasn't too hard. My biggest challenge was how to setup DWMX to work with it properly. And, as I've said before, I've yet to figure a way to get all subfolders to work nicely. The included files need a certain path in order to work on TCH, and another to work on my local machine. I think it has something to do with the root folder setup. Anyway...it wasn't that hard and it has been useful. I will say that I wasn't very impressed with their forums, though. But then again...I'm spoiled after being a part of this forum!!!!! Rock Sign
  3. Thanks, Lianna!! ...blushing...
  4. The times that I find it's worth it is when I have some crazy something or another going on with a page that I can't seem to figure out. I spent a lot of time making a small change and uploading over and over again. I downloaded and installed phpdev from http://www.firepages.com.au/. It's not perfect, and I run into some trouble if I have many subfolder levels in a site. But, I do use it a lot.
  5. What board are you using?
  6. Waynej, This is a guess...but, you might have to submit a ticket to the help desk with the updated info. Not sure, though. I stand corrected!!! Here is a quote: If you don't have a previous invoice, it sounds like you'll need to contact the help desk to find out the vendor for your account.
  7. Jim, Ever since I started using any php at all (and it's still not much), I've named every file I create .php. Even if there is no php in it!! That way, if I want to add some later, I don't have to worry about redirects or changing file names or any of that stuff!! I haven't come across any disadvantages, yet, in doing it this way!!
  8. Hi, Jeff. This is certainly not a fancy gallery, but the idea behind it would allow you to keep your content. http://www.rangecall.com/2003GalleryRodeo.php Check that out, but beware that the site is not finished. If you try to browse around, your likely to find dead links. 2003 Gallery, Concert and Rodeo Gallery are all that's complete! Click on one of the thumbnails to see how I set up the larger version files. Good luck!
  9. I don't use phpbb, but I've read about adding "styles" to the board. You can get styles at http://phpbb.com/styles/.
  10. nevermind...I just figured it out!!
  11. I've put the code into my .htaccess file in public_html folder. I've used a "Server header Checker" tool, but can't make heads or tails of most of it. Is there some other way of knowing whether or not my code is working?
  12. 'Nuther question. I read this in another forum that I found through google: Is that referring to things like, php includes for header and footer files?
  13. Hey...help is help, Frylock!!! Thumbs Up
  14. It allowed me to enter my name and when I logged in I came to a "Sorry all operators are busy..." message. If that's what it is currently supposed to do, then it worked. You have a small grammer problem on your login box... It says instead of Other than that...it looked nice!!
  15. OK...lets see if I understand this correctly: ExpiresActive On # Set default expiry to six hours after last access ExpiresDefault A21600 # Set expiry for image files to 30 days ExpiresByType image/gif A2592000 ExpiresByType image/jpeg A2592000 # Set expiry for error pages to zero <FilesMatch "^(error¦forbidden)\.html$"> ExpiresDefault A0 </FilesMatch> This should go into the .htaccess file of my public_html folder in order to apply the following rules to all documents within the public_html folder: set default expiration to 6 hours after last access set expiration to 30 days for gif and jpg files set expiration to 0 for error pages Question..can the comments in the script be left in the .htaccess file? Is there anything else I need to do to set this up? Thanks! OH...can someone explain to me why A2592000 30 days after access? I don't understand the logic of those numbers.
  16. Robert...you are hereby forgiven!!! I was actually kind of wondering how anyone would know anyone's gender here...especially with those non-gender specific names like mine...
  17. I have no idea why your images would randomly not show up, but I doubt if it has anything to do with your no-index settings. I know I have my images folder set to no-index and don't have any problems.
  18. ok...stupid question here...but, how do you find out that someone is hotlinking to one of your images?
  19. It is inconsistent, that's for sure. I think I'm going to try and successfully combine the two concepts. BUT...I'm still not re-doing those image pages just yet. It'll have to wait at least a couple of weeks. I've got 2 "volunteer/donation" jobs that will be a much lighter weight to bear once I get finished with them.
  20. Thanks Lianna...it's hard not to feel like a complete moron when you waste two hours of your day trying to figure out why something won't work when you didn't even plug it in properly!!!!
  21. If you must know...I did connect the ribbon cable, just not very well. Then, after I reconnected the cable, I forgot to plug the cursed thing back into the power!
  22. Thanks for looking, Jim...and confirming that it isn't just me. I even installed Mozilla 1.6 last night, hoping that there was something wrong with my Mozilla install. Obviously not, though. I considered putting the images in tables, but I was just trying to avoid it. I'd really like to move into CSS layout and away from Table layout. But, in the end, I may not have too much of a choice. Depends on how deep into the CSS I want to go! So far I like it a lot, but haven't done too much. Also...I searched and searched my code and couldn't for the life of me find anything that would cause this problem. Did you have the same thing happen on the Reseller Support link that I posted in an above comment? Same thing (kinda) there...upon first load it is all whacked out, then refreshes fine. Everytime I go there. Strange, huh? I forgot this part...at one point I commented out all the caption tables and it still had the glitch...
  23. It's working now...I am NOT telling anyone why the second drive wasn't working...
  24. UPDATE I went into the device manager for the new drive and UNchecked the "enable digital audio" box. The new drive will now read the software installation cd. Haven't tried other CDs yet. Computer is still not finding the old CD/RW. It does not show up in explore and is not listed in the hardware device manager. Any thoughts?
  25. TRY HOTSCRIPTS, if you haven't already. I looked over this page, but thought you'd be better at deciding if there is anything worthwhile on it...
×
×
  • Create New...