Search results

  1. hehejo

    Yet another chair thread

    I need a new chair, have been sitting on my crappy old one for too long and it is becoming painful after sitting on it for a while. What are you guys using/what do you recommend? Thinking about getting an Aeron as I remember it being recommended in past threads. Is that still up to date or is...
  2. hehejo

    Hotties around the world (geomark gtfih)

    so... ? :D
  3. hehejo

    PETITION: Remove NaziCakes Mod Status

    As if there isn't enough censorship going on in this world already... Someone end this madness. If I want censorship I will watch American TV.
  4. hehejo

    xPath Question

    $link = 'http://www.google.com'; $nodelist = $xPath->query( '//a[@href="'.$link.'"]/@href'); Is there a way to match $link with and without a trailing slash without having to use additional php for it?
  5. hehejo

    Ruby/Watir: Adwords Scraper

    How can I save the captcha image? I think I can select it like that but when I try to use save it gives an error 'not implemented'. @browser.image(:xpath, "//*[@id='gwt-debug-captcha-container']/div[2]/img") I'm using watir webdriver I will share the bot when I'm done, but I need a...
  6. hehejo

    The WF Ruby Functions War Chest

    I know there are quite a few ruby coders on here. Why is there only a PHP and Python thread? Checks for available exact match domains. .org domains return not found which is unreliable so only .com and .net are checked. As I am new to ruby feel free to improve/correct my script class Emds...
  7. hehejo

    Ruby/Watir

    Just got into ruby and it's great. But I'm having some problems with safariwatir, I keep getting this error: /Library/Ruby/Gems/1.8/gems/safariwatir-0.4.0/lib/safariwatir/locators.rb:87:in `method_missing': undefined method `set' for #<Watir::Container::SelectList:0x10 Line 87...
  8. hehejo

    Professional PHP Coding (SEO Empire etc)

    I'm a big fan of bluehatseo and have done my SEO homework. If you need anything SEO related that can be done in PHP, I can do it. But I also know my limitations and will not accept a project where I'm not sure if I can deliver. No false promises with me. I started working in IT in 2005. I am...
  9. hehejo

    Nameserver Masking

    I want to host clients websites on shared hosting with cpanel. Can I somehow mask the nameservers to have them be ns1.mydomain.com ns2.mydomain.com? Maybe with subdomains or something? Cheers
  10. hehejo

    Question for the experts

    Does anyone know how I can control a serial port from a website? Device <-serial-> UserPC <-internet-> PHP Website All I found was how to control it if the device is connected to the server. Do I need to have a custom software on the UserPC? Cheers
  11. hehejo

    htaccess problem

    My current htaccess RewriteEngine on RewriteRule ^layer1/([^/\.]+)/?$ index.php?layer1=$1 RewriteRule ^layer1/([^/\.]+)/layer2/([^/\.]+)/?$ index.php?layer1=$1&layer2=$2 RewriteRule ^layer1/([^/\.]+)/layer2/([^/\.]+)/layer3/([^/\.]+)/?$ index.php?layer1=$1&layer2=$2&layer3=$3 I click on a link...
  12. hehejo

    PHP + Mysql Installer

    I'm currently working on an asset management software, it is written in php and uses a mysql database. How can I make it easy for the customers to install? The demographic I'm aiming towards has little computer knowledge. Maybe pack up something like XAMPP/EasyPHP together with the software...
  13. hehejo

    WTB: Databases

    I'm interested in buying big (10k minimum), sports related databases (anything from gyms to sport teams etc). I'm only interested in cheap offers because I can write scrapers myself. But time is money as you know. Cheers
  14. hehejo

    email confirmation bot

    When I do the scraping of the links, I get the errors 400/403/501 depending on the website (for example wordpress, digg)... But it works for some sites (for example iBlog)... Probably something is fucked up with my curl code, but I can't see it... <?php $hostname =...
  15. hehejo

    Need help with regex...

    I scrape following data from the adwords kw tool but have problems isolating the #searches/month with preg_match. I can get the kw phrase with the [], but I'm lost with isolating the #searches/month. Can anyone help with the regex or come up with another solution? Thanks... (Go to...
  16. hehejo

    MOVE: Google Language Differences

    After a week holiday I was quite surprised to see that my site changed from end of first page (both en and de) to 2nd result en and 4th page de. I only got a few social bookmarks before going away and added symbols to the title (like bhseo), I have no idea what happened. And I really need that...