Re: Witango-Talk: Scoping Variables

2011-11-22 Thread Ben Johansen
to answer Tom's question.

when you specify no scope it is set to LOCAL scope in 4.5 and in TetraScripe 
the default scope is REQUEST, you should be fine because you didn't specify 
scope,  you are also ok if you had specified LOCAL literally because, LOCAL = 
REQUEST scope.


On Nov 21, 2011, at 11:57 AM, Tom Ferguson wrote:

> Not to hijack WebDude's thread, but I'll be doing the very same thing soon, 
> going from 4.5 to TeraScribe.  I have no scopes specified either.  What 
> happens if I leave the scopes as is?
>
> Thanks!
>
> From: WebDude [mailto:webd...@cipromo.com]
> Sent: Monday, November 21, 2011 1:18 PM
> To: Witango-Talk@witango.com
> Subject: Witango-Talk: Scoping Variables
>
> Hi Folks,
>
> I am currently preparing to upgrade from version 4, probably to version 6 and 
> then up to Terascribe. I remember that syntax and scoping of variables have 
> changed. I am trying to prepare as much of the old files as possible before 
> upgrading. I will probabaly have more questions to come, but I am going to 
> take this a step at a time.
>
> First question is concerning scoping variables. Presently, almost all 
> variables are not scoped so I am going through the ardious process of 
> straightening these out. A few questions, if you don't mind...
>
> I would assume that you need to scope all <@ASSIGNs Most of the applications 
> have no scope assigned to them presently. Of course, the default for this is 
> "user" in the version I am using, but I am going to go through each assign 
> and scope it appropriately. Almost all are goinmg to be scoped as user, but I 
> have a few that can be scoped as local. Whenever calling on the variable, 
> such as <@VAR blah> I am also going to assume these need to be scoped as 
> well, as is <@VAR blah scope "user">
>
> Do I need to scope any <@PURGE variables?
> When calling a local variable, should these be scoped as well? i.e. <@VAR 
> blah scope "local">
> What exactly is the request scope? This will be for futue reference. It 
> appears to be the same as the local scope. When I upgrade, will I need to 
> change all local scopes to request scope? Is this just a neam change to avoid 
> confusion
>
> Thanks for any help!
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 503-477-5409
Mobile: 360-600-7775









To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Witango-Talk: I'm available for work

2011-10-30 Thread Ben Johansen
Hi All,

If anyone has work out there, I'm available. Thanks

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 503-477-5409
Mobile: 360-600-7775









To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: IE 7 test?

2011-07-23 Thread Ben Johansen
Well, I have IE 7 up, went to link with IE 7 (version 7.0.5730.13)
viewed source got




On Jul 23, 2011, at 11:48 AM, Dan Stein wrote:

> http://www.needymeds.org/copay_diseases.taf?_function=detail&program_id=36

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 503-477-5409
Mobile: 360-600-7775









To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Forcing jpg Download

2011-03-29 Thread Ben Johansen
ert
>>
>> -Original Message-
>> From: WebDude [mailto:webd...@cipromo.com]
>> Sent: Tuesday, March 29, 2011 1:49 PM
>> To: Witango-Talk@witango.com
>> Subject: RE: Witango-Talk: Forcing jpg Download
>>
>> <@COLUMN "images.LargerImage">  is the name of the file.
>>
>>
>>
>>
>> -Original Message-
>> From: Robert Shubert [mailto:rshub...@tronics.com]
>> Sent: Tuesday, March 29, 2011 12:06 PM
>> To: Witango-Talk@witango.com
>> Subject: RE: Witango-Talk: Forcing jpg Download
>>
>> What is in the database column<@COLUMN "images.LargerImage">? Is this
>> the name of the image file or the binary JPEG data?
>>
>> Robert
>>
>> -Original Message-
>> From: WebDude [mailto:webd...@cipromo.com]
>> Sent: Tuesday, March 29, 2011 12:45 PM
>> To: Witango-Talk@witango.com
>> Subject: Witango-Talk: Forcing jpg Download
>>
>> PHP has a handy header rewrite for forcing a jpg download. I was
>> wondering if anyone has ever done this in Witango. I've been able to
>> get this to work on IIS by changing the directory header, the problem
>> being is that I have 2 sites that reference the same images and one
>> needs to force a download and the other to view the image in a browser
>> (same images in the same directories).
>>
>> I've been dabbling but can't seem to get it to work right. Of course
>> when I add header change to the top of the taf file, it tries to
>> download the taf file itself rather then the jpg file. This is stupid
>> I know, but what is the best way to force a download of a jpg and get
>> it to work? This is what I have so far. Am I missing something
>> fundamental
> in trying to do this?
>>
>> <@purgeresults><@ASSIGN local$httpHeader
>> VALUE="Content-Type:application/jpg<@CRLF>Content-Disposition:
>> attachment, filename='<@COLUMN
>> "images.LargerImage">'<@CRLF>readfile('<@COLUMN
>> "images.LargerImage">')<@CRLF><@USERREFERENCECOOKIE><@CRLF>">
>>
>> Thanks for your thoughts...
>>
>>
>>
>> WebDude
>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>
>
> --
> Robert Garcia
> BigHead Technology
> 15520 Coutelenc Rd
> Magalia, Ca 95954
> ph: 530.645.4040 x222 fax: 530.645.4040
> rgar...@bighead.net - http://bighead.net/
>
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com
> with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com
> with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com
> with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Apache help

2011-02-18 Thread Ben Johansen
hey, wayne, when I looked at it on my Mac Firefox it looked fine.

I went to check it out on windows, but the link looks to be inactive.

I was going to as Stefan if he as an active spyware package or anti-virus, I 
have seen those distort browsers, kinda indicator
www.malwarebytes.org has a free and great scanner

On Feb 17, 2011, at 8:49 PM, Wayne Irvine wrote:

>
> On 18/02/2011, at 10:36 AM, Stefan Gonick wrote:
>>
>> It looks like your site has rendering problems in Firefox.
>
> Really? What are you seeing?
>
> Seems to work ok in FireFox Mac and Windows here.
>
> Wayne
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Looking for a little SQL help (OT)

2011-02-08 Thread Ben Johansen
Error: 1175 SQLSTATE: HY000
(ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)

Message: You are using safe update mode and you tried to update a
table without a WHERE that uses a KEY column

This error denotes that UPDATE conflicts with the safe mode setting as set in 
the MySQL daemon. To fix, edit your .cnf file to disable safemode and then 
restart mysqld in the server OS environment.




On Feb 8, 2011, at 9:15 PM, Fogelson, Steve wrote:

> Hi Ben,
>
> I received this error when running the following
>
> •Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)
> Message: You are using safe update mode and you tried to update a table 
> without a WHERE that uses a KEY column
>
> UPDATE Products SET P_Name = REPLACE(P_Name,'FISH-FRY MINNOW®','FISH-FRY 
> MINNOW™') WHERE P_Name LIKE '%FISH-FRY MINNOW®%';
>
> The following worked and displayed the proper replacements in seven rows, but 
> I need to move this from just a display to an UPDATE
>
> SELECT REPLACE(P_Name,'FISH-FRY MINNOW®','FISH-FRY MINNOW™') FROM 
> Products WHERE P_Name LIKE '%FISH-FRY MINNOW®%';
>
> I tried numerous variations of the UPDATE sql, but with no luck. Any ideas 
> would be appreciated.
>
> Thanks
>
> Steve
> From: Ben Johansen [mailto:b...@webspinr.com]
> Sent: Tuesday, February 08, 2011 4:17 PM
> To: Witango-Talk@witango.com
> Subject: Re: Witango-Talk: Looking for a little SQL help (OT)
>
> try replace()
>
> http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replace
>
> UPDATE Category SET Cat_Name = replace(Cat_Name,'®',‘™’) WHERE 
> Cat_Name LIKE ‘%®%’;
>
> On Feb 8, 2011, at 1:55 PM, Fogelson, Steve wrote:
>
>
> Hi,
>
> Database is MySQL. Having a brain fart today. I want to update all 
> occurrences of ® to ™ in a field, but leave the rest of the field 
> intact.
>
> I believe this would set the filed to ™
>
> UPDATE Category SET Cat_Name = ‘™’ WHERE Cat_Name LIKE ‘%®%’;
>
> Thanks
>
> Steve Fogelson
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
> Ben Johansen
> http://www.webspinr.com
> b...@webspinr.com
> Phone: 360-597-3372
> Mobile: 360-600-7775
>
>
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Looking for a little SQL help (OT)

2011-02-08 Thread Ben Johansen
try replace()

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replace

UPDATE Category SET Cat_Name = replace(Cat_Name,'®',‘™’) WHERE 
Cat_Name LIKE ‘%®%’;

On Feb 8, 2011, at 1:55 PM, Fogelson, Steve wrote:

> Hi,
>
> Database is MySQL. Having a brain fart today. I want to update all 
> occurrences of ® to ™ in a field, but leave the rest of the field 
> intact.
>
> I believe this would set the filed to ™
>
> UPDATE Category SET Cat_Name = ‘™’ WHERE Cat_Name LIKE ‘%®%’;
>
> Thanks
>
> Steve Fogelson
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Happy New Year!

2011-01-06 Thread Ben Johansen
I'm willing to admit it's a new year, but Happy, that I am reserving for later 
judgement! ;-)


On Jan 6, 2011, at 5:52 AM, Scott Cadillac wrote:

> http://jeff-vogel.blogspot.com/2011/01/three-reasons-creators-should-never.html
>
> For what it's worth.
>
> All the best!
>
> Scott,
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Web Service

2010-12-23 Thread Ben Johansen
When you say webservice are you talking SOAP or a taf acting like a webservice 
taking REST input and returning XML?

On Dec 22, 2010, at 9:57 PM, Storey, Paul N. (MSFC-IS30)[MITS] wrote:

> Can you create a Web Service within WiTango?
>
> Thanks!!!
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: url tag

2010-12-09 Thread Ben Johansen
you probably need to set [MAXRESULTSIZE=size]

default value for this attribute is 64K,

see docs for @URL

On Dec 9, 2010, at 5:35 AM, Ted Wolfley wrote:

> Hi,
>
> I am trying to use the url tag to put a rss feed into variable, then parse 
> the variable with dom tag to extract the elements.
>  <@ASSIGN NAME="vxml" VALUE='<@URL 
> LOCATION="http://feeds.feedburner.com/mnt/healthnews?format=xml";>' 
> scope="method">
> <@ASSIGN NAME="myDom" SCOPE="application" VALUE='<@DOM VALUE="<@VAR vxml 
> SCOPE=Method>">'>
>  The error I get is:
>
> An error occurred while parsing the XML.
> The input ended before all started tags were ended. Last tag started was 
> 'description'
>  I have used the same code with other websites successfully.
>  Seems like there a truncation occurring.  Is there a size limit for the 
> @assign, the @url  or the @dom tag?
>  Using witango 6 (free version) on windows xp with apache.
>
>
> Ted Wolfley
> Lead Internet and Database Programmer
> The Ogden Group of Rochester
> phone: (585) 321 1060 x23
> fax: (585) 321 0043
> t...@ogdengroup.com
> www.ogdengroup.com
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Witango 6 for Windows released

2010-12-01 Thread Ben Johansen
Hmmm..., the feeling I have is my pocket book is several hundred dollars 
lighter ;-)

yeah, it is very nice to feel life being breathed in.

Even Robert Garcia is sounding positive, LOL

Let's all get behind Robert S. and help him not regret this decision.

On Dec 1, 2010, at 2:56 PM, Bill Downall wrote:

> Mark is so right! I've had that holiday feeling about Witango since about 
> August.
>
> Bill
>
> On Wed, Dec 1, 2010 at 4:52 PM, Mark Weiss  wrote:
> Isn't it just wonderful to ask a question and get an answer?
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Witango 6 for Windows released

2010-11-30 Thread Ben Johansen
New 6 looks good.

Very snappy start up

Thanks for making it so the workspace can be on the right hand side.

One thing so far, Wish it would have read my Witango 5.5 odbc setups, now got 
to find user and password :-(

Thanks

On Nov 30, 2010, at 12:09 PM, Witango Support wrote:

> We are pleased to announce the release of Witango 6 for the Windows platform.
>
> We are currently fulfilling pre-orders for Windows products, so if you placed 
> a pre-order you will be receiving an email confirming that your order has 
> been processed, and the licenses will be available in your account at 
> www.witango.com.  Installers are available in the Downloads section of the 
> website.
>
> We have updated the website with a bug report and feature request form - 
> please use this form to send us your input on Witango 6.
>
> Free and Trial licenses are available and can be requested from the My 
> Account page.
>
> We will be releasing updated documentation and the Mac OS X and Linux 
> products as soon as possible - stay tuned!
>
> Thank you for your support of Witango!
>
> Tronics Software
>
> To contact Tronics Software with questions, please email supp...@witango.com 
> or call (570) 647-4370.
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Detect javascript variables

2010-11-22 Thread Ben Johansen
MC,

the only way you can communicate var value back to witango is
1. put the value in the get arg on the redirect
2. assigning the var value to like a hidden input
3. using ajax to make the call in the background.

There is no direct way to get JS vars (browser side) to work with witango vars 
(server side)


On Nov 22, 2010, at 11:02 AM, MC Tay wrote:

> Robert:
>
> Here's the scenario. I have a "entry.taf" branching to "file01.taf"
> and "file02.taf" based on a javascript variable.
>
> In my entry.taf I have the following javascript currently:
>
> 
> function branchthis() {
> if (somejavascriptvar != "undefined") {
> location.href = 'http:// goto url of file01.taf';
> }
> else {
> location.href = 'http:// goto url of file02.taf';
> }
> }
> x = branchthis();
> 
>
> What I want is to detect the "somejavascriptvar'" variable within
> Witango and perform the branch calls instead of using the javascript.
>
> If I can assign the "somejavascriptvar'" to a Witango var within the
> branchthis() routine, it should work for me too.
>
> Thanks!
>
> MC
>
> At 11:10 AM 11/22/2010, you wrote:
>> MC,
>>
>> If you are referring to a JavaScript variable that is resident in
>> the user's browser, then no, Witango can't access the browser like that.
>>
>> That said, it is possible in certain circumstances, so please let us
>> know a little more about the situation.
>>
>> Robert
>>
>> -Original Message-
>> From: MC Tay [mailto:sm...@media88.com]
>> Sent: Monday, November 22, 2010 12:48 PM
>> To: Witango-Talk@witango.com
>> Subject: Witango-Talk: Detect javascript variables
>>
>> Hi:
>>
>> Is a way to check the value of javascript variable using the witango
>> IF action?
>>
>> Thanks!
>>
>> MC
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: HTTP Authentication

2010-10-21 Thread Ben Johansen
Hey,

This is very good to hear ;-)

On Oct 21, 2010, at 7:43 AM, Robert Shubert wrote:

> MC,
>
> Could you tell me if you are on Windows?
>
> If so, I can provide you with a TCF that should solve your immediate problem.
>
> And just so you know, Witango 6 fixes this limitation.
>
> Robert
>
> -Original Message-
> From: MC Tay [mailto:sm...@media88.com]
> Sent: Thursday, October 21, 2010 1:48 AM
> To: Witango-Talk@witango.com
> Subject: Re: Witango-Talk: HTTP Authentication
>
> I created the encoded key using the <@CIPHER> tag, but not sure how
> to pass the key to the gateway. Can't find where it says what
> parameter (i.e. ¶meter=) or how to pass the key. Any idea?
>
> Thanks!
>
> MC
>
> At 05:01 PM 10/20/2010, you wrote:
>> use the <@CIPHER tag
>>
>> On Oct 20, 2010, at 4:57 PM, MC Tay wrote:
>>
>>> The key is the base-64 encoded result of "userid:password". Do you
>>> know how do I generate the base-64 encoded key?
>>>
>>> Thanks!
>>>
>>> MC
>>>
>>> At 04:16 PM 10/20/2010, you wrote:
>>>> yes, you can use @URL,
>>>>
>>>> you will need to grab the xml example the card merchant doc and
>>>> change the values to yours and send it out thru the @URL.
>>>>
>>>> They are expecting and xml request
>>>>
>>>>
>>>>
>>>> On Oct 20, 2010, at 4:07 PM, MC Tay wrote:
>>>>
>>>>> Hi:
>>>>>
>>>>> I'm trying to setup a credit card transaction call to a merchant
>>>>> account and they require an HTTP Authentication with the
>>>> following information:
>>>>>
>>>>> Authorization: Basic
>>>>> Content-type: test/xml
>>>>> Key: XYZ
>>>>>
>>>>> How do I do that in Witango? Can I use <@URL>? Please help.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> MC
>>>>>
>>>>>
>>>>>
>>>>> 
>>>>>
>>>>> To unsubscribe from this list, please send an email to
>>>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>>>
>>>>>
>>>>
>>>> Ben Johansen
>>>> http://www.webspinr.com
>>>> b...@webspinr.com
>>>> Phone: 360-597-3372
>>>> Mobile: 360-600-7775
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 
>>>>
>>>> To unsubscribe from this list, please send an email to
>>>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>
>>>
>>>
>>> 
>>>
>>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>
>>>
>>
>> Ben Johansen
>> http://www.webspinr.com
>> b...@webspinr.com
>> Phone: 360-597-3372
>> Mobile: 360-600-7775
>>
>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: HTTP Authentication

