Search
Membership
Login:
Membership:
- New Today: 0
- New Yesterday: 0
- Overall: 3242
- Latest: GoodNews
Birthdays:
amfischer
People Online:
- Guests: 242
- Total: 242
OpenPHPNuke 1.0.0 RC released
Finally!
No more waiting! Our OPN Release Candidate 1.0.0 has just been published by our developers! You find a Core-Version and all the modules in the download area.
A big "thank you!" to our developers
Heinz Hombergs
Stefan Kaletta
Alexander Weber
as well as all betatesters!
Thanks to Francisco Burzi, who laid the cornerstone for a worldwide Nuke-evolution with his PHPNuke (and taking all the circumstances into account he made kind of sure that OPN would be developed)
No more waiting! Our OPN Release Candidate 1.0.0 has just been published by our developers! You find a Core-Version and all the modules in the download area.
A big "thank you!" to our developers
Heinz Hombergs
Stefan Kaletta
Alexander Weber
as well as all betatesters!
Thanks to Francisco Burzi, who laid the cornerstone for a worldwide Nuke-evolution with his PHPNuke (and taking all the circumstances into account he made kind of sure that OPN would be developed)
Posted by manne on 2003-09-10 23:29:47 (19505 * reads)
OpenPHPnuke.com Newsletter Latest News No. 15 08/15/2003
A new newsletter is available with the latest news from the planned release as well as the current development of openPHPnuke. Have a look here.
Note: you need to be registered to access the newsletter. Choose a nickname and enter an email address in the login box, and you will get a password. It's a free service, you can be assured that we will respect your privacy.
Note: you need to be registered to access the newsletter. Choose a nickname and enter an email address in the login box, and you will get a password. It's a free service, you can be assured that we will respect your privacy.
Posted by manne on 2003-08-17 08:49:07 (14236 * reads)
OPN and the server configurations
OPN 100 comes with several new settings. Here, I will be explaining the access to the “filesystem”.
Problem: there are hundreds of ways how you can configure an Apache-Server. Especially with Linux there seem to be endless variations. This will give us a headache when we try to make directories for OPN for example. Linux assigns a “user” to the PHP process, e.g. the process that takes care that a PHP script is run. It can be for example the user "wwwrun" or a general user or a specific user etc.. In case of a general user problems arise when you host your web on a shared server, so that a simple PHP script could actually “spy” on the “neighbors’” data. That is why a not too “mighty” user is assigned to the PHP process. Now this includes the problem that this user himself cannot access the data of any (not even his own) web.
To provide you with some helpful tools here, OPN recognizes four variations at admin->settings->Server:
Variation 1: PHP Data system-functions
We use the usual PHP data system functions here. With Windows-systems this should not give you any problems at all. If these functions perform well with Linux while you are using a shared server, I would start to worry.
Variation 2: mkdir.pl
Basically, the core of the problem lies in the directory creation. The server “prohibits” that PHP creates directories, whereas Perl-scripts are permitted to create directories – that’s why OPN comes along with a mkdir.pl in your cgi-bin folder. If you want to use this script, you have to upload it to the cgi-bin folder of your web (caution: check the upload mode!). The cgi-bin can also lie outside the OPN directory. Just make sure that the script is accessible via a URL.
Variation 3: PHP FTP functions
If 1 and 2 fail, we can still use a trick: With this trick OPN performs as if you created the respective directories using your FTP program. Thus the Linux-User is recognized as correct etc.. Disadvantage: the PHP FTP functions are available only if the respective PHP module is available or compiled accordingly. Check this with phpinfo(). If you use this variation, you will have to adapt the settings form, otherwise OPN doesn’t know which data to use when it logs into the FTP server. The encrypted password is of course saved in the database.
Variation 4: Emulated FTP Functions
If you want to use variation 3 and don’t have the PHP module, you can choose this variation. All that is true for variation 3 applies here, except that PHP does not provide the FTP functions; instead OPN emulates (imitates) them.
(Originally written by xweber at openphpnuke.info /translated by xtreme)
Problem: there are hundreds of ways how you can configure an Apache-Server. Especially with Linux there seem to be endless variations. This will give us a headache when we try to make directories for OPN for example. Linux assigns a “user” to the PHP process, e.g. the process that takes care that a PHP script is run. It can be for example the user "wwwrun" or a general user or a specific user etc.. In case of a general user problems arise when you host your web on a shared server, so that a simple PHP script could actually “spy” on the “neighbors’” data. That is why a not too “mighty” user is assigned to the PHP process. Now this includes the problem that this user himself cannot access the data of any (not even his own) web.
To provide you with some helpful tools here, OPN recognizes four variations at admin->settings->Server:
Variation 1: PHP Data system-functions
We use the usual PHP data system functions here. With Windows-systems this should not give you any problems at all. If these functions perform well with Linux while you are using a shared server, I would start to worry.
Variation 2: mkdir.pl
Basically, the core of the problem lies in the directory creation. The server “prohibits” that PHP creates directories, whereas Perl-scripts are permitted to create directories – that’s why OPN comes along with a mkdir.pl in your cgi-bin folder. If you want to use this script, you have to upload it to the cgi-bin folder of your web (caution: check the upload mode!). The cgi-bin can also lie outside the OPN directory. Just make sure that the script is accessible via a URL.
Variation 3: PHP FTP functions
If 1 and 2 fail, we can still use a trick: With this trick OPN performs as if you created the respective directories using your FTP program. Thus the Linux-User is recognized as correct etc.. Disadvantage: the PHP FTP functions are available only if the respective PHP module is available or compiled accordingly. Check this with phpinfo(). If you use this variation, you will have to adapt the settings form, otherwise OPN doesn’t know which data to use when it logs into the FTP server. The encrypted password is of course saved in the database.
Variation 4: Emulated FTP Functions
If you want to use variation 3 and don’t have the PHP module, you can choose this variation. All that is true for variation 3 applies here, except that PHP does not provide the FTP functions; instead OPN emulates (imitates) them.
(Originally written by xweber at openphpnuke.info /translated by xtreme)
Posted by xweber on 2003-08-17 08:34:02 (15108 * reads)
Read More... 313 Wörter
comments? http://www.openphpnuke.com/system/article/index.php?opnparams=CntdOAI3CmdWNFUz
The preversion of Build 100 version 0.22.38
The preversion of Build 100 version 0.22.38 has just been released. It contains an update of Build 99 to Build 100, too.
Since the Update has not yet been sufficiently tested, it is to be regarded as a PreVersion. As soon as we have the first successful tests, we will get the (adjusted) Build 100.
So, please test first!!!!!!
As usual, the release is available for our Betas in the download area.
Since the Update has not yet been sufficiently tested, it is to be regarded as a PreVersion. As soon as we have the first successful tests, we will get the (adjusted) Build 100.
So, please test first!!!!!!
As usual, the release is available for our Betas in the download area.
Posted by stefan on 2003-08-17 08:25:47 (14101 * reads)
Problems to register at this website
Because of minor technical problems some registrations failed or the guests missed the registration email.
We apologize for that.
Please try to login again with your nickname and your password. If you forgot your password, login with your nickname and leave the password empty. In the next step you will be asked for your email address and will then get a new password.
Feel free to contact us if there are any problems, or else you can leave a message in the forums.
Let's enjoy OPN
manne
We apologize for that.
Please try to login again with your nickname and your password. If you forgot your password, login with your nickname and leave the password empty. In the next step you will be asked for your email address and will then get a new password.
Feel free to contact us if there are any problems, or else you can leave a message in the forums.
Let's enjoy OPN
manne