PDA

View Full Version : My vBindex problem...


-Shocker-
10-26-2003, 08:21 PM
I am running a vB 2.3.2 and on the member.php editing part i have both this...

eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");");

and this...

eval("standardredirect(\"".gettemplate("redirect_login")."\",\"\$url\");");

and i didn't even edit anything. Should i just leave it or should i replace the first one with the second code, so should i have 2 of the second code, or just one of each?

So what should i do?

When i finished installing it (without changing the first member.php code), i got this error...

Warning: ChDir: No such file or directory (errno 2) in /home/impact/public_html/darkshocker/myvbindex.php on line 8

It is the path and not the full url, so i dont know whats wrong.

MindTrix
10-26-2003, 08:54 PM
What did the install steps say to do? I have vbindexv2[1] on my pc and it doesnt have anything about the member.php in the installation instructions

MindTrix
10-26-2003, 09:03 PM
Ok well i get wut you mean now, you installed myvbindex not vbindex ;)

Anyways the installation states to replace the first line of code you showed --

Replace--


eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");");

With--


eval("standardredirect(\"".gettemplate("redirect_login")."\",\"\$url\");");


Thats it, Does this answer your question?

Zachery
10-26-2003, 09:13 PM
we DO NOT SUPPORT HACKING HERE, ive anwsered your question over at vb.org

MindTrix
10-26-2003, 09:16 PM
Sorry didnt realise i wasnt suposed to help

Zachery
10-26-2003, 09:18 PM
file modifcations are not supported here, that is what vbulletin.org is for ^^

-Shocker-
10-26-2003, 09:18 PM
Oh oops sorry, i'll go check it out over there. *feels like a dumbass*