2010-10-21 Thread Ben Johansen
I have done it this way



<@ASSIGN request$fromUPS <@URL location="https://www.ups.com/ups.app/xml/Rate"; 
useragent="Witango Server <@VERSION><@CHAR 13><@CHAR 10>Content-Type: 
application/x-www-form-urlencoded" waitforresult=true postargs='<@CHAR 13><@CHAR 10><@VAR request$upsdom1><@CHAR 13><@CHAR 
10><@CHAR 13><@CHAR 10><@VAR request$upsdom2>' 
detailedresponse=false>>





On Oct 20, 2010, at 11:50 PM, Robert Garcia wrote:

> I missed the authorization part, you will have to add that header in there 
> also.
>
>> <@url location="www.witango.com" 
>> from="myem...@email.com<@crlf>Authorization: basic<@crlf>Key: yourkeyhere">
>
> --
>
> Robert Garcia
> President - BigHead Technology
> VP Application Development - eventpix.com
> 15520 Coutelenc Rd
> Magalia, Ca 95954
> ph: 530.645.4040 x222 fax: 530.645.4040
> rgar...@bighead.net - rgar...@eventpix.com
> http://bighead.net/ - http://eventpix.com/
>
> On Oct 20, 2010, at 11:28 PM, Robert Garcia wrote:
>
>> What they are asking you to do is to create an http request, and submit, 
>> with a special http header. I don't believe this is possible with @URL. You 
>> have to use a language like PHP or JAVA or .NET that allows you to construct 
>> an http request at the header level.
>>
>> Now, there may be a trick you can do, I am sorry, it has been years since I 
>> have had my sleeves rolled up with witango. I think I remember doing this...
>>
>> If you look at the @URL documentation, it says that you can set a few http 
>> header values, like FROM. So if you put <@url location="some url" 
>> from="myem...@email.com"> then it would construct a http request, something 
>> like:
>>
>> GET / HTTP/1.1
>> Host: www.witango.com
>> User-agent: Mozilla something or other
>> From: myem...@email.com
>>
>> Now how this works, is that each of those header lines ends in CRLF, then at 
>> the end of all headers, are 2 CRLFs, then the body of the http request. The 
>> trick is this, try doing this:
>>
>> <@url location="www.witango.com" from="myem...@email.com<@crlf>Key: 
>> yourkeyhere">
>>
>> That will actually create your custom header of Key: yourkeyhere. I think I 
>> have done this before, and it worked.
>>
>>
>> --
>>
>> Robert Garcia
>> President - BigHead Technology
>> VP Application Development - eventpix.com
>> 15520 Coutelenc Rd
>> Magalia, Ca 95954
>> ph: 530.645.4040 x222 fax: 530.645.4040
>> rgar...@bighead.net - rgar...@eventpix.com
>> http://bighead.net/ - http://eventpix.com/
>>
>> On Oct 20, 2010, at 4:07 PM, MC Tay wrote:
>>
>>> Hi:
>>>
>>> I'm trying to setup a credit card transaction call to a merchant
>>> account and they require an HTTP Authentication with the following 
>>> information:
>>>
>>> Authorization: Basic
>>> Content-type: test/xml
>>> Key: XYZ
>>>
>>> How do I do that in Witango? Can I use <@URL>? Please help.
>>>
>>> Thanks!
>>>
>>> MC
>>>
>>>
>>>
>>> 
>>>
>>> To unsubscribe from this list, please send an email to lists...@witango.com 
>>> with "unsubscribe witango-talk" in the body.
>>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to lists...@witango.com 
>> with "unsubscribe witango-talk" in the body.
>>
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: HTTP Authentication

2010-10-20 Thread Ben Johansen
you need to send it to them in xml format
(ignore pretags)



Basic





I don't know what the exact xml format xml is required

your not sending them a argument like in a url
you need to send it thru postargarray



On Oct 20, 2010, at 10:48 PM, MC Tay wrote:

> I created the encoded key using the <@CIPHER> tag, but not sure how
> to pass the key to the gateway. Can't find where it says what
> parameter (i.e. ¶meter=) or how to pass the key. Any idea?
>
> Thanks!
>
> MC
>
> At 05:01 PM 10/20/2010, you wrote:
>> use the <@CIPHER tag
>>
>> On Oct 20, 2010, at 4:57 PM, MC Tay wrote:
>>
>>> The key is the base-64 encoded result of "userid:password". Do you
>>> know how do I generate the base-64 encoded key?
>>>
>>> Thanks!
>>>
>>> MC
>>>
>>> At 04:16 PM 10/20/2010, you wrote:
>>>> yes, you can use @URL,
>>>>
>>>> you will need to grab the xml example the card merchant doc and
>>>> change the values to yours and send it out thru the @URL.
>>>>
>>>> They are expecting and xml request
>>>>
>>>>
>>>>
>>>> On Oct 20, 2010, at 4:07 PM, MC Tay wrote:
>>>>
>>>>> Hi:
>>>>>
>>>>> I'm trying to setup a credit card transaction call to a merchant
>>>>> account and they require an HTTP Authentication with the
>>>> following information:
>>>>>
>>>>> Authorization: Basic
>>>>> Content-type: test/xml
>>>>> Key: XYZ
>>>>>
>>>>> How do I do that in Witango? Can I use <@URL>? Please help.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> MC
>>>>>
>>>>>
>>>>>
>>>>> 
>>>>>
>>>>> To unsubscribe from this list, please send an email to
>>>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>>>
>>>>>
>>>>
>>>> Ben Johansen
>>>> http://www.webspinr.com
>>>> b...@webspinr.com
>>>> Phone: 360-597-3372
>>>> Mobile: 360-600-7775
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 
>>>>
>>>> To unsubscribe from this list, please send an email to
>>>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>
>>>
>>>
>>> 
>>>
>>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>
>>>
>>
>> Ben Johansen
>> http://www.webspinr.com
>> b...@webspinr.com
>> Phone: 360-597-3372
>> Mobile: 360-600-7775
>>
>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: HTTP Authentication

2010-10-20 Thread Ben Johansen
use the <@CIPHER tag

On Oct 20, 2010, at 4:57 PM, MC Tay wrote:

> The key is the base-64 encoded result of "userid:password". Do you
> know how do I generate the base-64 encoded key?
>
> Thanks!
>
> MC
>
> At 04:16 PM 10/20/2010, you wrote:
>> yes, you can use @URL,
>>
>> you will need to grab the xml example the card merchant doc and
>> change the values to yours and send it out thru the @URL.
>>
>> They are expecting and xml request
>>
>>
>>
>> On Oct 20, 2010, at 4:07 PM, MC Tay wrote:
>>
>>> Hi:
>>>
>>> I'm trying to setup a credit card transaction call to a merchant
>>> account and they require an HTTP Authentication with the
>> following information:
>>>
>>> Authorization: Basic
>>> Content-type: test/xml
>>> Key: XYZ
>>>
>>> How do I do that in Witango? Can I use <@URL>? Please help.
>>>
>>> Thanks!
>>>
>>> MC
>>>
>>>
>>>
>>> 
>>>
>>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>>>
>>>
>>
>> Ben Johansen
>> http://www.webspinr.com
>> b...@webspinr.com
>> Phone: 360-597-3372
>> Mobile: 360-600-7775
>>
>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to
>> lists...@witango.com with "unsubscribe witango-talk" in the body.
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: HTTP Authentication

2010-10-20 Thread Ben Johansen
yes, you can use @URL,

you will need to grab the xml example the card merchant doc and change the 
values to yours and send it out thru the @URL.

They are expecting and xml request



On Oct 20, 2010, at 4:07 PM, MC Tay wrote:

> Hi:
>
> I'm trying to setup a credit card transaction call to a merchant
> account and they require an HTTP Authentication with the following 
> information:
>
> Authorization: Basic
> Content-type: test/xml
> Key: XYZ
>
> How do I do that in Witango? Can I use <@URL>? Please help.
>
> Thanks!
>
> MC
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: What's in a name?

2010-10-20 Thread Ben Johansen
hey there more than just you that tango's

weTango

LOL ;-)

On Oct 20, 2010, at 2:59 PM, Wayne Irvine wrote:

>
> On 21/10/2010, at 4:58 AM, Rick Sanders wrote:
>>
>> Witango's name does need to be changed, but not back to Tango.
>
> Ummm, iTango? ;) LOL BTW
>
> Wayne Irvine
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: generating unique codes

2010-10-14 Thread Ben Johansen
take Robert S. code and go 1 step further
and do a hash on it, like

<@assign name="request$hashCode" value='<@CIPHER ACTION="hash" TYPE="MD5" 
STR="@@code">'>


you can play around with different has ciphers


On Oct 14, 2010, at 11:01 AM, Roland Dumas wrote:

> This looks good. THank you. Going to test it out. Was thinking 
> currenttimestamp could make it unique, but converting it to non-obvious 
> random-looking code was stumping me. thanks.
>
> On Oct 14, 2010, at 10:53 AM, Robert Shubert wrote:
>
>> Try this out:
>>
>> <@! start with epoch>
>> <@ASSIGN secs <@TSTOSECS <@CURRENTTIMESTAMP>>>
>>
>> <@! add salt>
>> <@ASSIGN secs "<@RANDOM low=1 high=9>@@secs<@RANDOM low=1 high=9>">
>>
>> <@! convert to base 26>
>> <@WHILE expr="@@secs > 26">
>>
>> <@! shift to ascii for capitals 65-90 convert to char and build code>
>> <@IF "<@CURROW>%2 = 0">
>>  <@ASSIGN code '<@CHAR <@CALC "abs(@@secs % 26) + 65">>@@code'>
>> <@ELSE>
>>  <@ASSIGN code '@@code<@CHAR <@CALC "abs(@@secs % 26) + 65">>'>
>> 
>>
>> <@! shift place for base conversion>
>> <@ASSIGN secs <@CALC "@@secs / 26" precision=0>>
>>
>> 
>>
>> Final Code: @@code
>>
>> DISCLAIMER: It is possible to create the same code if this routine is run 
>> multiple times in the same second. Add a <@SLEEP 1000> to prevent this. 
>> Also, there is an abs() in there because doing modulo on large values 
>> produces a negative value. This is incorrect behavior on Witango's part and 
>> something that I'll need to fix in the server. I do not think it produces a 
>> collision problem in this routine, but it may. It is likely tied to small 
>> floating point variable used in the routine. Oh, and there is also a 
>> rounding error that I didn't work out, but again, it only changed some shift 
>> points (26^1 place increases at unit=13 rather than unit=0). This can 
>> removed by floor()ing the base conversion shift in the final @CALC. Again, I 
>> do not believe that this causes a collision situation. Also, this routine 
>> can occasionally create a 7 character code. You may need to check for and 
>> ignore these if you want them all to 8 characters (This may be able to be 
>> eliminated by increasing the LOW value in the first @RANDOM) Lastly, I don't 
>> guarantee this routine. I just whipped it up as a mental exercise, so you 
>> may want to test it out some (see if you get a collision over a few million 
>> iterations), or show it to someone who is good with algorithms or 
>> cryptography.
>>
>> Robert
>>
>> -Original Message-
>> From: Roland Dumas [mailto:radu...@mac.com]
>> Sent: Thursday, October 14, 2010 11:42 AM
>> To: Witango-Talk@witango.com
>> Subject: Witango-Talk: generating unique codes
>>
>>
>> looking for method to create unique and non-obvious n-digit codes to be used 
>> as discount codes.
>> Should be short enough to use as consumer codes (8 digit?), and probably be 
>> something simply to enter, such as an all caps, and not have an easily 
>> discoverable pattern.
>>
>> I want to generate unique codes and not have to check the history to see if 
>> a code has been used before.
>>
>> Suggestions?
>>
>>
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to lists...@witango.com 
>> with "unsubscribe witango-talk" in the body.
>>
>>
>>
>> 
>>
>> To unsubscribe from this list, please send an email to lists...@witango.com 
>> with "unsubscribe witango-talk" in the body.
>>
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Standard and Advanced

2010-10-12 Thread Ben Johansen
Multiple Instances
and
More than 2 processor servers

On Oct 12, 2010, at 8:38 PM, Wayne Irvine wrote:

> I'm guessing this has been covered before but in my cursory glance over the 
> archives I didn't see it.
>
> What is the difference between the Standard and Advanced Servers in version 6?
>
> Wayne Irvine
>
>
>
> 
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
>

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.



Re: Witango-Talk: Witango 6 Question

2010-10-05 Thread Ben Johansen
humm, I have worked with both the Roberts and noticed, this don't sleep 
phenomenon

I wonder is it in the name ;-)

On Oct 5, 2010, at 4:53 AM, Dan Stein wrote:

> but not surprising given the mazing speed of response and service that 
> Tronics has provided as a hosting service and Witango hosting service all 
> these years. I know for a fact that Robert is in fact a very friendly Zombie 
> who in fact never sleeps. Or so it would seem.
> --
> Dan Stein MSN, CPNP
> FileMaker 7 Certified Developer
> FileMaker 9 Certified Developer
> Digital Software Solutions
> 303 W. Chestnut St
> Souderton PA 18964
> Land: 215-799-0192
> Cell: 610-256-2843
> Fax 215-799-0192 ( Call 1st)
> FMP, WiTango,MSSQL, MySQL,PHP
> d...@dss-db.com
> www.dss-db.com
>
>
> "It is perfectly safe to stand nowhere."
>
> On Oct 4, 2010, at 6:54 PM, Robert Garcia wrote:
>
>> It really is amazing to see the quick response to the questions Robert. You 
>> may resurrect this thing yet, at least enough to restore a small but vibrant 
>> development community. Who knows where it can go after that, good job.
>>
>> --
>>
>> Robert Garcia
>> President - BigHead Technology
>> VP Application Development - eventpix.com
>> 15520 Coutelenc Rd
>> Magalia, Ca 95954
>> ph: 530.645.4040 x222 fax: 530.645.4040
>> rgar...@bighead.net - rgar...@eventpix.com
>> http://bighead.net/ - http://eventpix.com/
>>
>> On Oct 4, 2010, at 2:55 PM, Robert Shubert wrote:
>>
>>> Kaustav,
>>>
>>> There are no security issues in Witango at this time (that I am aware of) 
>>> and after hosting 5.5 for many years now, I have yet to see a situation 
>>> occur on my servers where a breach has happened through Witango. Of course, 
>>> should anything like this be brought to my attention, I will implement a 
>>> fix ASAP. One other notable item is that I am working to update what 
>>> dependencies I can for the v6 release. This is done mostly to ensure that 
>>> bug and security fixes that have been made to the underlying libraries are 
>>> included in Witango.
>>>
>>> I am deprecating some minor functionality, such as the @DOCS tag, which can 
>>> be considered a security issue. I am keeping the “save as run only” 
>>> (encryption) functionality, and am planning to implement more host-friendly 
>>> features for site segregation and isolation of log and error data.
>>>
>>> Version 6 will have a completely reworked @URL functionality. It is now 
>>> implemented as an Action in the studio and has drag-and-drop access to all 
>>> aspects of the HTTP protocol.
>>>
>>> Robert
>>>
>>>
>>> From: Kaustav Acharya [mailto:kacha...@colleges.com]
>>> Sent: Monday, October 04, 2010 5:15 PM
>>> To: Witango-Talk@witango.com
>>> Subject: Witango-Talk: Witango 6 Question
>>>
>>> Hi Robert,
>>>
>>> John and I were actually wondering about whether Witango 6 had any updated 
>>> security fixes that were worthy of mentioning.  Also another aspect which 
>>> you've mentioned is the inability for Witango 5.5 Server on Windows to post 
>>> via SSL using the @URL metatag. You mentioned that the best way to work 
>>> around this is to use Win HTTP 5.1.
>>>
>>> Has this been an additional feature been addressed in the new version? 
>>> Installing another object  to do something so rudimentary is just an 
>>> inconvenience so we were just wondering.
>>>
>>> Thanks very much!
>>>
>>> 
>>> Kaustav Acharya
>>>Web Developer
>>>
>>>   U. Inc.
>>>   12264 El Camino Real, Suite #401
>>>   San Diego, CA. 92130
>>>
>>>   Office: (858) 847-3350 x1004
>>>   Fax: (858) 847-3340
>>>   email: kacha...@colleges.com
>>>
>>>   http://www.colleges.com
>>> 
>>>
>>>  Power to the People - http://www.campaign.com
>>> 
>>>
>>> Important Note: This e-mail may contain privileged, undisclosed or  
>>> confidential information. If you have received this e-mail in error, you 
>>> are hereby notified
>>> that any review, copying or distribution of it is strictly prohibited. 
>>> Please inform kacha...@colleges.com Immediately and permanently destroy the 
>>> original transmittal.
>>>
&

