Jump to content

DarqFlare

Members
  • Posts

    2,215
  • Joined

  • Last visited

Everything posted by DarqFlare

  1. Make sure the CHMOD is set correctly on: 1) The executing script 2) The folder where the script upload the file to.
  2. Thanks for your comments, and welcome to the family!
  3. Well, I've recently researched a certain subject: whether or not to turn off your computer when not in use or leave it on. I've posted about it here. Go read about it. There are a few linked articles in there to assist your reading. You'll find that I lost my C:\ drive's file system because of trying to find an auto-shutdown program for WinAmp. Anyway, after resaerching it all, I think I'm leaving my computer on all the time but will have the monitor shut off...
  4. I've got FireFox at least for website testing purposes.
  5. That's awesome... Maybe I should get you to make me a darq-themed case, hehe...
  6. Technically, the referrer to a website is the last one visited. So if one person visits Site A 30 times in a month and then immediately visits Site B each time afterwards, there will be 30 registered times that Site A referred to Site B. This can obviously be misleading.
  7. The world may never know.. I imagine they probably needed to dry them or something... Once my wallet got submerged and I used a hair dryer to get my monies all fixed.
  8. Dotster, but I plan on switching them all over to TCH soon.
  9. Yay! Certainly looking forward to the upcoming year! [drools thinking of the new reseller plans]
  10. Well, from my family's extensive CD collection, I use CDex to rip them down into an MP3 form. It is a nice open-source freeware program. For organization... I just have one master folder called MP3 under My Music. However, I do have two subfolders: One for my own music, and one for my friends'. My filenaming convention is the standard "Artist - Song Title." My ID3 tags do not contain any other information other than the Artist and Song Title, aside form my own and my friends' music. I use WinAmp 5 for all my music needs, but the DJ has to have Musicmatch to transfer them over... So whenever I rip a new song, I just transfer it over after it's done. As far as capacity, I have about 825 songs on the DJ and it's only.. 1/4 filled.
  11. Heyy, welcome to the moderating family, new Mike! The Roberts will always have the edge.
  12. Yes. Good idea... write one up. I think the new singular rule is working. if it doesn't at any point, I'll keep you posted.
  13. That's about what I was thinking... I'll try it out.
  14. For now I've disabled the protection on my website until we get this figured out.
  15. We seem to be on the same track here.. Checking that guide page you gave me.
  16. Aha. I think I know why... The conditions are right before text.jpg. There are no conditions after text.jpg before the next rule...
  17. I posted my rewrite coding above... Not a single image defined in the Rules, save for text.jpg, is loading on my site...
  18. Well, it's not working as I expected... Here is my stuff: >RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://omgn.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://omgn.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.omgn.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.omgn.com$ [NC] RewriteRule ^/*images/+text\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+title\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+title_alternate\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+advertisements/+omgnbox\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+advertisements/+omgnbrick\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+advertisements/+omgnbanner\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+advertisements/+omgntower\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+web/+88x30\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+web/+88x31\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+web/+100x60\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+web/+468x60\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] RewriteRule ^/*images/+web/+125x600\.jpg$ http://www.omgn.com/images/undef.gif [R,NC] For some reason, title.jpg and advertisements/omgnbrick.jpg are Hotlink Disabled on my own website, but text.jpg isn't.
  19. lol... Congrats on the birthday! Good to see you locked up for another year, hehe.
  20. Yeah, I gathered the ! was for NOT... Well, by the image in my previous post, the rewriting is working correctly. Thanks a bunch, I owe you. We're looking into adding this information as a new help page to TCH's Help section for others that may need it, since I am not the only one who has asked these questions.
  21. Ahh, you added a legend. Good stuff, this is starting to work for me. Hopefully this will be helpful to others here in TCH. {Edit} I finally understand all of this. Maybe I should have actually read that article you gave me, but I see how things are working now, using the regular expressions... Thanks. {Edit #2} Added in an image to this post for testing purposes:
  22. Congratulations! I had a good friend named Nathan, so that's on the right route already! Hehe...
  23. Well... here's the problem. my images/ folder has about 10 subfolders in it. You can see the directorial problem. Thanks BG, I'll take a look at that this morning and see what I can get working... Will separating the filenames onto a newline so they don't get so long on a single line cause problems? Also... Could I have more than one line for rewrite rule for easier organization? How do I add a directory to a rewrite rule? For instance... Say I've got 2 files. images/this.jpg and images/other/this.jpg I only want to protect one of them.. I need to explicitly state the directory for the one I want to protect...
  24. Happy that you're impressed! Good luck whatever route you decide to go!
  25. I'll probably need to include each file by name, but that's no problem. I don't mind... I'm not in a particularly read-y mood tonight. Can you give me a sample snippet that I can mold into my own uses? I've just worked on my website so much today that I really don't have the energy to research mod_rewrite...
×
×
  • Create New...