Quote Originally Posted by Xman View Post
i think i figured that out Mind Freak open index.php and find

Code: 
/*************Create the post*****************/

echo '<br /> Creating your Post with Links <br /><br /><hr /><br /><br />';

if ($info != "http://i28.tinypic.com/2qtkghz.png"){
echo '[img]$info[/img]';
}

include_once 'includes/imdb.class.php';
$link = stripslashes($_POST['link']);

if($link)
{    

$oIMDB = new IMDB("$link");

if ($oIMDB->_bFound) {

    echo '' . $oIMDB->getTitle() . ' - View ' . $oIMDB->getUrl() . '<br />';
    echo 'Cast: ' . $oIMDB->getCast(5) . '<br>';
    echo 'Directors: ' . $oIMDB->getDirector() . '<br>';
    echo 'Genres: ' . $oIMDB->getGenre() . '<br>';
    echo 'Plot: ' . $oIMDB->getPlot() . '<br>';
    echo 'Release Date: ' . $oIMDB->getReleaseDate() . '<br>';
    echo 'Runtime: ' . $oIMDB->getRuntime() . '<br>';
    echo 'Tagline: ' . $oIMDB->getTagline() . '<br>';
    echo 'Year: ' . $oIMDB->getYear() . '<br>';
        echo '<br><br>';



} 
else {
    echo 'Movie or TV Show not found!';
}
}


if ($screenshots != "http://i27.tinypic.com/ipoxm8.png"){
echo '[img]$screenshots[/img]';
}



if ($download != "http://i27.tinypic.com/24mdv20.png"){
echo '[img]$download[/img]';
}
enter your image links at $info !="link here"

$screenshots !="link here"

$idownload !="link here"

yea sorry I coded it in notepad and never tested any of the added features

You should be glad there is no error lol