PDA

View Full Version : ANYONE?? problem with executing php programs in apanel(admincp)


opteek
12-13-2005, 01:38 PM
Hey all, I am having a problem when executing php scripts which I have uploaded into the apanel folder. For example, once I've uploaded all the files for vbagallery and am trying to execute the install script, or when I upload the install script for pacman to add it to v3arcade. In both cases, when I try to execute the script, I get a blank page with the titlebar on top. I don't mean the titlebar of the webbrowser, but the graphical titlebar at the top of the frame. That's all that is displayed. Anyone have any idea what could be causing this?

I was getting a very similiar problem when I was installing vb3 before my domainname actually resolved. I have my whole forum on SSL, could that be causing the problem? Or could the fact that I renamed my admincp and modcp folders to apanel and mpanel, respectively, have anything to do with it? I'm sure this is a very simple problem to solve, I'm just a n00b when it comse to PHP, for now.

feldon23
12-13-2005, 07:30 PM
Hey all, I am having a problem when executing php scripts which I have uploaded into the apanel folder. For example, once I've uploaded all the files for vbagallery and am trying to execute the install script, or when I upload the install script for pacman to add it to v3arcade. In both cases, when I try to execute the script, I get a blank page with the titlebar on top. I don't mean the titlebar of the webbrowser, but the graphical titlebar at the top of the frame. That's all that is displayed. Anyone have any idea what could be causing this?

I was getting a very similiar problem when I was installing vb3 before my domainname actually resolved. I have my whole forum on SSL, could that be causing the problem? Or could the fact that I renamed my admincp and modcp folders to apanel and mpanel, respectively, have anything to do with it? I'm sure this is a very simple problem to solve, I'm just a n00b when it comse to PHP, for now.

Ignore the instructions that come with v3arcade games. You now drop the game files (php, GIFs, and swf) into /admincp/games/ and then go to AdminCP -> v3Arcade -> Game Tools

Not sure why vbAdvanced isn't working.

opteek
12-13-2005, 11:08 PM
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..

<!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?