Greenguy's Board


Go Back   Greenguy's Board > Search Forums
Register FAQ Calendar Today's Posts

Showing results 1926 to 1950 of 3285
Search took 0.05 seconds; generated 103 minute(s) ago.
Search: Posts Made By: cd34
Forum: Chit Chat 2005-06-29, 01:53 PM
Replies: 21
Views: 3,423
Posted By cd34
As for radio shows, if you have ever called into...

As for radio shows, if you have ever called into a radio show -- even a contest, they pretty much run you through the paces beforehand.

I called into a trivia show at a radio station, I had a...
Forum: Chit Chat 2005-06-29, 01:37 PM
Replies: 21
Views: 3,423
Posted By cd34
I had a broken watch once that was right twice a...

I had a broken watch once that was right twice a day.

Generally, I feel that psychic predictions are so vague as to be twisted by inference.

In Pensacola, after Ivan, there was a picture of a...
Forum: Search Engines 2005-06-28, 05:15 PM
Replies: 27
Views: 2,046
Posted By cd34
http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=P...

http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=/netahtml/PTO/search-bool.html&r=1&f=G&l=50&co1=AND&d=PG01&s1=20050071741&OS=20050071741&RS=20050071741

I believe this is...
Forum: Chit Chat 2005-06-28, 12:59 PM
Replies: 3
Views: 980
Posted By cd34
Is that a high-tech word for Rhino?

Is that a high-tech word for Rhino?
Forum: General Business Knowledge 2005-06-28, 12:58 PM
Replies: 29
Views: 2,610
Posted By cd34
What kind of clothing do the dogs wear? Our...

What kind of clothing do the dogs wear?

Our thoughts are with you and your family.
Forum: Chit Chat 2005-06-28, 12:55 PM
Replies: 31
Views: 2,969
Posted By cd34
When I woke up, there was no morning thread. So...

When I woke up, there was no morning thread. So I worked for a few hours, still no morning thread, napped for a few hours, two pages of morning thread.

So, good morning. And if I don't see you...
Forum: General Business Knowledge 2005-06-27, 02:38 AM
Replies: 1
Views: 1,449
Posted By cd34
2257 articles in the mainstream media

http://news.com.com/Sex+sites+win+reprieve+from+new+federal+rules/2100-1030_3-5760944.html

Most Internet sex sites won't immediately have to follow expanded federal record-keeping standards,...
Forum: Chit Chat 2005-06-25, 05:43 PM
Replies: 20
Views: 1,659
Posted By cd34
its Saturday? damn, I didn't get the memo.

its Saturday? damn, I didn't get the memo.
Forum: Chit Chat 2005-06-24, 11:56 AM
Replies: 32
Views: 2,966
Posted By cd34
Friday. One of the very few TV shows that I...

Friday. One of the very few TV shows that I watch is on tonight. Other than that, a day filled with work.

Get better Jim, MML and Cleo.

odd that they would all be sick at the same time. ...
Forum: Search Engines 2005-06-23, 02:43 PM
Replies: 27
Views: 2,046
Posted By cd34
If I had to guess, I'd say that your html is...

If I had to guess, I'd say that your html is broken and their parser is having a problem with it. You open a <a> have an image (which is what appears to have been cached), a <br> and then open...
Forum: Search Engines 2005-06-23, 02:13 PM
Replies: 9
Views: 1,433
Posted By cd34
sorry, by the time I read and posted, a few...

sorry, by the time I read and posted, a few people put responses in.

Results in 302

Redirect / http://www.domain.com/


Results in 302

<?php
Forum: Programming & Scripting 2005-06-23, 02:03 PM
Replies: 10
Views: 1,314
Posted By cd34
If http://www.domain.com/ is protected If you...

If http://www.domain.com/ is protected
If you want to serve http://www.domain.com/image.jpg and allow hotlinking

RewriteEngine on
RewriteRule ^image.jpg$ - [L]

RewriteCond %{HTTP_REFERER} !^$...
Forum: Search Engines 2005-06-23, 01:58 PM
Replies: 9
Views: 1,433
Posted By cd34
That would still send a 302 which my...

