livefree

CCBC - Live Free #2

Jan 13th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <?php
  2.  
  3. // This section is experimental and not working (also the 'do_shorcode...' sections below)
  4.  
  5. include ("../../../wp-load.php");
  6. include ("../../../wp-includes/shortcodes.php");
  7. include ("../../themes/sahifa/custom-functions.php");
  8.  
  9. // end of section
  10.  
  11. $cwd = getcwd();
  12. $path = substr($cwd, 0, strpos($cwd, 'wp-content/'));
  13. require $path . 'wp-blog-header.php';
  14. global $adrotate_config;
  15.  
  16. do_shortcode( '[CBC country="us" show="y"]<?php echo adrotate_group('1'); ?>[/CBC]' );
  17. do_shortcode( '[CBC country="us" show="y"]<?php echo "Hello World!"; ?>[/CBC]' );
  18.  
  19. ?>
Add Comment
Please, Sign In to add comment