You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 135 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Last 20 Forum Messages [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
ircgenie
Nuke Cadet
Nuke Cadet


Joined: Mar 21, 2004
Posts: 5


PostPosted: Sun Mar 21, 2004 2:58 am Reply with quoteBack to top

Where can I get the block, who are used on this site?

Last 20 Forum Messages

Whit scrolling topics in list etc. Question
Find all posts by ircgenieView user's profileSend private message
Daniel-cmw
Site Admin
Site Admin


Joined: Mar 02, 2003
Posts: 1662

Location: The UK!

PostPosted: Sun Mar 21, 2004 3:02 am Reply with quoteBack to top

http://www.nukecops.com/downloads-file-337-details-block-Forums_secure.html

_________________
Read Me
Find all posts by Daniel-cmwView user's profileSend private message
ircgenie
Nuke Cadet
Nuke Cadet


Joined: Mar 21, 2004
Posts: 5


PostPosted: Sun Mar 21, 2004 3:07 am Reply with quoteBack to top

Daniel-cmw wrote:
http://www.nukecops.com/downloads-file-337-details-block-Forums_secure.html


Seems that I miss some files:

Warning: main(blocks/smileys.php) [function.main]: failed to create stream: No such file or directory

Warning: main() [function.main]: Failed opening 'blocks/smileys.php' for inclusion (include_path='.:/usr/local/lib/php')

Fatal error: Call to undefined function: parseemoticons()


Any ideas?
Find all posts by ircgenieView user's profileSend private message
Daniel-cmw
Site Admin
Site Admin


Joined: Mar 02, 2003
Posts: 1662

Location: The UK!

PostPosted: Sun Mar 21, 2004 3:15 am Reply with quoteBack to top

Hmm..

Try this one instead.

http://www.nukecops.com/downloads-file-25-details-block_Forums_Nuke_6.html,5beta6_and_up

_________________
Read Me
Find all posts by Daniel-cmwView user's profileSend private message
ircgenie
Nuke Cadet
Nuke Cadet


Joined: Mar 21, 2004
Posts: 5


PostPosted: Sun Mar 21, 2004 3:19 am Reply with quoteBack to top

Daniel-cmw wrote:
Hmm..

Try this one instead.

http://www.nukecops.com/downloads-file-25-details-block_Forums_Nuke_6.html,5beta6_and_up


Worked! Thanks!

Btw. Do you know how/where I edit the bottom text on my phpnuke site?

This:


All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me.
You can syndicate our news using the file backend.php or ultramode.txt
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Sidegenerering: 0.165 Sekunder
Find all posts by ircgenieView user's profileSend private message
bretonmage
Captain
Captain


Joined: Feb 21, 2004
Posts: 421


PostPosted: Sun Mar 21, 2004 3:24 am Reply with quoteBack to top

You can edit that in the preferences section of the admin page, but you should probable leave it as it is, showing that Nuke's copyight is to Francisco Burzi. I'm not sure, but if you change it its against the law?
Find all posts by bretonmageView user's profileSend private message
ircgenie
Nuke Cadet
Nuke Cadet


Joined: Mar 21, 2004
Posts: 5


PostPosted: Sun Mar 21, 2004 3:25 am Reply with quoteBack to top

bretonmage wrote:
You can edit that in the preferences section of the admin page, but you should probable leave it as it is, showing that Nuke's copyight is to Francisco Burzi. I'm not sure, but if you change it its against the law?


Hmm.. Ok thnx
Find all posts by ircgenieView user's profileSend private message
ircgenie
Nuke Cadet
Nuke Cadet


Joined: Mar 21, 2004
Posts: 5


PostPosted: Sun Mar 21, 2004 3:39 am Reply with quoteBack to top

bretonmage wrote:
You can edit that in the preferences section of the admin page, but you should probable leave it as it is, showing that Nuke's copyight is to Francisco Burzi. I'm not sure, but if you change it its against the law?


What if I type:


Copyright mysite.com - powered by PHPNuke


Will that be illegal?
Find all posts by ircgenieView user's profileSend private message
Daniel-cmw
Site Admin
Site Admin


Joined: Mar 02, 2003
Posts: 1662

Location: The UK!

PostPosted: Sun Mar 21, 2004 4:16 am Reply with quoteBack to top

Its not illegal to remove it. However you may find that some people will start flaming you if you do so.

Personally, I hate people that rip copyright info off anything, let alone PHPNuke.
Search the forums, the topic has been covered many times.

_________________
Read Me
Find all posts by Daniel-cmwView user's profileSend private message
Kilim
Lieutenant
Lieutenant


Joined: Jul 01, 2003
Posts: 183


PostPosted: Mon Mar 29, 2004 4:24 pm Reply with quoteBack to top

The Forums Secure block works ( http://www.nukecops.com/downloads-file-337-details-block-Forums_secure.html ) but its just missing this file in it that shoudl be uploaded to the blocks folder as well.


smileys.php
Code:
<?php
function parseEmoticons ($text) {

    $emoticons = array();
    $emoticons[] = array(":)", "<img src='modules/Forums/images/smiles/icon_smile.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":D", "<img src='modules/Forums/images/smiles/icon_biggrin.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":(", "<img src='modules/Forums/images/smiles/icon_sad.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array("Shocked", "<img src='modules/Forums/images/smiles/icon_eek.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":?", "<img src='modules/Forums/images/smiles/icon_confused.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array("8)", "<img src='modules/Forums/images/smiles/icon_cool.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":lol:", "<img src='modules/Forums/images/smiles/icon_lol.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":x", "<img src='modules/Forums/images/smiles/icon_mad.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":P", "<img src='modules/Forums/images/smiles/icon_razz.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":oops:", "<img src='modules/Forums/images/smiles/icon_redface.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":cry:", "<img src='modules/Forums/images/smiles/icon_cry.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":evil:", "<img src='modules/Forums/images/smiles/icon_evil.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":twisted:", "<img src='modules/Forums/images/smiles/icon_twisted.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":roll:", "<img src='modules/Forums/images/smiles/icon_twisted.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":wink:", "<img src='modules/Forums/images/smiles/icon_wink.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":!", "<img src='modules/Forums/images/smiles/icon_exclaim.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":?", "<img src='modules/Forums/images/smiles/icon_question.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":idea:", "<img src='modules/Forums/images/smiles/icon_idea.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":arrow:", "<img src='modules/Forums/images/smiles/icon_arrow.gif' alt='' align='absmiddle' BORDER=0>");
    $emoticons[] = array(":o", "<img src='modules/Forums/images/smiles/icon_surprised.gif' alt='' align='absmiddle' BORDER=0>");
    foreach ($emoticons as $emoticon) {
       $text = str_replace($emoticon[0],$emoticon[1],$text);
    }
    return $text;
}

?>
Find all posts by KilimView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.625 Seconds - 102 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::