Re: need help with PHP open source class

2010-01-03 Thread Uri Even-Chen
Hi,

Eventually they released a new version of PHPwhois, and I used it to
upgrade Speedy Whois and released a new version.  The bugs are fixed,
I checked many domain names and it works fine.

Thanks,
Uri Even-Chen
Mobile Phone: +972-50-9007559
E-mail: u...@speedy.net
Blog: http://www.speedy.net/uri/blog/




On Tue, Dec 29, 2009 at 3:45 AM, Uri Even-Chen u...@speedy.net wrote:
 Hi,

 I am using the PHPwhois class (
 https://sourceforge.net/projects/phpwhois/ ) on my Speedy Whois
 website ( http://www.speedywhois.net/ ).  My version of the class is 4
 years old.  I checked and there are many bugs, some of them I reported
 ( https://sourceforge.net/tracker/?func=browsegroup_id=31207atid=401654
 ), and they also didn't release PHPwhois for more than a year.  I am
 now looking for someone to help me fix the bugs and release the
 PHPwhois class, and add it to my Speedy Whois release on sourceforge (
 https://sourceforge.net/projects/speedywhois/ ).  The code has to be
 rewritten, for example to avoid notices and warnings when using
 undefined variables etc.  If one of you has some time, it would help
 if you can download the files from the CVS on PHPwhois (they don't
 release new tar.gz files), then check which bugs are not fixed and fix
 them.  Then release PHPwhois - if they don't accept the release we can
 fork the project.  And then release Speedy Whois with the bugs fixed.
 My estimate of the work is up to 3 days, maybe even one day of work if
 you're very good in programming.  I can help test and generate bugs,
 but I'm not that good in object oriented programming.  I also don't
 know how to download the files from CVS, if you let me know it can
 help (I use Windows XP).

 If you can help, please contact me.

 by the way, there is also a problem with domain names registered at
 godaddy - they don't return full whois results to my IP address.  Do
 you have an idea how to overcome this?

 Thanks,
 Uri Even-Chen
 Mobile Phone: +972-50-9007559
 E-mail: u...@speedy.net
 Blog: http://www.speedy.net/uri/blog/


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: need help with PHP open source class

2009-12-29 Thread Uri Even-Chen
On Tue, Dec 29, 2009 at 9:54 AM, Meir Kriheli m...@mksoft.co.il wrote:
 On 12/29/2009 03:45 AM, Uri Even-Chen wrote:

 Hi,

 I am using the PHPwhois class (
 https://sourceforge.net/projects/phpwhois/ ) on my Speedy Whois
 website ( http://www.speedywhois.net/ ).  My version of the class is 4
 years old.  I checked and there are many bugs, some of them I reported
 ( https://sourceforge.net/tracker/?func=browsegroup_id=31207atid=401654
 ), and they also didn't release PHPwhois for more than a year.  I am
 now looking for someone to help me fix the bugs and release the
 PHPwhois class, and add it to my Speedy Whois release on sourceforge (
 https://sourceforge.net/projects/speedywhois/ ).  The code has to be
 rewritten, for example to avoid notices and warnings when using
 undefined variables etc.  If one of you has some time, it would help
 if you can download the files from the CVS on PHPwhois (they don't
 release new tar.gz files), then check which bugs are not fixed and fix
 them.  Then release PHPwhois - if they don't accept the release we can
 fork the project.  And then release Speedy Whois with the bugs fixed.
 My estimate of the work is up to 3 days, maybe even one day of work if
 you're very good in programming.  I can help test and generate bugs,
 but I'm not that good in object oriented programming.  I also don't
 know how to download the files from CVS, if you let me know it can
 help (I use Windows XP).

 If you can help, please contact me.

 by the way, there is also a problem with domain names registered at
 godaddy - they don't return full whois results to my IP address.  Do
 you have an idea how to overcome this?

 IMO PHP developers should be aware of PEAR [1] and use it when possible. The
 repo includes a whois class called Net_Whois [2],  maintained - current
 stable released last month (feature request).

 [1] http://pear.php.net/
 [2] http://pear.php.net/package/Net_Whois

Sorry, I'm not using PEAR.  If you can implement the same
functionality using Net_Whois - I don't mind, but I don't want to
install it myself.  The PHPwhois class is good, and returns good
results for most domain names.

Uri.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: need help with PHP open source class

2009-12-29 Thread Omer Zak
On Tue, 2009-12-29 at 10:42 +0200, Uri Even-Chen wrote:
 On Tue, Dec 29, 2009 at 9:54 AM, Meir Kriheli m...@mksoft.co.il wrote:
  
  IMO PHP developers should be aware of PEAR [1] and use it when possible. The
  repo includes a whois class called Net_Whois [2],  maintained - current
  stable released last month (feature request).
 
  [1] http://pear.php.net/
  [2] http://pear.php.net/package/Net_Whois
 
 Sorry, I'm not using PEAR.  If you can implement the same
 functionality using Net_Whois - I don't mind, but I don't want to
 install it myself.  The PHPwhois class is good, and returns good
 results for most domain names.

What are the reasons against using PEAR (besides, of course, having to
install additional packages in your development and deployment systems)?

 --- Omer



-- 
Kosher Cellphones (cellphones with blocked SMS, video and Internet)
are menace to the deaf.  They must be outlawed!
(See also: 
http://www.zak.co.il/tddpirate/2006/04/21/the-grave-danger-to-the-deaf-from-kosher-cellphones/
 and 
http://www.zak.co.il/tddpirate/2007/02/04/rabbi-eliashiv-declared-war-on-the-deaf/)
My own blog is at http://www.zak.co.il/tddpirate/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: need help with PHP open source class

2009-12-29 Thread Uri Even-Chen
On Tue, Dec 29, 2009 at 11:16 AM, Omer Zak w...@zak.co.il wrote:
 On Tue, 2009-12-29 at 10:42 +0200, Uri Even-Chen wrote:
 On Tue, Dec 29, 2009 at 9:54 AM, Meir Kriheli m...@mksoft.co.il wrote:
  
  IMO PHP developers should be aware of PEAR [1] and use it when possible. 
  The
  repo includes a whois class called Net_Whois [2],  maintained - current
  stable released last month (feature request).
 
  [1] http://pear.php.net/
  [2] http://pear.php.net/package/Net_Whois

 Sorry, I'm not using PEAR.  If you can implement the same
 functionality using Net_Whois - I don't mind, but I don't want to
 install it myself.  The PHPwhois class is good, and returns good
 results for most domain names.

 What are the reasons against using PEAR (besides, of course, having to
 install additional packages in your development and deployment systems)?

It's too complicated, I'm not familar with PEAR.  As I said, if one of
you wants to do it, I don't mind using PEAR, but I don't want to do it
alone.  Also, my program uses the PHPwhois class already, so I might
have to change the program itself.  I prefer using PHPwhois and
improving it.

Uri.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: need help with PHP open source class

2009-12-29 Thread Boaz Rymland
Not all PEAR classes require depending classes on the machine. For example,
Log class. I think that it all depends on your exact needs. Also, not all
classes were born equal, in terms of quality. Consider that as well.
I recommend you consult also on php-israel mailing list:
http://www.php-israel.org/

Boaz.

On Tue, 29 Dec 2009 11:37:20 +0200, Uri Even-Chen u...@speedy.net wrote:
 On Tue, Dec 29, 2009 at 11:16 AM, Omer Zak w...@zak.co.il wrote:
 On Tue, 2009-12-29 at 10:42 +0200, Uri Even-Chen wrote:
 On Tue, Dec 29, 2009 at 9:54 AM, Meir Kriheli m...@mksoft.co.il
wrote:
  
  IMO PHP developers should be aware of PEAR [1] and use it when
  possible. The
  repo includes a whois class called Net_Whois [2],  maintained -
  current
  stable released last month (feature request).
 
  [1] http://pear.php.net/
  [2] http://pear.php.net/package/Net_Whois

 Sorry, I'm not using PEAR.  If you can implement the same
 functionality using Net_Whois - I don't mind, but I don't want to
 install it myself.  The PHPwhois class is good, and returns good
 results for most domain names.

 What are the reasons against using PEAR (besides, of course, having to
 install additional packages in your development and deployment systems)?
 
 It's too complicated, I'm not familar with PEAR.  As I said, if one of
 you wants to do it, I don't mind using PEAR, but I don't want to do it
 alone.  Also, my program uses the PHPwhois class already, so I might
 have to change the program itself.  I prefer using PHPwhois and
 improving it.
 
 Uri.
 
 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


need help with PHP open source class

2009-12-28 Thread Uri Even-Chen
Hi,

I am using the PHPwhois class (
https://sourceforge.net/projects/phpwhois/ ) on my Speedy Whois
website ( http://www.speedywhois.net/ ).  My version of the class is 4
years old.  I checked and there are many bugs, some of them I reported
( https://sourceforge.net/tracker/?func=browsegroup_id=31207atid=401654
), and they also didn't release PHPwhois for more than a year.  I am
now looking for someone to help me fix the bugs and release the
PHPwhois class, and add it to my Speedy Whois release on sourceforge (
https://sourceforge.net/projects/speedywhois/ ).  The code has to be
rewritten, for example to avoid notices and warnings when using
undefined variables etc.  If one of you has some time, it would help
if you can download the files from the CVS on PHPwhois (they don't
release new tar.gz files), then check which bugs are not fixed and fix
them.  Then release PHPwhois - if they don't accept the release we can
fork the project.  And then release Speedy Whois with the bugs fixed.
My estimate of the work is up to 3 days, maybe even one day of work if
you're very good in programming.  I can help test and generate bugs,
but I'm not that good in object oriented programming.  I also don't
know how to download the files from CVS, if you let me know it can
help (I use Windows XP).

If you can help, please contact me.

by the way, there is also a problem with domain names registered at
godaddy - they don't return full whois results to my IP address.  Do
you have an idea how to overcome this?

Thanks,
Uri Even-Chen
Mobile Phone: +972-50-9007559
E-mail: u...@speedy.net
Blog: http://www.speedy.net/uri/blog/

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: need help with PHP open source class

2009-12-28 Thread Meir Kriheli

On 12/29/2009 03:45 AM, Uri Even-Chen wrote:

Hi,

I am using the PHPwhois class (
https://sourceforge.net/projects/phpwhois/ ) on my Speedy Whois
website ( http://www.speedywhois.net/ ).  My version of the class is 4
years old.  I checked and there are many bugs, some of them I reported
( https://sourceforge.net/tracker/?func=browsegroup_id=31207atid=401654
), and they also didn't release PHPwhois for more than a year.  I am
now looking for someone to help me fix the bugs and release the
PHPwhois class, and add it to my Speedy Whois release on sourceforge (
https://sourceforge.net/projects/speedywhois/ ).  The code has to be
rewritten, for example to avoid notices and warnings when using
undefined variables etc.  If one of you has some time, it would help
if you can download the files from the CVS on PHPwhois (they don't
release new tar.gz files), then check which bugs are not fixed and fix
them.  Then release PHPwhois - if they don't accept the release we can
fork the project.  And then release Speedy Whois with the bugs fixed.
My estimate of the work is up to 3 days, maybe even one day of work if
you're very good in programming.  I can help test and generate bugs,
but I'm not that good in object oriented programming.  I also don't
know how to download the files from CVS, if you let me know it can
help (I use Windows XP).

If you can help, please contact me.

by the way, there is also a problem with domain names registered at
godaddy - they don't return full whois results to my IP address.  Do
you have an idea how to overcome this?


IMO PHP developers should be aware of PEAR [1] and use it when possible. 
The repo includes a whois class called Net_Whois [2],  maintained - 
current stable released last month (feature request).


[1] http://pear.php.net/
[2] http://pear.php.net/package/Net_Whois

Cheers
--
Meir Kriheli

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il