Greenguy's Board


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

Showing results 2476 to 2500 of 3285
Search took 0.06 seconds; generated 103 minute(s) ago.
Search: Posts Made By: cd34
Forum: Chit Chat 2005-04-08, 03:55 PM
Replies: 12
Rock The Vote!: Theater or DVD
Views: 1,364
Posted By cd34
Depends

Depends
Forum: Programming & Scripting 2005-04-08, 03:52 PM
Replies: 18
Views: 1,267
Posted By cd34
Do you have phpmyadmin or ssh access? If...

Do you have phpmyadmin or ssh access?

If phpmyadmin, you can backup the database and restore it specifically. Log in, select the database, Export (or backup depending on the version), Select all,...
Forum: Programming & Scripting 2005-04-08, 03:31 PM
Replies: 18
Views: 1,267
Posted By cd34
Even FreeBSD in gui mode supports /etc/hosts --...

Even FreeBSD in gui mode supports /etc/hosts -- it is nice to see that Apple addressed that issue in a better way. They have done a lot of work to remove many of the common management problems that...
Forum: Programming & Scripting 2005-04-08, 03:18 PM
Replies: 18
Views: 1,267
Posted By cd34
so they aren't running true FreeBSD :)

so they aren't running true FreeBSD :)
Forum: Programming & Scripting 2005-04-08, 02:44 PM
Replies: 18
Views: 1,267
Posted By cd34
Are you sure it isn't looking at the hostname...

Are you sure it isn't looking at the hostname that you are sending in the header?

If so, and since you're running on a Mac (?, I think you mentioned that in another thread), try:

edit...
Forum: Chit Chat 2005-04-08, 10:30 AM
Replies: 40
Views: 3,003
Posted By cd34
Congrats Jim! Greenguy: My wife knows a 35...

Congrats Jim!

Greenguy: My wife knows a 35 year old girl that has 2 grandkids -- and not through any family trickery/etc. I think one of the kids is almost 3. The other just turned 1.
Forum: Chit Chat 2005-04-08, 10:01 AM
Replies: 28
Views: 2,540
Posted By cd34
A while back, I did some demolition and rented a...

A while back, I did some demolition and rented a dumpster. I only needed to get rid of some concrete and the dumpster was pretty much empty, until the neighbors decided to start throwing crap in it....
Forum: General Business Knowledge 2005-04-07, 08:19 PM
Replies: 1
Views: 997
Posted By cd34
http://www.greenguysboard.com/board/showthread.php...

http://www.greenguysboard.com/board/showthread.php?p=149881#post149881

or more directly

http://whois.webhosting.info/
Forum: General Business Knowledge 2005-04-07, 04:02 PM
Replies: 10
Views: 1,305
Posted By cd34
nah, you don't have to love me... I understand. ...

nah, you don't have to love me... I understand. :)

I do know one person that giggles like a schoolgirl quite frequently as a result though. haha
Forum: Chit Chat 2005-04-07, 04:01 PM
Replies: 25
Views: 2,404
Posted By cd34
did you list it on ebay?

did you list it on ebay?
Forum: Chit Chat 2005-04-07, 03:37 PM
Replies: 19
Views: 1,825
Posted By cd34
I guess 'gently carress and fondle a tit...

I guess 'gently carress and fondle a tit thursday' didn't sound as nice
Forum: Chit Chat 2005-04-07, 01:33 PM
Replies: 14
Views: 1,762
Posted By cd34
many of those buildings have the rooflines...

many of those buildings have the rooflines erased.

1600 Pennsylvania Avenue, Washington DC 20006

even OEB and the Treasury buildings are blanked out.

The Pentagon and the region's largest...
Forum: Chit Chat 2005-04-07, 01:10 PM
Replies: 36
Views: 2,557
Posted By cd34
Aren't the new ones older though?

Aren't the new ones older though?
Forum: Programming & Scripting 2005-04-06, 11:43 PM
Replies: 5
Views: 999
Posted By cd34
nah, just one of 3.1 billion.

nah, just one of 3.1 billion.
Forum: Programming & Scripting 2005-04-06, 11:23 PM
Replies: 5
Views: 999
Posted By cd34
$type would need to have more than a true/false...

$type would need to have more than a true/false value.

you could do something like


switch ($type) {
case 0:
$sentence = "$word1[0] $word2[0] $word3[0] $word4[0]";
break;
...
Forum: Programming & Scripting 2005-04-06, 10:00 PM
Replies: 5
Views: 999
Posted By cd34
that statement means: if ($type) { ...

that statement means:


if ($type) {
$sentence = "$word1[0] $word2[0] $word3[0] $word4[0]";
} else {
$sentence = "$word1[0] $word2[0] $word3[0] $word4[0] $word5[0]";
}
Forum: General Business Knowledge 2005-04-06, 06:49 PM
Replies: 10
Views: 1,265
Posted By cd34
Maybe that was during that period where they were...

Maybe that was during that period where they were under investigation?
Forum: I'm Looking For....... 2005-04-06, 05:24 PM
Replies: 20
Views: 1,286
Posted By cd34
3 inches of new york whitesnake fuckstick ...

3 inches of new york whitesnake
fuckstick

yamyams
femalian protruberances
Forum: General Business Knowledge 2005-04-06, 05:03 PM
Replies: 10
Views: 1,265
Posted By cd34
if that doesn't work, (i.e. too many arguments...

if that doesn't work, (i.e. too many arguments error)

find . -type f -print | awk '{ print "grep 123456 " $1 }' | sh
Forum: General Business Knowledge 2005-04-06, 05:02 PM
Replies: 10
Views: 1,265
Posted By cd34
grep -R 123456 *

grep -R 123456 *
Forum: General Business Knowledge 2005-04-06, 04:59 PM
Replies: 10
Views: 1,265
Posted By cd34
If you can find a url that has that number in it,...

If you can find a url that has that number in it, sometimes you can see what site it is by looking at the url. google is quite helpful with that at times. :)

Or, you can write to...
Forum: General Business Knowledge 2005-04-06, 04:37 PM
Replies: 249
Views: 45,054
Posted By cd34
and your last check was from Greenguy and Jim. ...

and your last check was from Greenguy and Jim. :)

until the next check.
Forum: General Business Knowledge 2005-04-06, 04:35 PM
Replies: 349
Views: 40,724
Posted By cd34
What kind of errors were you getting? Was it a...

What kind of errors were you getting? Was it a white screen saying an email had been dispatched? or was it the minty-green box?

Anyone that got database errors, can someone PM me with what they...
Forum: General Business Knowledge 2005-04-06, 04:23 PM
Replies: 78
Views: 11,594
Posted By cd34
CamZ, you have to use ~ ~username~ ~ but remove...

CamZ, you have to use ~ ~username~ ~ but remove the spaces.

like this: Skippy

Thumbler had a lot of fun with it as did Tortus32.
Forum: General Business Knowledge 2005-04-06, 03:39 PM
Replies: 78
Views: 11,594
Posted By cd34
Congrats Jay814U

Congrats Jay814U
Showing results 2476 to 2500 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