Witango-Talk: Upgrade and OS Platform Change

2010-10-04 Thread Ben Johansen
In considering purchasing the upgrade, I had to make a choice, do I stay with 
windows version of studio or make the leap to Mac

So I asked Witango support on policy of OS Platform Change,
their reply

"Our policy is currently that platform changes can only be made at major 
version upgrades.  For example, you can upgrade your 5.0 license to any 
platform of version 6, but then you will not be able to change platform on that 
license until version 7."

So, Consider your OS path wisely ;-)


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Updating or Inserting NULL into MSSQL datetime field

2010-09-13 Thread Ben Johansen
, September 13, 2010 1:46 PM
> To: Witango-Talk@witango.com
> Subject: Witango-Talk: Updating or Inserting NULL into MSSQL datetime field
>
> Hello,
>
> Can this be done? I have a table where they need to sort by date. The column 
> is a datetime filed to sort dates correctly. we also need to be able to 
> update the date, delete the date (make null) or keep the date null on an 
> insert. Keeping the dat null on insert is fairly easy, but what if they want 
> to sdelete the date? Adding blank form field defaults to 1/1/1900 in the db. 
> Can an insert of NULL be written in SQL? I tried he obvious... <@IFEMPTY 
> <@ARG date>>NULL<@ELSE><@ARG date>>/@IF>, <@IFEMPTY <@ARG 
> date>>DbNull.value<@ELSE><@ARG date>>/@IF>, etc...
>
> Has anyone done this before?
>
> Thanks!
>
>
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Help

2010-08-20 Thread Ben Johansen
Is this a 911 situation or need help with Witango ;-)

On Aug 20, 2010, at 6:03 PM, Mcgriff, Gary S. (MSFC-IS70) wrote:

> Help
>
> To unsubscribe from this list, please send an email to lists...@witango.com 
> with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: SOAP Web Service help needed urgently

2010-08-13 Thread Ben Johansen
I'm hoping the the SOAP implementation will be better in version 6,
this will have to be answered by Robert (Tronics).

XML is doable, and is recommended at this point


On Aug 13, 2010, at 8:12 AM, Bill Downall wrote:

> Witango colleagues,
>
> I am looking for a contractor who can help me integrate a Witango
> application function with a Windows Communication Foundation-
> compatible web services consumer. I have tried and failed to be able
> use the Witango SOAP implementation with their proxy. This may
> require someone to build a web service using Microsoft tools, and
> within the web service call a Witango taf that will do the work in
> the database and build the XML response message that the consumer
> will be waiting for. The web service consumer will basically be
> sending an xml message with a complicated work order.
>
> Please contact me off list if you could help immediately. 
> bdown...@downallconsulting.com
>
> My client insists on SOAP, as well as HTTPS encryption and also
> additional layers of message level encryption and authentication.
>
> Thanks in advance.
>
> Bill
>
> To unsubscribe from this list, please send an email to lists...@witango.com
>  with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Announcement - Witango under new ownership

2010-08-02 Thread Ben Johansen
Congrats! Robert.

Will there be a beta 2 on version 6. there were a lot of short comings
last I worked with it?


On Aug 2, 2010, at 3:52 PM, D. Richardy wrote:

> Gratulations from Europe.
> Hope that Witango will re-find the way to all European customers.
> We will help to do it.
>
> Daniel Richardy
> SoftDes GmbH
>
> - Original Message -
> From: supp...@witango.com
> To: Witango-Talk@witango.com
> Sent: Monday, August 02, 2010 8:43 PM
> Subject: Witango-Talk: Announcement - Witango under new ownership
>
>
> To the Witango community:
>
> Tronics Software LLC has purchased the Witango product suite from
> Witango Technologies Pty Ltd.  We at Tronics Software are extremely
> excited to launch this new chapter for Witango, and we are dedicated
> to the ongoing support and development of the Witango products.
>
> Over the next few days and weeks we will be releasing further
> information about our plans for Witango, the timing of the version
> 6.0 release, and pricing details.  We are also committed to
> supporting and expanding the Witango community, and we will be
> launching community forums and a development blog shortly.
>
> We will post all announcements to the list and to the witango.com
> website - please check back often!
>
> Thank you all for your continued support of Witango,
>
> Tronics Software LLC
>
>
>
> Tronics Software LLC is a software development company in New
> Jersey, part of the Tronics group of companies founded by Robert
> Shubert.  Robert has been a part of the Witango community since 1998
> and owns Tronics, the leading Witango web hosting provider.  To
> contact Tronics Software with questions, please email supp...@witango.com
>  or call (570) 647-4370.
>
>
> To unsubscribe from this list, please send an email to mails...@witango.com
>  with "unsubscribe witango-talk" in the body.
>
> To unsubscribe from this list, please send an email to mails...@witango.com
>  with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to mails...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: Announcement - Witango under new ownership

2010-08-02 Thread Ben Johansen
WoW! :-)


On Aug 2, 2010, at 11:43 AM, supp...@witango.com wrote:

>
> To the Witango community:
>
> Tronics Software LLC has purchased the Witango product suite from
> Witango Technologies Pty Ltd.  We at Tronics Software are extremely
> excited to launch this new chapter for Witango, and we are dedicated
> to the ongoing support and development of the Witango products.
>
> Over the next few days and weeks we will be releasing further
> information about our plans for Witango, the timing of the version
> 6.0 release, and pricing details.  We are also committed to
> supporting and expanding the Witango community, and we will be
> launching community forums and a development blog shortly.
>
> We will post all announcements to the list and to the witango.com
> website - please check back often!
>
> Thank you all for your continued support of Witango,
>
> Tronics Software LLC
>
>
>
> Tronics Software LLC is a software development company in New
> Jersey, part of the Tronics group of companies founded by Robert
> Shubert.  Robert has been a part of the Witango community since 1998
> and owns Tronics, the leading Witango web hosting provider.  To
> contact Tronics Software with questions, please email supp...@witango.com
>  or call (570) 647-4370.
>
>
> To unsubscribe from this list, please send an email to mails...@witango.com
>  with "unsubscribe witango-talk" in the body.

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775







To unsubscribe from this list, please send an email to mails...@witango.com 
with "unsubscribe witango-talk" in the body.


Re: Witango-Talk: MySQL Update (OT)

2010-06-17 Thread Ben Johansen

you need to use the CONCAT sub function

E_Source = CONCAT(E_Source,'CRON')


On Jun 17, 2010, at 3:02 PM, Fogelson, Steve wrote:


Hi,

I am using MySQL with Witango and I want to append some text to a  
field in an UPDATE SQL. MySQL doc indicates you can do this.


UPDATE t1 SET col1 = col1 + 1;

I have tried the following:

UPDATE emaillist SET E_Deleted = { d '2010-06-17' }, E_Source =  
E_Source'CRON' WHERE (E_Email = 'x...@xxx.com');
UPDATE emaillist SET E_Deleted = { d '2010-06-17' }, E_Source =  
E_Source + 'CRON' WHERE (E_Email = 'x...@xxx.com');
UPDATE emaillist SET E_Deleted = { d '2010-06-17' }, E_Source =  
E_Source & 'CRON' WHERE (E_Email = 'x...@xxx.com');


Maybe it only works for INTEGER or numeric fields. E_Source is a  
TEXT field. Appreciate any suggestions.


Thanks

Steve Fogelson
Internet Commerce Solutions
________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Redirect question

2010-02-09 Thread Ben Johansen

One note on 302 Redirect vs window.location.

I have found that they work on all major browsers, the differences is  
timing


302 redirect is handled server side and placed in the header
window.location is client side and can be called within Javascript

note: on window.location always use full url


On Feb 9, 2010, at 10:06 AM, Beverly Voth wrote:

