Results 1 to 14 of 14

Urgent help req

This is a discussion on Urgent help req within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I have just got in and noticed I have a problem. For some reason http://www.chatfootballforum.com is now a blank ...

  1. #1
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times

    Urgent help req

    Hi, I have just got in and noticed I have a problem.

    For some reason http://www.chatfootballforum.com is now a blank page but if you go to http://www.chatfootballforum.com/index.php it's there.

    Normally if you load the first one it auto adds /index.php but its not working

    Any ideas? I had someone work on my index.php file yesterday but it's been fine all day!

    Can anyone help me?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    perhaps your host changed something...

    make sure index.php is a default document.

  3. #3
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Forgot to mention a guy fixed a prob in my index.php file lastnight (altho im sure it was fine today) Brian how do I find that out mate?

    here is the file

    <?php
    // ++================================================ =========================++
    // || vBadvanced CMPS v3.0.1 (vB 3.6 - vB 3.7) - 76336
    // || © 2003-2008 vBadvanced.com - All Rights Reserved
    // || This file may not be redistributed in whole or significant part.
    // || vBadvanced
    // || Downloaded 09:29, Wed May 28th 2008
    // || 456076336_404782022318
    // ++ ================================================== ======================++
    error_reporting(E_ALL & ~E_NOTICE);
    // ibProArcade
    if($_POST['module'] == "pnFlashGames")
    {
    require_once('./global.php');
    switch($_POST['func'])
    {
    case "storeScore":
    $_GET['act'] = "Arcade";
    $_GET['module'] = "arcade";
    $_GET['do'] = "pnFStoreScore";
    break;
    case "saveGame":
    $_GET['do'] = "pnFSaveGame";
    break;
    case "loadGame":
    $_GET['do'] = "pnFLoadGame";
    break;
    case "loadGameScores":
    $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
    $uid= $vbulletin->userinfo['userid'];
    $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
    $scores = $game[score];
    if($scores != false)
    {
    //Return true
    print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
    }
    else
    {
    print "&opSuccess=false&error=Error&endvar=1";
    }
    break;
    }
    }
    $act = $_GET[act];
    $autocom = $_GET[autocom];
    $showuser= $_GET[showuser];
    if($act == "Arcade" || $autocom=="arcade") {
    include "arcade.php";
    exit();
    }
    if(!empty($showuser) && $showuser >= 1) {
    $u = $showuser;
    $_GET[u] = $showuser;
    include "member.php";
    exit();
    }
    // end of ibProArcade
    define('THIS_SCRIPT', 'adv_index');
    define('VBA_PORTAL', true);
    define('VBA_SCRIPT', 'CMPS');
    // ============================================
    // Enter the full path to your forum here
    // Example: /home/vbadvanced/public_html/forum
    // ============================================
    $forumpath = '/home/prowr/public_html';
    // ============================================
    // No Further Editing Necessary!
    // ============================================
    if ($forumpath)
    {
    if (!is_dir($forumpath))
    {
    echo 'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
    exit;
    }
    chdir($forumpath);
    }
    $phrasegroups = array();
    $globaltemplates = array();
    $actiontemplates = array();
    $specialtemplates = array();
    require_once('./includes/vba_cmps_include_template.php');
    require_once('./global.php');
    print_portal_output($home);
    ?>

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Looks like you put an empty index.html in there that is taking precedence: http://www.chatfootballforum.com/index.html

  5. #5
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Keith where would that be? What do I need to do?

    Sorry guys, someone helped me on my arcade and im not sure whats happened because it was ok earlier.

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    delete index.html from /root

    index.html overrides index.php in terms of default documents, so when you go the .com, it loads index.html instead of index.php

  7. #7
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    I don't have a index.html file in forum route but it seems to be in many other locations

  8. #8
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Quote Originally Posted by Chat Football View Post
    Keith where would that be? What do I need to do?

    Sorry guys, someone helped me on my arcade and im not sure whats happened because it was ok earlier.
    Check the root of your site. Delete or rename the index.html file that is in there.

  9. #9
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Keith can I send you my ftp details please?

    I can't see it there and it's baffled me to be honest.

  10. #10
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    thats not the problem as i thought that too..
    but you could do
    http://www.chatfootballforum.com/ind...313123213.html

  11. #11
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Yeah I give up Martyn I think :(

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please open a support ticket with ftp access for troubleshooting.

  13. #13
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Seems to be working ?!?!

    Not sure if my index and htaccess files are right though, please see ticket.

    Thankyou

  14. #14
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    who fixed it for you?

Similar Threads

  1. URGENT - Cannot log in
    By fancom in forum Troubleshooting
    Replies: 4
    Last Post: 03-31-2008, 09:05 PM
  2. Urgent Help Please
    By jono in forum General Discussion
    Replies: 4
    Last Post: 10-04-2007, 09:36 PM
  3. Very Urgent
    By Ashley in forum Pre-Sales Questions
    Replies: 6
    Last Post: 06-16-2006, 06:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •