Jump to content

TCH-Thomas

Members
  • Posts

    15,512
  • Joined

  • Last visited

Everything posted by TCH-Thomas

  1. Ive updated invision, which went smooth. Now im trying to edit the css. I do my changes and and all is good but if i wanna do more changes, the attached screen meets me. All I can do to have this message go away is to chooose to overwrite my changes, which i of course doesnt want too. What am i doing wrong? -Thomas
  2. Im no support guy but if you have his ip, you can block him in cpanel I think. -Thomas
  3. Try K-lite. Same thing (using kazaa-network) but without spyware. Unfortunately they cancelled developing it and and website aint working. But pm me a emailadress and i send it to you. -Thomas
  4. Thanks Dick -Thomas (who goes back to normal (for him) colour-sight)
  5. lol, but its true, if you ever screw up anything, there is always who did that too and have the solution to fix it. It can take a day or two (VERY rare though), but there will be a solution.I have no hosts to compare with but those free ones like tripod, but i have spent my money on TCH and NO regretion. -Thomas Rock Sign
  6. Ive been trying to edit the css for invision forum, but cant find what line controlling color for the "Test category". Anyone knowing? -Thomas (who now sees the colors this guy has in his head )
  7. I have a similar problem in coppermine photo album so I´ll be watching this one close. :Nerd: -Thomas
  8. Nope, unfortunately it doesn´t. Even tried to different configurations in Norton P.F, but no success. -Thomas
  9. Im trying to log in to my photo album but all the time i get the following error: Where in I.E 6.0 (or Norton personal firewall if relevant) do i change that? Until now it has worked fine, but not now. -Thomas
  10. I love a guru with humour. -Thomas
  11. Ive seen many people being asked to submit help desk tickets thru the time. I dont mind that, shows the support is more than willing to correct things immediately. Since you add so much great links on top in this forum, would it be possible to have one leading to where i fill out those tickets? I dont think there is one anyway, or is there? -Thomas
  12. Don´t know if im too early, but yep, its still there. -Thomas
  13. From today when i access this forum following box pops up (see attached). This box only appears when i enter the forum, no where else on the net. Ive have run every spyware-, antivirus- program i have but no luck. If nothing new started by TCH, do anyone else have this problem? -Thomas
  14. Can i import a guestbook backup? I had a database-thing named blahblah_agbook and made a back up. Got some trouble installing the update for new guestbook but figured it out. Solution was to make a new database (there was probably a better solution) and i named that blahblah_guestbook. Can i import info in old database to new? If so, please take it from beginning or tell me where i find (pre)newbie-instructions. I tried the documentation but it said nothing about importing as i saw. -Thomas
  15. Drop thi, I figured it out. Got a new question so i start a new thread in another place.
  16. Hi, On KW´s CSB-support it says I am about to publish a new site to a new server and have forgotten how i did with my first site here. As i recall i did NOT delete it, but i may have. -Thomas
  17. Thank you Mitch and Lianna. Sign-up is now complete and we should soon see a new member in the family. I messed up some in registration, but i will fix it as sooon we see it works. -Thomas
  18. What does this message mean? I have written right username and pw in the install. -Thomas
  19. Hm... It seems to have been a problem from a single computer. The guestbook was tried from another isp and that one worked. Thanks Mitch. -Thomas
  20. I tried to sign up. They declined it with the following reason: I just had to reply with: -Thomas
  21. Anyone knowing why adv. guestbook isnt mailing me there is a new entry and the visitor isnt get a thank you for signing...? -Thomas
  22. Works and looks great. Thank you Curtis. -Thomas
  23. Thanks Jack , but im not too good at php yet, so I go with Curtis thing this time. Just one question... Is there a way I can get rid of the AM/PM thing. No need for it if it shows 24 hours time. -Thomas
  24. The following time and date script shows 12 hour clock (AM/PM), can i make it show 24 hours, like 13.00:05? ><HEAD> <script LANGUAGE="javascript"> <!-- Original: Craig Lumley --> <!-- Web Site: http://www.ws4all.co.uk --> <!-- This script and many more are available free online at --> <!-- The javascript Source!! http://javascript.internet.com --> <!-- Begin function MakeArrayday(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function MakeArraymonth(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function funClock() { if (!document.layers && !document.all) return; var runTime = new Date(); var hours = runTime.getHours(); var minutes = runTime.getMinutes(); var seconds = runTime.getSeconds(); var dn = "AM"; if (hours >= 12) { dn = "PM"; hours = hours - 12; } if (hours == 0) { hours = 12; } if (minutes <= 9) { minutes = "0" + minutes; } if (seconds <= 9) { seconds = "0" + seconds; } movingtime = ""+ hours + ":" + minutes + ":" + seconds + " " + dn + ""; if (document.layers) { document.layers.clock.document.write(movingtime); document.layers.clock.document.close(); } else if (document.all) { clock.innerHTML = movingtime; } setTimeout("funClock()", 1000) } window.onload = funClock; // End --> </script> </HEAD> and <BODY> <span id=clock style="position:relative;"></span> -Thomas
  25. Can this be done with domain registration too? Meaning, would be nice to give them the www.blahblah.com too. -Thomas
×
×
  • Create New...