Jump to content

TCH-JimE

Members
  • Posts

    2,740
  • Joined

  • Last visited

Everything posted by TCH-JimE

  1. Hi, It must also be only 16 colours too (e.g. 4 bit) and it does not always display everytime. (The joys of IE) Jim
  2. Hi, Its neither, its shown as a bot, and all bots come show up as members. Jim
  3. Hi, No CF can run on Linux and Apache. Jim
  4. Matt, Blocking the right click is done via javascript, it is however, also very easily overcome. ><script language="javascript"> <!--// function press() {if (event.button==2) { alert('sorry, you cannot do that')}} document.onmousedown=press //--> </script> As noted above this is very very easily overcome and most people dont bother with it any more. Again, source code is not protectable. There are hundreds of websites out there which claim, often for a fee, they will tell you how to stop it. All of these can be bypassed and source code taken, it just depends on how much that person wants it. Sorry to sound so negative! Jim
  5. Hi, I will point out that come september AMD launch there 64bit chip which has backward compatability with 32bit applications. Intel will be using software for that so expect bugs. Expect huge amount of bugs Dont spend too much! Jim
  6. Hi, At the end of the day, you do what the client wants. Its always the way, the client not only knows best, but is always right. Design the site how they want it. If you have time, you can show them AFTER the site has been built other ways. Some animated gifs do infact look very good so its not all bad news. Jim
  7. Hi, Check here for hopefully a explination of how to get around it: http://www.totalchoicehosting.com/forums/i...8&hl=hotlinking Jim
  8. Hi, I would like to point out that you will need a cooler for the CPU and preferably a case fan too. Also do you really want an all in wonder card? If you plan to play games on it, the all in wonder card is not up to it. Jim
  9. Hi, From what you have said, I am guessing they are in a table or a layer where the width is a % of the screen. You will either need to use a static amount or use absolute positioning with CSS. Iframes is not really recommended now with CSS around. Jim
  10. Hi, No coldfusion is not available here at Total Choice Web Hosting. Jim
  11. Hi Li, Sounds like a manager does not want to give out the money. They will have to when 64bit comes along. Even with it auditited and red-taped, it should be shown that anything is better then dos, and as long as it audited correctley, the move should not be a problem. I can't believe companys around the world still use such ancient technology and then wonder why it will cost so much to do anything with it! I have scoured the net for you, Try these few links: http://www.chicagotribune.com/technology/c...-technology-col http://peccatte.karefil.com/Software/EasyC...yConsoleENG.htm The only thing I can suggest is try them out before doing anythign rash. get 2 machines together and see what happens. I don't think there are many gurantee's with XP and dos these days. Jim
  12. Hi, XP still comes with DOS, but its slow and problematic. I suggest you trash the old account system in, as even the free accounting systems found on the front of many magazines should suffice! Jim
  13. Hi, Yes thats correct. You can see it in dreamweaver, but to actually test it if you got working code, you will need the server Jim
  14. Hi, No worries, sounds like maybe a cache issus with Safari Jim
  15. Hi, If you submit a new help ticket to the help desk and ask for this to be installed, along with a good explination, we shall look at installing this for you Jim
  16. Hi, Apache is the program which sits on the linux server and transforms all the coding and intructions into the web pages you see. It is available for a free download but it will not have any of the nice cpanel bits which you get here. If you want to use php on your own computer, its not a problem, just code away in notepad or something. If you wish to see it working, you can either upload to your website on Total Choice web Hosting account or get your own home web server to test it out on before uploading to Total Choice web Hosting account. Jim
  17. Hi, At this present time, no this is not possible. You should always be able to see your email via the port number given, but to send, you may have to use y our business or ISP own SMTP server. This is not a difficult thing to do and can be easily set up Jim
  18. Hi Z, Please could you start a help ticket in the new support desk and we shall take a look at it for you. Thanks, Jim
  19. Hi, I have been playing around with my htaccess file today after someone hit me over night with a teleport pro which I thought I had banned. Now that I have worked out my error, and updated the list, i get this error log message: >/home/username/public_html/.htaccess: RewriteCond: bad flag delimiters Now from what I can tell, one of my strings in the htaccess rewritecond is wrong, but which one? >RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^almaden [OR] RewriteCond %{HTTP_USER_AGENT} ^Anarchie [OR] RewriteCond %{HTTP_USER_AGENT} ^ASPSeek [OR] RewriteCond %{HTTP_USER_AGENT} ^attach [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^BackWeb [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Bandit [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond %{HTTP_USER_AGENT} ^Buddy [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Collector [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Copier [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^CICC [OR] RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT} ^DA [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*DigExt.*$ [OR] RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo\ Pump [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Wonder [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Downloader [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Drip [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^DSurf15a [OR] RewriteCond %{HTTP_USER_AGENT} ^EasyDL [OR] RewriteCond %{HTTP_USER_AGENT} ^eCatch [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^FileHound [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^frontpage [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^GetRight [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^GetSmart [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] RewriteCond %{HTTP_USER_AGENT} ^gigabaz [OR] RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^gotit [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Grabber [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^GrabNet [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^grub-client [OR] RewriteCond %{HTTP_USER_AGENT} ^HMView [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^HTTrack [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^httpdown [OR] RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Indy\ Library [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^Iria [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Irvine [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^JOC [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^JustView [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^LexiBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^lftp [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Link [OR] RewriteCond %{HTTP_USER_AGENT} ^linkwalker [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^likse [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Magnet [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Memo [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^microsoft.url [OR] RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Mirror [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^MS\ FrontPage [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^MSProxy [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR] RewriteCond %{HTTP_USER_AGENT} ^Navroad [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NearSite [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NetAnts [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NetSpider [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NetZip [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Ninja [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^NPBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Octopus [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^pavuk [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Ping [OR] RewriteCond %{HTTP_USER_AGENT} ^Pockey [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^psbot [OR] RewriteCond %{HTTP_USER_AGENT} ^Pump [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^RealDownload [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Reaper [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Recorder [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Siphon [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^SlySearch [OR] RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Snake [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^SpaceBison [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Stripper [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Sucker [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^SuperBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Surfbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^SlySearch [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^turnitinbot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Vacuum [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^WebCopier [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR] RewriteCond %{HTTP_USER_AGENT} ^.*WebMiner.*$ [OR] RewriteCond %{HTTP_USER_AGENT} ^Webster [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb(\ Image¦\ Sucker¦Auto¦[Bb]andit¦Fetch¦site¦ZIP¦.*er) [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*WebStripper.*$ [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Whacker [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Xaldon [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster RewriteRule /*$ http://www.fade-away-into-no-where.com [R,L] Any ideas fellow Total Choice Web Hosting family? Because its driving me insane and its too hot to think. Jim
  20. Hi, Buy the domain name. Start a help ticket explaining you want a domain parked. Then you may edit your nameservers for the domain name. What could be simiplier? Jim
  21. Yes you can ripthejacker and there is no fee Jim
  22. Hi, Just ask for the site to be restored to a point where the forum worked Jim
  23. Hi, Well line 108 problem is due to a spelling error on line 108 of the index.php I would start a help ticket and ask for your site to be restored back to when the forum was working. Jim
  24. Hi, Have you got a backup available? Jim
  25. Hi, Even if you could get inside your htaccess file, it would not work because it pulls the page from your account which has exceeded the bandwidth, hence it would not work Jim
×
×
  • Create New...