Search results

  1. K

    Help with USB Tethering (Android)

    No you can connect to the internet via the phone, it just acts as a Modem. If you want to connect your phone to your local Network you have to do this with WiFi if you have this Option :-) KaFo
  2. K

    Microsoft agrees to buy Skype for $8.5B

    Yeah, like Lifetalk said,... as long as they don't change anything. But I think they will at least add ad's. But to be honest, I'm not a big fan of MS and try using OSS where possible, so maybe it's a good time for me to move my handful of contacts to mumble :-) But I'm curious what will...
  3. K

    Different screen in browsers.

    Yeah K3V is right, your css isn't loading, this is where your css link is posting -> http://naked-sluts.us/wp-content/w3tc/min/e669279551ff5294f2f82de901a492c4.892672071.css Just change that to your themes css file and things will be normal again.
  4. K

    Which e-mail client do you use?

    I use GMail too.
  5. K

    Automated DB backup and FTP

    @Lock Down yes that is true:-) But Time mentioned he has a deddi, so installing additional software shouldn't be a prob ;-) KaFo
  6. K

    Wordpress logo problem

    2 people already told you what to do. Just adjust that in your sources. If you want me to do it pm me with what you are willing to pay,...
  7. K

    Small tip to help your SEO

    Thx for the tip.
  8. K

    Where to advertise adult web page

    What's your URL? If I like your site we could exchange links :-)
  9. K

    What browser do you use (2011)?

    I use FireFox for a long time now, just because I love the Plugins. Allthough lately I was playing around with chrome just because I'm a google Fanboy :-)
  10. K

    Automated DB backup and FTP

    Well I would do this with a cron job executing every 12 hours and a small bash script: #! /bin/bash mysqldump -u username -h localhost -p password database_name | gzip -9 > backup_db.sql.gz wput backup_db.sql.gz ftp://user:pass@host First line does a Backup of your database and compresses it...
  11. K

    Wordpress logo problem

    Best tool for problems like this is to get firebug for firefox, there are similar plugins for other browsers too, where you can change css values on the fly to see which values are messing up the layouts and then change them in your source. In your case put the #header height to something...
  12. K

    Torrent program for Linux - CentOS 5

    I like deluge, it's just a daemon and you can connect to it with different clients from local or remote host or even use it's webinterface, which I like more than transmission's :-) KaFo
  13. K

    Hi all :-)

    I registered here because I stumbled upon some threads here which were quite helpful, like all posts by Mr Happy regarding SEO. Maybe I can help in some way too. Greetz KaFo
Back
Top