 |
Suchergebnisse für: S
· Zubehör: Weiteres (22) · Zubehör: WebBrowser (20) · Zubehör: System-Tools (7) · Zubehör: Netzwerk-Tools (10) · Zubehör: Internet-Tools (4) · Zubehör: Grafik-Tools (15) · Weitere Scripte (13) · Weitere PHP-Scripte (4) · Weitere PERL-Scripte (0) · Nuke-Themes/Packs (20) · Nuke-Themes/NSN (18) · Nuke-Themes/Flash (11) · Nuke-Themes/Einzelne (204) · Nuke-Module/Zusätzliche (205) · Nuke-Module/WhoIs (9) · Nuke-Module/WebCams (6) · Nuke-Module/WapAddons (14) · Nuke-Module/UserTracking (9) · Nuke-Module/UserPunkte (7) · Nuke-Module/UserGroups (24) · Nuke-Module/TopSites (7) · Nuke-Module/Statistik (16) · Nuke-Module/SMS (12) · Nuke-Module/Shopping (27) · Nuke-Module/Search (15) · Nuke-Module/NSN (94) · Nuke-Module/Newsletter (8) · Nuke-Module/Movies&Music (19) · Nuke-Module/Messenger (6) · Nuke-Module/Gästebücher (17) · Nuke-Module/GameServer (33) · Nuke-Module/Games (35) · Nuke-Module/Flash (15) · Nuke-Module/e-Cards (13) · Nuke-Module/Chats (33) · Nuke-Module/Basic (69) · Nuke-Blöcke/Zusätzliche (114) · Nuke-Blöcke/WhoIs (9) · Nuke-Blöcke/WebSearch (18) · Nuke-Blöcke/WebLinks (2) · Nuke-Blöcke/User-Points (4) · Nuke-Blöcke/User-Infos (10) · Nuke-Blöcke/SiteVisitors (9) · Nuke-Blöcke/Shopping (44) · Nuke-Blöcke/NSN (16) · Nuke-Blöcke/News (23) · Nuke-Blöcke/Music (3) · Nuke-Blöcke/Messenger (5) · Nuke-Blöcke/Games (8) · Nuke-Blöcke/Downloads (7) · Nuke-Blöcke/Clocks (16) · Nuke-Blöcke/Astro (20) · - PostNuke-Adapting (32) · - Nuke WYSIWYG (13) · - Nuke Mods & Hacks (73) · - Nuke Menüs Flash (11) · - Nuke Menüs (14) · - Nuke Language-Files (12) · - Nuke Installer (1) · - Nuke Graphics (42) · - Nuke Forum-Transfer (4) · - Nuke Fixes-Security (95) · - Nuke Fixes-Bugs (28) · - Nuke Erotics (4) · - Nuke DB/SQL-Layer NSN (22) · - Nuke Database & DB-Installer (16) · - Nuke AddOn-Packs (4) · ! SEO & Nuke (3) · ! PHPNuke-Security-Tools (23) · ! PHPNuke-Admin-Tools (132) · ! osC & Nuke / osC Nukelite (39) · ! osC & Nuke / osC MultiShop (8) · ! osC & Nuke / osC 2 Nuke (53) · ! Nuke-SplitOffs (78) · ! Erweiterte Nuke's (33) · ! Basic-Packs Nuke-NSN (36) · ! Basic-Packs Nuke (62)
Sortiere Downloads nach: Titel (A\D) Datum (A\D) Bewertung (A\D) Beliebtheit (A\D) Dateien sind aktuell sortiert nach: Beliebtheit (beliebteste oben)
Jokes (Witze) vs. 1.0  Beschreibung: Add a jokes database to your website. Includes full admin installation and uninstallation and the ability to validate jokes before they go live on the site. For phpNUKE Version 5.5 - 6.0! Version: 1.0 Dateigröße: 17.76 Kb Eingetragen am: 05. 02. 2003 Wartende Downloads: 1528 Homepage | Bewerten | Details Kategorie: Nuke-Module/Witze
PHPNuke 7.1.0 tar.gz  Beschreibung: Die bis dato (28.01.04) neueste Version mit dem neuen "Subscription System für User", mit dem User (gegen Bezahlung) eine werbefreie Webseiten-Anzeige bestellen können oder spezielle Blöcke und Module angezeigt bekommen! Änderungen:
- Added Subscription system. With this new feature you can now manage subscriptions to your site. Mainly
designed so webmasters can have subscribed users who pay to be able to remove advertising and/or access
to subscribers only modules. The subscription system lets you set any block of the site to be invisible
for subscribed users, any module can be configured to grant access to subscribed users only and the
banners system will not show any advertising if the user is subscribed. A new function called paid() will check if the user is subscriber or not. If you want to make some part of the code available for subscriber
users only, you must use the following piece of code:
if (paid()) {
echo "You're a subscribed user...";
}
you can also check if a user isn't a subscriber using the code:
if (!paid()) {
echo "You're NOT a subscribed user...";
}
So, with this you can play a little. But to configure a module for subscribed users only, just use the
modules administration option as usual, see the new option in the "Who can view this" selection box.
Messages system also can be used on the same way. To subscribe a user, he/she must be registered on the
site, then as administrator go and edit the user's account. You'll notice the new options to
subscribe/unsubscribe anyone you want in periods from 1 year to 10 years. The system is created to manage anual subscriptions only, but I think it's as it must be. Also, in Your_Account module, in the main
window the user will always know how many time remains in his/her subscription. Remember to edit the
config.php file and set $subscription_url variable with the subscription information page on your site.
Enjoy and make some money with your site! :) Hope you like it.
- Added Subscribed users block with remaining time
- Fixed lot of minor bugs on Downloads administration module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed lot of minor bugs on Web Links administration module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed a minor bug on Encyclopedia administration module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed lot of minor bugs on Downloads module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed lot of minor bugs on Web Links module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed a bug in search function of Encyclopedia module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed few bugs in Forums and User Info blocks (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed bad variable call on News send to a friend functions (Thanks to ChatServ from http://www.nukeresources.com)
- Added missing $articlecomm global declaration in navigation bar of Your Account module (Thanks to ChatServ from http://www.nukeresources.com)
- Fixed save function when editing a client in banners administration
- Fixed language selection bug in Forums administration
- Removed index link in the AvantGo module's logo (Thanks goes to Michael aka MicTronic)! Version: 7.1 Dateigröße: 4.45 MB Eingetragen am: 01. 02. 2004 Wartende Downloads: 1528 Bewertung: 1.00 (1 Stimme) Homepage | Bewerten | Details Kategorie: ! Basic-Packs Nuke
Game-Server Modul vs. 0.0.1  Beschreibung: Ein PHPNuke Addon, welches Infos über Gameserver anzeigt (Map, Spieler etc.). Dieses Modul ist insbesondere für PHPNuke basierende Clansites mit Gameserver interressant!
(This PHPNuke module displays infos from gameservers. It can query "gameserver query protocol" compatible servers and most of the available gameservers support that protocol.) Version: 0.0.1 Dateigröße: 53.60 Kb Eingetragen am: 29. 12. 2002 Wartende Downloads: 1527 Bewertung: 9.00 (3 Stimmen) Homepage | Bewerten | Details Kategorie: Nuke-Module/GameServer
Gallery vs. 1.4.2 RC2 zip  Beschreibung: Features:
• Improved voting/ranking features
• Gallery internationalized in even more languages!
• Config. Wizard is more informative and friendly
• Improved skins capabilities (more customizable)
• EZ-Prints service updated to their new, friendlier interface
• Tons of small improvements and bugfixes! Version: 1.4.2 RC2 Dateigröße: 1.27 MB Eingetragen am: 08. 02. 2004 Wartende Downloads: 1527 Homepage | Bewerten | Details Kategorie: Nuke-Module/Galerien
SMS Modul vs. 4  Beschreibung: Modul zum Versenden von SMS und "Flash"-SMS. Es ist für jeden einzelnen User die Anzahl an SMS einstellbar. Oder auch eine bestimmte Anzahl SMS pro Anmeldung.
Neu in dieser Version:
- jeder User hat ein eigenes Telefonbuch
- jeder User kann sein eigenes Telefonbuch verwalten
- jeder User kann den Absender der SMS selber bestimmen!
Für Nuke 5-7 und vkpMx Version: 4 Dateigröße: 19.06 Kb Eingetragen am: 14. 07. 2004 Wartende Downloads: 1526 Bewertung: 9.00 (1 Stimme) Homepage | Bewerten | Details Kategorie: Nuke-Module/SMS
Content Modul vs. 6.5 Fix  Beschreibung: Content List disappears when using PHP-NUKE 6.5 hosted on YAHOO servers. The problem is caused by a MYSQL database connection loss. The loss occurs after you have added a dozen or so pages of content in one or more categories.
The problem also occurs when you try to browse the nuke_pages table. Most likely a MYSQL environment variable needs to be modified to correct the problem. I am not familiar enough with the database so I corrected the problem by modifying two select statements in the contents module.
The problem can be corrected by editing the index.php member of the contents module. Perform a find command on _page_cat. Change the * in the first two select statements you find to pid. The selects are retrieving row counts and they do not need to retrieve all of the columns for each row. This change has corrected the problem so far! Version: 1.0 Dateigröße: 853 bytes Eingetragen am: 27. 07. 2003 Wartende Downloads: 1525 Homepage | Bewerten | Details Kategorie: - Nuke Fixes-Bugs
NSN WebLinks v.s. 2.2.1b  Beschreibung:
-Compatible with PHP-Nuke 5.5.0 and 5.6.0
- You decide how many items per page to display thru the admin script.
- You decide which of 7 date display formats to use.
- You decide how many characters to display in titles thru the admin script.
- Displays the "NEW" and "POP" icons for each item that meets the requirements.
- Is language file compatible. (currently in 6 languages).
- Checks for Admin status and displays "EDIT" function if authorized.
- Comes with it's own graphics so it doesn't depend on PHP-Nuke graphics.
- Has a readme file to show where to place the different files.
- No config files needed. Admin script stores config data in a db table.
- Install/Update file.
Comes with:
- a module which lists all of your items across multiple pages similar to the Members List.
- 2 blocks, the first block lists the Top items, and the second lists the Newest items.
- 2 backend, the first backend lists the Top items, and the second lists the Newest items. (Deutschsprachige NSN-Scripte finden Sie bei NukeScripts.de!) Version: 2.2.1b Dateigröße: 15.48 Kb Eingetragen am: 08. 07. 2002 Wartende Downloads: 1524 Homepage | Bewerten | Details Kategorie: Nuke-Module/NSN
PHPNuke 6.7 Database Installer  Beschreibung: The latest version of NukeSQL.php is out, this one is for PHP-Nuke 6.7, among its features you'll find
- 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.7 upgrade,
- Upgrade PHP-Nuke 6.0 and bbtonuke 2.0.6 to Nuke 6.7,
- PHP-Nuke 6.5 to 6.7 upgrade,
PHP-Nuke 6.6 to 6.7 upgrade! Version: 6.7 Dateigröße: 72.63 Kb Eingetragen am: 02. 08. 2003 Wartende Downloads: 1524 Homepage | Bewerten | Details Kategorie: - Nuke Database & DB-Installer
User Info New vs. 2.0  Beschreibung: Hitwalkers new super user login info block for phpNUKE Version 6.5 - 6.9. It sounds long (and the block was originaly long) but i shorten it a little by taking out some useless stuff. Uselless stuff like hits today, yesterday and in this version they are shown by the images. Also the text-functions like... logout, create account and lost password are replaced by images. Also the images as they are always used are replaced with tiny colored blocks. The popular and newest downloads are also shown in a scrolling way and you get your newest members in a scrolling way. The guys from flashnukers.com are still using my first version (to see the difference) so this is the update! Version: 22769 Dateigröße: 22.24 Kb Eingetragen am: 09. 11. 2003 Wartende Downloads: 1524 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/User-Infos
PHPNuke 8.1 tar.gz  Beschreibung: Die bis dato (222.08.07) neueste Version. Was ist neu bzw. hat sich verändert: Laut F.B. wurde das gesamte Admin-Modul umgeschrieben. Im Adminmenü wurde die Aufzählung von Einstellungen unterteilt in:
General | Themes | Users | Comments | Languages | Footer | Backend | Referers | Mailing | Others.
Die Einstellungen für "Graphic Security Check", "WYSIWYG Editor" und "$display_errors" wurden aus der config.php entfernt und können jetzt im Admin-Menü über Einstellungen an- oder abgeschaltet werden.
Außerdem wurde die Free Edition des Modules "AutoThemes fix" in PHPNuke eingebaut, die bei den AutoThemes-Themes von Vorteil ist. Weiterhin gibt es diverse Bugfixes.
Im Einzelnen:
- Settings administration module has been 100% re-writted and totaly changed and reorganized
- Added feature to let administrators choice if users can change themes or not (Administration -> Settings -> Themes)
- Added feature to select the display of the referers list in abridged or unabridged modes
- Graphic Security Check configuration is now in Administration -> Preferences -> General section (removed from config.php)
- WYSIWYG Editor configuration is now in Administration -> Preferences -> General section (removed from config.php)
- Configuration of $display_errors to show PHP error messages is now in Administration -> Preferences -> General section (removed from config.php)
- Fixed a bug on Topics module that didn't show the right content after click on "more" link and news category link (Thanks to Michael Judah fom http://ComPilots.com)
- Fixed a bug in user edit function when admin try to change user's avatar (Thanks to l4wy3r)
- Added variables filter check in banners administration (Thanks to Omid omid@hackers.ir)
- Added variables filter check in modules administration (Thanks to Omid omid@hackers.ir)
- Added variables filter check in Reviews module (Thanks to Omid omid@hackers.ir)
- Added variables filter check in Web Links module (Thanks to Omid omid@hackers.ir)
- Added AutoThemes module (free GPL edition) from http://www.spidean.com to install and control Auto Themes
- Fixed potential SQL injection in referers system
- Fixed user avatar image information when administrator creates a new user
- Fixed little bugs and reorganized DelQuotes() function in mainfile.php (Thanks to Aurican)
- Added some extra checks in mainfile.php needed by Forums (BBtoNuke) module (Thanks to chatserv from http://nukeresources.com)
- Fixed some minor security issues in mainfile.php (Thanks to chatserv from http://nukeresources.com)
- Fixed lot of minor bugs in several modules (Thanks to chatserv from http://nukeresources.com)
- Added BBtoNuke version 2.0.21 (Thanks to chatserv from http://nukeresources.com)
- Fixed the anti-flood function to prevent the "too many page loads" error in the Forums administration and to prevent also some search engine to index the error message. Version: 6.89 Dateigröße: 4.40 MB Eingetragen am: 01. 11. 2007 Wartende Downloads: 1524 Homepage | Bewerten | Details Kategorie: ! Basic-Packs Nuke
Zeego-WebSuche Modul  Beschreibung: Das Zeego-WebSuche Modul ermöglich Euren Besuchern, in der Zeego.com Suchmaschine mit über 3 Milliarden Seiten zu stöbern. Demo>>> http://www.finde.ws Version: 1 Dateigröße: 1.61 Kb Eingetragen am: 21. 11. 2002 Wartende Downloads: 1523 Homepage | Bewerten | Details Kategorie: Nuke-Module/Search
Last 5 Jokes (Witze) Block  Beschreibung: Der Block zeigt die 5 neuesten Witze (des NukeJokes-Moduls)!
The block shows the 5 newest jokes (from the NukeJokes module)! Version: 1.0 Dateigröße: 772 bytes Eingetragen am: 09. 02. 2003 Wartende Downloads: 1523 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Zusätzliche
Flash Games Module Version 3.0  Beschreibung: The Flash Game Modul Version 3.0 is now released. It has near 100 games inside. Also they have an automaticly update service. For phpNUKE Version 5.5 - 6.0! Version: 3.0 Dateigröße: 2.25 Kb Eingetragen am: 15. 03. 2003 Wartende Downloads: 1523 Bewertung: 3.00 (1 Stimme) Homepage | Bewerten | Details | Zufalls- (Random-) Photo Block vs. 1.0  Beschreibung: Random Photo Block for Photo Gallery and PHP-Nuke 6.0. Readme file included! Version: 1.0 Dateigröße: 2.30 Kb Eingetragen am: 05. 02. 2003 Wartende Downloads: 1522 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Zufall
Idiots Guide vs. 2.5  Beschreibung: The Complete Idiots Guide to PHP-Nuke! Version: 2.5 Dateigröße: 1.19 MB Eingetragen am: 25. 02. 2003 Wartende Downloads: 1522 Homepage | Bewerten | Details Kategorie: - Nuke Handbücher
Downloads Block scrolling  Beschreibung: This is a scrolling downloads block with language support. 4 languages (english, german, spanish and dutch) are included. You can easely add your lang there if neccesary. For phpNUKE Version 6.0 - 7.0! Version: 1 Dateigröße: 2.28 Kb Eingetragen am: 10. 12. 2003 Wartende Downloads: 1522 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Downloads
NukeGroups vs. 2.0.0  Beschreibung: NukeGroups is code that gives phpNukers who use version 5.5 or 5.6 the ability to Add/Edit/Delete groups! What are Groups?? Groups are like they sound. You can create a Group, example: 'Special Member' and assign to this group permissions. Currently the permissions are modules that a user can or can not see! Version: 2.0.0 Dateigröße: 70.75 Kb Eingetragen am: 13. 11. 2002 Wartende Downloads: 1521 Homepage | Bewerten | Details Kategorie: Nuke-Module/UserGroups
KabelFAQ.de  Beschreibung: Dieser Block bietet einen Image-Link zu KabelFAQ.de (Computer-, Audio-, Video- und Spezialkabel, Image siehe hier). Einfach entpacken, editieren (um diesen Block nutzen und 12% Provision erhalten zu können, muß man sich bei AdButler.de anmelden (mit 5 Euro Startguthaben!) und dann die tid in Zeile 30 und 31 gegen die eigene tid austauschen) und danach die Datei in das Verzeichnis blocks einspielen! Version: 1.0 Dateigröße: 858 bytes Eingetragen am: 06. 09. 2002 Wartende Downloads: 1519 Bewertung: 9.00 (1 Stimme) Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Shopping
FerienhausUrlaub.com-Block  Beschreibung: Dieser Block bietet einen Image-Link zu FerienhausUrlaub.com (Image siehe hier). Einfach entpacken, editieren (um diesen Block nutzen und 4% Umsatzprovision erhalten zu können, muß man sich bei AdButler.de (mit 5 Euro Startguthaben!) und dem Programm anmelden, dann die tid in Zeile 30 und 31 gegen die eigene tid austauschen) und danach die Datei in das Verzeichnis blocks einspielen! Version: 1.0 Dateigröße: 840 bytes Eingetragen am: 06. 09. 2002 Wartende Downloads: 1519 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Shopping
Blackened Theme Pack  Beschreibung: Blackened theme pack with matching PHbb2 forums, included:
Matching topic icons
Matching Web and Download logo
Scrolling Weblinks and Downloads in the footer (off or on)! Version: 6.5 + Dateigröße: 337.61 Kb Eingetragen am: 27. 12. 2003 Wartende Downloads: 1519 Homepage | Bewerten | Details Kategorie: Nuke-Themes/Packs
eCards_4nAlbum vs. 1.1  Beschreibung: Ermöglicht das Versenden der Bilder von 4nAlbum als eCards. Die Tonuntermalung ist mit Midi oder MP3-Files möglich. Die Empfängerbenachrichtigung erfolgt per Email. Die Karten liegen für 14 Tage bereit. Als Kopierschutz sind alle Bilder für den rechten Mausklick gesperrt!
Version: 1.1 Dateigröße: 86.67 Kb Eingetragen am: 15. 10. 2003 Wartende Downloads: 1518 Homepage | Bewerten | Details Kategorie: Nuke-Module/e-Cards
Who is Where vs. 2.3  Beschreibung: Updated Who is Where block/module for phpNUKE Version 5.5 - 7.0! Now, the admin can see Spiders Robots from search engine in visitor list ! more than 160 spiders are saved! Version: 2.3 Dateigröße: 31.77 Kb Eingetragen am: 02. 12. 2003 Wartende Downloads: 1517 Homepage | Bewerten | Details Kategorie: Nuke-Module/WhoIs
Downloads Block Top 5  Beschreibung: The Top5 Download blocks shows the 5 most downloaded files. In front of the download is a picture. When you hover with your mouse over the picture, the Main and Sub download category is displayed. For phpNUKE Version 6.0! Version: 1.0 Dateigröße: 3.24 Kb Eingetragen am: 15. 01. 2003 Wartende Downloads: 1516 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Downloads
(OSC2)Nuke2Mobile  Beschreibung: (OSC2)Nuke2Mobile theme with 100% width. Designed for telephone/mobile sites. Included phpbb templates. And menu-images blank ready for you to edit! Version: 1 Dateigröße: 940.70 Kb Eingetragen am: 10. 12. 2003 Wartende Downloads: 1516 Homepage | Bewerten | Details Kategorie: Nuke-Themes/Einzelne
Center-Block phpbb2-Forum  Beschreibung: Features:
Shows 5 last Topics on Center at home:
- Members
- Subject
- How often Read Message
- How often Answer Message
- Message Beginning
- Write on (Date)
For phpNUKE Version 5.5 & 5.6! Version: 1.0 Dateigröße: 4.04 Kb Eingetragen am: 12. 11. 2002 Wartende Downloads: 1515 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/Center
! oscNukelite vs. 2.0 tar  Beschreibung: Features:
- Users are now logout of nuke and oscommerce part when closing browser with a constant message that show the customers status.
- Change account management and function update/modif/delete (add field in db + modification of a lot of function as password).
- A field have been add to db to satisfy to nickname and firstname obligation.
- Creation of a reparation script for db. (about user account table).
- Modification of currency rate that was false (if $ is default and have 1 in table "currencies" as value
€ must be at 0.90612538 so price will be correct) but if want € as default must put 1.00000000 in field "value"
of table currencies and put the $ value to 1.10360003 ofcourse those are old taxes rates and you better do the good conversion in the same time.
- Add Contrib AllWorldzones.
- Also a lot of cosmetic changes as integrating the header(many requests for that) also everything is brought back to theme.php.
- All phpnuke themes are compatible, unlike v1.0/1.1.
- Also included a repare script which u can use to update your V1.1. to V2.0. (in case if u have forums made and users)! Version: 2.0 Dateigröße: 3.91 MB Eingetragen am: 02. 02. 2004 Wartende Downloads: 1515 Homepage | Bewerten | Details Kategorie: ! osC & Nuke / osC Nukelite
Mozilla Firefox vs. 1.5 RC2 windows installer.exe deutsch  Beschreibung: Mozilla Firefox ist ein Browser, der auf dem bekannten Mozilla aufbaut, im Gegensatz zu diesem aber auch für Endanwender entwickelt wurde.
Das Ziel des Mozilla Firefox-Projekts ist es, einen sicheren, schnellen, schlanken und einfach zu bedienenden Browser zu erstellen. Dabei beschränken sich die Entwickler auf den reinen Browser und verzichten bewusst auf ein integriertes Mail- oder Chatprogramm. Da Mozilla Firefox auf dem Mozilla-Programmcode basiert, ist es natürlich auch frei (Open Source) und für jeden Interessierten kostenlos verfügbar.
Mozilla Firefox bietet Ihnen viele nützliche Funktionen, wie z.B. einen "Pop-Up-Blocker", der auf Wunsch Werbefenster ausblendet, die unaufgefordert aufspringen. Auch das "Tabbed-Browsing", mit dem man mehrere Seiten in einem Fenster darstellen kann, möchte man bereits nach kurzer Zeit nicht mehr missen.
Mozilla Firefox ist in weiten Teilen sehr einfach konfigurierbar. So kann man sich bei Bedarf eine eigene Menüleiste zusammenstellen, oder das ganze Menü in einer Zeile unterbringen (nützlich bei niedrigen Auflösungen). Außerdem entwickelt eine große Gemeinschaft unablässig neue Erweiterungen, wie beispielsweise die "Mausgesten", mit denen man Mozilla Firefox bedienen kann ohne sich erst durch die Menüs zu klicken! Version: 1.5 RC2 Dateigröße: 4.95 MB Eingetragen am: 17. 11. 2005 Wartende Downloads: 1515 Homepage | Bewerten | Details Kategorie: Zubehör: WebBrowser
! XAMPP Windows 1.5.3a Installer.exe  Beschreibung: Apache HTTPD 2.2.2, MySQL 5.0.21, PHP 5.1.4 + 4.4.2-pl1 + PEAR + Switch, MiniPerl 5.8.7, Openssl 0.9.8b, PHPMyAdmin 2.8.1, XAMPP Control Panel 2.3, Webalizer 2.01-10, Mercury Mail Transport System für Win32 und NetWare Systems v4.01a, FileZilla FTP Server 0.9.16c, SQLite 2.8.15, ADODB 4.80, Zend Optimizer 3.0.0, XAMPP Security. SSI Bug fixed. Für Windows 98, 2000, XP! Version: 1.5.3a Dateigröße: 32.08 MB Eingetragen am: 14. 08. 2006 Wartende Downloads: 1514 Homepage | Bewerten | Details Kategorie: Zubehör: LAMP/WAMP
Scrolling Block UK News BBC  Beschreibung: Scrolling Block for phpNUKE Version 5.5 & 5.6. Shows Latest UK News from BBC. Version: 1.0 Dateigröße: 1.26 Kb Eingetragen am: 20. 07. 2002 Wartende Downloads: 1513 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/News
NukeWap Portal  Beschreibung: Dieses WapPortal ist eine Abwandlung des schon länger bekannten WapPortals für PHPNuke.
Es zeigt nun die letzten drei Artikel an, die Statistiken sind erweitert und die Download TopTen werden mit jeweiliger Download-Anzahl angezeigt. Ausserdem wurde ein Impressum hinzugefügt. Funktioniert wunderbar mit dem WapBlock unter PHP-Nuke/Blocks/1 Version: 1.0 Dateigröße: 4.30 Kb Eingetragen am: 05. 01. 2003 Wartende Downloads: 1513 Homepage | Bewerten | Details Kategorie: Nuke-Module/WapAddons
PhotoIndex vs. 0.1  Beschreibung: Photoindex is an application to take large number of photographs, for instance from a digital camera, and to store them in a database and allow for easy viewing on the web, as part of a PhPNuke module (for integration in PhPNuke websites). The example php module files can be easily modified to incorporate in your own website! Version: 0.1 Dateigröße: 146.73 Kb Eingetragen am: 15. 01. 2003 Wartende Downloads: 1513 Homepage | Bewerten | Details Kategorie: Nuke-Module/Galerien
FlashShoutbox Beta 2 Silver  Beschreibung: Shoutbox beta 2, runs on mysql, lite load, no chmod no text files, one click install. You can either use it as module or center block! Version: Beta 2 Dateigröße: 19.27 Kb Eingetragen am: 27. 07. 2003 Wartende Downloads: 1513 Homepage | Bewerten | Details Kategorie: - Nuke Menüs Flash
Java Chat vs. 2.5  Beschreibung: Du betreibst eine eigene Homepage und Du möchtest Deinen Homepagebesuchern eine Kommunikations Möglichkeit bieten? Durch das Einbinden des Modules hast Du die Möglichkeit Dir deinen eigenen Chatraum oder aber den Chateingang in Deine Homepage einzubinden. Der Chat besteht aus 100% Java, kein IRC ! Schnell, Sicher, Benutzerfreundlich, viele Designs! Admin Zugang auf Anfrage!
Version: 2.5 Dateigröße: 3.69 Kb Eingetragen am: 17. 02. 2004 Wartende Downloads: 1513 Homepage | Bewerten | Details Kategorie: Nuke-Module/Chats
News-Modul (Mozaks News) vs. 0.2  Beschreibung: Tested with phpnuke 5.6 and 6.0 and it works fine in both versions. Whats new in version 0.2?
- admin can select topics to be displayed at home,
- admin can set the topics' display order! Version: 0.2 Dateigröße: 8.59 Kb Eingetragen am: 04. 12. 2002 Wartende Downloads: 1512 Bewertung: 7.00 (1 Stimme) Homepage | Bewerten | Details Kategorie: Nuke-Module/Basic
! bb to Nuke vs. 2.0.5  Beschreibung: releases the bbtonuke port for PHP-Nuke based on the newest phpbb2.0.5 with patches. It includes the PM and Forums, and is the same one as found in the PHP-Nuke 6.5 Bundle Release by Nuke Cops. Upgrade your existing Forums Port to this today as it addresses bug fixes and security holes. PHP-Nuke has 2.0.4, our update should be applied over it now.
MD5 HASH: 993db60737909f814998dd02bf185713 Version: 2.0.5 Dateigröße: 376.57 Kb Eingetragen am: 02. 08. 2003 Wartende Downloads: 1512 Homepage | Bewerten | Details Kategorie: - phpBB 2 Nuke
Admin Secure vs. 1.1  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:
• Blocking SQL Injection through input requests.
• Prevent illegal admin account access through input requests.
• Blocking external file inclusion for module handler.
• Ensure admin account session taken from cookie.
• Prevent illegal admin account creation, deletion, and modification.
• Compare admin access validity through "mirrored" 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.
• And many more! Version: 1.1 Dateigröße: 70.58 Kb Eingetragen am: 16. 02. 2004 Wartende Downloads: 1512 Homepage | Bewerten | Details Kategorie: ! PHPNuke-Security-Tools
Media-Player Movix 0.8.1 RC 3 exe  Beschreibung: Movix ist ein Mini-Linux-System auf CD, das den Rechner bootet und ein Abspielprogramm für Videofilme und andere Media-Dateien bereitstellt. Damit lassen sich z.B. Filme auf CD oder DVD an andere Anwender weitergeben, ohne dass es Probleme beim Abspielen gibt. In welchem Format oder mit welchem Codec der Film vorliegt, spielt so keine Rolle. Voraussetzungen für dieses Tool sind ein CD- oder DVD-Brenner und fürs Abspielen der Filme ein PC, der vom CD-Laufwerk aus booten kann, neuerdings ist das Tool auch bootfähig von HD, USB pen, CF card und vom Netz (englisch/deutsch, exe für 32-bit Windows)!
(A mini CD Linux distro able to boot directly from CD and load in RAM a console interface to MPlayer. From the interface you can easily play DVDs, VCDs, audio/video files Audio CD, internet radios, TV, you name it!
MoviX is now able to boot also from HD, USB pen, CF card and from the net!) Version: 0.8.1 RC 3 Dateigröße: 29.68 MB Eingetragen am: 17. 02. 2004 Wartende Downloads: 1512 Homepage | Bewerten | Details Kategorie: Zubehör: MultiMedia
Error Documents vs. 1  Beschreibung: This simple, nifty, little addon will allow you to set up error documents and have them displayed in your phpnuke site. No more plain looking server generated error pages. This addon also displays the name of the user if they are logged in. Currenty has 400, 401, 403, & 404 error pages built in! Version: 1 Dateigröße: 3.32 Kb Eingetragen am: 04. 02. 2004 Wartende Downloads: 1510 Homepage | Bewerten | Details Kategorie: - Nuke Error-Handling
Recommentations module  Beschreibung: Recommentations module for PostNuke Version 0.7.1.x. Recommend books/games/DVDs etc. allow visitors to buy them from your favorite online retailer. It needs to run under PHPNuke the emulator! Version: 1.0 Dateigröße: 28.82 Kb Eingetragen am: 26. 05. 2002 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: - PostNuke-Adapting
Books-Modul  Beschreibung: This module let you put a library of books on your site and establish links to affiliate booksellers such as amazon.com. Users can rate, submit, and comment on books. And, of course, buy them too. For postNUKE Version 0.7.14. Version: 0.7.14b Dateigröße: 76.89 Kb Eingetragen am: 03. 08. 2002 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: - PostNuke-Adapting
AutoLinks vs. 0.1  Beschreibung: Erstellt aus neu angelegten Web_Links im Admin Menu eine neue Nachricht auf der Startseite! Version: 0.1 Dateigröße: 7.52 Kb Eingetragen am: 26. 02. 2003 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: ! PHPNuke-Admin-Tools
User Info Block vs. 0.30  Beschreibung: Added Security Check Image for 6.5 and up only!
Added User logout Link
Added Admin Logout Link - Visible to Admin Only! Version: 0.30 Dateigröße: 3.09 Kb Eingetragen am: 27. 07. 2003 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/User-Infos
PHPNuke 7.0 CZEnhanced zip  Beschreibung: The add-ons:
NSN your account 7.0
NSN ip banner 7.0
NSN site supporters 7.0
Cz User info V2.0
CZModules Updated for 7.0
CZ Enhanced Feedback
Page Numbers Mod 7.0
NukeStyle Enhanced 1.7 Downloads
NukeStyle Enhanced Submit News
Site Closed Down Mod (mighty_y)
Mods are in English Only!
Fix list (plus lots of other small tweaks and fixes):
1-mainfile.php includes a $grp variable that is not used.
2-Missing $sitename variable in Downloads admin section.
3-Duplicate sql query in Downloads admin section.
4-$ThemeSel variable not defined in downloads admin.
5-Incorrect use of $module_name in Downloads admin.
6-Missing $dbi call in Encyclopedia admin section.
7-$ThemeSel variable not defined in links admin.
8-Incorrect use of $module_name in Links admin.
9-Missing globals in LinksAddLink op.
10-Incorrect fetchrow call in block-Forums.php.
11-Missing globals in Avantgo module.
12-Incorrect fetchrow call in Encyclopedia module.
13-Incorrect fetchrow call in News module.
14-Missing global in Your_Account module.
15-Duplicate sql query in Downloads module.
16-Merged lines in Web_Links module.
17-Merged lines in Downloads module.
18-Incorrect block filename in block-User_Info.php.
19-Incorrect variable number in Web_Links module.
20-Missing $result variable in Your_Account module.
21-Incorrect datestring in spanish language file.
22-Incorrect sql squery in admin/modules.php.
23-Incorrect sql squery in admin/blocks.php.
The available themes for now are:
Deepblue
Sunset
StrataGen
Blackened
And some Forum mods that where added:
Message Board XL
PM Quick Reply
Forum Quick Reply
BBcode Buttons Box
BBcode Highlight Expand Box
Signature Deluxe
Plus some really cool blocks!
ADDITIONAL INSTRUCTIONS:
1- Open root/images/CZModules/bookmark.js and fill in your site information. Then re-upload it.
2- Log into the Admin Panel and go to admin.php?op=modules set up your categories for the main menu.
3- Check the configuration settings on the MS_Analysis, there are instructions in there pertaining to the proper configuration. It is currently adjusted to run and update itself every hour (static).
4- If you want to use the Staff online images in the CZUser Info V.2.0 block then you will have to open it up and look for the following:
[-----FIND-----]
if (($session[uname] == XXXXX) or ($session[uname] == xxxxx))
Change the XXXXX to your name in CAPITAL LETTERS and the xxxxx to your name in small letters (I am currently beta testing a new admin panel that will allow you to update those images from there so keep an eye out!).
5- Log into your Forums administration and make the necessary changes to the configuration in there, also that is where you can activate or deactivate the message board on top of the Forums! Version: 7.0 CZ Dateigröße: 5.07 MB Eingetragen am: 06. 03. 2004 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: ! Erweiterte Nuke's
freeCommander vs. 2004  Beschreibung: freeCommander ist eine leicht bedienbare Alternative für den Standard-Dateimanager von Windows. Das Programm hilft bei der täglichen Arbeit mit Windows - Sie finden hier alle nötigen Funktionen, um Ihre Datenbestände richtig zu verwalten. Sie können freeCommander überall mitnehmen - einfach Installationsordner auf eine CD, USB-Stick sogar auf eine Diskette kopieren - und Sie können auch auf einem fremden PC mit dem Programm arbeiten.
Wichtigste Eigenschaften von freeCommander:
- Zweifenstertechnik
- Optionale Baumansicht in jedem Fenster
- Interner Dateibetrachter zum Betrachten von Dateien in den Formaten: Text, Binary, Hexadezimal, Bild
- Dateibetrachtung auch innerhalb Archivdateien möglich
- Integrierte Unterstützung der Archivformate ZIP, CAB (lesen und schreiben), RAR (lesen)
- Unterstützung für verschachtelte Archivdateien
- Einfacher Zugriff auf das Start-/Favoriten-Menü und die Elemente des Desktops und des Arbeitsplatzes
- Kopieren, Verschieben, Löschen, Umbenennen von Dateien und Ordnern
- Trennen von Dateien
- Anzeige der Eigenschaften und des Kontextmenus von Dateien
- Ermittlung von Ordnergrößen
- Vergleichen/Synchronisieren von Ordnern
- Datei-Attribute/Datum ändern
- Favoritenliste für Programme und Ordner
- Dateisuche (auch innerhalb von Archivdateien)
- Dateifilter für die Anzeige
- DOS-Kommandozeile
- Unterstützung für mehrere Sprachen! Version: 2004 Dateigröße: 1.18 MB Eingetragen am: 28. 07. 2004 Wartende Downloads: 1509 Homepage | Bewerten | Details Kategorie: Zubehör: System-Tools
PHPNuke 6.0 with NSNCart 1.0.1  Beschreibung: NSNCart 1.0 is combined with PHP-Nuke 6.0. Added block "Menu" to create graphic menus. Added opportunity to choose control type (radio or select) that will be used in votes. Etc. See full description at http://www.12thlevel.com/nuke/modules.php?name=News&file=article&sid=2!
(Deutschsprachige NSN-Scripte finden Sie bei NukeScripts.de!) Version: 6.0/1.0.1 Dateigröße: 2.86 MB Eingetragen am: 14. 03. 2003 Wartende Downloads: 1508 Homepage | Bewerten | Details Kategorie: ! Erweiterte Nuke's
NSN_block-Modules_600  Beschreibung: Modules is a block for PHP-Nuke to display installed Modules. This block now breaks modules down by view setting: All Users, Members Only, Admins Only, & Groups Only. It requires PHP-Nuke 6.0.0 installed.
- two versions are included:
1) For standard PHP-Nuke package.
2) For the Your Account Tweak.
- Checks to see if your are a user and/or admin for view settings! (Deutschsprachige NSN-Scripte finden Sie bei NukeScripts.de!) Version: 6.0 Dateigröße: 5.59 Kb Eingetragen am: 21. 11. 2002 Wartende Downloads: 1507 Homepage | Bewerten | Details Kategorie: Nuke-Blöcke/NSN
Nuke Games vs. 1.0  Beschreibung: NukeGAMES adds over 65 games to any website, and they are all very high quality games made in flash. It is an easy to install PHP-Nuke module! Version: 1.0 Dateigröße: 6.72 MB Eingetragen am: 25. 02. 2003 Wartende Downloads: 1507 Homepage | Bewerten | Details Kategorie: Nuke-Module/Games
Upload Modul vs. 1.0  Beschreibung: A very simple upload module that lets your users to make uploads to the server's page. The installation is very easy. The module includes english and spanish language Version: 1.0 Dateigröße: 5.57 Kb Eingetragen am: 14. 03. 2003 Wartende Downloads: 1507 Bewertung: 6.00 (1 Stimme) Homepage | Bewerten | Details Kategorie: Nuke-Module/Upload
TrayBackup vs. 2.2  Beschreibung: TrayBackup ist ein Programm zur Sicherung von Daten mit folgenden Merkmalen:
- Verarbeitung sowohl einzelner Dateien als auch ganzer Verzeichnisse (inklusive Unterverzeichnisse)
- gezielte Auswahl von Dateitypen mit flexiblem Dateifilter
- Ausschluss von Dateien und Verzeichnissen, die NICHT mit gesichert werden sollen
- Möglichkeit, nur neue und veränderte Dateien zu sichern
- automatischer Start von Backup-Projekten beim Starten oder Beenden von Windows
- volle Netzwerkintegration per UNC-Norm (ServerVerzeichnis)
- Dateien und Verzeichnisse, die im Quellverzeichnis nicht mehr existieren, können im Zielverzeichnis automatisch gelöscht werden
- falls auf dem Zielmedium nicht mehr genügend Platz vorhanden ist, besteht die Möglichkeit, das Medium (Diskette, Zip-Disk, CD ... ) zu wechseln und die Sicherung anschließend fortzusetzen ("Disk-Spanning")
- flexible Festlegung der Zielverzeichnisse, wobei der Quellpfad in das Zielverzeichnis übernommen werden kann
- aktuelles Datum kann automatisch an den Zielpfad angehängt werden
- nicht existierende Zielpfade werden automatisch angelegt
- Datensicherung unter Berücksichtigung des Archiv-Bits
Protokollfunktion (Anzeige, automatische Speicherung)
- nach erfolgreicher Sicherung kann Windows automatisch beendet werden
- flexible Steuerung über Aufrufparameter (siehe readme.txt)
- Möglichkeit, das Zielmedium nicht vollständig zu beschreiben, um so eine Speicherplatzreserve zur Verfügung zu haben (z.B. zum Finalisieren einer CD)
- als Ziellaufwerk kann jedes beschreibbare Laufwerk ausgewählt werden, das über einen Laufwerksbuchstaben angesprochen werden kann (z.B. ZIP-Laufwerke, verbundene Netzlaufwerke, ...)
in Verbindung mit einer UDF-Brenner-Software (PacketCD, DirectCD, InCD) ist eine direkte Sicherung auf CD-R/CD-RW möglich
- auf Wunsch Einbindung in den System-Tray (neben der Uhr) für schnellen Zugriff (z.B. Start der Datensicherung mit nur einem Mausklick)
Systemvoraussetzungen: (Windows 95/ 98/ ME/ NT4/ 2000/ XP/ 2003)! Version: 2.2 Dateigröße: 353.84 Kb Eingetragen am: 28. 07. 2004 Wartende Downloads: 1507 Homepage | Bewerten | Details Kategorie: Zubehör: System-Tools
PHP-MultiShop vs. 0.7 gz  Beschreibung: The new release multishop-devel-0.7 with many new features as: the Installer for the portal-side, the improved installer for the store-side, the upgrade to PHPNuke 7.6 and Security Patch 3.0! Version: 0.7 Dateigröße: 4.17 MB Eingetragen am: 07. 06. 2005 Wartende Downloads: 1507 Homepage | Bewerten | Details Kategorie: ! osC & Nuke / osC MultiShop
Seite auswählen: [ << Vorherige Seite ] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Wenn Sie bei uns nichts oder zuwenig gefunden haben, versuchen Sie doch die Suche nach "S" auch in den folgenden anderen Suchmaschinen, einfach anklicken! Alta Vista - HotBot - Infoseek - Deja News - Lycos - Yahoo LinuxStart - 1stLinuxSearch - Google - LinuxDownloads - Freshmeat - JustLinux |
 |
 |