Forum: General Business Knowledge
2005-04-29, 03:41 PM
|
Replies: 10
Views: 1,412
|
Forum: Link Lists & Getting Listed
2005-04-29, 03:37 PM
|
Replies: 14
Views: 1,266
|
Forum: Link Lists & Getting Listed
2005-04-29, 03:23 PM
|
Replies: 14
Views: 1,266
hit this one again
...
hit this one again
http://g.wasteland.com/dsa/wasteland_master_256k.wmv
http://g.wasteland.com/dsa/wasteland_master_256k.wmv?cd34
If the 1st one still doesn't work, but the second does, I...
|
Forum: Link Lists & Getting Listed
2005-04-29, 03:03 PM
|
Replies: 14
Views: 1,266
|
Forum: Link Lists & Getting Listed
2005-04-29, 01:40 PM
|
Replies: 14
Views: 1,266
|
Forum: General Business Knowledge
2005-04-29, 01:35 PM
|
Replies: 10
Views: 1,412
http://support.microsoft.com/kb/q190533/
I...
http://support.microsoft.com/kb/q190533/
I believe that is related.
A while back, microsoft removed the ability for .htaccess authentication to work because it transmits the password in the...
|
Forum: General Business Knowledge
2005-04-29, 10:35 AM
|
Replies: 44
Views: 5,241
Verotel's ticket club allows processing up to...
Verotel's ticket club allows processing up to $1000/week (I think) without a Visa fee. There are some strange ways that they use to get around Visa's IPSP rules.
Once you get beyond $1000/week,...
|
Forum: Chit Chat
2005-04-28, 09:09 PM
|
Replies: 78
Views: 5,882
I'm pretty sure incoming calls go against your...
I'm pretty sure incoming calls go against your minutes. With an unlimited plan, you don't have that problem. Then you'll want that NYC virtual number which is another $5/month or so, and you would...
|
Forum: Chit Chat
2005-04-28, 06:58 PM
|
Replies: 78
Views: 5,882
|
Forum: General Business Knowledge
2005-04-28, 06:51 PM
|
Replies: 21
Views: 2,773
yeah, I figured that -- IE doesn't have the...
yeah, I figured that -- IE doesn't have the arguments in the same order. Its a lot harder than it seems to get it to be accurate across all of the different variations since there is no standard...
|
Forum: General Business Knowledge
2005-04-28, 06:25 PM
|
Replies: 21
Views: 2,773
try:
<?php
$ua =...
try:
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];
preg_match('/\)\ .*\ (.*)\//',$ua,$browser);
preg_match('/\((.*)\)\ /',$ua,$os);
$os = explode(';',$os[1]);
?>
your IP is: <?php echo...
|
Forum: General Business Knowledge
2005-04-28, 06:07 PM
|
Replies: 21
Views: 2,773
yeah, I was afraid of that.... the UA string is...
yeah, I was afraid of that.... the UA string is not really that standard in its composition
I guess you could look for telltale strings in it with a table rather than trying to pluck out the piece...
|
Forum: General Business Knowledge
2005-04-28, 05:59 PM
|
Replies: 21
Views: 2,773
<?php
$ua = $_SERVER['HTTP_USER_AGENT']; ...
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];
preg_match('/\)\ .*\ (.*)\//',$ua,$browser);
preg_match('/\(.*; (.*);\ .*;\ .*\)\ /',$ua,$os);
?>
your IP is: <?php echo $_SERVER['REMOTE_ADDR']; ?><br>...
|
Forum: Chit Chat
2005-04-28, 04:47 PM
|
Replies: 78
Views: 5,882
|
Forum: Chit Chat
2005-04-28, 04:32 PM
|
Replies: 78
Views: 5,882
|
Forum: Chit Chat
2005-04-28, 04:28 PM
|
Replies: 38
Views: 2,648
|
Forum: Chit Chat
2005-04-28, 04:24 PM
|
Replies: 78
Views: 5,882
|
Forum: Chit Chat
2005-04-28, 04:16 PM
|
Replies: 78
Views: 5,882
When it plays back, how do you watch both...
When it plays back, how do you watch both channels? is it split screen? picture in picture?
or does it overlay the images and combine the sound. Or is one channel on the left speaker, one on...
|
Forum: Chit Chat
2005-04-28, 04:15 PM
|
Replies: 38
Views: 2,648
|
Forum: Chit Chat
2005-04-28, 03:49 PM
|
Replies: 78
Views: 5,882
|
Forum: General Business Knowledge
2005-04-28, 03:11 PM
|
Replies: 98
Views: 10,650
Cleo,
You might want to use the transfer to...
Cleo,
You might want to use the transfer to a US Bank Account rather than the ATM -- at least that way you have a paper trail.
If you take it out at the ATM, you need to save that receipt and...
|
Forum: Chit Chat
2005-04-28, 02:50 PM
|
Replies: 38
Views: 2,648
|
Forum: Chit Chat
2005-04-28, 02:40 PM
|
Replies: 78
Views: 5,882
I have two Vonage devices. I have one at the...
I have two Vonage devices. I have one at the colo because it was cheaper to pay the $14.99 than it was to pay the $50/month crossconnect and $30/month for a landline. I didn't use that one for much...
|
Forum: Chit Chat
2005-04-28, 01:13 PM
|
Replies: 78
Views: 5,882
I don't have Tivo, have considered building...
I don't have Tivo, have considered building mythtv.org or freevo.org
I don't have Caller ID (except on the cell phone)
I don't have Call Waiting (well, I do on the vonage phone, but it is turned...
|
Forum: Programming & Scripting
2005-04-27, 09:16 PM
|
Replies: 8
Views: 1,235
|