![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Forumer ![]() | There are already some threads about the Admin CP not working, but I found out what was the problem. My forum is: http://bma.forumer.com It is on server 1. So, the full address is http://bma.1.forumer.com The Admin CP is on: http://bma.1.forumer.com/admin.php So far no problems! Then, I try to log in. ![]() The page tries to send me to http://bma.2.forumer.com/admin.php?adsess=..... Of course, http://bma.2.forumer.com doesn't exist, therefore I get an error message. The problem can be seen clearly when looking at the source code. I'll include the full source code, but without the style elements. Code: <html>
<head><title>Menu</title>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 May 1996 04:57:00 GMT">
<style type='text/css'>
I DELETED THE STYLE ELEMENTS
</style>
<script type='text/javascript'>
function ShowHide(id1, id2) {
if (id1 != '') expMenu(id1);
if (id2 != '') expMenu(id2);
}
function expMenu(id) {
var itm = null;
if (document.getElementById) {
itm = document.getElementById(id);
} else if (document.all){
itm = document.all[id];
} else if (document.layers){
itm = document.layers[id];
}
if (!itm) {
// do nothing
}
else if (itm.style) {
if (itm.style.display == "none") {
itm.style.display = "";
}
else {
itm.style.display = "none";
}
}
else {
itm.visibility = "show";
}
}
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt(""); cur_page = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
else { pages = Math.ceil( total_posts / per_page ); }
msg = "Choose a page between 1 and" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages ) { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0 ) {
if ( userPage < 1 ) { userPage = 1; }
if ( userPage > pages ) { userPage = pages; }
if ( userPage == 1 ) { start = 0; }
else { start = (userPage - 1) * per_page; }
self.location.href = url_bit + "&st=" + start;
}
}
</script>
</head>
<body marginheight='0' marginwidth='0' leftmargin='0' topmargin='0' bgcolor='#FFFFFF' onload="document.theAdminForm.password.focus();">
<div id='maintop'>Welcome to the Invision Power Board Administration CP</div>
<div id='nav'><img src='html/sys-img/nav.gif' border='0' title='ACP Navigation'><a href='http://bma.2.forumer.com/admin.php?adsess=&act=index' target='body'>ACP Home</a></div>
<div id='description'>You must have administrative access to successfully log into the Invision Board Admin CP.<br>Please enter your forums username and password below<br><br><span style='color:red;font-weight:bold'>No administration session found</span></div>
<br /><script language='javascript'>
<!--
if (top.location != self.location) { top.location = self.location }
//-->
</script>
<form action='http://bma.2.forumer.com/admin.php?adsess=' method='post' name='theAdminForm' >
<input type='hidden' name='adsess' value=''>
<input type='hidden' name='login' value='yes'><div class='tableborder'>
<div class='maintitle'>Verification Required</div>
<table width='100%' cellspacing='0' cellpadding='5' align='center' border='0'><tr>
</tr>
<tr>
<td class='tdrow1' width='40%' valign='middle'>Your Forums Username:</td>
<td class='tdrow2' width='60%' valign='middle'><input type='text' style='width:100%' name='username' value='Dimitri'></td>
</tr>
<tr>
<td class='tdrow1' width='40%' valign='middle'>Your Forums Password:</td>
<td class='tdrow2' width='60%' valign='middle'><input type='password' style='width:100%' name='password' value=''></td>
</tr>
<tr><td align='center' class='pformstrip' colspan='2' ><input type='submit' value='Log in' id='button' accesskey='s'></td></tr>
</form></table></div><br />
<br />
<div align='right' id='jwrap'><strong>Quick Jump</strong> <!--JUMP--></div>
<div class='copy' align='center'>Invision Power Board © 2003 <a href='http://www.invisionpower.com' target='_blank'>IPS, Inc.</a></div>
</body>
</html>
Code: <form action='http://bma.2.forumer.com/admin.php?adsess=' method='post' name='theAdminForm' > I don't know if this is the same with other servers. I hope my (very long) post can help the administrators. Greetz, Dimitri |
![]()
forum admin of BMA; Visit: bma.forumer.com Everything for Belgian fans of Drumcorps & Showbands. My corps: www.showbandcalypso.be | |
| |
| | #2 (permalink) |
| Junior Forumer ![]() | You are a GEM Dimitri!!! Well done mate..let's hope Admin can sort this out soon. |
![]()
<a href='http://1.forumer.com/index.php?mforum=talkfootball' target='_blank'>TALK FOOTBALL ROCKS!</a>
| |
| |
| | #4 (permalink) |
| Member ![]() | Yeah same here spot on Dimitri! |
![]()
<img src='http://img.photobucket.com/albums/v483/onlinehogwarts/sig/ross.jpg' border='0' alt='user posted image' /> <span style='font-size:9pt;line-height:100%'><a href='http://onlinehogwarts.f2g.net' target='_blank'>Online Hogwarts of Witchcraft & Wizardry</a></span> I also like LotR/Matrix/PotC............ | |
| |
| | #5 (permalink) |
| Junior Forumer ![]() | good work. it appears that it isnt set with the macro (preset abbreviated action). i dont know what the macro is for that, but it shouldnt be action='http://bma.2.forumer.com/admin.php?adsess=', it should be something like action='$admin' or $submit. but i dont really know sourcing that much. |
![]()
<img src='http://img43.exs.cx/img43/4559/sig14.gif' border='0' alt='user posted image' /> | |
| |
| | #7 (permalink) |
| Member ![]() | Smart people undercover as newbies lol |
![]()
Oh boy <span style='color urple'>Barney</span> Is on <span style='color:red'>Fire!</span>Its all our <span style='color:gray'>secret</span> <span style='color:yellow'>Desire!</span> Watch the <span style='color range'>Flames</span> get higher and higher!Dont you DARE put him out! | |
| |
| | #11 (permalink) | |
| Member | Quote:
But maybe this information would be usefull to the server admins to fix the problem?! So I post it here. | |
![]()
<img src='http://people.freenet.de/bucholz/SignaturFinal.jpg' border='0' alt='user posted image' />
| ||
| |
| | #13 (permalink) |
| Junior Forumer ![]() | I have a solution! Be quiet and let them work! |
![]()
<img src='http://img43.exs.cx/img43/4559/sig14.gif' border='0' alt='user posted image' /> | |
| |
| | #15 (permalink) |
| Member | yep - i can confirm this error exists on my board as well... im on server 3 but the control pannel points to server 2 nice work there mate update: ive just downloaded the login page, changed the TWO address link that were wrong, and it logs in fine... untill it redirects u to the frame page - seems as though some sort of automatic script has gone belly up on their side... although anybody notice how reliable the boards are today appart from this small issue?? |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|