Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. peat
  2. Ok you mean the code displayed in your post not on your site. I get it.
  3. Glad its sorted out. Yes it would be nice to have the files overwrite.
  4. I missed that What did you mean the breaks?
  5. I just tried this on my site I created a zip file, then in file manager I uploaded it clicked on the file name and selected extract I saw the file name: File Type: Zip archive data, at least v2.0 to extract then a list of each file as it was extracted if this is not working for you then open a help desk ticket to the techs.
  6. It looks good, in fact the site is looking very good But don't forget to close to the image tag with </a> change echo '<center><img src="'.$image[$rn]['pic'].'" alt="'.$image[$rn]['alt'].'" ></center>'; to echo '<center><img src="'.$image[$rn]['pic'].'" alt="'.$image[$rn]['alt'].'" ></a></center>';
  7. zero
  8. nest
  9. Thanks Thomas
  10. This is a simple one that I created for my site it lets you display a random image and a link. Just add more images and links to the array as needed. ><?php srand((float) microtime() * 10000000); $image[1]['pic']='/bob/297.jpg'; $image[1]['link']='/bob/index.html'; $image[2]['pic']='/jay/05.jpg'; $image[2]['link']='/jay/index.html'; $image[3]['pic']='/andrea/cat19.jpg'; $image[3]['link']='/andrea/index.html'; $rn = array_rand($image); echo 'Featured Member<br />'; echo '<a href="'.$image[$rn]['link'].'" target="_self">'; echo '<img src="'.$image[$rn]['pic'].'" ><br />'; echo 'Click image to see more.</a><br />'; ?>
  11. tush
  12. travel
  13. lilt
  14. rick
  15. lace
  16. Tait
  17. fall
  18. tale
  19. coded
  20. bale
  21. A quick backup can be done in cpanel > backup > download database
  22. At the bottom of MySql click on phpMyAdmin click on the database at the left and you will see the tables.
  23. A Subdomain is just a redirection setup by cpanel to the sub folder where the files are stored. The files are stored in a subfolder created by cpanel.
  24. real
×
×
  • Create New...