Quote:
Originally Posted by WDZaphod
Ummm, there is just one line : chdir("../forums/");
My directory structure looks like:
/ <= the domain points to
/forum <= inside is the vBulletin
/forum/forums <= the 1st Folder of the Addon
/forum/groups <= the 2nd one...
So I tried to run:
http://www.mydomain.com/forum/groups..._installer.php
What is the right way to configure the config file?
chdir("../forums/");
chdir("../../forums/");
chdir("/forum/forums/");
or the complete path since the Serverroot? (/var/kunden/webs/test/......)
Or should I upload everything to another separated folder?
Thanks again :up:
|
In case the Hack will be Used in the "groups" folder inside the folder of the forums like "forums" (ROOT/forum/groups/), the "/tools/grps_installer.php" should have the Sentence in the file "/INCLUDES/config_grps.php":
chdir("../");
I think that the option
chdir("../forums/");
should be used when "groups" is Installed in the same level that the "forums" Folder, where the vBulletin Forums are Installed, like (ROOT/groups/), in the file "/INCLUDES/config_grps.php"!!
So if you'll have the "groups" folder inside the "forums" folder, the use the first Option in the file "/INCLUDES/config_grps.php":
chdir("../");
My Best Regards!! :up: