- Readme First! - Read and follow the rules, otherwise your posts will be closed
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 [ ]
Author
Message
ircgenie
Nuke Cadet
Joined: Mar 21, 2004
Posts: 5
Posted:
Sun Mar 21, 2004 2:58 am
Where can I get the block, who are used on this site?
Last 20 Forum Messages
Whit scrolling topics in list etc.
Daniel-cmw
Site Admin
Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
Posted:
Sun Mar 21, 2004 3:02 am
ircgenie
Nuke Cadet
Joined: Mar 21, 2004
Posts: 5
Posted:
Sun Mar 21, 2004 3:07 am
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?
Daniel-cmw
Site Admin
Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
Posted:
Sun Mar 21, 2004 3:15 am
ircgenie
Nuke Cadet
Joined: Mar 21, 2004
Posts: 5
Posted:
Sun Mar 21, 2004 3:19 am
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
bretonmage
Captain
Joined: Feb 21, 2004
Posts: 421
Posted:
Sun Mar 21, 2004 3:24 am
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?
ircgenie
Nuke Cadet
Joined: Mar 21, 2004
Posts: 5
Posted:
Sun Mar 21, 2004 3:25 am
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
ircgenie
Nuke Cadet
Joined: Mar 21, 2004
Posts: 5
Posted:
Sun Mar 21, 2004 3:39 am
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?
Daniel-cmw
Site Admin
Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
Posted:
Sun Mar 21, 2004 4:16 am
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
Kilim
Lieutenant
Joined: Jul 01, 2003
Posts: 183
Posted:
Mon Mar 29, 2004 4:24 pm
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(" ", "<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;
}
?>
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