I don't rely on "pop-ups" as much as I just "show" a hidden,  
absolutely
positioned  where the alert/dialog/comment will show when  
needed. And
yes, this may or may not need JS. For example, you can have a  
"conditional"
(<@IF) on the style="display: none;" else style="display: block;" as  
needed.
If they come back to the page and you pass the variable to trigger  
the if...
It can have a close box (which uses the javascript or returns to the  
same

page passing the varible as 'null' - so the box doesn't show).

I will say that almost nobody turns off Javascript these days, but  
you can

trap for that, too!

Beverly

On 2/9/10 11:13 AM, "Dan Stein"  wrote in whole or  
in part:



Folks,

I am building a new taf. When they click on a map it looks up the  
URL in the
database based on the state code and we want them to then go to a  
new page

based on the stored link.

If we have no stored link I'll call the same page again and I guess  
show a pop

up saying nothing there at this time.

I can use the JS window.location or HTTP redirect so 1st question  
is which one

is safest and most likely to work with all browsers.

and I can't seem to find a property that will let me force a new  
window or tab

to open.


---
Dan Stein MSN CRNP
FileMaker 7 Certified Developer
FileMaker 9 Certified Developer
Digital Software Solutions
303 W. Chestnut St
Souderton PA 18964
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango,MSSQL, MySQL,PHP
d...@dss-db.com
www.dss-db.com


"I destroy my enemies when I make them my friends."

Abraham Lincoln







TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Changing comma delim to semicolon delim in the Mail Action

2010-02-07 Thread Ben Johansen

users, gotta love'm

FYI, (you might know this, but thought i would mention it)
you can have SUBJECT and BCC in the mailto
I don't like to just throw up a mail thing without a subject, they  
might not mail it right off, (see first statement ;-)
I split the email and use first mail as main mailto and subequent as  
bcc, actually saves on email server


a href="mailto:us...@mail.com?bcc=user2@mail.com,us...@mail.com&subject=newletter 
 for some company"


you can see all the possibilities here
http://www.ianr.unl.edu/internet/mailto.html

But, the reason it worked as comma separated in mailto was comma is  
the standard separator, but in Witango mail action, it is treated as  
an array, and that is why you needed the semi-colon, to separate the  
email addresses, when witango sends the mail to mail server it will  
comma separate the addresses




On Feb 7, 2010, at 9:29 AM, Webdude wrote:

"You're trying to create a hyperlink, not insert the address in a  
mail action, ok.


No... I am trying to do both. The links that are displayed in  
results to the user are hyperlinks when searching on the site. The  
table is also used for a bulkemail program and newsletter I have set  
up. Each string (with multiple email addresses) are loaded in one  
field (stupid I know, but users who felt they needed to add more  
then one email address added more emails using a comma to seperate  
them. In other words, I had a field set up to take 150 characters  
and the users added multiple email addresses in that field).


Look... it's not a big deal. I can replace all the commas with a  
semicolon in the table. In the newsletter and bulkemail program, I  
can simply use @replace and can get it to work just fine. I should  
have been more stringent in what the users were inputting. The  
probelm is most of the users are from China and and there seems to  
have been a problem with a translation.


Live and learn, eh?


-Original message-
From: Roland Dumas radu...@mac.com
Date: Sat,  6 Feb 2010 11:39:13 -0600
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Changing comma delim to semicolon delim  
in the Mail

Action

You're trying to create a hyperlink, not insert the address in a  
mail action, ok.


You can either create a one-row array with the column delimiter=;   
or you can spin your string with an <@ROWS><@COL NUM=X>;


On Feb 6, 2010, at 9:32 AM, Webdude wrote:

The reason is simple... most email clients seperate multiple  
addresses by semicolon. If you load a db table with a string of  
emails that are comma delimited, you cannot create a hyperlink  
that will load the emails into the email client automatically. For  
example, a string of emails returned from a table like thus...


us...@mail1.com,us...@mail2.com,us...@mail3.com

when usung a hyperlink like this...

mailto:us...@mail1.com,us...@mail2.com,us...@mail3.com";>us...@mail1.com 
,us...@mail2.com,us...@mail3.com


will not work, but it works fine using the Witango email action.

But when using a string like this...

us...@mail1.com;us...@mail2.com;us...@mail3.com

And using a hyperlink like this...

mailto:us...@mail1.com;us...@mail2.com;us...@mail3.com";>us...@mail1.com 
,;us...@mail2.com;us...@mail3.com


Works for the email client, but not the email action in Witango.



-Original message-
From: Ben Johansen b...@webspinr.com
Date: Fri, 5 Feb 2010 15:31:54 -0600
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Changing comma delim to semicolon delim  
in the Mail Action



at a loss for why?, but according to RFC 2822 comma is the only  
separator allowed"The destination fields of a message consist of  
three possible fields,
 each of the same form: The field name, which is either "To",  
"Cc", or

 "Bcc", followed by a comma-separated list of one or more addresses
"Read more: http://www.faqs.org/rfcs/rfc2822.html#ixzz0ehQZoxaH
On Feb 5, 2010, at 8:35 AM, WebDude wrote:
Is this possible? I mean, when adding multiple emails in the To:,  
CC:, etc. in the Mail Action.  I know I can do a replace  
character... Thanks!


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Ben Johansenhttp://www.webspinr.comb...@webspinr.comphone:  
360-597-3372Mobile: 360-600-7775







TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/

Re: Witango-Talk: Changing comma delim to semicolon delim in the Mail Action

2010-02-05 Thread Ben Johansen
at a loss for why?, but according to RFC 2822 comma is the only  
separator allowed

"The destination fields of a message consist of three possible fields,
   each of the same form: The field name, which is either "To", "Cc",  
or

   "Bcc", followed by a comma-separated list of one or more addresses
"
Read more: http://www.faqs.org/rfcs/rfc2822.html#ixzz0ehQZoxaH
On Feb 5, 2010, at 8:35 AM, WebDude wrote:

Is this possible? I mean, when adding multiple emails in the To:,  
CC:, etc. in the Mail Action.


I know I can do a replace character...

Thanks!




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: SQL question: combining results

2010-01-22 Thread Ben Johansen
you can use UNION on a sql select statement that is a searching select  
and not a variable select
select @menu,@... is a variable select and in the directDBMS you are  
actually creating a Stored Procedure on the fly
the union is designed to be used when you have to select statements  
the return the exact same fields but have different where clauses


On Jan 22, 2010, at 9:27 AM, Brian Humes wrote:


Hi all,

I have the following in a Direct DBMS action:

//begin SQL
declare @phone_id int
declare @manu varchar(50)
declare @phone_name varchar(50)
declare @carrier_id int
declare @carrier varchar(50)
declare @rownum_phones int
declare phonelist cursor for
SELECT  DISTINCT  
b1.phone_id,b2.manufacturer,b1.phone_name,b3.carrier_id,c1.carrier  
FROM dbo.bc_phone b1,dbo.bc_manufacturer b2,dbo.bc_pmc2  
b3,dbo.bc_marketxdevice b4, dbo.bc_carrier c1 WHERE  
((b3.status1='approved1' OR b3.status1='failed1') AND  
(b4.market_id=1) AND ((b1.manufacturer_id=b2.manufacturer_id) AND  
(b3.phone_id=b1.phone_id) AND (b4.phone_id=b3.phone_id) AND  
(b3.carrier_id = c1.carrier_id))

open phonelist
   fetch next from phonelist into  
@phone_id,@manu,@phone_name,@carrier_id,@carrier

   set @rownum_phones = 0
   while <@literal value="@@FETCH_STATUS"> = 0
   begin
   set @rownum_phones = @rownum_phones + 1
   if (SELECT COUNT(b1.phone_id) FROM dbo.bc_pvc  
b1,dbo.bc_carrier b2,dbo.bc_pmc2 b3 WHERE (b1.phone_...@phone_id AND  
b1.carrier_...@carrier_id) AND ((b2.carrier_id=b1.carrier_id) AND  
(b3.phone_id=b1.phone_id))) = 0

   select @manu,@phone_name,@carrier
   fetch next from phonelist into  
@phone_id,@manu,@phone_name,@carrier_id,@carrier

   end
   close phonelist
deallocate phonelist
//end SQL

The SQL call returns a list (phonelist) and then loops through that  
list to find if some conditions are met. If so (if zero records are  
returned) then I simply "print" the variables using a select call.  
So, Witango stores the first return returned value, but no more. I  
need to get all of them.


I tried putting in a UNION and UNION ALL beneath the "select  
@manu,@phone_name,@carrier", but I got errors (presumably because I  
was putting the UNION after the last cycle?).


Any ideas on how I can get all of the results? By the way, I was  
doing this using Witango (search, then loop, then test for zero,  
then addrows to an array) but it was taking WAY too long.


MS SQL Server 2005.

Any help would be greatly, greatly appreciated.

Thanks!




Brian Humes
Director, Interactive
JohnsonRauhoff
269-428-9257 (direct)
269-428-3377 (main)
269-428-3312 (fax)
www.johnson-rauhoff.com
bhu...@johnson-rauhoff.com





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: selecting records with same calendar month

2010-01-18 Thread Ben Johansen

Depends on database, but let's say for MySql
you could do
Select * from table where month(datefield) = 3
and you would get only the March dates

On Jan 18, 2010, at 1:35 PM, Roland Dumas wrote:



Given: table with event records. One column is a date field.

Question: how do I request a date and get back only records in the  
same calendar month as the requested date?


Ex: I put in 05/06/2010 and get back a set of records that are all  
05/XX/2010



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: [OT] help save Mysql

2010-01-02 Thread Ben Johansen
I got an email from someone regarding this, I have been concerned  
myself if Oracle gets it's hands on MySql.


http://www.helpmysql.org

Take a look, and decide for yourself

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Help needed

2010-01-01 Thread Ben Johansen

This can be done in an iFrame or make it a webservice and do AJAX




On Jan 1, 2010, at 2:34 PM, Dan Stein wrote:


OK not user how if if I can do this one.
My client wants to give code for a form out to his clients that will  
submit a zip code and distance to our site run through a taf file  
and return a list.


It works on this page on our site
http://www.needymeds.org/drugcard/index.shtml
He would prefer they don't end up on our site after they submit the  
form


I thought this might be done with framesets but I have not worked  
with them much.


Not sure how they submit to our site and the results page ends up  
being frmaed in their site.



---
Dan Stein MSN
FileMaker 7 Certified Developer
FileMaker 9 Certified Developer
Digital Software Solutions
303 W. Chestnut St
Souderton PA 18964
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango,MSSQL, MySQL,PHP
d...@dss-db.com
www.dss-db.com


"I destroy my enemies when I make them my friends."

Abraham Lincoln






TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Deleting empty Rows in Array

2009-12-30 Thread Ben Johansen

you may be able to use tokenize on your string


1 ;2 ;3 ;4 ;5 ; ; ; ; ;


<@TOKENIZE VALUE="1 ;2 ;3 ;4 ;5 ; ; ;" CHARS=";" NULLTOKENS="false">

NULLTOKENS are when you have a blank cell as a result of the tokenize.
for example if you tokenize "one,two,,four" on comma:
if you have NULLTOKENS = true then the resulting array will have 4  
elements with the 3rd being empty
if you have NULLTOKENS = false then the resulting array will have 3  
elements, skipping the 3rd


you can use the NULLTOKENS to deal with the empty spots, so that  
filter will not break


Ben

On Dec 30, 2009, at 6:13 AM, WebDude wrote:


Hi Folks,

I have another one I have been working on and I am having a devil of  
a time
trying to get either <@filter> or any type of filtering on text  
strings to

work correctly. I would appreciate any help.

I have an app that let's you copy and paste text from an XLS file  
into a
 field. I then take the text and bust it out into columns  
and rows
and populate  fields and then loop through an  
insert
routine. It works well, but I am trying to delete rows that have no  
values.
The reason for no values is from multiple returns from the user  
without
text, or when I present the text back into the  for  
editing after
the  fields have been edited. I am doing  
something like

this (using just 1 column for simplicity sake)...

From the ...
<@ASSIGN text11 "<@REPLACE STR='<@ARG text1>' FINDSTR='<@CHAR 10>'
REPLACESTR=';'>">
<@ASSIGN text11 "<@REPLACE STR='<@VAR text11>' FINDSTR='<@CHAR 9>'
REPLACESTR=','>">


I the assign the results to an array...


<@ASSIGN NAME="initValue" VALUE="<@VAR text11>">
<@ASSIGN NAME="array1" VALUE="<@ARRAY VALUE=@@initValue CDELIM=','
RDELIM=';'>">
<@ASSIGN column1<@CURROW> "<@VAR NAME='array1[<@CURROW>,1]'>">



The array1 will look something like this when done using <@VAR array1
APrefix='' ASuffix='' RPrefix='' RSuffix=';' CPrefix='' CSuffix=''>...

1 ;2 ;3 ;4 ;5 ;

But sometimes, when a user inputs incorrectly or goes back and edits  
values,

I may end up with an array that looks like this...

1 ;2 ;3 ;4 ;5 ; ; ; ; ;

What I am trying to do is filter out the empty rows at the end -  
(; ; ;)


Now when I use <@FILTER> I am totally confused. I can't seem to get  
it to

work at all. Even a simple filter that I know should work. Examples...

<@FILTER ARRAY="array1" SCOPE="local" EXPR="#1=1">
I get...
An Array was expected as a parameter

OR

<@FILTER ARRAY="<@VAR array1>" SCOPE="local" EXPR="#1=1">
I get...
Error during expression evaluation.
Illegal symbol in statement ["<@__REF name=array1
userref=...@3605a6082eac17134b3b591b>[1,1]=1]

BUT

<@FILTER ARRAY="<@VAR array1>" SCOPE="local" EXPR=""> does not throw  
an

error, but I am filtering nothing.

I also tried to use any type of string manipluation to get rid of  
the empty

rows but using anything like
<@CHAR 10>; or just " ;" does not seem to work either.

Any insight would be greatly appreciated.

Thanks!

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Witango-Talk: [Off Topic] happy holidays

2009-12-24 Thread Ben Johansen

I Hope all have a happy holiday season

Thanks for all the support of the years

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Array and Left

2009-12-22 Thread Ben Johansen
In this code you sent, <@ASSIGN promoid has no relationship to array3,  
with respect to changing the values in array3.


this makes more sense to me


<@ASSIGN NAME="initValue" VALUE="123456789,123456789,123456789;">

<@ASSIGN NAME="array3" VALUE="<@ARRAY VALUE=@@initValue CDELIM=','  
RDELIM=';'>">


<@FOR START="1" STEP="1" STOP="<@numrows array='request$array3'>">
	<@assign request$array3[<@currow>,1] '<@LEFT STR="<@VAR  
array3[<@CURROW>,1]>" NUMCHARS="3">'>




<@ROWS ARRAY="<@VAR array3>">
<@VAR array3[<@CURROW>,1]>

or


<@VAR array3[1,1]>


On Dec 21, 2009, at 9:02 AM, WebDude wrote:


Mmmm... Interesting. I cannot get it to work. Full code...


<@ASSIGN NAME="initValue" VALUE="123456789,123456789,123456789">

<@ASSIGN NAME="array3" VALUE="<@ARRAY VALUE=@@initValue CDELIM=','
RDELIM=';'>">

<@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array3[<@CURROW>,1]>"
NUMCHARS="3">'>


<@ROWS ARRAY="<@VAR array3>">
<@VAR array3[<@CURROW>,1]>

or


<@VAR array3[1,1]>



-Original Message-
From: Robert Shubert [mailto:rshub...@tronics.com]
Sent: Monday, December 21, 2009 10:02 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Array and Left

It 100% does work in that situation - there must be something else  
off.


-Original Message-
From: WebDude [mailto:webd...@cipromo.com]
Sent: Monday, December 21, 2009 10:36 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Array and Left

Like I said, I can use left in the input file like thus...

value="<@LEFT

STR="<@VAR array2[<@CURROW>,1]>" NUMCHARS="3">">

I was wondering if there was a way to use @left when creating the  
array.

Something like this...

<@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array2[<@CURROW>,1]>"
NUMCHARS="3">'>


It doesn't seem to work on the @assign.



-Original Message-
From: Robert Shubert [mailto:rshub...@tronics.com]
Sent: Monday, December 21, 2009 9:15 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Array and Left

I can confirm that little quick in HTML about over-populating a text  
input
with a maxlength. It's always been the way it's worked for some  
reason.


As for your code, that looks fine and should work, assuming you are
executing inside a @ROWS or @FOR block so that the @CURROW evaluates.

I @LEFT and @RIGHT things all the time without issue.

Robert

-Original Message-
From: WebDude [mailto:webd...@cipromo.com]
Sent: Monday, December 21, 2009 9:52 AM
To: witango-talk@witango.com
Subject: Witango-Talk: Array and Left

I am having a bit of a problem. I noticed that when I create a  
variable and
load that variable into an HTML text form input, the MAXLENGTH  
attribute is
ignored. It seems that if you set the input field to MAXLENGTH=5,  
you cannot
type more then 5 characters into the field, however, when loading a  
variable

into the field, the MAXLENGTH is ignored. M...

The values I am loading into the input form are from an array. Seems  
it
would be simple enough, but I cannot seem to get it to work.  
Currently, I

have something like this (using just on column for clarity sake).

<@ASSIGN NAME="initValue" VALUE="<@VAR text11>"> <@ASSIGN  
NAME="array2"

VALUE="<@ARRAY VALUE=@@initValue CDELIM=','
RDELIM=';'>">
<@ASSIGN promoid<@CURROW> '<@VAR array2[<@CURROW>,1]>'>

I tried changing the promoid to

<@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array2[<@CURROW>,1]>"
NUMCHARS="3">'>

But I get no love. Am I missing something here? I just want to be  
able to
limit the number of characters to 3. Yes, I can use this on the form  
page,

but was interested in a more elegant way of doing this.

Thanks!

____
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Dreamweaver and Witango

2009-12-11 Thread Ben Johansen
There is a link from Witango site to webenergy that fails (http://witango.webenergy-sw.com/ 
)
it was a plugin to dreamweaver so that dreamweaver would recognize  
witango tags.


I have dreamweaver CS4 (version 10.0 build 4117)

Does someone have a plugin that will make dreamweaver just recognize  
witango tags?



Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Dynamic year drop down

2009-12-04 Thread Ben Johansen

simple in PHP




  echo "{$i}option>";

  } else {
  echo "{$i}";
  }
  }
?>





On Dec 4, 2009, at 4:54 PM, Dan Stein wrote:

So I need to generate for credit cards a dynamic year drop down  
using javascript or php.


I want the available years to be just the current year and x years  
out.


Does anyone have code they would be willing to share?

This is easy in witango. But not an option for this project.
--
Dan Stein MSN
Digital Software Solutions
d...@dss-db.com
www.dss-db.com


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:54 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4358 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8lY-Qt-W9
 for b...@webspinr.com; Thu, 19 Nov 2009 09:17:54 -0600
Received: from gateway12.websitewelcome.com ([69.93.82.6])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK10848
for ; Fri, 20 Nov 2009 02:17:48 +1100
Received: (qmail 7741 invoked from network); 19 Nov 2009 15:31:01 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway12.websitewelcome.com with SMTP; 19 Nov 2009 15:31:01 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8lL-OZ-4J
for witango-talk@witango.com; Thu, 19 Nov 2009 09:17:35 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:17:35 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:49 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3521 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8lU-Q7-6p
 for b...@pcforge.com; Thu, 19 Nov 2009 09:17:49 -0600
Received: from gateway16.websitewelcome.com ([69.56.148.23])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK45243
for ; Fri, 20 Nov 2009 02:17:43 +1100
Received: (qmail 13897 invoked from network); 19 Nov 2009 15:32:19 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway16.websitewelcome.com with SMTP; 19 Nov 2009 15:32:19 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8lF-NW-Un
for witango-talk@witango.com; Thu, 19 Nov 2009 09:17:29 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:17:29 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:35 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3145 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8lF-Mt-Mx
 for b...@pcforge.com; Thu, 19 Nov 2009 09:17:35 -0600
Received: from gateway14.websitewelcome.com ([69.93.179.25])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK70228
for ; Fri, 20 Nov 2009 02:17:28 +1100
Received: (qmail 27280 invoked from network); 19 Nov 2009 15:39:25 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway14.websitewelcome.com with SMTP; 19 Nov 2009 15:39:25 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8l1-KH-R3
for witango-talk@witango.com; Thu, 19 Nov 2009 09:17:15 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:17:15 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:29 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2562 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8lA-Lk-TM
 for b...@webspinr.com; Thu, 19 Nov 2009 09:17:29 -0600
Received: from gateway05.websitewelcome.com ([69.56.148.14])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK51523
for ; Fri, 20 Nov 2009 02:17:23 +1100
Received: (qmail 5014 invoked from network); 19 Nov 2009 15:26:28 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway05.websitewelcome.com with SMTP; 19 Nov 2009 15:26:28 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8kw-It-T0
for witango-talk@witango.com; Thu, 19 Nov 2009 09:17:10 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:17:10 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:15 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2037 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kw-IH-OB
 for b...@webspinr.com; Thu, 19 Nov 2009 09:17:15 -0600
Received: from gateway03.websitewelcome.com ([69.93.223.26])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK79609
for ; Fri, 20 Nov 2009 02:17:09 +1100
Received: (qmail 21657 invoked from network); 19 Nov 2009 15:29:28 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway03.websitewelcome.com with SMTP; 19 Nov 2009 15:29:28 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8ki-En-MH
for witango-talk@witango.com; Thu, 19 Nov 2009 09:16:56 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:16:56 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:17:10 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1215 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kr-Gn-R8
 for b...@pcforge.com; Thu, 19 Nov 2009 09:17:10 -0600
Received: from gateway13.websitewelcome.com ([69.93.35.6])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAK03005
for ; Fri, 20 Nov 2009 02:17:05 +1100
Received: (qmail 20044 invoked from network); 19 Nov 2009 15:30:06 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway13.websitewelcome.com with SMTP; 19 Nov 2009 15:30:06 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8ke-DK-1w
for witango-talk@witango.com; Thu, 19 Nov 2009 09:16:52 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:16:52 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:16:56 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4778 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kZ-Bo-UR
 for b...@pcforge.com; Thu, 19 Nov 2009 09:16:56 -0600
Received: from gateway01.websitewelcome.com ([67.18.81.19])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAJ57746
for ; Fri, 20 Nov 2009 02:16:46 +1100
Received: (qmail 12085 invoked from network); 19 Nov 2009 15:28:14 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway01.websitewelcome.com with SMTP; 19 Nov 2009 15:28:14 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8kK-9m-CQ
for witango-talk@witango.com; Thu, 19 Nov 2009 09:16:32 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:16:32 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=2.7
X-Spam-Score: 27
X-Spam-Bar: ++
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:16:52 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4254 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kZ-BY-4Z
 for b...@webspinr.com; Thu, 19 Nov 2009 09:16:51 -0600
Received: from gateway05.websitewelcome.com ([69.56.148.14])
by mail.witango.com (IceWarp 9.4.2) with SMTP id AAJ68745
for ; Fri, 20 Nov 2009 02:16:45 +1100
Received: (qmail 2834 invoked from network); 19 Nov 2009 15:25:50 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway05.websitewelcome.com with SMTP; 19 Nov 2009 15:25:50 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NB8kK-9Z-8K
for witango-talk@witango.com; Thu, 19 Nov 2009 09:16:32 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Thu, 19 Nov 2009 09:16:32 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=2.7
X-Spam-Score: 27
X-Spam-Bar: ++
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen

