Ok, I did exactly that. Changed the permissions on the necessary folders to 777, and I get the exact same blank page when I try to import the games.
Here is the exact source of the frame once I click import. Same thing happened when I tried to install the games per instruction and attempted to execute the php files; same thing happened when I tried to execute the vbaGallery installation php file..
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>Arcade Games - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<script type="text/javascript">
<!--
var SESSIONHASH = "";
function set_cp_title()
{
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string')
{
parent.document.title = (document.title != '' ? document.title : 'vBulletin');
}
}
//-->
</script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>
<body style="margin:0px" onload="set_cp_title();">
<div class="pagetitle">Arcade Games</div>
<div style="margin:10px">
<!-- END CONTROL PANEL HEADER -->
Could this be due to folder permissions? Maybe even though I chmod to 777 something is overriding that?