Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Added looking good
  2. Good for you let us know if you need anything, we love to help
  3. Welcome to the forum lapinos
  4. Welcome to the Family Lorraine and your new home! Can you give us a link to your site so we can try to see the problem? As to MS publisher, I have not used it, but if you are happy with your design and just starting out, stick with it and see what happens. You will find as time goes by and your experiance grows you may want to try other programs. You might also check the help menu to see how images are handled by the program. Are they uploaded for you? or do you have to upload them with another program like ftp (file transfer program). Another thing to look at is the names for your images. Case matters and you really should just use lower case. Your program may upload them as all lower, but you may have used upper and lower case on your page. You can add a - or a _ between words in the names to make them more readable like my_photo.jpg let us know what else you need. We really are like family here. So if you need anything, just ask your new family! We love to help
  5. The problem with DAV is that it can be used for a DOS attack. So in a shared hosting enviroment this is not safe.
  6. Looks good Now the fun begins
  7. <?php include $_SERVER['DOCUMENT_ROOT']."/pool/top.php"; ?>
  8. try include $_SERVER['DOCUMENT_ROOT']."/pool/top.php";
  9. Lightly
  10. How are you including? include("file"); or include $_SERVER['DOCUMENT_ROOT']."/file";
  11. I use Bruces method above as all my html pages are made up of php includes. I also added shtml to the list so my error pages can use php. However SSI will no longer work in the error pages, but I do not care as I use php instead.
  12. Welcome to the forums, dancedevotee I have never used a list with that many, but I am sure others have. it may take a while for them to check in here. Another option if the list is critical is to use some thing like Group Mail If you buy it you use their server.
  13. Keep in mind for the php include, that if the second site is not yours and they have hotlink protection enabled you will not see images. for an Iframe you might try this ><iframe src="http://www.another-domain.com/folder/file.html" height="550" width="100%" name="Assets" marginwidth=0 marginheight=3 frameborder=0 > If you can see this,<br /> your browser doesn't understand IFRAME.<br /> However, click this <A HREF="http://www.another-domain.com/folder/file.html">link</A> to see the page for Assets.</iframe> <br />
  14. Line
  15. Welcome to the forum orgcoco what code generators do you mean? what do they do? can you give us a link? In any case without looking at the results, I would say you should be able to edit most php code unless its somehow protected.
  16. Um ah ok how about insect repellent the other kind is known as booze
  17. Aaron, have a good time, don't forget insert repellent
  18. Movie
  19. Paulo, I am glad you got it working.
  20. Way to go David
  21. Hi You need to publish to ftp.your-tch-domain and set up the remote directory to public_html
  22. Well its not a browser cache problem. There are no images thet your coppermine sees. So where are the images going? I would look in the folders with an ftp program or cpanels file manager. if you find the images in another folder then its a configuration problem As another thing to try change the pemissions of the folders that you are trying to upload to ( 1001 and 1002 ) under userpics if coppermine has created those folders it should work. But it is something to try to get this figured out.
  23. Paulo, do you receive any error messages when you upload the images in coppermine? do you have a link so we can see if others can see the images?
×
×
  • Create New...