This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:16:32 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3789 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kD-5D-0h
 for b...@webspinr.com; Thu, 19 Nov 2009 09:16:32 -0600
Received: from ndmsnpf03.ndc.nasa.gov ([198.117.0.123])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id AAJ62407
for ; Fri, 20 Nov 2009 02:16:07 +1100
Received: from ndjsppt02.ndc.nasa.gov (ndjsppt02.ndc.nasa.gov [198.117.1.101])
by ndmsnpf03.ndc.nasa.gov (Postfix) with ESMTP id 4AFBD2D8369
for ; Thu, 19 Nov 2009 09:15:55 -0600 (CST)
Received: from ndjshub04.ndc.nasa.gov (ndjshub04.ndc.nasa.gov [198.117.4.163])
by ndjsppt02.ndc.nasa.gov (8.14.3/8.14.3) with ESMTP id nAJFFsXx002262
for ; Thu, 19 Nov 2009 09:15:54 -0600
Received: from NDJSSCC06.ndc.nasa.gov ([198.117.4.176]) by
 ndjshub04.ndc.nasa.gov ([198.117.4.163]) with mapi; Thu, 19 Nov 2009 09:15:54
 -0600
From: "Reeve, Lawrence D. (ARC-ID)[PEROT SYSTEMS]" 
To: "witango-talk@witango.com" 
Date: Thu, 19 Nov 2009 09:15:58 -0600
Subject: Re: Witango-Talk: Your email requires verification
 verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Thread-Topic: Witango-Talk: Your email requires verification
 verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Thread-Index: AcppKulTf2QjQVLPQVS8cdE4zitaRwAAEjcP
Message-ID: 
In-Reply-To: 
Accept-Language: en-US
Content-Language: en
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: multipart/alternative;
boundary="_000_C72AA12EF214LawrenceDReevenasagov_"
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure 
engine=1.12.8161:2.4.5,1.2.40,4.0.166 
definitions=2009-11-19_15:2009-11-16,2009-11-19,2009-11-19 signatures=0
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.2
X-Spam-Score: 12
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-19 Thread Ben Johansen

This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Thu Nov 19 09:16:32 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3665 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NB8kC-5C-Nt
 for b...@pcforge.com; Thu, 19 Nov 2009 09:16:32 -0600
Received: from ndmsnpf03.ndc.nasa.gov ([198.117.0.123])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id AAJ62407
for ; Fri, 20 Nov 2009 02:16:07 +1100
Received: from ndjsppt02.ndc.nasa.gov (ndjsppt02.ndc.nasa.gov [198.117.1.101])
by ndmsnpf03.ndc.nasa.gov (Postfix) with ESMTP id 4AFBD2D8369
for ; Thu, 19 Nov 2009 09:15:55 -0600 (CST)
Received: from ndjshub04.ndc.nasa.gov (ndjshub04.ndc.nasa.gov [198.117.4.163])
by ndjsppt02.ndc.nasa.gov (8.14.3/8.14.3) with ESMTP id nAJFFsXx002262
for ; Thu, 19 Nov 2009 09:15:54 -0600
Received: from NDJSSCC06.ndc.nasa.gov ([198.117.4.176]) by
 ndjshub04.ndc.nasa.gov ([198.117.4.163]) with mapi; Thu, 19 Nov 2009 09:15:54
 -0600
From: "Reeve, Lawrence D. (ARC-ID)[PEROT SYSTEMS]" 
To: "witango-talk@witango.com" 
Date: Thu, 19 Nov 2009 09:15:58 -0600
Subject: Re: Witango-Talk: Your email requires verification
 verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Thread-Topic: Witango-Talk: Your email requires verification
 verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Thread-Index: AcppKulTf2QjQVLPQVS8cdE4zitaRwAAEjcP
Message-ID: 
In-Reply-To: 
Accept-Language: en-US
Content-Language: en
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: multipart/alternative;
boundary="_000_C72AA12EF214LawrenceDReevenasagov_"
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure 
engine=1.12.8161:2.4.5,1.2.40,4.0.166 
definitions=2009-11-19_15:2009-11-16,2009-11-19,2009-11-19 signatures=0
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.2
X-Spam-Score: 12
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:49:19 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3610 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsOo-0005Y1-OI
 for b...@pcforge.com; Wed, 18 Nov 2009 15:49:19 -0600
Received: from gateway07.websitewelcome.com ([67.18.34.4])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGP76513
for ; Thu, 19 Nov 2009 08:49:13 +1100
Received: (qmail 28851 invoked from network); 18 Nov 2009 22:01:54 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway07.websitewelcome.com with SMTP; 18 Nov 2009 22:01:54 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsOa-0005UF-5k
for witango-talk@witango.com; Wed, 18 Nov 2009 15:49:00 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Wed, 18 Nov 2009 15:49:00 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Witango-Talk: Your email requires verification verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:49:10 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3200 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsOf-0005VH-0f
 for b...@webspinr.com; Wed, 18 Nov 2009 15:49:09 -0600
Received: from gateway03.websitewelcome.com ([69.93.38.21])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGP01504
for ; Thu, 19 Nov 2009 08:49:04 +1100
Received: (qmail 24303 invoked from network); 18 Nov 2009 22:01:21 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway03.websitewelcome.com with SMTP; 18 Nov 2009 22:01:21 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsOR-0005Rj-JK
for witango-talk@witango.com; Wed, 18 Nov 2009 15:48:51 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Witango-Talk: Your email requires verification 
verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV
Message-Id: 
Date: Wed, 18 Nov 2009 15:48:51 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:49:00 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2759 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsOV-0005S7-4l
 for b...@webspinr.com; Wed, 18 Nov 2009 15:49:00 -0600
Received: from gateway09.websitewelcome.com ([67.18.103.4])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO71853
for ; Thu, 19 Nov 2009 08:48:53 +1100
Received: (qmail 3969 invoked from network); 18 Nov 2009 22:02:16 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway09.websitewelcome.com with SMTP; 18 Nov 2009 22:02:16 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsOD-0005OV-OX
for witango-talk@witango.com; Wed, 18 Nov 2009 15:48:37 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Wed, 18 Nov 2009 15:48:37 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Witango-Talk: Your email requires verification verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:48:51 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1950 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsOM-0005QL-IS
 for b...@pcforge.com; Wed, 18 Nov 2009 15:48:51 -0600
Received: from gateway11.websitewelcome.com ([69.93.243.9])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO59345
for ; Thu, 19 Nov 2009 08:48:45 +1100
Received: (qmail 21711 invoked from network); 18 Nov 2009 22:05:10 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway11.websitewelcome.com with SMTP; 18 Nov 2009 22:05:10 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsO8-0005Mb-Pd
for witango-talk@witango.com; Wed, 18 Nov 2009 15:48:32 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Witango-Talk: Your email requires verification 
verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV
Message-Id: 
Date: Wed, 18 Nov 2009 15:48:32 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:48:37 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1426 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsO8-0005Ll-96
 for b...@pcforge.com; Wed, 18 Nov 2009 15:48:37 -0600
Received: from gateway07.websitewelcome.com ([67.18.34.4])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO20231
for ; Thu, 19 Nov 2009 08:48:31 +1100
Received: (qmail 26886 invoked from network); 18 Nov 2009 22:01:13 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway07.websitewelcome.com with SMTP; 18 Nov 2009 22:01:13 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsNu-0005IE-Q1
for witango-talk@witango.com; Wed, 18 Nov 2009 15:48:18 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Wed, 18 Nov 2009 15:48:18 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Witango-Talk: Your email requires verification verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:48:32 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1088 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsO3-0005Kj-OA
 for b...@webspinr.com; Wed, 18 Nov 2009 15:48:32 -0600
Received: from gateway07.websitewelcome.com ([67.18.34.4])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO64026
for ; Thu, 19 Nov 2009 08:48:26 +1100
Received: (qmail 26663 invoked from network); 18 Nov 2009 22:01:07 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway07.websitewelcome.com with SMTP; 18 Nov 2009 22:01:07 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsNp-0005GN-De
for witango-talk@witango.com; Wed, 18 Nov 2009 15:48:13 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Your email requires verification 
verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV
Message-Id: 
Date: Wed, 18 Nov 2009 15:48:13 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:48:18 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4360 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsNp-0005Fi-50
 for b...@webspinr.com; Wed, 18 Nov 2009 15:48:18 -0600
Received: from gateway01.websitewelcome.com ([74.52.222.242])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO93711
for ; Thu, 19 Nov 2009 08:48:11 +1100
Received: (qmail 4095 invoked from network); 18 Nov 2009 21:59:39 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway01.websitewelcome.com with SMTP; 18 Nov 2009 21:59:39 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsNa-0005CK-Rm
for witango-talk@witango.com; Wed, 18 Nov 2009 15:47:58 -0600
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Witango-Talk: Your email requires verification 
verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e
Message-Id: 
Date: Wed, 18 Nov 2009 15:47:58 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Your email requires verification verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV

2009-11-18 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:48:13 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3692 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsNk-0005Ea-FH
 for b...@pcforge.com; Wed, 18 Nov 2009 15:48:13 -0600
Received: from gateway13.websitewelcome.com ([69.56.195.10])
by mail.witango.com (IceWarp 9.4.2) with SMTP id ZGO45207
for ; Thu, 19 Nov 2009 08:48:07 +1100
Received: (qmail 21391 invoked from network); 18 Nov 2009 22:01:05 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway13.websitewelcome.com with SMTP; 18 Nov 2009 22:01:05 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1NAsNV-0005BO-Ti
for witango-talk@witango.com; Wed, 18 Nov 2009 15:47:53 -0600
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Witango-Talk: Your email requires verification 
verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV
Message-Id: 
Date: Wed, 18 Nov 2009 15:47:53 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Your email requires verification verify#NmDRXlNjIXRXailGSJpmjv4ohq5XNy9e

2009-11-18 Thread Ben Johansen
The message you sent requires that you verify that you 
are a real live human being and not a spam source.

To complete this verification, simply reply to this message and leave
the subject line intact.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:47:58 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3244 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsNQ-00059u-6h
 for b...@pcforge.com; Wed, 18 Nov 2009 15:47:58 -0600
Received: from mail.colleges.com ([66.45.51.26])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id ZGN95246
for ; Thu, 19 Nov 2009 08:47:46 +1100
Received: from [69.227.201.60] (HELO [10.0.1.26])
  by mail.colleges.com (CommuniGate Pro SMTP 5.1.14)
  with ESMTP id 29124213; Wed, 18 Nov 2009 13:55:48 -0800
In-Reply-To: <486a9729-817f-4ecc-b81f-4b037711d...@colleges.com>
References: <486a9729-817f-4ecc-b81f-4b037711d...@colleges.com>
Mime-Version: 1.0 (Apple Message framework v753.1)
Content-Type: multipart/alternative; boundary=Apple-Mail-14--1046890818
Message-Id: <5b81c675-51c9-4e6d-91f9-a95f9b18c...@colleges.com>
Cc: witango-talk@witango.com
From: Kaustav Acharya 
Subject: Witango-Talk: Re: External Action on Mac OS-X...
Date: Wed, 18 Nov 2009 13:44:26 -0800
To: Kaustav Acharya 
X-Mailer: Apple Mail (2.753.1)
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.8
X-Spam-Score: 18
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Your email requires verification verify#TTK_G4bCQyq_e4HQKbpl0Q2vPS9nd0JV

2009-11-18 Thread Ben Johansen
The message you sent requires that you verify that you 
are a real live human being and not a spam source.

To complete this verification, simply reply to this message and leave
the subject line intact.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Wed Nov 18 15:47:53 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3206 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1NAsNQ-00059t-45
 for b...@webspinr.com; Wed, 18 Nov 2009 15:47:53 -0600
Received: from mail.colleges.com ([66.45.51.26])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id ZGN95246
for ; Thu, 19 Nov 2009 08:47:46 +1100
Received: from [69.227.201.60] (HELO [10.0.1.26])
  by mail.colleges.com (CommuniGate Pro SMTP 5.1.14)
  with ESMTP id 29124213; Wed, 18 Nov 2009 13:55:48 -0800
In-Reply-To: <486a9729-817f-4ecc-b81f-4b037711d...@colleges.com>
References: <486a9729-817f-4ecc-b81f-4b037711d...@colleges.com>
Mime-Version: 1.0 (Apple Message framework v753.1)
Content-Type: multipart/alternative; boundary=Apple-Mail-14--1046890818
Message-Id: <5b81c675-51c9-4e6d-91f9-a95f9b18c...@colleges.com>
Cc: witango-talk@witango.com
From: Kaustav Acharya 
Subject: Witango-Talk: Re: External Action on Mac OS-X...
Date: Wed, 18 Nov 2009 13:44:26 -0800
To: Kaustav Acharya 
X-Mailer: Apple Mail (2.753.1)
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.8
X-Spam-Score: 18
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:53 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2503 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEil-0004bA-7J
 for b...@webspinr.com; Mon, 28 Sep 2009 06:48:53 -0500
Received: from gateway14.websitewelcome.com ([69.56.195.5])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUY85945
for ; Mon, 28 Sep 2009 21:48:45 +1000
Received: (qmail 977 invoked from network); 28 Sep 2009 12:06:09 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway14.websitewelcome.com with SMTP; 28 Sep 2009 12:06:09 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEiX-0004YN-Ks
for witango-talk@witango.com; Mon, 28 Sep 2009 06:48:33 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:48:33 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:46 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1889 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEid-0004ZM-Fg
 for b...@pcforge.com; Mon, 28 Sep 2009 06:48:46 -0500
Received: from gateway12.websitewelcome.com ([69.56.195.22])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUY04738
for ; Mon, 28 Sep 2009 21:48:38 +1000
Received: (qmail 25302 invoked from network); 28 Sep 2009 11:59:02 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway12.websitewelcome.com with SMTP; 28 Sep 2009 11:59:02 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEiP-0004Wc-OB
for witango-talk@witango.com; Mon, 28 Sep 2009 06:48:25 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:48:25 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:33 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1219 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEiQ-0004WG-TI
 for b...@pcforge.com; Mon, 28 Sep 2009 06:48:33 -0500
Received: from gateway07.websitewelcome.com ([69.56.212.28])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUY25025
for ; Mon, 28 Sep 2009 21:48:25 +1000
Received: (qmail 8688 invoked from network); 28 Sep 2009 11:58:26 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway07.websitewelcome.com with SMTP; 28 Sep 2009 11:58:26 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEiA-0004Um-T7
for witango-talk@witango.com; Mon, 28 Sep 2009 06:48:10 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:48:10 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:25 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4695 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEiH-0004VU-Fq
 for b...@webspinr.com; Mon, 28 Sep 2009 06:48:24 -0500
Received: from gateway11.websitewelcome.com ([69.56.148.9])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUY06316
for ; Mon, 28 Sep 2009 21:48:16 +1000
Received: (qmail 17213 invoked from network); 28 Sep 2009 12:01:15 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway11.websitewelcome.com with SMTP; 28 Sep 2009 12:01:15 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEi3-0004TB-VG
for witango-talk@witango.com; Mon, 28 Sep 2009 06:48:03 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:48:03 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:10 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4086 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEi3-0004SI-BN
 for b...@webspinr.com; Mon, 28 Sep 2009 06:48:10 -0500
Received: from gateway06.websitewelcome.com ([67.18.103.12])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUY93801
for ; Mon, 28 Sep 2009 21:48:01 +1000
Received: (qmail 20413 invoked from network); 28 Sep 2009 12:01:31 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway06.websitewelcome.com with SMTP; 28 Sep 2009 12:01:31 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEhn-0004Pe-Fj
for witango-talk@witango.com; Mon, 28 Sep 2009 06:47:47 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:47:47 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:48:03 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3669 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEhw-0004Qc-Eu
 for b...@pcforge.com; Mon, 28 Sep 2009 06:48:03 -0500
