featurelist.org
 
U
D
1 points - posted 297 days ago by JoeyT2008 - status: Completed - 2 comments watch
Beneath the "Addon Manager" text, where you can optionally add text, I was thinking it would be cool if a random Sloganizer quote was there. Example: http://addons.eventscripts.com...SLOGANIZER would make a random sloganizer quote using my name.

<?php
$word = "JoeyT2008";
$slogan = fopen("http://www.sloganizer.net/en/outbound.php?slogan=$word", "r");
$slogan = fread($slogan, 256);
$r1 = array("", "", '"', "'");
$r2 = array("!", "?", ",");
$slogan = strreplace($r1, "", $slogan);
$slogan = str
replace($r2, ".", $slogan);
?>

And there you have your slogan to add.


featurelist.org

Add this feature widget to your own website by using the following code:


Add it to forums (using bbcode):