blocks.gif
 

Hauptmenü

 
blocks.gif
 

Community

 
blocks.gif
 

Sonstiges

 
blocks.gif
 

Flash Gallery

 
blocks.gif
 

News pragmamx.org

 
 
FLASH-FOR-NUKE: Sitenews

Thema duchsuchen:   

Startseite | Thema auswählen ]
 


 
67 Artikel (12 Seiten, 6 Artikel pro Seite)

zu Seite: 7 1 .. 3 4 5 6 7 8 9 10 11 12 zu Seite: 9
 


story.gif
Flash_Streaming_Radio_4_Nuke
 
 
Sitenews

Sitenews
CicoS schreibt "
CicoS übermittelte uns einen neuen Download, der in unsere Download-Datenbank aufgenommen wurde.
CicoS sent us a new download for our Download-Datenbank

Eine Beschreibung von Flash_Streaming_Radio_4_Nuke finden Sie unten.
A description for Flash_Streaming_Radio_4_Nuke you can find below.

cya, webmaster

Beschreibung:
Released V.200 of The First Flash Streaming Radio for Nuke. It's a Streaming Radio (made in Macromedia Flash) you can use it as a block in your phpnuke portal. The Radio doesn't work fine with Internet Explorer, to use it you have to download Firefox, Netscape o Opera. You can see it on http://www.sorrentochat.com/online/

Download-Details"

Veröffentlicht von webmaster am Mittwoch, 27. Juli 2005
( Reads: ) | ( mehr... | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 0)
 
 
story.gif
MY-TIP.DE
 
 
Sitenews

Sitenews
www-my-tip-de schreibt "
www-my-tip-de übermittelte uns einen neuen Weblink, der in unsere Weblink-Datenbank aufgenommen wurde.
www-my-tip-de sent us a new weblink for our Weblink-Database.

Eine Beschreibung von MY-TIP.DE finden Sie unten.
A description for MY-TIP.DE you can find below.

cya, webmaster

Beschreibung:
Hier kannst Du spielen und Infomationen bekommen.
Hast Infos von Partys oder Veranstalltung kannst Du sie hier Posten damit viele Leute kommen
Come and have FUN

Weblink-Details"

Veröffentlicht von webmaster am Dienstag, 12. Juli 2005
( Reads: ) | ( mehr... | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 0)
 
 
story.gif
Block BannerClock
 
 
Sitenews

Sitenews

Gast übermittelte uns einen neuen Download, der in unsere Download-Datenbank aufgenommen wurde.
Gast sent us a new download for our Download-Datenbank

Eine Beschreibung von Block BannerClock finden Sie unten.
A description for Block BannerClock you can find below.

cya, webmaster

Beschreibung:
This center-block show a digital clock

Download-Details

Veröffentlicht von webmaster am Samstag, 04. Juni 2005
( Reads: ) | ( mehr... | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 0)
 
 
story.gif
PHP-NUKE digital clock
 
 
Sitenews

Sitenews

Gast übermittelte uns einen neuen Download, der in unsere Download-Datenbank aufgenommen wurde.
Gast sent us a new download for our Download-Datenbank

Eine Beschreibung von PHP-NUKE digital clock finden Sie unten.
A description for PHP-NUKE digital clock you can find below.
PREVIEW in our Flash Gallery

cya, webmaster

Beschreibung:
This block show a digital clock with PHP-Nuke Logo as background

Download-Details


Veröffentlicht von webmaster am Samstag, 04. Juni 2005
( Reads: ) | ( mehr... | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 3)
 
 
story.gif
PHP-Nuke 7.8
 
 
Sitenews

Sitenews

Gast übermittelte uns einen neuen Download, der in unsere Download-Datenbank aufgenommen wurde.
Gast sent us a new download for our Download-Datenbank

Eine Beschreibung von PHP-Nuke 7.8 finden Sie unten.
A description for PHP-Nuke 7.8 you can find below.

cya, webmaster

Beschreibung:
June 2005: Version 7.8
======================
- Improved the banners administration system. Now you can set Ads positions, assig banners to a specific position,
use Javascript and HTML code banners, use Flash (.swf) banners, now you must specify width and height of your
Flash and Images advertising. To use the new ads system you should use the following code:
$ads = ads(1);
echo "$ads";
Change the number "1" for the position you want to use in that particular space. By default, the new advertising
system uses position 0 and 1. Position 0 is called "Page Top" to include ads in the header and great
for Top of the page ads like the standards 468x60. Position 1 by default is called "Left Block" and is used from
the block file blocks-Advertising.php
With this system you can use Google's AdSense, Fastclick, TribalFusion, DoubleClick, etc... etc... in the way
you want. Text Links ads are also supported. Just know that Javascripts/HTML code and Flash banners can count
the impressions but not the clicks.
- IMPORTANT: Removed the file banners.php and replaced with two functions included in mainfile.php
Please update your themes and/or modules that makes use of banners.php to start using the new ads system.

- Removed banners configuration from preferences in the administration area. Banners value will always be 1 (active)
and they will show if exists, otherwise the system will just ignore the ads functions. Banners field in the
nuke_config table remains present for compatibility with old themes that uses it.

