• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Help needed with converting a vb widget

  • Thread starter Thread starter bogus
  • Start date Start date
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
Code:
ob_start();

  readfile ("http://www.sloganizer.net/outbound.php?slogan=brainlag");
  $output = ob_get_contents();

ob_end_clean();
 
Back
Top Bottom