Received: from gateway03.websitewelcome.com ([69.93.38.21])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUX07854
for ; Mon, 28 Sep 2009 21:47:54 +1000
Received: (qmail 6035 invoked from network); 28 Sep 2009 11:57:37 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway03.websitewelcome.com with SMTP; 28 Sep 2009 11:57:37 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEhh-0004Ol-AC
for witango-talk@witango.com; Mon, 28 Sep 2009 06:47:41 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:47:41 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:47:47 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2913 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEhf-0004Nt-6Y
 for b...@pcforge.com; Mon, 28 Sep 2009 06:47:47 -0500
Received: from gateway06.websitewelcome.com ([67.18.103.12])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUX81337
for ; Mon, 28 Sep 2009 21:47:37 +1000
Received: (qmail 19281 invoked from network); 28 Sep 2009 12:01:07 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway06.websitewelcome.com with SMTP; 28 Sep 2009 12:01:07 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEhO-0004Kk-V8
for witango-talk@witango.com; Mon, 28 Sep 2009 06:47:22 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:47:22 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:47:41 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2441 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEha-0004MP-Jo
 for b...@webspinr.com; Mon, 28 Sep 2009 06:47:41 -0500
Received: from gateway14.websitewelcome.com ([69.56.148.27])
by mail.witango.com (IceWarp 9.4.2) with SMTP id JUX31333
for ; Mon, 28 Sep 2009 21:47:33 +1000
Received: (qmail 30547 invoked from network); 28 Sep 2009 12:04:55 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway14.websitewelcome.com with SMTP; 28 Sep 2009 12:04:55 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MsEhM-0004Jk-0o
for witango-talk@witango.com; Mon, 28 Sep 2009 06:47:20 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Mon, 28 Sep 2009 06:47:20 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:47:22 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2110 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEhF-0004I2-EA
 for b...@webspinr.com; Mon, 28 Sep 2009 06:47:22 -0500
Received: from mail.drs-irtech.com ([69.94.244.129])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id JUX89110
for ; Mon, 28 Sep 2009 21:47:10 +1000
Received: from RSTAEMAIL01.rsta.drs.master ([10.100.57.25]) by 
mail.drs-irtech.com with Microsoft SMTPSVC(6.0.3790.3959);
 Mon, 28 Sep 2009 06:47:06 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Disposition-Notification-To: "Wolf, Gene (SA-1)" 
Subject: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Date: Mon, 28 Sep 2009 06:49:55 -0500
Message-ID: 
<148e7f8ec54a1249bb5377343dcbe62902336...@rstaemail01.rsta.drs.master>
In-Reply-To: 
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Thread-Index: Aco98D7OjPPrSaFQQcigXcZXKbB9JACQYoag
References: 
From: "Wolf, Gene (SA-1)" 
To: 
X-OriginalArrivalTime: 28 Sep 2009 11:47:06.0359 (UTC) 
FILETIME=[67446070:01CA4031]
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.2
X-Spam-Score: 12
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: RE: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-28 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Mon Sep 28 06:47:19 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2126 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MsEhF-0004I3-Bo
 for b...@pcforge.com; Mon, 28 Sep 2009 06:47:19 -0500
Received: from mail.drs-irtech.com ([69.94.244.129])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id JUX89110
for ; Mon, 28 Sep 2009 21:47:10 +1000
Received: from RSTAEMAIL01.rsta.drs.master ([10.100.57.25]) by 
mail.drs-irtech.com with Microsoft SMTPSVC(6.0.3790.3959);
 Mon, 28 Sep 2009 06:47:06 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Disposition-Notification-To: "Wolf, Gene (SA-1)" 
Subject: RE: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Date: Mon, 28 Sep 2009 06:49:55 -0500
Message-ID: 
<148e7f8ec54a1249bb5377343dcbe62902336...@rstaemail01.rsta.drs.master>
In-Reply-To: 
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Thread-Index: Aco98D7OjPPrSaFQQcigXcZXKbB9JACQYoag
References: 
From: "Wolf, Gene (SA-1)" 
To: 
X-OriginalArrivalTime: 28 Sep 2009 11:47:06.0359 (UTC) 
FILETIME=[67446070:01CA4031]
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.2
X-Spam-Score: 12
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr)

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:54 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2639 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCE3-0004mc-Tt
 for b...@pcforge.com; Fri, 25 Sep 2009 09:56:54 -0500
Received: from gateway10.websitewelcome.com ([67.18.14.12])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXD49946
for ; Sat, 26 Sep 2009 00:56:46 +1000
Received: (qmail 11808 invoked from network); 25 Sep 2009 15:06:47 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway10.websitewelcome.com with SMTP; 25 Sep 2009 15:06:47 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCDo-0004kD-Lq
for witango-talk@witango.com; Fri, 25 Sep 2009 09:56:32 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: You have been added to Ben Johansen's whitelist and your mail has 
been delivered. (was: Re: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr)
Message-Id: 
Date: Fri, 25 Sep 2009 09:56:32 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Re: You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP)

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:42 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2026 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCDr-0004kR-UX
 for b...@webspinr.com; Fri, 25 Sep 2009 09:56:42 -0500
Received: from gateway07.websitewelcome.com ([67.18.36.29])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXD70234
for ; Sat, 26 Sep 2009 00:56:34 +1000
Received: (qmail 4272 invoked from network); 25 Sep 2009 15:06:29 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway07.websitewelcome.com with SMTP; 25 Sep 2009 15:06:29 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCDe-0004hJ-3U
for witango-talk@witango.com; Fri, 25 Sep 2009 09:56:22 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: You have been added to Ben Johansen's whitelist and your mail has 
been delivered. (was: Re: Witango-Talk: Your email requires verification 
verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP)
Message-Id: 
Date: Fri, 25 Sep 2009 09:56:22 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP)

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:22 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4622 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCDX-0004f1-Eb
 for b...@pcforge.com; Fri, 25 Sep 2009 09:56:22 -0500
Received: from gateway14.websitewelcome.com ([67.18.68.2])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXD35814
for ; Sat, 26 Sep 2009 00:56:14 +1000
Received: (qmail 9322 invoked from network); 25 Sep 2009 15:13:21 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway14.websitewelcome.com with SMTP; 25 Sep 2009 15:13:21 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCDJ-0004cE-9T
for witango-talk@witango.com; Fri, 25 Sep 2009 09:56:01 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: You have been added to Ben Johansen's whitelist and your mail has been 
delivered. (was: Re: Witango-Talk: Your email requires verification 
verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP)
Message-Id: 
Date: Fri, 25 Sep 2009 09:56:01 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.5
X-Spam-Score: 15
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr)

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:32 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1426 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCDi-0004i9-0g
 for b...@webspinr.com; Fri, 25 Sep 2009 09:56:32 -0500
Received: from gateway13.websitewelcome.com ([67.18.21.4])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXD95224
for ; Sat, 26 Sep 2009 00:56:24 +1000
Received: (qmail 14017 invoked from network); 25 Sep 2009 15:06:29 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway13.websitewelcome.com with SMTP; 25 Sep 2009 15:06:29 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCDU-0004el-0x
for witango-talk@witango.com; Fri, 25 Sep 2009 09:56:12 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: You have been added to Ben Johansen's whitelist and your mail has been 
delivered. (was: Re: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr)
Message-Id: 
Date: Fri, 25 Sep 2009 09:56:12 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr)

2009-09-25 Thread Ben Johansen
This message is to notify you that your verification was received, and your
email address was successfully white listed.

All pending messages from your address have been delivered to Ben Johansen.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:11 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:4042 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCDN-0004cq-3D
 for b...@pcforge.com; Fri, 25 Sep 2009 09:56:11 -0500
Received: from gateway01.websitewelcome.com ([69.56.212.19])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXD92103
for ; Sat, 26 Sep 2009 00:56:03 +1000
Received: (qmail 16035 invoked from network); 25 Sep 2009 15:04:49 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway01.websitewelcome.com with SMTP; 25 Sep 2009 15:04:49 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCD9-0004Z0-6D
for witango-talk@witango.com; Fri, 25 Sep 2009 09:55:51 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Fri, 25 Sep 2009 09:55:51 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.6
X-Spam-Score: 16
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



You have been added to Ben Johansen's whitelist and your mail has been delivered. (was: Re: Witango-Talk: Your email requires verification verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP)

2009-09-25 Thread Ben Johansen
This message is to notify you that your verification was received, and your
email address was successfully white listed.

All pending messages from your address have been delivered to Ben Johansen.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:56:01 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:3470 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCDC-0004ZR-KR
 for b...@webspinr.com; Fri, 25 Sep 2009 09:56:01 -0500
Received: from gateway04.websitewelcome.com ([67.18.59.10])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXC56253
for ; Sat, 26 Sep 2009 00:55:53 +1000
Received: (qmail 9030 invoked from network); 25 Sep 2009 15:07:40 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway04.websitewelcome.com with SMTP; 25 Sep 2009 15:07:40 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCCy-0004WZ-JX
for witango-talk@witango.com; Fri, 25 Sep 2009 09:55:40 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Your email requires verification 
verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP
Message-Id: 
Date: Fri, 25 Sep 2009 09:55:40 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:55:51 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2907 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCCt-0004Tw-At
 for b...@webspinr.com; Fri, 25 Sep 2009 09:55:51 -0500
Received: from gateway06.websitewelcome.com ([64.5.50.11])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXC35834
for ; Sat, 26 Sep 2009 00:55:34 +1000
Received: (qmail 18208 invoked from network); 25 Sep 2009 15:08:52 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway06.websitewelcome.com with SMTP; 25 Sep 2009 15:08:52 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCCe-0004Qz-W8
for witango-talk@witango.com; Fri, 25 Sep 2009 09:55:20 -0500
X-Boxtrapper: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
X-Autorespond: 0gs99hjF8ycFQIcriJ6dp_Ew4FiQG4Og
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Witango-Talk: Your email requires verification 
verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr
Message-Id: 
Date: Fri, 25 Sep 2009 09:55:20 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - pcforge.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Your email requires verification verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP

2009-09-25 Thread Ben Johansen
This message is a reply to a boxtrapper verifcation message.

No action is needed on your part.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:55:40 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:2316 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCCs-0004Tc-9S
 for b...@pcforge.com; Fri, 25 Sep 2009 09:55:40 -0500
Received: from gateway01.websitewelcome.com ([69.56.212.19])
by mail.witango.com (IceWarp 9.4.2) with SMTP id GXC28033
for ; Sat, 26 Sep 2009 00:55:33 +1000
Received: (qmail 14462 invoked from network); 25 Sep 2009 15:04:18 -
Received: from gator945.hostgator.com (174.120.83.98)
  by gateway01.websitewelcome.com with SMTP; 25 Sep 2009 15:04:18 -
Received: from webspinr by gator945.hostgator.com with local (Exim 4.69)
(envelope-from )
id 1MrCCe-0004Qk-H4
for witango-talk@witango.com; Fri, 25 Sep 2009 09:55:20 -0500
X-Boxtrapper: hozmskVjSu28juBkgdbJcPqbzUrKryOx
X-Autorespond: hozmskVjSu28juBkgdbJcPqbzUrKryOx
Precedence: auto_reply
X-Precedence: auto_reply
From: "Ben Johansen" 
To: witango-talk@witango.com
Subject: Witango-Talk: Your email requires verification 
verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP
Message-Id: 
Date: Fri, 25 Sep 2009 09:55:20 -0500
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - gator945.hostgator.com
X-AntiAbuse: Original Domain - witango.com
X-AntiAbuse: Originator/Caller UID/GID - [849 849] / [47 12]
X-AntiAbuse: Sender Address Domain - webspinr.com
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=1.9
X-Spam-Score: 19
X-Spam-Bar: +
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Your email requires verification verify#R7Cot7J7rKQCJ95IwP6donRWotST2bYr

2009-09-25 Thread Ben Johansen
The message you sent requires that you verify that you 
are a real live human being and not a spam source.

To complete this verification, simply reply to this message and leave
the subject line intact.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:55:20 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1737 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCCX-0004Oe-3Z
 for b...@pcforge.com; Fri, 25 Sep 2009 09:55:20 -0500
Received: from fg-out-1718.google.com ([72.14.220.158])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id GXC23310
for ; Sat, 26 Sep 2009 00:55:10 +1000
Received: by fg-out-1718.google.com with SMTP id e12so171417fga.11
for ; Fri, 25 Sep 2009 07:54:56 -0700 (PDT)
Received: by 10.86.230.27 with SMTP id c27mr1020310fgh.63.1253890496294;
Fri, 25 Sep 2009 07:54:56 -0700 (PDT)
Received: from ?192.168.1.31? (pool-71-174-142-14.bstnma.east.verizon.net 
[71.174.142.14])
by mx.google.com with ESMTPS id 12sm590047fgg.18.2009.09.25.07.54.51
(version=SSLv3 cipher=RC4-MD5);
Fri, 25 Sep 2009 07:54:54 -0700 (PDT)
Subject: Re: Witango-Talk: Witango 5.5 and MS Server 2008
Mime-Version: 1.0 (Apple Message framework v1076)
Content-Type: multipart/signed; boundary=Apple-Mail-26-705382006; 
protocol="application/pkcs7-signature"; micalg=sha1
From: Richard Bates 
X-Priority: 3
In-Reply-To: <7ffea353f56c4040adefbd87a17be...@danielswinmac>
Date: Fri, 25 Sep 2009 10:54:48 -0400
Cc: Witango-Talk 
Message-Id: 
References: <3171534bd76e4da0bc66b54658000...@danielswinmac> 
<7ffea353f56c4040adefbd87a17be...@danielswinmac>
To: "D. Richardy" 
X-Mailer: Apple Mail (2.1076)
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=4.3
X-Spam-Score: 43
X-Spam-Bar: 
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Your email requires verification verify#o5lc5cm9KRcXy7ybO1ZcGzHwMIx781QP

2009-09-25 Thread Ben Johansen
The message you sent requires that you verify that you 
are a real live human being and not a spam source.

To complete this verification, simply reply to this message and leave
the subject line intact.

The headers of the message sent from your address are shown below:

>From owner-witango-t...@witango.com Fri Sep 25 09:55:20 2009
Received: from 177.137.55.203-static.velocitynet.com.au ([203.55.137.177]:1901 
helo=mail.witango.com)
 by gator945.hostgator.com with esmtps (SSLv3:AES256-SHA:256)
 (Exim 4.69)
 (envelope-from )
 id 1MrCCX-0004Of-7m
 for b...@webspinr.com; Fri, 25 Sep 2009 09:55:20 -0500
Received: from fg-out-1718.google.com ([72.14.220.158])
by mail.witango.com (IceWarp 9.4.2) with ESMTP id GXC23310
for ; Sat, 26 Sep 2009 00:55:10 +1000
Received: by fg-out-1718.google.com with SMTP id e12so171417fga.11
for ; Fri, 25 Sep 2009 07:54:56 -0700 (PDT)
Received: by 10.86.230.27 with SMTP id c27mr1020310fgh.63.1253890496294;
Fri, 25 Sep 2009 07:54:56 -0700 (PDT)
Received: from ?192.168.1.31? (pool-71-174-142-14.bstnma.east.verizon.net 
[71.174.142.14])
by mx.google.com with ESMTPS id 12sm590047fgg.18.2009.09.25.07.54.51
(version=SSLv3 cipher=RC4-MD5);
Fri, 25 Sep 2009 07:54:54 -0700 (PDT)
Subject: Re: Witango-Talk: Witango 5.5 and MS Server 2008
Mime-Version: 1.0 (Apple Message framework v1076)
Content-Type: multipart/signed; boundary=Apple-Mail-26-705382006; 
protocol="application/pkcs7-signature"; micalg=sha1
From: Richard Bates 
X-Priority: 3
In-Reply-To: <7ffea353f56c4040adefbd87a17be...@danielswinmac>
Date: Fri, 25 Sep 2009 10:54:48 -0400
Cc: Witango-Talk 
Message-Id: 
References: <3171534bd76e4da0bc66b54658000...@danielswinmac> 
<7ffea353f56c4040adefbd87a17be...@danielswinmac>
To: "D. Richardy" 
X-Mailer: Apple Mail (2.1076)
Reply-To: witango-talk@witango.com
X-Spam-Status: No, score=4.3
X-Spam-Score: 43
X-Spam-Bar: 
X-Spam-Flag: NO

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Witango 6 Update

2009-09-22 Thread Ben Johansen

Hey Rick,

