Beschreibung: Install Routine f¬r PHPNuke 6.8.
Installation of all database tables through a web browser based point & click script
Replace all tables option, allows you to start from scratch if your database tables become corrupted and no backup is available
New upgrade options:
PHP-Nuke 6.0 to 6.8 upgrade
Upgrade PHP-Nuke 6.0 and bbtonuke 2.0.6 to Nuke 6.8
PHP-Nuke 6.5 to 6.8 upgrade
PHP-Nuke 6.6 to 6.8 upgrade
PHP-Nuke 6.7 to 6.8 upgrade
Beschreibung: Features: Administrators can add up to five admin defined text fields to the registration form. Administrators can define the name, size and maxlength of each field and whether it is activated or not. All additional fields are required. Users can choose whether the additional fields are displayed to the general public or not. All activated fields are editable by the user and admin via all of the normal routes. The module has been constructed to work with all of the standard themes. For any other theme, contact the author.
Beschreibung: Admin Secure is an add-on script (not a module, block, nor else) for
PHP-Nuke web portal system. This add-on gives you additional protection scheme only for admin accounts from hacking activities, but will not prevent another hacking methods such as DoS (denial of service), hammering, flooding, session spoofing, backdoors, port scanning, system exploit, root access, etc.
Admin Secure will monitoring suspicious SQL Injection activities as well as illegal administration access for your PHP-Nuke based website.
Features:
=========
1. Blocking SQL Injection through input requests.
2. Prevent illegal admin account access through input requests.
3. Blocking external file inclusion for module handler.
4. Ensure admin account session taken from cookie.
5. Prevent illegal admin account creation, deletion, and modification.
6. Compare admin access validity through "mirrored" database table.
7. Any changes on admin accounts (create, edit, delete) require approval.
8. E-mail notification. An alert sent along with additional info.
9. Scheduled automation tasks.
10. And many more.
Beschreibung: Admin Secure is an add-on script (not a module, block, nor else) for PHP-Nuke web portal system. This add-on gives you additional protection scheme for admin accounts from hacking activities and perform filtering to input variables from possible hacking attempts. This add-on does not prevent another hacking methods such as DoS (denial of service), hammering, session spoofing, backdoors, port scanning, system exploit, root access, etc. Admin Secure will monitoring suspicious SQL Injection activities as well as illegal administration access for your PHP-Nuke based website.
Features:
= Blocking SQL Injection through input requests.
= Prevent illegal admin account access through input requests.
= Blocking external file inclusion for modules.php and index.php files.
= Filtering illegal scripting code from input variables.
= Ensuring admin account session taken from cookie.
= Prevent illegal admin account creation, deletion, and modification.
= Compare admin access validity through "es;mirrored"es; database table.
= Any changes on admin accounts (create, edit, delete) require approval.
= E-mail notification. An alert sent along with additional info.
= Scheduled automation tasks.
= Banning System. (Site and Modules)
= Site Activity Logging.
= Flood Protection.
= And more.
Changes On This Version: = Add: Banning System (IP Address)
= Add: Module Access Banning System (IP Address and Site Member)
= Add: Auto Ban for known security breach
= Add: Session Activity Logging
= Add: Flood Protection
= Add: Support older PHP-Nuke database manager (prior 6.5)
= Add: Blocking external file inclusion through index.php
= Add: Checking dangerous user registration fields (name, password, etc)
= Fix: Sending continuous notification when an admin account changed
= Fix: Floatval() issue with Server running PHP below 4.2.0
Beschreibung: Admin Secure is an add-on script (not a module, block, nor else) for PHP-Nuke web portal system. This add-on gives you additional protection scheme for admin accounts from hacking activities and perform filtering to input variables from possible hacking attempts. This add-on does not prevent another hacking methods such as DoS (denial of service), hammering, session spoofing, backdoors, port scanning, system exploit, root access, etc. Admin Secure will monitoring suspicious SQL Injection activities as well as illegal administration access for your PHP-Nuke based website.
Features:
= Blocking known PHP-Nuke exploits.
= Prevent fake admin account access through input requests.
= Blocking cross-site scripting in modules.php and index.php files.
= Ensuring admin account session taken from cookie.
= Prevent unauthorized admin account creation, deletion, and modification.
= Compare admin account validity through "mirrored" database table.
= Changes to admin accounts (create, edit, delete) require God admin approval.
= E-mail notification. An alert sent along with additional info.
= Banning system for accessing site and PHP-Nuke modules.
= Log site activities.
= Flood Protection.
= And more.
Changes On This Version:
= Add: All cookie variables are also evaluated
= Add: Block invalid image within [img][/img] bbcode tag
= Add: Selectable Filter Proofing for specified account type
= Add: Send Whois information with mail alert notification
= Add: Whois IP lookup in Ban System menu
= Add: Download banned IP list as .htaccess file
= Add: Checking $user variable from possible dangerous contents
= Add: Code optimization to minimize page load time (see FAQ section)
= Add: Admin Secure version checking under new "About" menu
= Update: Extending illegal HTML tag checker
= Update: Improve cosmetic appearances and some small functionalities
= Fix: Perform proper $admin variable checking (thanks to Evaders99)
= Fix: Security code image did not shown properly (thanks to XzZzX and Regs)
Rename the file to "analyze.php" and transfer it to the same place that your "config.php" file is found and call it from your browser. For a preview of what it reports, run the analyzer for Nuke Cops: analyze.php. Code has been successfully tested for Nuke versions 6.5B6, 6.5B5, 6.0, 5.6. This also checks for MySQL and PHP vulnerabilities and reports them to you if they need to be patched. Also shows system info and recursive file listing along with resource permissions. A very new addon is being worked on at nukecops.com/analyze.php. For a sample of the current analyzer release see nukecops.com/ana.php
Beschreibung: The module allows an administrator to approve membership applications. The applicant's details
are sent to a pendingusers table and a notification email is sent to the administrator.
A list of pending applicants is displayed to the administrator, who can delete or approve as he thinks fit.
On approval, the normal email is sent to the applicant with the activation link. The option is available to add a customisable message to this email.
The option is available to send a follow up email to an applicant. This email is customisable.
The option is available to send an email to a rejected applicant. This email is customisable.
To install, keep the directory structure supplied. i.e the contents of the supplied folders go in the same folder
in your PHP-Nuke 6.9 application. The original index.php is retained in the Your_Account folder as indexbak.php.
Replace the entire Your_Account folder with the one supplied.
The approvelanguage folder should be added to the admin folder in its entirety.
Run a SQL query using the approvemembership2.0 sql file. You can use PHPMyAdmin or whatever your host supplies. This will add the
tables to the database. Change the email messages to suit your circumstances once everything is installed.
The sql file for the pendingusers and stdemail tables assumes that you have "nuke" as the prefix.
If this is not the case, you will have to change the prefix yourself.
Any problems....contact me at arnoldkrg@hotmail.com.
IF you are upgrading from an earlier version, just replace the Your_Account folder with the new one and run the sql file to modify the tables. Remove any old Approve_Membership folders from the modules directory and reinstall the other files into the approprate folders. If you have a customised rejection message already, make sure you back it up before updating. Also make sure there are no pending applicants before upgrading because these will be lost during the upgrade.
This module has been tested on PHP-Nuke 6.9 only and is specific to that version.
Beschreibung: I was looking for an upload module that can manage downloads and uploads, so I decided to modify the original one.The users can upload files, and the admin has to accept them, in the same way of the original module.
Features:
works on the original download module
no download database rebuild needed
upload on existent categories
admin can enable/disable upload feature
uploads are sorted in folders, reflecting categories
folders are created when at the first upload in that category
Tested on phpnuke 6.5 but it can work also in other versions
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2004-2012 by phpnuker.de.