Re: [FairfieldLife] Re: Post Count issue

2012-09-17 Thread Bhairitu
On 09/15/2012 01:32 PM, Alex Stanley wrote:

 --- In FairfieldLife@yahoogroups.com, Bhairitu noozguru@... wrote:
 On 09/15/2012 04:22 AM, Alex Stanley wrote:
 I just sent several replies to posts, all sent from the web interface, and 
 one of them showed up with my Yahoo ID instead of my name next to my email 
 address. That means my posts will appear under two different handles in 
 the Post Count. Usually, that happens when people post using both email and 
 the website, but it appears that this is one of those *very* rare instances 
 where Yahoo is having a glitch, and it's a problem for people who only post 
 with one method.

 People with post counts that run near the limit will need to keep an eye 
 out for all their posts on the Post Counts.


 I might be able if I get time to modify the script so it can give you a
 second listing by email address omitting the noreply@... one.  But
 then you'll get the *pleasure* of setting it up. :-D

 Shouldn't be a problem to simply insert a block of code into the existing 
 script. Ya just gotta make sure the code is compatible with the older version 
 of PHP/Pear/whatever that the current script runs on. To refresh your memory, 
 when I migrated from the old Win2000 box to the Win7 laptop, I installed the 
 newest version of XAMPP, only to discover that it wouldn't run the script. I 
 then replaced the PHP directory with the one from the Win2000 backup, and the 
 script worked just fine.



Appears that maketime was deprecated or part of it.  That's because PHP 
is a wrapper around the C libraries that are on all systems and C has 
started using something different too.  That is probably easy to fix and 
the same problem is probably why the Python version didn't want to work 
either with that section.  I am thinking that we shouldn't include the 
email addresses in the Post Count because it leaves people open to spam 
but I really don't get much spam on my account.  Ideally it should list 
every handle attached to an address after the message count instead of 
the email.  That might take a bit more work.



[FairfieldLife] Re: Post Count issue

2012-09-17 Thread Alex Stanley


--- In FairfieldLife@yahoogroups.com, Bhairitu noozguru@... wrote:

 On 09/15/2012 01:32 PM, Alex Stanley wrote:
 
  --- In FairfieldLife@yahoogroups.com, Bhairitu noozguru@ wrote:
  On 09/15/2012 04:22 AM, Alex Stanley wrote:
  I just sent several replies to posts, all sent from the web interface, 
  and one of them showed up with my Yahoo ID instead of my name next to my 
  email address. That means my posts will appear under two different 
  handles in the Post Count. Usually, that happens when people post using 
  both email and the website, but it appears that this is one of those 
  *very* rare instances where Yahoo is having a glitch, and it's a problem 
  for people who only post with one method.
 
  People with post counts that run near the limit will need to keep an eye 
  out for all their posts on the Post Counts.
 
 
  I might be able if I get time to modify the script so it can give you a
  second listing by email address omitting the noreply@ one.  But
  then you'll get the *pleasure* of setting it up. :-D
 
  Shouldn't be a problem to simply insert a block of code into the existing 
  script. Ya just gotta make sure the code is compatible with the older 
  version of PHP/Pear/whatever that the current script runs on. To refresh 
  your memory, when I migrated from the old Win2000 box to the Win7 laptop, I 
  installed the newest version of XAMPP, only to discover that it wouldn't 
  run the script. I then replaced the PHP directory with the one from the 
  Win2000 backup, and the script worked just fine.
 
 
 
 Appears that maketime was deprecated or part of it.  That's because PHP 
 is a wrapper around the C libraries that are on all systems and C has 
 started using something different too.  That is probably easy to fix and 
 the same problem is probably why the Python version didn't want to work 
 either with that section.  I am thinking that we shouldn't include the 
 email addresses in the Post Count because it leaves people open to spam 
 but I really don't get much spam on my account.  Ideally it should list 
 every handle attached to an address after the message count instead of 
 the email.  That might take a bit more work.


This has now officially reached the point where I'm delighted with the Post 
Count script system exactly as it is.




[FairfieldLife] Re: Post Count issue

