Jump to content

LisaJill

Members
  • Posts

    1,660
  • Joined

  • Last visited

    Never

Everything posted by LisaJill

  1. bell, I've always had problems with cpanels hotlink protection; and this spans several hosts. That's why I edit .htaccess directly. Supported also helped me with troubleshooting some issues with that script awhile back (way beyond the call of duty =) ). the url's to allow access box is so supposed to make it so that sites referencing images from those url's do NOT get the x's, but get the images. Anyone else would get the x's. Hope that helps. I'm sorry you're having so much difficulty with it. =/
  2. To my knowledge there is no limit on the size of a file attachment. There are quotas in cpanel, so if someone had a quota of say, 2meg, and an attachment was sent that was over that; it would be bounced. Various email clients (such as Outlook, or webmail) may have settings to restrict sizes of files. But there isn't any restriction server-side. I've sent and received files up to about 6 meg in email. If you're going to do this, however, warn the recipient, because it *can* cause some problems or just cause them to be very confused. Ultimately, if you really need to transfer large files, you would be best setting up a directory for those files and using ftp. I realize that's not always possible though. Especially if the client is on dial-up this needs to be avoided at all costs. So, the question I'd have to ask is what email clients are involved, and what size files?
  3. Do you have an entry within the last 7 days, consecutively? That's the default for it to show. You can either up this in weblog config - > preferences, make a new post, or go to templates -> main index template, and find where it says: ><MTEntres> and change it to look like ><MTEntries lastn="7"> where 7 is the number of posts to show regardless of date. Does that help?
  4. bell, can you type in exactly what you put there, and what the code is that you're using for your images? I'm not really sure how blogger works but it may be needed to allow in something else as well, although I wouldn't expect it.
  5. bell, did you type in your domains names in the "Enable Hotlink Protection: Urls to Allow Access:" box?
  6. The basic answer to all of that is 'yes'. All your files will end up in public_html, not in /~username. You'll always need to use the IP address /~username prior to delegation/propogation, never JUST the IP address. Just want to clarify that as somewhere in the middle of your message you left off the /~username. But you can upload/import everything, indeed; I did that with my MT installation while I waited for propogation. And welcome to the family!!! Rock Sign
  7. They're linked, so won't matter which you use, to my knowledge. =)
  8. Been m'pleasure weezy; and thank you Kevin. =)
  9. Happy that you got it running.
  10. Anytime!
  11. These are basically telling you that it can't find the files to include them. If you ftp in, do you see the proper directories and files there? From the errors, you are looking for directories, fully populated with files, off the same directory that the file that is throwing those errors is off. That should include: language theme I also note with theme that it has two slashes. I have never installed phpnuke but wherever you do the config for this, you should make sure that it is only looking for theme with one slash. =) I hope that helps a bit, sorry I can't be more specific...
  12. It played uh, mostly fine for me. Everytime the speaker paused I had to click 'forward' . It did not seem to want to advance on it's own. However, I experienced no blank outs or restarts. This was in firefox too, if that makes a difference. =)
  13. Moved for organization. =)
  14. Is what you want simply a form for people to email you from? I hate to disagree with Aromal, but I would highly suggest you not use formmail. Plenty of unscrupulous folks use that to spam from. It's a very unsecure and well known script. I personally use DodosMail and several people here use Ultimate Form Mail. Sorry I can't help with the other formmail.
  15. Your stylesheet needs tio be inside of public_html. You could have it in say, public_html/css/ or something such, but if it's in a directory prior to public_html then it's not web accessible. Hope that helps. =)
  16. The cpanel thing actually modified .htaccess. Granted it's a prettier version, for sure. I'm not sure why it should be any different. Sorry I can't help more. =/
  17. Moved for organization. =) I just edit my .htaccess manually to add hotlink protection. This is what mine looks like; the url's listed are *ALLOWED*. Anything not listed gets turned down. >RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ [NC] RewriteCond %{HTTP_REFERER} !^http://lisa-jill.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://lisa-jill.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.lisa-jill.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.lisa-jill.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.bloglines.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.bloglines.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://bloglines.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://bloglines.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://technorati.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://technorati.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.technorati.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.technorati.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://chris.lisa-jill.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://chris.lisa-jill.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://lisajill.livejournal.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://lisajill.livejournal.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.livejournal.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.livejournal.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.lisa-jill.com/images/hotlink.jpe [R,NC] I haven't had any problems with images not showing since using this version of .htaccess... so I don't have answers to your other questions. Hope that helps. =)
  18. One month at a time is fine. You can do blocks as well; but there's no problem, or cost change, with going month by month. There is an extra savings if you buy a years worth, however. I hope that helps to answer your questions. =) Look forward to welcoming you to the family!
  19. If you'd rather not have it date based, but always the last n number of entries, go to templates, main index. Find the line that says ><MTEntries> and change it to look like ><MTEntries lastn="7"> replacing the 7 with the last number of entries to always show. I should have done this when I walked you through the install, sorry about that. It's one of the biggest causes of confusion for people new to MT =)
  20. Moved for organization. Also, it might help to show what the current code you are trying is (you can replace the sensitive details) and the error, if any.
  21. Try: http://my-ip/~username/gallery The IP is actually that of the shared server, not your own personal IP, so you need the /~username to differentiate it. =) Hope that helps!
  22. Thanks, Mitch. Rock Sign
  23. Very possible, roadmap. The only other option I can think of is contacting the webmaster (I recall seeing a link) and asking him/her about it...=)
  24. I'm not sure what script that is and I haven't made any quizzes. But if you want to scan through the search results for quiz at hotscripts.com, I narrowed it to php only. You might find something that suits you. =)
  25. My pleasure.
×
×
  • Create New...