Search results

  1. TechAsh

    PHP / SQL Problem

    Everyone makes mistakes. I'm glad I could help. *Closed*
  2. TechAsh

    Open source cms(searching)

    Have a look on this website: http://www.opensourcecms.com/ It has a large list of CMS'. Also that website has a demo of each CMS so you can try them and find one that you like. I use Joomla on my website (Link in sig), and there are plenty of MODs/Extensions available, but it isn't always...
  3. TechAsh

    Firefox trying to set a world record!

    I've just signed up. The total for my country (UK) is around 900 at the moment. And the US has just gone over 10,000.
  4. TechAsh

    Windows 7

    Wikipedia has an article on Windows 7 here: http://en.wikipedia.org/wiki/Windows_7 I'm not sure how reliable it is. I don't think I'll be getting Windows 7 when it comes out, I'm still using XP and have no plans to change to Vista. Anyway it'll be at least 2 if not 3 years before Microsoft...
  5. TechAsh

    Download from site

    Ok, I'm glad I could help. I'll close this thread now. *Closed*
  6. TechAsh

    Download from site

    If the file is in a web accessible place (i.e. somewhere inside the public_html folder) then just place a link to it, the visitors browser will automatically download it. NOTE: This will not work if the file has a extension that is used by a website (e.g. .html, .php, .pl, .cgi, etc.) in this...
  7. TechAsh

    PHP / SQL Problem

    The host should be 'localhost'.
  8. TechAsh

    What better Cpanel or Plesk?

    *Moved to Scripts & 3rd Party Apps* It seems to fit better there.
  9. TechAsh

    .htaccess firewall

    No. If you place it in the main directory, it will work for all sub-directories as well.
  10. TechAsh

    .htaccess firewall

    I have tested it on my site. The only problem I've noticed is that it blocks "." in the query string, and this can cause problems with some scripts that use this. I just commented that bit out of the .htaccess file any it still works. I haven't tried to hack my site with this firewall in place...
  11. TechAsh

    Jambo from Kenya

    Welcome to x10Hosting neverpentium. I hope you enjoy your stay with us. As Verbsite said, any questions, just ask.
  12. TechAsh

    help with javascript

    Can we see the source code of songswitch.js please. It may help. Another suggestion. Try combining two methods mentioned above. Put this in the <HEAD> ... </HEAD> section: And then use this Replace "the name of the function" with the name of the function that switches the image or whatever.
  13. TechAsh

    PHP unique hit counter

    Try this code: <?php // Unique Hits PHP Script // ----------- March 2004 // Contact author: uniquehits@sizzly.com $log = 'hits.log'; $IP = getenv (REMOTE_ADDR); $add = true; $hits = 0; if (!file_exists ($log)) { echo "Error: $log does not exist."; exit; } $h = fopen ($log, 'r')...
  14. TechAsh

    Upload progress monitor

    Have a look at this: http://uber-uploader.sourceforge.net/ it may be what you are looking for.
  15. TechAsh

    Dynamic images/banners

    There is a Tutorial about making Dynamic Images here: http://forums.x10hosting.com/tutorials/66161-dynamic-images-php.html
  16. TechAsh

    What are your favourite bands?

    I like: The Killers, The Strokes, some of The Fratellis, Red Hot Chilli Peppers, Nickelback, Muse. There are probably more that I like, but I think they have already been mentioned.
  17. TechAsh

    scgiwrap error?

    *Moved to Free Hosting* You will get better replies in the Free Hosting Forum, because that is where the staff usually visit.
  18. TechAsh

    Best computer shop!

    I normally use either eBuyer or Dabs. In the past I have also used Maplin, but they are just too expensive.
  19. TechAsh

    help with javascript

    The <BODY onload="..."> is for running a function, not for including a file. Check that code I gave you in my previous post, I had forgotten a ", which may have stopped it from working.
  20. TechAsh

    help with javascript

    Do you want it to run the file 'songswitch.js' when the page loads? If you do, then try placing this somewhere between the '<BODY>' and '</BODY>' HTML tags. This should do what you want. Try it, and post back.
Top