2012-09-15 Thread seventhray1

Yea, my e-mail for replying has gotten all messed up as I indicated to
you earlier this week.  I don't know if it will straighten itself out,
or if I am going to have to delete that old e-mail altogether (the one I
had for FFL in 2005, which has now  reasserted its dominance and refuses
to get pushed aside), or start over.

The only plus is that I've learned about some of the behind the scenes
details of e-mails and ID's that I hadn't been familiar with before.


--- In FairfieldLife@yahoogroups.com, Alex Stanley
j_alexander_stanley@... wrote:

 I just sent several replies to posts, all sent from the web interface,
and one of them showed up with my Yahoo ID instead of my name next to my
email address. That means my posts will appear under two different
handles in the Post Count. Usually, that happens when people post
using both email and the website, but it appears that this is one of
those *very* rare instances where Yahoo is having a glitch, and it's a
problem for people who only post with one method.

 People with post counts that run near the limit will need to keep an
eye out for all their posts on the Post Counts.





[FairfieldLife] Re: Post Count issue

2012-09-15 Thread Alex Stanley


--- In FairfieldLife@yahoogroups.com, Bhairitu noozguru@... wrote:

 On 09/15/2012 04:22 AM, Alex Stanley wrote:
  I just sent several replies to posts, all sent from the web interface, and 
  one of them showed up with my Yahoo ID instead of my name next to my email 
  address. That means my posts will appear under two different handles in 
  the Post Count. Usually, that happens when people post using both email and 
  the website, but it appears that this is one of those *very* rare instances 
  where Yahoo is having a glitch, and it's a problem for people who only post 
  with one method.
 
  People with post counts that run near the limit will need to keep an eye 
  out for all their posts on the Post Counts.
 
 
 
 I might be able if I get time to modify the script so it can give you a 
 second listing by email address omitting the noreply@... one.  But 
 then you'll get the *pleasure* of setting it up. :-D


Shouldn't be a problem to simply insert a block of code into the existing 
script. Ya just gotta make sure the code is compatible with the older version 
of PHP/Pear/whatever that the current script runs on. To refresh your memory, 
when I migrated from the old Win2000 box to the Win7 laptop, I installed the 
newest version of XAMPP, only to discover that it wouldn't run the script. I 
then replaced the PHP directory with the one from the Win2000 backup, and the 
script worked just fine.



Re: [FairfieldLife] Re: Post Count issue

2012-09-15 Thread Bhairitu
On 09/15/2012 01:32 PM, Alex Stanley wrote:

 --- In FairfieldLife@yahoogroups.com, Bhairitu noozguru@... wrote:
 On 09/15/2012 04:22 AM, Alex Stanley wrote:
 I just sent several replies to posts, all sent from the web interface, and 
 one of them showed up with my Yahoo ID instead of my name next to my email 
 address. That means my posts will appear under two different handles in 
 the Post Count. Usually, that happens when people post using both email and 
 the website, but it appears that this is one of those *very* rare instances 
 where Yahoo is having a glitch, and it's a problem for people who only post 
 with one method.

 People with post counts that run near the limit will need to keep an eye 
 out for all their posts on the Post Counts.


 I might be able if I get time to modify the script so it can give you a
 second listing by email address omitting the noreply@... one.  But
 then you'll get the *pleasure* of setting it up. :-D

 Shouldn't be a problem to simply insert a block of code into the existing 
 script. Ya just gotta make sure the code is compatible with the older version 
 of PHP/Pear/whatever that the current script runs on. To refresh your memory, 
 when I migrated from the old Win2000 box to the Win7 laptop, I installed the 
 newest version of XAMPP, only to discover that it wouldn't run the script. I 
 then replaced the PHP directory with the one from the Win2000 backup, and the 
 script worked just fine.


There was only one PHP call that had been deprecated that kept it from 
running with a newer PHP.  I could fix that.  I also worked on a Python 
version we could make available to any of the geeks here if they wanted 
to check the count at anytime with their email mbox. Problem was that 
Python doesn't quite spit out the elements of a message header as well 
as PHP does.