Results 1 to 7 of 7

Deluxe Vb user login problem

This is a discussion on Deluxe Vb user login problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Using this hack wont work with vbseo installed. Deluxe vB User login and access control on non vB pages - ...

  1. #1
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times

    Deluxe Vb user login problem

    Using this hack wont work with vbseo installed.
    Deluxe vB User login and access control on non vB pages - vBulletin.org Forum

    post I made vBulletin.org Forum - View Single Post - Deluxe vB User login and access control on non vB pages which shows the error message.

    on my site I get this error message

    Code:
    Warning: getimagesize(http://www.gamerzneeds.net/forums//image.php?u=1) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found  in /home/gamerzne/public_html/login_inc.php on line 34
    


    Any idea how to fix this, as im really trying hard to get this working.

    Thanks.


  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Matt,
    Code:
    http://www.gamerzneeds.net/forums//image.php?u=1
    this URL is incorrect (it has double slash character). I believe that you should modify login_inc.php code to:
    PHP Code:
    $forumpath "http://www.yoursite.com/forums"
    (i.e. without trailing slash)

  3. #3
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    already tried, refer the the last post i made on vb.org in the hack link above.

  4. #4
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    I'm also getting this error.

    Warning: main(/home/gamerzne/public_html/includes/init.php) [function.main]: failed to open stream: No such file or directory in /home/gamerzne/public_html/forums/global.php on line 20

    Fatal error: main() [function.require]: Failed opening required '/home/gamerzne/public_html/includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gamerzne/public_html/forums/global.php on line 20

    and i think it may be due to the vbseo as well.


    Any ideas what could cause this message, and how to fix it.

    Thanks.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    already tried, refer the the last post i made on vBulletin.org in the hack link above.
    In the code of that mod the links sometimes have "/" added, sometimes not:
    PHP Code:
    $file $forumpath."/image.php?u=$userid"
    PHP Code:
    echo "<a href=\"".$forumpath."login.php?$session[sessionurl]do=logout&amp;logouthash=$logouthash"
    PHP Code:
    <a href=\"".$forumpath."/register.php?s 
    etc.
    The link formatting should be the same in all cases (and $forumpath defined correspondingly).

    and i think it may be due to the vbseo as well.
    What is an example URL for this error? Does it work correctly with vBSEO disabled?

  6. #6
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    I worked out another way around it without having to use that modification. Plus I had to use several of the vbulletin files and copy those to the root directory, but everything is working really nice now.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Ok, great.

Similar Threads

  1. Problem mit dem LogIn
    By smartie in forum Deutsch
    Replies: 5
    Last Post: 05-04-2006, 09:40 PM
  2. URL Rewrite problem in vb CMPS
    By Toocool in forum Troubleshooting
    Replies: 4
    Last Post: 01-23-2006, 03:02 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
  •