vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   ANYONE?? problem with executing php programs in apanel(admincp) (https://vborg.vbsupport.ru/showthread.php?t=102865)

opteek 12-13-2005 01:38 PM

ANYONE?? problem with executing php programs in apanel(admincp)
 
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

Quote:

Originally Posted by opteek
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..

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?


All times are GMT. The time now is 06:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02326 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete