mob/var
Status
CGI
authenticate=1
Topic(href,href_list[])
if("byondcert" in href_list)href_list.Remove("byondcert")
if(usr.key=="guest") usr.Status="Guest - <a href=?Login>Login</a>"
else usr.Status="[usr.key] - <a href=?Logout>Logout</a>"
if(href)
if("Login")
var/CGI/C=new
C.Login("http://theabyss.dragonabyss.com/~phoenixman/hs/ra.dmb")
if("Logout")
var/CGI/C=new
C.Logout("http://theabyss.dragonabyss.com/~phoenixman/hs/ra.dmb")
else if(!href)
usr<<browse("Home page <BR><BR><BR>[usr.Status]")
Whenever I open ra.dmb it redirects me to Dantoms secure login page. When I fill in my key/password and login, I get redirected back to the site, and I get an 500 Internal Server Error.
Does anybody know a fix?
If you want to see:
http://theabyss.dragonabyss.com/~phoenixman/hs/ra.dmb