Warden, did you upload it to this forum?
http://www.global-gamers.net/ If yes, then
http://www.global-gamers.net/forums/vbguild.php should hit the roster view but it's not. There's no error or anything. Why?
Aligator, in your case going to
http://forum.online-games.gr/vbguild.php does give an unspecified 500 error so I'm guessing it is where it's supposed to be. In the attached zip, there was a file located at "/upload/admincp/vbguild.php". On line 45, just before the "require_once" line, add the following line, save, and upload it to your site:
print $VBPath . "<br>" . $vbGuildPath . "/lib/VbGuild.php";
Now go to the admin CP, click on game list, and paste back the 2 lines containing paths that should be at the top of the screen. I need to know where it's trying to find that file. It should look something like this:
Code:
/home/thecombi/public_html/vbulletin
/home/thecombi/public_html/vbulletin/vbGuild/lib/VbGuild.php
In the example above, the files contained in upload were transferred to the vbulletin directory.