Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[PLUGIN] rFacts: Random Fact System
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sledmore" data-source="post: 103484" data-attributes="member: 591"><p>Or you could do this:</p><p> </p><p>[PHP]</p><p><?php</p><p> </p><p>$FACT['1'] = "Obbo Hotel opened on the 30th March 2012";</p><p>$FACT['2'] = "Obbo Hotel was created by Craig, Luis and Mcd!";</p><p>$FACT['3'] = "Obbo Staff releases a new rare every week! ";</p><p>$FACT['4'] = "Obbo Staff creates their own rare values to make it easier for you!"; </p><p>$FACT['5'] = "Obbo Staff will always update you on what is happening with Obbo!!"; </p><p>$FACT['6'] = "The most users online was.. 120!";</p><p>$FACT['7'] = "Obbo Staff backup the database EVERY 24 hours, somtimes twice a day!";</p><p>$FACT['8'] = "You will always see the catalogue update, if not everyday!!";</p><p>$FACT['9'] = "We create our own badges and give them to you!";</p><p>$FACT['10'] = "Every record in usercount online we break, we give out a badge!";</p><p>$FACT['11'] = "There is over 11.70 GB worth of data in back ups already!";</p><p>$FACT['12'] = "We have over 6,546 users registered!";</p><p>$FACT['13'] = "There is over 10,642 rooms made in the hotel!";</p><p>$FACT['14'] = "Over 1329794 thousand pieces of furniture have been bought!";</p><p> </p><p>echo "<b>FACT:</b>&nbsp;". $FACT[rand(1,14)];</p><p> </p><p>[/PHP]</p><p> </p><p>But nice release.</p></blockquote><p></p>
[QUOTE="Sledmore, post: 103484, member: 591"] Or you could do this: [PHP] <?php $FACT['1'] = "Obbo Hotel opened on the 30th March 2012"; $FACT['2'] = "Obbo Hotel was created by Craig, Luis and Mcd!"; $FACT['3'] = "Obbo Staff releases a new rare every week! "; $FACT['4'] = "Obbo Staff creates their own rare values to make it easier for you!"; $FACT['5'] = "Obbo Staff will always update you on what is happening with Obbo!!"; $FACT['6'] = "The most users online was.. 120!"; $FACT['7'] = "Obbo Staff backup the database EVERY 24 hours, somtimes twice a day!"; $FACT['8'] = "You will always see the catalogue update, if not everyday!!"; $FACT['9'] = "We create our own badges and give them to you!"; $FACT['10'] = "Every record in usercount online we break, we give out a badge!"; $FACT['11'] = "There is over 11.70 GB worth of data in back ups already!"; $FACT['12'] = "We have over 6,546 users registered!"; $FACT['13'] = "There is over 10,642 rooms made in the hotel!"; $FACT['14'] = "Over 1329794 thousand pieces of furniture have been bought!"; echo "<b>FACT:</b> ". $FACT[rand(1,14)]; [/PHP] But nice release. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[PLUGIN] rFacts: Random Fact System
Top