Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
5 members and 50 guests
affiz4iliate6ec, cliaw9cckhereto, lowsad4erback5s, mariacolmanyne3, medaricalddw93g
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Blocks

Reply
 
LinkBack Thread Tools Display Modes
Random Quote Block
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
Random Quote Block - 03-16-2005, 07:02 AM

Hi, I found such one, but I get error. Plz help:

Code:
<?PHP
if ( !defined('LDU_CODE') ) { die("Hacking attempt."); }

$quote[] = "blabla";
$quote[] = "blabla1";
$quote[] = "blabla2";

srand ((double) microtime() * 1000000);
$random = rand(0,count($quote)-1);

$t-> assign(array(
	"PLUGIN_QUOTE" => $quote[$random],
	));

?>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
03-18-2005, 08:07 AM

Try this one from Telli's site.

http://www.codezwiz.com/downloadview...html#dldetails


The more we learn... the more we realize how little we actually know.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: Mar 2005
03-18-2005, 09:10 AM

Nah, I found some Facts Module, and I edited it a little bit.

Thanks anyway
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The "Read More" Link and Random Quote of the Day THoTH Site design 0 04-26-2005 03:44 PM
Random Picture Block freeby Site design 1 07-13-2003 02:47 AM
Help with random member block telli Nuke 6.5 to 6.9 - Blocks 0 06-19-2003 01:43 AM
need help with a random image in a block smallfry Purged Topics 6 05-30-2003 11:14 PM
Quote of the Day Block? (Where Can I find One?) klipywitz Purged Topics 5 12-06-2002 08:44 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

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