[PHP] Announcement: FUDforum 2.3.1 Released

2002-09-13 Thread Ilia A.
FUDforum is a web based bulletin board software designed in PHP, utilizing a MySQL or PostgreSQL backend for data storage. The 2.3.1 release is the second stable release in the 2.3 branch, which introduces a number of new features as well as speed improvements. Below are some of the highlights

Re: [PHP] SESSION Security

2002-08-14 Thread Ilia A.
On August 14, 2002 07:12 pm, Sascha Braun wrote: > So, the system() command allows a user only to start services in his own > home direktory? > Uhm... I am a little confused, how does system() command relate to FTP access? Ilia > > > > - Original Message - >

Re: [PHP] SESSION Security

2002-08-14 Thread Ilia A.
ession ids. On most servers FTP clients are setup to only allow user access to their own home directory. Ilia > > > - Original Message - > From: "Ilia A." <[EMAIL PROTECTED]> > To: "Sascha Braun" <[EMAIL PROTECTED]>; "PHP Mailingliste&

Re: [PHP] SESSION Security

2002-08-14 Thread Ilia A.
If a person 'somehow' gains read access to the directory where the sessions are stored on your server, then yes it is possible for them to get the session id. Ilia On August 14, 2002 06:41 pm, Sascha Braun wrote: > Is it possible that someone from outside can read the session stored > on my we

Re: [PHP] sucking news out of the usenet

2002-08-08 Thread Ilia A.
Andy, I've recently written an newsgroup (NNTP) gateway between FUDforum and newsgroup, which allows read/write data sharing between the two. The solution for tracking down the reply to is done via 2 headers X-Reply-To or In-Reply-To or most commonly References headers. There are a number of m

Re: [PHP] Re: My SQL speed.

2002-08-02 Thread Ilia A.
On August 3, 2002 12:54 am, Jason Stechschulte wrote: > On Sat, Aug 03, 2002 at 01:49:10AM -0300, Manuel Lemos wrote: > > >Google has 1 billion pages and qurys in a few milliseconds... > > > > Real search engines do not use SQL databases. > > What do search engines use? Is there something out the

Re: [PHP] PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and4.2.1

2002-07-22 Thread Ilia A.
On July 22, 2002 10:12 am, 1LT John W. Holmes wrote: > [snip] > > >PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1 > > [/snip] > > Looks like everyone will be using the new super globals, now... :) > > Well, I guess I'm still assuming that in a perfect world, people will >

Re: [PHP] Announcement: FUDforum 2.2.2 Released

2002-07-12 Thread Ilia A.
RE fud_forum.id IN > (,,,) ORDER BY fud_cat.view_order, fud_forum.view_order )% > because %( You have an error in your SQL syntax near ',,) ORDER > BY fud_cat.view_order, fud_forum.view_order ' at line 14 )% > > > - Original Message - > From: "Ilia A.

[PHP] Announcement: FUDforum 2.2.2 Released

2002-07-12 Thread Ilia A.
A major upgrade of the 2.2X FUDforum with many bug fixes and a number of new features. The official announcement can be found here: http://fud.prohost.org/forum/index.php?t=msg&th=724 Detailed ChangeLog: http://fud.prohost.org/CHANGELOG Download Page: http://fud.prohost.org/download.php Ilia

Re: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-06 Thread Ilia A.
On July 5, 2002 07:54 pm, Pete James wrote: > "Ilia A." wrote: > > The biggest annoyance I've come across is > > the fact that while using PostgreSQL with PHP is that when you fetch a > > row you must specify the number of the result, while in MySQL, that is &

Re: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-05 Thread Ilia A.
I've recently had the 'pleasure' of porting a large MySQL application to support PostgreSQL, through that experience I've gained some insight into the differences between the two as well as how they are supported by PHP. First allow me to point out that MySQL support in PHP is a lot more mature

Re: [PHP] FUDforum 2.0 Stable Released

2002-06-10 Thread Ilia A.
s it just me or the forum area totally overflowing with choices? I often > wonder why people don't pool talents and work on really great products, > instead people break off and make their own system - quite unusual... > > > Jeff > > - Original Message - > F

[PHP] FUDforum 2.0 Stable Released

2002-06-10 Thread Ilia A.
FUDforum 2.0 is a web forum released under the GPL license, written in PHP4 utilizing a MySQL database backend. The forum is completely customizable via a templating system, which is compiled for optimal performance. The templating system also has integrated i18n support, which allows the forum

Re: [PHP] Speed comparison of PHP vs. PERL (not conclusive)

2002-05-31 Thread Ilia A.
thousand times to do > something. > > -Rasmus > > On Fri, 31 May 2002, Ilia A. wrote: > > Does this mean that running a comparison benchmarks between PHP and any > > other language would in many cases show PHP to be slower simply because > > it's looping code is slo

Re: [PHP] Speed comparison of PHP vs. PERL (not conclusive)

2002-05-31 Thread Ilia A.
Does this mean that running a comparison benchmarks between PHP and any other language would in many cases show PHP to be slower simply because it's looping code is slow? Unless, timing is done on a speed of PHP being able to spew out webpages via the webserver with a webserver benchmark tool s

Re: [PHP] PHP compared to JSP

2002-05-04 Thread Ilia A.
Caching is not going against PHP as long as whenever the file is changed of the 1st access it would be cached, rather then caching php scripts based on some arbitrary timer. Ideally the caching script would on the 1st access of the script convert the script to binary code which can then be exe

[PHP] i18n translation of PHP based forum

2002-04-28 Thread Ilia A.
Hello, I am one of the core developers of FUDforum, which is PHP based forum released under the GPL licence. The upcomming release of FUDforum 2.0 will contain i18n support and I am looking for people who would be willing to help translate the forum to other languages. If you want to help wit

Re: [PHP] Phpfx, what is it?

2002-03-20 Thread Ilia A.
You can also try FUDforum (http://fud.prohost.org/forum/) Ilia On March 20, 2002 07:11 pm, Chuck \"PUP\" Payne wrote: > Hi, > > I was sourgeforge.net looking at the PHP stuff, I saw something call phpfx, > but it not clear what it is or what it does. Has anyone mess with it? > > Also I am lookin

[PHP] FUDforum - PHP Web Forum (GPL)

2002-01-18 Thread Ilia A.
The work on FUDforum has finally been completed, so I thought to let the PHP users and developers know about it since they may be interested in this project. It has finally reached the stage where I feel it is mostly bug free and is ready for its debut. You can download FUDforum tar ball from h