This is only part,
There is also the loss of potential profit.,
so by giving out the keys, there is a loss profit from the people  
using the keys


On Sep 22, 2009, at 1:42 PM, Rick Sanders wrote:


I believe the legal definition of copying or unauthorized use is when
someone is making a profit from someone else's technology which is  
not the

case here.


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: License Keys

2009-09-22 Thread Ben Johansen

Frankly, I'm just amazed that the list is still up ???

On Sep 22, 2009, at 1:32 PM, Scott Cadillac wrote:

You could be right Stefan, I could have the circumstances backwards  
with regards to how the bitch-fest started.


I defer to your better memory, thank you.

Scott,





On Sep-22-2009, at 5:09 PM, Stefan Gonick wrote:


Hi Scott,

I have been agreeing with everything that you written up until now.  
I take
issue with the final part of your sentence. I do not believe that  
it was the
"bitch-fest" that led Phil to stop answering posts in the first  
place. I think
that it was Phil's lack of communication that started the bitch- 
fest. I

think that you have the order backwards.

Also, the bitch-fest has been quite legitimate and deserving of a  
response.

Owners of a product that cared about the product would have responded
long ago.

I still believe, as I have stated for a long time now, that Phil's  
poor
communication tendencies started the final downfall of this  
product. It was
his poor handling of Robert's announcement of leaving Witango due  
to lack of
documentation that caused the beginning of a mass exodus of the  
product.

This led to a rapid downward spiral... *sigh*  It's a real shame.

Phil has probably moved on to bigger and better things at this  
point. It would
be responsible (and communicative) of Phil to let us know what's  
going on.

That has not been Phil's forte, however. Hence, the bitch-fest.

Stefan

At 04:00 PM 9/22/2009, you wrote:

Some good points Rick,

But I think the number of years Tango has been struggling as a  
product

is just as wide open to personal interpretation as who started the
bitch-fest that led Phil to stop answering Posts in the first place.

Scott,





On Sep-22-2009, at 4:37 PM, Rick Sanders wrote:

I disagree with the first and second paragraphs. When With took  
over

WiTango
they made many promises. They promised continued support, new
versions, a
better distribution infrastructure, more market awareness.
As developers this was good news. As business people we go by what
other
people say and take their word. So, the writing has not been on the
wall for
9 years, but definitely in the last 2.

If the product is in fact dead or dropped, then they should come  
out

and say
so instead of not saying anything at all leaving false hope. At
least tell
people to move on. Although many people were upset when Visual
studio was
first released and VB developers would have to learn new ways of
developing
applications and re-writing applications, at least Microsoft came
out and
told people VB is no longer supported and you have to learn .net.
WiTango
should do the same in my opinion.

No, Phil and Sophie don't need to respond to threats or insults. I
totally
agree. But, maybe they should recognize why they are getting  
threats

and
insults and address the issue of WiTango.


[-- Scott Wrote:
---]

The writing has been on the wall for 9 years - 9 YEARS [one more  
and

it'll
be 10!], so if people feel they have been burned by Phil...
well, that's what happens when you can't stop yourself from  
gambling.

Eventually you lose.

As for who started the unprofessional death-spiral, I think fingers
can be
pointed in a lot of directions that don't necessarily take you  
down- under.


I haven't had personal correspondence with Phil or Sophie in over  
3 or

4 years I think, so I have no idea what they're up to, but I don't
blame
them one bit for not answering the threats or insults that come  
from

some
people on this List.

[---
---]

Rick Sanders
Webenergy
Canada: 902-431-7279
USA:   919-799-9076
Canada: www.webenergy.ca
USA:   www.webenergyusa.com






TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


=
Database WebWorks: Dynamic web sites through database integration
http://www.DatabaseWebWorks.com


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


____
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-07-01 Thread Ben Johansen
What, I mean is you can call the @include within an IF action or @IF  
block. this would give you programatic control over when the @include  
code is called.

but, this would place your code inline, and as you said would be clunky

you need to do it async'ly, here are 2 ways

1. you can also use the @URL in async mode by setting  
"WAITFORRESULT=FALSE", this will allow you to call it and continue on.


2. another way of achieving async is using AJAX as Dale suggested

You call the code mailing.taf with an async call and have your called  
taf not return anything, (@purgeresults)



On Jul 1, 2009, at 4:26 AM, WebDude wrote:

I was trying to make the mailing taf seemless with the user  
experience... I have a bulk email program I use for other clients  
that sends an email every .5 seconds (using a redirect and a <@CALC  
<@ARG start>+1>)... works great and I was hoping to do the same with  
the notification. Short of time stamping the post and seeing if  
there was a response and running a cron job to send the  
notifications, I was thinking of firing off the bulk email when a  
post was made. The problem is that a branch or <@URL> takes the user  
through the redirects and then back to the post. Very clunky which  
is why I was toying with the idea of firing the external bulk email  
taf during the post without taking the user there...


M... Ben, what (how) do you mean by wrapped in an IF block?


From: Ben Johansen [mailto:b...@webspinr.com]
Sent: Tuesday, June 30, 2009 3:04 PM
To: witango-talk@witango.com
Subject: Re: Witango-Talk: OT... sort of - Topic Notification for  
Forum


ah, maybe an include wrapped in an IF block

On Jun 30, 2009, at 12:59 PM, WebDude wrote:


Another qustion... may be easy, I don't know...

Is there any way to trigger a taf within another taf not using <@URL>

John Muldoon
Corporate Incentives
3416 Nicollet Ave S
Minneapolis, MN 55408-4552
612.822.
webd...@cipromo.com

http://cipromo.com



From: WebDude [mailto:webd...@cipromo.com]
Sent: Tuesday, June 30, 2009 11:23 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: OT... sort of - Topic Notification for  
Forum


Thanks Robert... Your idea was kind of whereI was leaning. As for  
the RSS feed... the forums already have that, but very few people  
actually use them. It seesm they would rather check a box then deal  
with readers.



From: Robert Shubert [mailto:rshub...@tronics.com]
Sent: Tuesday, June 30, 2009 10:28 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: OT... sort of - Topic Notification for  
Forum


You need a subscriptions table of sorts: which contains just the  
member_id and the master_thread_id
You can add rows when people signup to get a thread emailed and  
remove them when they opt-out.

Additional columns that come to mind are:
Primary key ID (not completely necessary for this type of table,  
but always helpful)
Active/Inactive flag so that you can turn subscriptions on and off  
(as opposed to deleting the row)
Number of emails sent: a counter for how many emails this  
subscription created, which would be interesting statistically
Then when a new post comes in for thread #483, you simply look up  
all the people that have subscribed to thread #483 and send them an  
email.
Also (and a little off-topic) you many want to consider adding RSS  
capabilities. It solves basically the same thing, but with less  
traffic.

Robert
From: WebDude [mailto:webd...@cipromo.com]
Sent: Tuesday, June 30, 2009 8:58 AM
To: witango-talk@witango.com
Subject: Witango-Talk: OT... sort of - Topic Notification for Forum
Hey all,
I was wondering if some of you bright bulbs may be able to help me.
I have a forum I built that is 100% Witango. It has close to 8,000  
members and is fairly busy. I have several tables set up for the  
forum which include usertable (login, email, password, etc.),  
forummastertable (table of topics, threadnum, startdate, views,  
etc.) and threadtable (individual posts, masterthreadnum, postdate,  
user, etc).
This forum is rock solid and has been operating for over 5 years. I  
have built many bells and whistles into it and decided it would be  
nice to add an opt in email notification. I've seen this on other  
forums (a checkbox where you can get an email notification if  
someone replies to a particular thread), but I am having trouble  
trying to figure out just where to start and how to do this. I  
don't mean the programming specifically, but more the theory on how  
to set this up. I have been looking at other forums but cannot find  
any particular clue as to how this is done. Would I set up a table  
with the masterthreadnum and email address and when a topic is  
reponded to, query that table and send an email? This does not seem  
like a very efficient way to do this.

Any ideas would be appreciated.
Thanks!
   WebDude

MyFishingPals.com
___

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Ben Johansen

ah, maybe an include wrapped in an IF block

On Jun 30, 2009, at 12:59 PM, WebDude wrote:


Another qustion... may be easy, I don't know...

Is there any way to trigger a taf within another taf not using <@URL>

John Muldoon
Corporate Incentives
3416 Nicollet Ave S
Minneapolis, MN 55408-4552
612.822.
webd...@cipromo.com

http://cipromo.com



From: WebDude [mailto:webd...@cipromo.com]
Sent: Tuesday, June 30, 2009 11:23 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: OT... sort of - Topic Notification for  
Forum


Thanks Robert... Your idea was kind of whereI was leaning. As for  
the RSS feed... the forums already have that, but very few people  
actually use them. It seesm they would rather check a box then deal  
with readers.



From: Robert Shubert [mailto:rshub...@tronics.com]
Sent: Tuesday, June 30, 2009 10:28 AM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: OT... sort of - Topic Notification for  
Forum


You need a subscriptions table of sorts: which contains just the  
member_id and the master_thread_id


You can add rows when people signup to get a thread emailed and  
remove them when they opt-out.


Additional columns that come to mind are:

Primary key ID (not completely necessary for this type of table, but  
always helpful)
Active/Inactive flag so that you can turn subscriptions on and off  
(as opposed to deleting the row)
Number of emails sent: a counter for how many emails this  
subscription created, which would be interesting statistically


Then when a new post comes in for thread #483, you simply look up  
all the people that have subscribed to thread #483 and send them an  
email.


Also (and a little off-topic) you many want to consider adding RSS  
capabilities. It solves basically the same thing, but with less  
traffic.


Robert

From: WebDude [mailto:webd...@cipromo.com]
Sent: Tuesday, June 30, 2009 8:58 AM
To: witango-talk@witango.com
Subject: Witango-Talk: OT... sort of - Topic Notification for Forum

Hey all,

I was wondering if some of you bright bulbs may be able to help me.

I have a forum I built that is 100% Witango. It has close to 8,000  
members and is fairly busy. I have several tables set up for the  
forum which include usertable (login, email, password, etc.),  
forummastertable (table of topics, threadnum, startdate, views,  
etc.) and threadtable (individual posts, masterthreadnum, postdate,  
user, etc).


This forum is rock solid and has been operating for over 5 years. I  
have built many bells and whistles into it and decided it would be  
nice to add an opt in email notification. I've seen this on other  
forums (a checkbox where you can get an email notification if  
someone replies to a particular thread), but I am having trouble  
trying to figure out just where to start and how to do this. I don't  
mean the programming specifically, but more the theory on how to set  
this up. I have been looking at other forums but cannot find any  
particular clue as to how this is done. Would I set up a table with  
the masterthreadnum and email address and when a topic is reponded  
to, query that table and send an email? This does not seem like a  
very efficient way to do this.


Any ideas would be appreciated.

Thanks!

   WebDude

MyFishingPals.com



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: EditArray?

2009-05-24 Thread Ben Johansen
There are few commands in Witango that let work with an array as like  
a database. would be nice if there were more


you have 2 options,

option 1. you use an @for loop and query the date on each iteration  
and adjust the value column if date meets condition.
but, if the array is large, a for loop can take to long on the server  
and cause the browser to time out


option 2. use the @intersect like...
<@assign request$array2 <@filter request$array1 "#date >= <@var request 
$date>">>

<@assign request$array2[*,value] 546>
<@assign request$array1 <@intersect array1=request$array1  
array2=request$array2 cols=uniqueidcolumn alpha>>


this method create a temp subset array using @filter to do the  
criteria, then you do an assign using * to iterate thru all rows in  
array,  then you use intersect to bring them back together using a  
unique id field




On May 24, 2009, at 8:21 AM, Charles Brown wrote:

How do I edit data in an array? For all instances after a certain  
date, I want to change a value of  545 to 546. I have a feeling this  
is really obvious, but I am stumped. Thanks in advance for your help.


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: <@TOKENIZE>

2009-05-04 Thread Ben Johansen

NULLTOKENS are when you have a blank cell as a result of the tokenize.
for example if you tokenize "one,two,,four" on comma:
if you have NULLTOKENS = true then the resulting array will have 4  
elements with the 3rd being
if you have NULLTOKENS = false then the resulting array will have 3  
elements, skipping the 3rd


The NULLTOKENS attribute can be used with this tag to recognize empty  
tokens. It may be set to true to process empty tokens, or, false to  
skip them. If NULLTOKENS is ommitted, the behaviour assumes the value  
of false.


this can be bad if you are loading an array with 4 elements and in the  
loop one of them has a null token, you would get a crash


hope this helps

On May 4, 2009, at 12:20 PM, Fogelson, Steve wrote:

I looked in the on meta tag section of the developer site and do not  
find an explanation of “NULLTOKENS” in <@TOKENIZE VALUE="" CHARS=""  
NULLTOKENS="">


Could someone tell me what it is used for and how it is used?

Thanks

Steve Fogelson
Internet Commerce Solutions

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Dynamically display PDF files

2009-04-06 Thread Ben Johansen

read the pdf in, in a file action

then create a resultset


<@purgeresults><<@assign local$httpHeader "HTTP/1.1 200 OK<@crlf>MIME- 
Version: 1.0<@crlf>Content-Type: application/pdf<@CRLF><@CRLF><@var  




like this

On Apr 6, 2009, at 2:42 PM, Stefan Gonick wrote:


Hey Everybody,

I have a folder of pdf files and a database containing the names of  
those files.
Does anyone know how to dynamically display a pdf file after looking  
up its

name in the database?

Thanks,
Stefan

Still hoping to hear about version 6...
=
Database WebWorks: Dynamic web sites through database integration
http://www.DatabaseWebWorks.com


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk:

2009-03-20 Thread Ben Johansen
Have you thought of having file1.taf create a file of the process that  
need to be run by file2.taf
and you could then have file2.taf run on a cron or AT and it could  
check for that file and if found process thru at it's leasure


On Mar 20, 2009, at 10:38 AM, MC Tay wrote:


Thanks for your suggestion Steve.

It works if we put a <@sleep> of at least 1 second in file1.taf.

However, that defeats our purpose of not waiting for the results  
from file2.


We need file1.taf to finish the loop quickly (it could be a loop of  
over 5000). We want file1 to create many sub-processes, say in this  
case 5000, of file2.tafand let file2.taf take it's time to do  
whatever it needs to do.


To answer your question, no there's no other user, domain or  
application vars that shares between file1 and file2..there're  
all local vars.


Thanks!

MC

At 07:45 AM 3/20/2009, you wrote:
Maybe you should try a <@sleep> in file1.taf to give file2.taf a  
chance to start execution?


Also are there any user, domain or application vars in either taf  
that might cause file2.taf to think it is done?


Just a couple thoughts.

Steve Fogelson

-Original Message-
From: MC Tay [mailto:sm...@media88.com]
Sent: Thursday, March 19, 2009 4:00 PM
To: witango-talk@witango.com
Subject: Re: Witango-Talk: Non-asyn call in Witango

Thanks Robert...that works.

However, I have a loop of say 50 in file1.taf triggering <@URL> to
file2.taf. For some reasons the <@URL> to file2.taf ran 9 times only
even though file1.taf completed the loop of 50.

Any idea why?

Thanks!

MC

At 11:15 AM 3/19/2009, you wrote:
>you can do @url, and tell it not to wait.
>
>--
>
>Robert Garcia
>President - BigHead Technology
>VP Application Development - eventpix.com
>13653 West Park Dr
>Magalia, Ca 95954
>ph: 530.645.4040 x222 fax: 530.645.4040
>rgar...@bighead.net - rgar...@eventpix.com
>http://bighead.net/ - http://eventpix.com/
>
>On Mar 19, 2009, at 11:09 AM, MC Tay wrote:
>
>>Hi:
>>
>>We have a situation that needs file1.taf to call file2.taf without
>>having to wait for the results from file2.taf. Is there a way to do
>>this?
>>
>>Thanks!
>>
>>MC
>>
> 
> 


>>TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> 


>TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>
>


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Force exit

2009-02-19 Thread Ben Johansen
hey buddy was halfway there, you do need to uncheck the return, but,  
you need to put a branch back to file01.taf in file2 that you can  
control conditionally.
You can put an empty action just after branch in file1 so the branch  
back in file2 can point to it.


yes it would be nice for the @exit to stop the branch, maybe that can  
be a feature request for a future release