- Upgraded phpBB forums port to version 0.15 (Thanks to chatserv from http://nukeresources.com)

- Updated all files of Private Messages and Members List modules with the latest fixes (Thanks to chatserv from http://nukeresources.com)

- Removed the javascript code check if you're in the administration area. Admins should be able to use scripts
code on their sites without any restrictions.

- Moved PHP error control report from mainfile.php to config.php (Default is 0 for no error display)

- Removed all @ to the require and include functions to let the error control works as it should

- Fixed a missing $admin_file global varibale declaration in blocks administration

- All blocks in the admin panel can now be previewed (active or not)

- Added a new define('NO_EDITOR') method to remove the wysiwyg editor if you don't want it on a specific area
use it as:
define('NO_EDITOR', 1);
just before including the header.php. On this way the wysiwyg editor will not load on that page

- Function makePass() has been moved from Your_Account module to mainfile.php because it's of common use

- Removed the wysiwyg editor for the Forums module when you're admin. Both posting system doesn't like each other.

- Added Estonian Translation (Thanks to Maku from http://www.phpnuke.ee)

- News and surveys functions/data in the administration panel home are now invisible if the modules are inactive

- The included robots.txt has been fixed and it's now 100% validated to work properly

- Fixed parse errors for Portuguese language pack in Web Links and Journal modules

- Fixed all username fields length (Thanks to chatserv from http://nukeresources.com)

- Fixed a parsing error bug in Danish administration translation




Download-Details

Veröffentlicht von webmaster am Samstag, 04. Juni 2005
( Reads: ) | (mehr... | 3668 mehr Zeichen | | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 0)
 
 
story.gif
Nuke Tool Box (TM)
 
 
Sitenews

Sitenews

Raven übermittelte uns einen neuen Download, der in unsere Download-Datenbank aufgenommen wurde.
Raven sent us a new download for our Download-Datenbank

Eine Beschreibung von Nuke Tool Box (TM) finden Sie unten.
A description for Nuke Tool Box (TM) you can find below.

cya, webmaster

Beschreibung:
Raven writes: As I have been working with nuke sites for the past several years, there are issues that crop up again and again. I have written various tools to help me debug, but this tool set goes beyond that. This set of tools encompasses a 'fix' or the path to for many common issues and problems that occur when installing and modifying nuke code.

As time goes on I would imagine that more will be added. That's why I have designed this as a 'modular' system. Tools/modules can be added/removed at any time and the system will compensate automatically. This is NOT a nuke module. The main reason is that your nuke site may be broken at the theme level. Therefore, you can't even get the site to come up. There is no manual as the options are self explanatory. However, there is a brief description for each option. As to security, well, this is one of those applications that you do not leave laying around. I have included a switch in the config file for basic HTTP Authentication. The id and password are in plain text but the file cannot be read directly. This entire folder must be placed in the nuke root directory. Name it something that noone will ever guess. Remove it when not in use or change the permissions such that the code cannot be executed. You could also use .htaccess with an encrypted password file. I have added Session Security to stop direct access to any of the scripts. To test it, try directly going to tb_menu.php (It's only a screen display, not a pc-killer).


As always, if you find this utility useful, please donate $5 or $10 or more to my favorite charity at Raven PHP Scripts in an effort to keep these utilities free.

This application (all scripts) is copyrighted by Raven Web Services(tm) and may not be reproduced nor redistributed without the written consent of same. This is not GPL. You may, however, modify the code for your personal use. All original credit must be maintained and all modifications must be provided back to me for possible inclusion in any future release. I retain exclusive ownership to this application.


Download-Details

Veröffentlicht von webmaster am Samstag, 04. Juni 2005
( Reads: ) | ( mehr... | Druckbare Version  Diesen Artikel an einen Freund senden | Punkte: 0)
 
 

 
67 Artikel (12 Seiten, 6 Artikel pro Seite)

zu Seite: 7 1 .. 3 4 5 6 7 8 9 10 11 12 zu Seite: 9
 


blocks.gif
 

Login

Benutzername:

Passwort:


 
blocks.gif
 

f1total

F1Total.com - Formel-1-Informationsdienst

 
blocks.gif
 

Vote for us


all-inkl.com webhosting

 
blocks.gif
 

Link Exchange

Link back to

FLASH-FOR-NUKE

FLASH-FOR-NUKE




nuke-theme.de

NukeCops.AT

codezwiz.com

RavenPHPScripts

EuroNuke

http://www.nukescripts.net

Vote for my Site@ by disipal.net

conrads-berlin.de

Phpnuke Database

Vote for my Site@ by Maty Scripts

nukecode

PHP-Nuke.org

www.my-tip.de

Vote for my Site@ www.phpnukedownloads.de

/www.kuimera.com

Vote for my Site@ am-nuke.net

Nuke Resources




 
blocks.gif
 

FFN Shopping

 
 

Seitenerstellung in 0.0524 Sekunden, mit 15 Datenbank-Abfragen

www.ruetue.de
Alle Logos und Warenzeichen auf dieser Seite sind Eigentum der jeweiligen Besitzer und Lizenzhalter.
Im übrigen gilt Haftungsausschluss. Weitere Details finden Sie im Impressum.
Diese Webseite basiert auf pragmaMx 0.1.9, dieses CMS ist frei erhältlich.
wong folkd Linkarena oneview webnews Yigg BlinkList del.icio.us facebook Furl Google Yahoo

Bot-Trap Logo