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("<a href='http://www.sloganizer.net/en/' title='Generated by Sloganizer.net' style='text-decoration:none;'>", "</a>", '"', "'");
$r2 = array("!", "?", ",");
$slogan = strreplace($r1, "", $slogan);
$slogan = strreplace($r2, ".", $slogan);
?>
And there you have your slogan to add.
<?php
$word = "JoeyT2008";
$slogan = fopen("http://www.sloganizer.net/en/outbound.php?slogan=$word", "r");
$slogan = fread($slogan, 256);
$r1 = array("<a href='http://www.sloganizer.net/en/' title='Generated by Sloganizer.net' style='text-decoration:none;'>", "</a>", '"', "'");
$r2 = array("!", "?", ",");
$slogan = strreplace($r1, "", $slogan);
$slogan = strreplace($r2, ".", $slogan);
?>
And there you have your slogan to add.
Sorry - this feature is rejected. It could cause security concerns that we aren't willing to risk.




Venjax posted on 2008-02-10 21:59:39