YaBB SE Version: 1.5.4
PHP Version: 4.3.1
MySQL Version: 3.23.x
Server Platform: Windows
Link to Forum: http://www.suddenimpactfans.com/yabbseProblem Description:Well, here is what I found:
If your DNS provider serves you as a framed redirect you must make the following edit in PHP.INI (do not ad port if other than 80 -untested-)...
[session]
session.cookie_domain =
xxx.xxx.xxx.xxx...where
xxx.xxx.xxx.xxx is your servers ip address.
And modify (or during install) /yabbse/Settings.php so that all references to your server use your server ip address instead of
http://my.domain.com/specifically (use port if other than 80):
$boardurl = "
http://xxx.xxx.xxx.xxx:port/yabbse";
$facesurl = "
http://xxx.xxx.xxx.xxx:port/yabbse/YaBBImages/avatars";
$imagesdir = "
http://xxx.xxx.xxx.xxx:port/yabbse/YaBBImages";
$ubbcjspath = "
http://xxx.xxx.xxx.xxx:port/yabbse/ubbc.js";
$faderpath = "
http://xxx.xxx.xxx.xxx:port/yabbse/fader.js";
$helpfile = "
http://xxx.xxx.xxx.xxx:port/yabbse/YaBBHelp/index.html";
So far the only thing i've found that I can't do is DELETE a post. I get:
An Error Occured!
Invalid Referer
This could be a easy fix I think...
I have tried using
http://my.domain.com in place of ip addresses in both configs but couldn't get it to work.