- Impact
- 12
I found a script which generated code for me, it gave me this code:
But i then get this error:
Line 405 is:
Which when i open shows what i want it to.
Code:
<?php
$ndlinks['category'] = '1';
$ndlinks['order_by'] = 'random';
$ndlinks['limit'] = '1';
include '/show_links.php';
?>
But i then get this error:
Code:
Warning: main(): open_basedir restriction in effect. File(/show_links.php) is not within the allowed path(s): (/home/gibbons:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/gibbons/public_html/index.php on line 405
Warning: main(/show_links.php): failed to open stream: Operation not permitted in /home/gibbons/public_html/index.php on line 405
Warning: main(): open_basedir restriction in effect. File(/show_links.php) is not within the allowed path(s): (/home/gibbons:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/gibbons/public_html/index.php on line 405
Warning: main(/show_links.php): failed to open stream: Operation not permitted in /home/gibbons/public_html/index.php on line 405
Warning: main(): Failed opening '/show_links.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gibbons/public_html/index.php on line 405
Line 405 is:
Code:
include '/show_links.php';