That would still send a 302 which my understanding is not what google prefers.

Somewhere I read that google prefers a 301 or 404 to a 302.
Forum: Chit Chat 2005-06-23, 11:32 AM
Replies: 22
Views: 1,897
Posted By cd34
Sorry to hear that Cleo. Today is 2257 day...

Sorry to hear that Cleo.

Today is 2257 day -- Continental Flight 2257 arrived this morning with little fanfare other than clients shuffling a ton of stuff around.

Off to pick up my nephew at...
Forum: Search Engines 2005-06-23, 11:29 AM
Replies: 9
Views: 1,433
Posted By cd34
If nothing is going there: RewriteEngine on ...

If nothing is going there:

RewriteEngine on
RewriteRule .* http://domain.com/ [R=301,L]

Might confirm with a few SE gurus, but, my belief is that the 301 will not garner the scraping penalty.
Forum: Programming & Scripting 2005-06-23, 03:10 AM
Replies: 10
Views: 1,314
Posted By cd34
If your /hotlinkable/ directory is below the...

If your /hotlinkable/ directory is below the directory that you have protected, make sure you put

RewriteEngine off


in your .htaccess
Forum: Programming & Scripting 2005-06-23, 02:05 AM
Replies: 4
Views: 1,015
Posted By cd34
In your control panel, you should be able to...

In your control panel, you should be able to create a database. When you create that database in the control panel, it'll ask you for a database name, username and password. Whatever you enter...
Forum: General Business Knowledge 2005-06-22, 06:33 PM
Replies: 2
Views: 1,108
Posted By cd34
That would cause a 403, which MIGHT not meet the...

That would cause a 403, which MIGHT not meet the 404/302 criteria that people are watching for.

RewriteEngine on
RewriteRule .* http://domain.com/ [R,L]

might be more prudent to put in your...
Forum: Programming & Scripting 2005-06-22, 05:37 PM
Replies: 10
Views: 1,314
Posted By cd34
RewriteEngine on RewriteRule...

RewriteEngine on
RewriteRule ^image_to_allow_hotlinking.jpg$ - [L]

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite.com.*$ [NC]
RewriteRule...
Forum: Chit Chat 2005-06-22, 05:29 PM
Replies: 29
Views: 2,591
Posted By cd34
I was cloned once. And my clone was absolutely...

I was cloned once. And my clone was absolutely rotten. He cursed all the time and was always foul mouthed. It didn't matter what time of the day it was he was always cursing. Even when talking to...
Forum: Link Lists & Getting Listed 2005-06-22, 05:17 PM
Replies: 127
Views: 17,529
Posted By cd34
So when they show up, you're going to hide you...

So when they show up, you're going to hide you and your wife's drivers licenses? :)
Forum: Chit Chat 2005-06-22, 05:09 PM
Replies: 29
Views: 2,591
Posted By cd34
My nephew comes in for the summer tomorrow which...

My nephew comes in for the summer tomorrow which means its time to clean the office a bit, move his machine back to his 'office' and generally get things prepped. Dealing with some legal issues from...
Forum: Chit Chat 2005-06-22, 12:44 AM
Replies: 63
Views: 4,510
Posted By cd34
Years ago while working with Jim, I was...

Years ago while working with Jim, I was considering a move to a tropical island for 3 years and my mom said:

You're not doing porn are you?

And I said Yes.

She was speechless for a few...
Forum: Chit Chat 2005-06-22, 12:36 AM
Replies: 5
Views: 1,122
Posted By cd34
You should see some of the emails I get from...

You should see some of the emails I get from fathers that have located their long lost daughter on a web site that I host and would like to get their contact information so they can resume contact...
Forum: Chit Chat 2005-06-21, 01:41 AM
Replies: 38
Views: 2,887
Posted By cd34
Amber438:...

Amber438: http://www.bootsnall.com/travelstories/europe/may04sweden.shtml

Malmo, Sweden. Has two things I would love to see -- Turning Torso

And this bridge:
...
Showing results 1926 to 1950 of 3285

 
Forum Jump

All times are GMT -4. The time now is 06:04 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc