Jump to content

TCH-JimE

Members
  • Posts

    2,740
  • Joined

  • Last visited

Everything posted by TCH-JimE

  1. Welcome to the forum Lindsey, I hope you have been able to solve your problem. Jim
  2. Hello, TCH offers this by a CPANEL install, which installs itself into your directory only. It is exactley the same as the install which you will download from the main OScommerce website. Like TCH-Bruce above, I would suggest downloading it from thier main website and uploading it to yours so that you have "THE" latest version. You will not damage our servers by doing so! Any problems, give us a shout! JimE
  3. Hello Wampthing, I have noticed this recentley as well, I can flick foward a page, and then flick back and google gives it a different ranking all together. I just go with the average! At present, most of your pages are PR2 or PR3 JimE
  4. Hello With phpBB and accessing the admin panel, you will need to login twice. One problem could be cookies, so you need to do the cookie dance. First off, logout of phpBB. Second, close your browser. Thirdly, open up your cookie folder and delete every cookie there, reopen your broswer and goto the page and try and login again. Let us know how you get on. JimE
  5. Webgrl, Ok so this is a copy and paste, but it does the job! ><?php // melbdate.php3 // rename file extension from .txt to .php3 // or to .php (updated April 2003) // Script copyright (C) 2000 Dean Kennedy, Terrabyte Communications // Version 1.02 06 November 2003 // Free to use, modify and copy so long as you leave the above // two lines in comments. You can safely delete all other comments // and just leave the four line script // Distributed under the terms of the GNU General Public License (GPL). // Because it is licensed free of charge, there is NO WARRANTY, it is // provided AS IS. The author can not be held liable for any damage that // might arise from the use of this software. Use it at your own risk. // http://www.gnu.org/copyleft/gpl.html // To adjust the format of the date, see the list of variables at the // official PHP site (php.net): http://www.php.net/manual/function.date.php // // If your local time is *behind* the server time, then change the "+" to // a "-" in the $melbdate line // // Keep in mind that you'll have to update the $hourdiff variable within the // script when your *local* daylight saving time/standard time changes, if // it is a different setting to the server daylight saving/standard time // Variable for hours $hourdiff = "14"; // hours difference between server time and local time // If you don't know how many hours, then "uncomment" the three lines // below by deleting "// " to see what the server time is (remember to // put the comments "// " back when you've finished checking: // $serverdate = date("l, d F Y h:i a"); // print ("$serverdate"); // print (" <p>"); // Nothing needs to be changed below here unless you want to change // the format of the date (see above for URL of options) or your local // time is behind the server time $timeadjust = ($hourdiff * 60 * 60); $melbdate = date("l, d F Y h:i a",time() + $timeadjust); print ("$melbdate"); ?>
  6. Intresting Paul, I will have give that try on my own phpBB Welcome to the forums Rednight. If you want people to post images on your forum, take a look at the smartor album for PHPBB or Mighty Gorons Full album package which has all the bells and whistles on. http://smartor.is-root.com http://www.area69.phphost.info/ Jim
  7. Welcome to the fourms, glad you got your mail question sorted!
  8. TCH-JimE

    Forms

    Welcome to the forum Randa!
  9. Hello All, Thankyou very much, it has been a while but I feel proud to be back as part of the family here at TCH again.
  10. Hello Boxturt Norton Personnelly can't stand it and like TCH-Bruce, first thing that was deleted. I now use the CD as a rather good coffee coster. Could be very difficult to block a domain if no headers are sent. It might also explain why you are now getting hits from the old domain name that you had blocked. Nice going though!
  11. Hello, Another version, although all the logic for these htaccesses assumes though that the domain name this website is using is the one doing the fetching (e.g. its not a frame link or something) >RewriteEngine on RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?deals.*$ [NC] RewriteRule .* - [F,L] Just try replacing "deals" with the middle part of the domain name, don't piut a domain ending and leave the rewrite as is. Jim
  12. Hello Robmoster, Email aging is where the email arrives and then stays on the server for X amount of time before being deleted. Say you have 5 days in the cpanel, then the email is deleted 5 days after it arrives, even if you haven't read it! Edit: Doh, beaten to it! Jimuni
  13. Hello Mike, There should be some beeps as Paultwang says. Do you get any messages on the startup, how far does it get? E.g. showing bios, counting mem etc Jimuni
  14. Hello Mission, Ah i see about the jpegs not being hotlinked. I always like a challenge though, backup your htaccess first, but try this one, obviously replacing your URL in where it says yoursite.domain >RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.domain/.*$ [NC] RewriteRule \.(ram|rm|asx|wmv|swf)$ http://www.altaredlives.org [R,NC,L] Jimuni
  15. Have you tried [R,L] instead of [F,L] Jimuni
  16. Hello, Try this: >RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://(www\.)?somesite.com*$ [NC] RewriteRule (.*) /bad_referer.php [R,NC,L] (The R is needed for a redirect) Jimuni
  17. We look forward to having you as part of the family! Jimuni
  18. Hello, Correct, [L] must go at the very end of everything, its the last rule of the REWRITE engine. You can place other bits afterwords, just as long as its nothing to do with REWRITE. Other then that, it all looks healthy! Jimuni
  19. Hello, Hmmm, its not an true apache server and it seems to be missing quite a bit. Suggest you point out this too, between your version and the version found on TCH Good Luck! Jimuni
  20. Hello, Hmm, sounds like you should be talking to the tech department of the hoster in question, something seems seriously wrong. The fact the index.html can not display which is the most simple page that any web server can display is a worrying fact. Not knowing the client its hard to tell you how to close the deal, however, it should be pretty clear, put the pages on his not working server, put the same on an account here at TCH (put them in a sub folder of a working account just for a temp) and show him the two links. The result should be pretty easy to see. Also, point out the excellant customer service, low cost, top notch support and the fact you host many other clients here at TCH (I assume this from your first post) Jimuni P.S. Just for curosity sake, i would like to see the info.php for nothing other then to see what they have.
  21. Hello Sylvest, 1) Correct, they will be forced to ask for a username and password 2) My experience is the last protected folder in the chain is the one which is asked for authenication. However, if the folder calls a file from one before, it will pop up and ask for that authentication too. However, if this fails, the page will still load, just without what ever it was looking for. 3) I would heavily advise about having two usernames being the same in any authenication system. However, they are completley seperate as long as the name given to the protecting folder is different 4) Change each one individually 5) No, as the authetication is done via php session and there is no database to write too. If you want to do this, I would consider looking at the many various cms packages etc out there which would do this job 6) No, See point 5 7) You can, if the website is geared to one intrest so to speak, create a custom error page for authenication which will make them request an account. Cheers Jimuni
  22. Hello, I am much the same as TCH-Bruce. 1) Do you have XP Service Pack 2 on your computer (Desktop>My computer (right click), properties, on the first tab) and when was the last time windows was re-installed. If never, how long was that? 2) When was the last time you did hard disk de-frag? 3) Does this happen on any particular page, or pages? If so, can you post a URL? And last but not least, go through the programs in the add/remove software in control panel and have a good clear out of bits and pieces that you no longer use Jimuni
  23. Hello, Good luck with the FTP, as TCH-Dick says, there are tutorials etc to help you out. If you can use windows explorer then using FTP is just as simple, which is one of the many reasons I use it, infact I only ever use the CPANEL version if I am away from home and need to do some file editing. Good Luck and we are always here to help you! Jimuni
  24. Hello, If you have a spare few hours, creating a template is relatively easy to do. I must admit I often search around looking at various sites before going off and doing my own with ideas and thoughts gleaned from other websites. You also have that pride and satisfaction when the job is done too! Jimuni
  25. Hello, First off, create a simple index.php page and see if that can be displayed, and also a simple index.html page. This then would exclude any simple errors. Having had a quick search on the internet, try this: Unfortuantley most fixes involve editing the httpd file which you wont have access too. Also is the new host running apache or running php off a windows server? Jimuni
×
×
  • Create New...