Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <div><?php include 'sidebar.php'; ?></div>
  2.  
  3. <div><?php include 'jophnist.x10.bz/sidebar.php'; ?></div>
  4.  
  5. Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/jophnist/public_html/games/index.php on line 5
  6.  
  7. Warning: include(http://jophnist.x10.bz/sidebar.php): failed to open stream: no suitable wrapper could be found in /home/jophnist/public_html/games/index.php on line 5
  8.  
  9. Warning: include(): Failed opening 'http://jophnist.x10.bz/sidebar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jophnist/public_html/games/index.php on line 5
  10.  
  11. <iframe src="http://jophnist.x10.bz/sidebar.php" seamless></iframe>
  12.  
  13. include('http://jophnist.x10.bz/sidebar.php');
  14.  
  15. include('sidebar.php');
  16.  
  17. include('../sidebar.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement