B
bogus
Guest
Hello. I was using the following Code as a Widget in vB´s CMS and would like to use it in Xenforo too but because i dont know php i would be nice if any could make this working for Xenforo. Thanks
Sloganizer Code
Sloganizer Code
Code:
ob_start();
readfile ("http://www.sloganizer.net/outbound.php?slogan=brainlag");
$output = ob_get_contents();
ob_end_clean();