Just my two cents. I would take a look at this line of code:
Code:
if(isset($_GET["tmbn_url"])) $tmbn_url = $_GET['tmbn_url'];
The 4.1.8 program could have changed the name of the tumbnail. Check in your database to see what it is called. It seems to be grabing the rest of the information.
Good Luck
-DS