On Feb 19, 2009, at 9:20 AM, MC Tay wrote:


Thanks for your response Buddy.

In this particular situation the branch to file02.taf needs a return  
to file01.taf.


file02.taf is a common file to check error. If there's an error we  
want it to stop completely. If no error it will return to file01.taf.


We tried <@EXIT> in file02.taf but it doesn't work.

MC

At 04:38 AM 2/19/2009, you wrote:

MC
 When creating to the branch make sure to uncheck "Return to next
action after branch"

Buddy


-Original Message-
From: MC Tay [mailto:sm...@media88.com]
Sent: Thursday, February 19, 2009 3:10 AM
To: witango-talk@witango.com
Subject: Witango-Talk: Force exit

Hi:

I have a branch action from file01.taf to file02.taf.

Is there a way to force an exit in file02.taf so that it doesn't
return to file01.taf to continue the next action?

Thanks!

MC

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: How to set up processor affinity on Windows

2009-02-15 Thread Ben Johansen

from a Robert Shubert post

To clarify the ProcessAffinity, there are three keywords:

ALL, FIRST, LAST

And then the option to spec with cpu/core with a series of 1s and 0s  
which
is equivalent to the design of the system. A two dual-core CPU server  
which

makes use of the first and second cores (one whole CPU) would be = 1100

On Feb 14, 2009, at 9:07 PM, Steve Briggs wrote:


Hi -

I just set up a Witango Professional server on a multi core, multi  
processor machine. When I asked Witango about the best setup, they  
said:


Multi process , multi core is OK, however we strongly recommend that  
each single process be bound to a single core using processor  
affinity.


I can't seem to find instructions for doing this anywhere in the  
documentation or in witango-talk. My ini file has  
"PROCESSAFFINITY=ALL" by default. Anyone know how to set this up?


Thanks!

 -- Steve



**
Steve Briggs
Wow Pages
Portland, Maine
Houston, Texas

207-761-2450
888-325-5907

st...@wowpages.com

**





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Witango-Talk: OT - Forest Fires

2009-02-09 Thread Ben Johansen
I hope all is well with the people at With and are fairing ok on the  
light of recent large forest fires close to you


http://www.earthtimes.org/articles/show/254964,australias-forest-fire-toll-climbs--166-dead--summary.html


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: <@CHOICELIST>

2009-02-07 Thread Ben Johansen
you have to use the additional attribute of @ARG, @POSTARG, @SEARCHARG  
called TYPE


<@ARG NAME="CC_ID" TYPE="ARRAY">

the default value for TYPE is TEXT and that is why you only see the  
first value


On Feb 7, 2009, at 8:00 AM, Fogelson, Steve wrote:


Thanks Ben.

That did it. You must have looked in a different place for the docs.  
I was using the online meta tag docs for <@choicelist>


One other thing I am a little confused about. I turn debug on and  
look at the args (displayed by the debug output) after multiple  
items are selected in the Select list and submit is selected and  
only one item shows.


CC_ID=American Express

I guess I thought all the selected options would show.

Am I missing something?

Thanks

Steve

From: Ben Johansen [mailto:b...@pcforge.com]
Sent: Friday, February 06, 2009 11:34 PM
To: witango-talk@witango.com
Subject: Re: Witango-Talk: <@CHOICELIST>

the multiple is only YES or NO and equates to the MULTIPLE attribute  
showing or not showing

and you use this in conjunction with the SIZE

<@choicelist name="CC_ID" type="select" multiple="yes" size="4"  
options="<@var request$PaymentTypes[*,CC_ID]>" values="<@var request 
$PaymentTypes[*,CC_Name]>" selected="<@arg CC_ID>">



MULTIPLE=yes|no



On Feb 6, 2009, at 7:12 PM, Fogelson, Steve wrote:


Docs are light on how to use the MULTIPLE attribute. I have tried  
MULITIPLE=”TRUE”, MULITIPLE=”1” and MULITIPLE=”4”


<@choicelist name="CC_ID" type="select" multiple="true" size="4"  
options="<@var request$PaymentTypes[*,CC_ID]>" values="<@var request 
$PaymentTypes[*,CC_Name]>" selected="<@arg CC_ID>">


Nothing works for me. Please help.

Thanks
Steve Fogelson



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775



________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: <@CHOICELIST>

2009-02-06 Thread Ben Johansen
the multiple is only YES or NO and equates to the MULTIPLE attribute  
showing or not showing

and you use this in conjunction with the SIZE

<@choicelist name="CC_ID" type="select" multiple="yes" size="4"  
options="<@var request$PaymentTypes[*,CC_ID]>" values="<@var request 
$PaymentTypes[*,CC_Name]>" selected="<@arg CC_ID>">



MULTIPLE=yes|no



On Feb 6, 2009, at 7:12 PM, Fogelson, Steve wrote:

Docs are light on how to use the MULTIPLE attribute. I have tried  
MULITIPLE=”TRUE”, MULITIPLE=”1” and MULITIPLE=”4”


<@choicelist name="CC_ID" type="select" multiple="true" size="4"  
options="<@var request$PaymentTypes[*,CC_ID]>" values="<@var request 
$PaymentTypes[*,CC_Name]>" selected="<@arg CC_ID>">


Nothing works for me. Please help.

Thanks
Steve Fogelson



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: advice on how to get paid when client is reluctant

2009-01-14 Thread Ben Johansen

If you have a lawyer, have him draft a scare letter.
basically it is a letter from a lawyer on the aspect of them not paying.
it doesn't threaten lawsuit, but, well you get the picture.
this will sometimes scare them into paying

if it is over the small claims court amount you can take it farther,  
but this might force them into bankruptcy and then you loose a bunch


you might try asking if they can pay small amounts monthly to pay it off


On Jan 14, 2009, at 12:55 PM, n...@no-worries.net wrote:


Hi All,

One of my clients has not paid me for work done in September. I was  
wondering if anyone had advice as to

how I can persuade them to pay up for the work I've done.

They claim that hard financial times are the reason but now no  
longer answer emails or phone calls. They are actually still  
advertising for web developers (contract and FTE) so they obviously  
do actually have the money.


thanks
Norman Wheatley


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Need the expert's help! - Oracle

2009-01-07 Thread Ben Johansen

Just a thought...
Have you tried this query from the windows 2003 server.
you have to setup the server as a client to Oracle,

being able to do it from dev studio means that your computer is setup  
as a client, but that doesn't translate to your server being a client.


On Jan 7, 2009, at 7:29 AM, Wolf, Gene wrote:

I have an issue I can't seem to get around. I am trying to connect  
to Oracle on a Windows 2003 Server. I have the tnsnames.ora file set  
up (portion included) and in the developer the table names and  
fields are showing up just fine. However, when I run a test program  
to perform a simple request I get the error below. Anyone have any  
suggestions on what I can do to get Witango talking to Oracle? I'm  
confused why I can use the developer and see the table and column  
names and even use the SQL Query within the developer (screen shot  
included) and get values from the Oracle tables but when I run the  
taf I get the error message below. The server tnsnames file is set  
up exactly the same as the file on the development machine. Any help  
would be greatly appreciated!






Here's the pertinent portion of the tnsnames.ora file:

DEV = (DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP) (HOST = iruxs5.rsta.drs.master) (PORT =  
1561) )


)

(CONNECT_DATA =

(SERVICE_NAME = DEV)

(INSTANCE_NAME = DEV)

)

)



Here's what I'm seeing in the developer. Everything looks fine.

 



Results from query of the Oracle table:




Gene Wolf

Supervisor, Business Systems

DRS Sensors & Targeting Systems-Optronics

2330 Commerce Park Drive NE

Palm Bay, Florida 32905

Phone: 321-309-0685

321-309-0202 (fax)

Dictionary.com Word of the Day

http://dictionary.reference.com/wordoftheday/


This e-mail, including any attached files, may contain confidential  
and privileged information for the sole use of the intended  
recipient. Any review, use, distribution, or disclosure by others is  
strictly prohibited. If you are not the intended recipient (or  
authorized to receive information for the intended recipient),  
please contact the sender by reply e-mail and delete all copies of  
this message.


"This (document/presentation) may contain technical data as defined  
in the International Traffic In Arms Regulations (ITAR) 22 CFR  
120.10. Export of this material is restricted by the Arms Export  
Control Act (22 U.S.C. 2751 et seq.) and may not be exported to  
foreign persons without prior written approval from the U.S.  
Department of State."



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: First attempt at SOAP WebServices

2008-12-29 Thread Ben Johansen

Try adding a second <@CRLF> to this line
encoding=<@dq>utf-8<@dq>?><@crlf>

there needs to be 2 crlfs between header and content


On Dec 29, 2008, at 6:04 PM, Fogelson, Steve wrote:


Hi,

I’m working through with my first attempt at SOAP Web Services to  
access GunBroker.com and I am using an example that John McGowan  
provided back in 01/18/2007. I am using with the following:


<@assign request$urllocation "http://apiv2.gunbroker.com/AuctionService.asmx 
" encoding="none">

<@assign request$SOAPAction "GunBrokerAPI_V2/GetItem">
<@assign request$DevKey "xx">
<@assign request$AppKey "xx">
<@assign request$UserName "xx">
<@assign request$Password "xxx">
<@assign request$ItemID "114906627">

<@assign request$SOAPPayload "<@urlencode str='
http://www.w3.org/2001/XMLSchema-instance 
<@dq> xmlns:xsd=<@dq>http://www.w3.org/2001/XMLSchema<@dq>  
xmlns:soap=<@dq>http://schemas.xmlsoap.org/soap/envelope/<@dq>>

  
GunBrokerAPI_V2<@dq>>
  <@var request$DevKey>
  <@var request$AppKey>
  <@var request$UserName>
  <@var request$Password>

  
  
GunBrokerAPI_V2<@dq>>
  
<@var request$ItemID>
<@var request$ItemDetail>
  

  
'>
">

<@assign
scope="request"
name="response"
value=<@url
location="<@var request$urllocation>"
useragent="
Witango <@version> <@platform><@crlf>
Content-type: text/xml; charset=utf-8<@crlf>
SOAPAction: <@dq>@@request$SOAPAction<@dq>"
postargs="1.1<@dq>
encoding=<@dq>utf-8<@dq>?><@crlf>
<@var request$SoapPayload
encoding='none'>">
>

I am getting the following response:

Response: soap:ReceiverServer was unable to process request. --->  
Root element is missing.


GunBroker.com’s docs are not very good. So I would appreciate any  
comments about how to get this working.


Thanks

Steve Fogelson
Internet Commerce Solutions

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Ben Johansen
http://www.webspinr.com
b...@webspinr.com
Phone: 360-597-3372
Mobile: 360-600-7775





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: URL separators

2008-12-10 Thread Ben Johansen

here is the thing
your are trying to enter a url into a file path location.
the file action is dealing directly with the file system and on  
windows uses the \


if you want to read a file using a url (/ separators) you will need to  
use @URL
for separators in file action you will need to enter the actual file  
path like c:\inetpub\wwwroot\website\files\attachments\select.txt



On Dec 10, 2008, at 7:20 PM, Peter Fogg wrote:

In a file action, the "File" field is set to "http://192.168.2.6/files/attachments/select.txt 
". When I run the taf containing the file action, WiTango returns  
the following message:


"-301 The specified file or directory does not exist. http:\ 
\192.168.2.6\files\attachments\select.txt ".


Note that WiTango has changed the separators from "/" to "\".

If i put "http://192.168.2.6/files/attachments/select.txt"; into the  
location field of my FF browser, the text file is displayed.


Some experimentation with the text in the location field of my FF  
browser, resulted in the conclusion that switching the "//" or the  
"/" after "...2.6" to "\" while leaving the remainder of the  
separators as "/", resulted in WiTango not being able to locate the  
file.


Any thoughts?

My apologies if this issue has been covered before, I was not able  
to find a post which addressed it.


Peter -
________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




Ben Johansen
http://www.webspinr.com
[EMAIL PROTECTED]
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Re: Witango-Talk: Studio on Leopard

2008-11-13 Thread Ben Johansen
Amazingly enough Microsoft acknowledges this and is working to get  
Windows 7 (at least that was what was in the paper a few weeks ago)


On Nov 13, 2008, at 9:38 AM, Scott Cadillac wrote:


To me it's analogous to many Windows developers
staying on XP because it's more stable than Vista.



Very true John, about 2 weeks ago I reinstalled my main desktop  
machine for some bigger/faster hard drives and there was no question  
- XP it was, and so XP it still is.


Vista sux!

Scott,




On Nov-13-2008, at 1:25 PM, John Carrieri wrote:


I develop on the Mac and witango works fine
under 10.4.   In addition we run it on both
10.4 and 10.5 servers.

Servers:
10.4  Very stable
10.5  Works when stripping out 64 bit code. ( via Dale's prior posts)

Dev Studio:
10.4  Stable ( I run on my desktop)
10.5  Works for editing tafs, just can't modify db connections
(I run it on my laptop)

While I would appreciate an update for the studio
to work with 10.5, we all know that the focus right
now for Phil is to get v6 out.  I would just work
under 10.4 right now for the Dev Studio or run
windows under Vmware or Parallels as suggested.
To me it's analogous to many Windows developers
staying on XP because it's more stable than Vista.

-John


On 11/13/08 5:15 AM, "Graham Dale" <[EMAIL PROTECTED]> wrote:


Unfortunately, I agree with Dan. Though a Mac person, I have had to
bite the bullet and use Witango under Windows. You can still use the
Mac WitangoServer to test, though ('cause we've had trouble with the
Windows Witangoserver!)  Hooray for dual systems.

On [Nov 13 -2008 ], at 8:03 AM, Dan Stein wrote:

If I was you I would install VM Ware Fusion and run everything  
under

windows I have never been able to get things working right with the
Mac version.

Maybe at this point Phil would give you a free version change for
Windows.

Life is a lot simpler with Witango and Windows and i am a Mac  
person.

--
Dan Stein
FileMaker 7 Certified Developer
FileMaker 9 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


 "There is a larger frame to the painting than the one that bounds
our life's events."



On Nov 12, 2008, at 5:03 PM, Brian Humes wrote:


I just installed Leopard on my Mac and I'm having problems getting
Witango studio to connect to my data sources.

I'm using OpenLink's single-tier drivers to connect to our MS SQL
Server 2005 box. I have updated the driver to the 10.5 version,  
but

still no luck. When I open the studio, the list of available
databases appears in the Workspace window, but when I click the
triangle to toggle one of them open, I get the small "Loading"
screen and then the whole application suddenly quits.

I've tried installing the Actual Technology drivers, but they're
even worse. I understand that JDBC is not an option either.

I know this has been volleyed about, but I can't seem to find
anything relating to MS SQL Server in the archives.

Has anyone gotten this to work? Any help would be greatly
appreciated.

Thanks!



Brian Humes
Director, Interactive
JohnsonRauhoff
269-428-9257 (direct)
269-428-3377 (main)
269-428-3312 (fax)
www.johnson-rauhoff.com
[EMAIL PROTECTED]





__

John Carrieri
  Chairman & CEO

U. Inc.
12250 El Camino Real, Suite #100
San Diego, Ca. 92130
Office:   (858) 847-3350  x1001
email:   [EMAIL PROTECTED]
__

#1 in College Search  -  http://www.colleges.com
The Name says it All™ -  http://www.employment.com
Power to the People™  -  http://www.campaign.com

__

Colleges.com Natural Listings:
#1 Google keyword ‘colleges’  #1 MSN keyword ‘colleges’
#1 Google keyword ‘college’#1 AOL keyword ‘colleges’
#1 Yahoo keyword ‘colleges’   #1 Ask keyword ‘colleges’
#1 Yahoo keyword ‘college’ #1 Myspace keyword ‘colleges’

U. Magazine - Largest college magazine: 500,000 circulation
#1 on Google keyword ‘college magazine’
#1 on AOL keyword ‘college magazine’
#1 on Ask keyword ‘college magazine’




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf







TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



Witango-Talk: Boooooooooooo

2008-10-31 Thread Ben Johansen

did that scare you? :-)

have fun on halloween

Ben Johansen
http://www.webspinr.com
[EMAIL PROTECTED]
Phone: 360-597-3372
Mobile: 360-600-7775



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



  1   2   3   4   5   6   7   8   9   10   >