Results 1 to 9 of 9

VBSEO 3.1 (does this effect includes on server)

This is a discussion on VBSEO 3.1 (does this effect includes on server) within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Ok, this is either a huge bad timing issue or somthing in the new VBSEO has altered the functions of ...

  1. #1
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times

    VBSEO 3.1 (does this effect includes on server)

    Ok, this is either a huge bad timing issue or somthing in the new VBSEO has altered the functions of my server outside the folder root of the forum i have VBSEO installed on.

    My includes no longer work on other sites if I use a full path on the local server such as

    Code:
     $rooturl=httx://www.myserver.com;
     include ('$rooturl/folder/file.php');
    however a include to an external sites is ok
    Code:
     $rooturl=httx://www.yourserver.com;
     include ('$rooturl/folder/file.php');
    Real strange issue #2

    All my varuables are passing now to included php files.. this should not happen on its own.

    Server host claims no changes so the last thing i have left is the upgrade i did yesterday.

    ty!
    VBSEO in action at E-Discovery as well as Allfreechips

  2. #2
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    Interesting as another wevbmaster on my same server has no issues with his sites (same code used there as my trobled code) but he is in another virtual. So it appears that the VBSEO install is somehow changing the operation of my entire virtual server.

    I have :

    Root
    -site1
    -site2
    -site4
    -ediscoveryresources
    --Forum (with VBSEO 3.1)
    -site4
    -site4

    I cant see how the forum 2 levels down can effect a folder up from there but somthing is going on :(
    VBSEO in action at E-Discovery as well as Allfreechips

  3. #3
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    It shouldn't affect it at all, unless you made changes at the Root level.

    Try reverting back to vBSEO 3.0.0 to see if anything changes.

  4. #4
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    im afraid to now lol. I will delete it all and try it out
    VBSEO in action at E-Discovery as well as Allfreechips

  5. #5
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    deleted the entire site, no change. It appears like the php.ini was modified but the host didnt do it. Very very strange
    VBSEO in action at E-Discovery as well as Allfreechips

  6. #6
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    vbseo wouldn't have changed your php.ini file
    My forums: General Forums | Admin Talk (running xenforo)

  7. #7
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    Yeah i wouldnt think so, just beating my head against the wall trying to figure out what in the world went down..

    Good points - Im updating the bad code i had for years now and am actually using an includes folder and stting the path..

    Learned all about includes

    Bad points- high ranking sites with erros or nothing

    its all good in the grand scheme i guess but I just wish i had an answer, my host said php is working, anything else lol.. at least it was in English
    VBSEO in action at E-Discovery as well as Allfreechips

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    in general, you can't include from outside your /home/ folder without some tweaked settings. you will often get base_dir open restrictions.

    if you want to include remotely, your best off to use CURL

  9. #9
    Member
    Real Name
    Chris Trenka
    Join Date
    Aug 2007
    Posts
    47
    Liked
    0 times
    no, just the opposite, i wanted to include internallty but with full URL's, not important as it was bad practice anyhow but i used a lot of includes with http vars like include('$urlcp/header.php?id=$id'); and those are all smoked now.

    I have since created an includes folder on the sites and set the includes path (lot better just a lot of work now)
    VBSEO in action at E-Discovery as well as Allfreechips

Similar Threads

  1. اصدار النسخة الذهبية من vBSEO 3.1!
    By Mohamed Mostafa in forum العربية
    Replies: 34
    Last Post: 06-02-2008, 03:42 AM

Posting Permissions

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