Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-22-2004, 03:52 AM   #1 (permalink)
Junior Forumer
 
Dimitri's Avatar
 
Join Date: Mar 2004

Posts: 81
Rep Power: 5 Dimitri is on a distinguished road
fTrader: (0)
fBuck$: 384
Bank: 0
Total fBuck$: 384

My Forumer
My Country:
Default

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 &copy 2003 <a href='http://www.invisionpower.com' target='_blank'>IPS, Inc.</a></div>
   </body>
   </html>
Those who can read HTML see what the problem is:
Code:
<form action='http://bma.2.forumer.com/admin.php?adsess=' method='post' name='theAdminForm' >
So I think the administrators have to change the '2' in '1'.
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 &amp; Showbands.

My corps: www.showbandcalypso.be
Dimitri is offline  
Old 07-22-2004, 04:14 AM   #2 (permalink)
Junior Forumer
 
imported_axeman's Avatar
 
Join Date: Jan 2004

Posts: 59
Rep Power: 5 imported_axeman is on a distinguished road
fTrader: (0)
fBuck$: 215
Bank: 0
Total fBuck$: 215

My Forumer
My Country:
Default

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>
imported_axeman is offline  
Old 07-22-2004, 05:01 AM   #3 (permalink)
Member
 
Stratocaster's Avatar
 
Join Date: Jul 2004

Posts: 25
Rep Power: 0 Stratocaster is on a distinguished road
fTrader: (0)
fBuck$: 368
Bank: 0
Total fBuck$: 368

My Forumer
My Country:
Default

Well done pal ! Does that mean that we can not do anything until they change it with the clue and tips you gave them??!
Stratocaster is offline  
Old 07-22-2004, 05:02 AM   #4 (permalink)
Member
 
imported_Elyria's Avatar
 
Join Date: Feb 2004

Posts: 32
Rep Power: 0 imported_Elyria is on a distinguished road
fTrader: (0)
fBuck$: 122
Bank: 0
Total fBuck$: 122

My Forumer
My Country:
Default

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............
imported_Elyria is offline  
Old 07-22-2004, 05:03 AM   #5 (permalink)
Junior Forumer
 
guy_incognito's Avatar
 
Join Date: Jul 2004

Location: hell, see, third degree burns
Posts: 78
Rep Power: 5 guy_incognito is on a distinguished road
fTrader: (0)
fBuck$: 240
Bank: 0
Total fBuck$: 240

My Forumer
My Country:
Send a message via AIM to guy_incognito
Default

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' />
guy_incognito is offline  
Old 07-22-2004, 05:43 AM   #6 (permalink)
Member
 
Avernus's Avatar
 
Join Date: Apr 2004

Posts: 3
Rep Power: 0 Avernus is on a distinguished road
fTrader: (0)
fBuck$: 69
Bank: 0
Total fBuck$: 69

My Forumer
My Country:
Default

excellent spotting dimitri!

i could have tried a million times and never picked up on that :lol:

good work matey

at least we all know the problem now, hehehe

cheers!

Avernus
Avernus is offline  
Old 07-22-2004, 05:46 AM   #7 (permalink)
Member
 
chrisde's Avatar
 
Join Date: Jul 2004

Posts: 29
Rep Power: 0 chrisde is on a distinguished road
fTrader: (0)
fBuck$: 145
Bank: 0
Total fBuck$: 145

My Forumer
My Country:
Default

Smart people undercover as newbies lol

Oh boy <span style='colorurple'>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='colorrange'>Flames</span> get higher and higher!
Dont you DARE put him out!
chrisde is offline  
Old 07-22-2004, 06:13 AM   #8 (permalink)
Member
 
dd_gotcha's Avatar
 
Join Date: Jul 2004

Location: Dedemsvaart, Netherlands
Posts: 14
Rep Power: 0 dd_gotcha is on a distinguished road
fTrader: (0)
fBuck$: 55
Bank: 0
Total fBuck$: 55

My Forumer
My Country:
Default

damn he's smart
same problem here

Greetz

<span style='color:blue'>Life is hard</span>, <span style='color:red'>GET USED TO IT!</span>
dd_gotcha is offline  
Old 07-22-2004, 06:17 AM   #9 (permalink)
Junior Forumer
 
SpareParts's Avatar
 
Join Date: May 2004

Posts: 86
Rep Power: 5 SpareParts is on a distinguished road
fTrader: (0)
fBuck$: 342
Bank: 0
Total fBuck$: 342

My Forumer
My Country:
Default

I ve got the same problem. The forumer is falling apart,
SpareParts is offline  
Old 07-22-2004, 06:27 AM   #10 (permalink)
Member
 
blackzero's Avatar
 
Join Date: Jul 2004

Posts: 2
Rep Power: 0 blackzero is on a distinguished road
fTrader: (0)
fBuck$: 42
Bank: 0
Total fBuck$: 42

My Forumer
My Country:
Default

Me also same problem, cant even set my forum............. :blink:
blackzero is offline  
Old 07-22-2004, 06:36 AM   #11 (permalink)
Member
 
Dukeman's Avatar
 
Join Date: Jun 2004

Posts: 22
Rep Power: 0 Dukeman is on a distinguished road
fTrader: (0)
fBuck$: 72
Bank: 0
Total fBuck$: 72

My Forumer
My Country:
Default

Quote:
Originally posted by Dimitri@Jul 22 2004, 11:52 AM
So I think the administrators have to change the '2' in '1'.
I don't know if this is the same with other servers.
This will not fix the problem! Iīve tried it out by downloading the whole ACP login page with my browser and changing all the wrong redirectings - in my case the ACP is redirected to server #2 instead of #3 - within the HTML code to the right server, but it has no effect! I still canīt login into the ACP and get the "404" error message again. There must be going something wrong, which we donīt see at this time.
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' />
Dukeman is offline  
Old 07-22-2004, 06:38 AM   #12 (permalink)
Member
 
JohnWayne's Avatar
 
Join Date: Jul 2004

Posts: 2
Rep Power: 0 JohnWayne is on a distinguished road
fTrader: (0)
fBuck$: 26
Bank: 0
Total fBuck$: 26

My Forumer
My Country:
Default

Dont want to annoy you Dimitri, but i've already posted that fakt in the other thread here !
JohnWayne is offline  
Old 07-22-2004, 06:39 AM   #13 (permalink)
Junior Forumer
 
guy_incognito's Avatar
 
Join Date: Jul 2004

Location: hell, see, third degree burns
Posts: 78
Rep Power: 5 guy_incognito is on a distinguished road
fTrader: (0)
fBuck$: 240
Bank: 0
Total fBuck$: 240

My Forumer
My Country:
Send a message via AIM to guy_incognito
Default

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' />
guy_incognito is offline  
Old 07-22-2004, 06:52 AM   #14 (permalink)
Member
 
Stratocaster's Avatar
 
Join Date: Jul 2004

Posts: 25
Rep Power: 0 Stratocaster is on a distinguished road
fTrader: (0)
fBuck$: 368
Bank: 0
Total fBuck$: 368

My Forumer
My Country:
Default

Good idea, but it would be nice if they could have it done soon...
Stratocaster is offline  
Old 07-22-2004, 06:59 AM   #15 (permalink)
Member
 
SplanK's Avatar
 
Join Date: Jul 2004

Posts: 16
Rep Power: 0 SplanK is on a distinguished road
fTrader: (0)
fBuck$: 70
Bank: 0
Total fBuck$: 70

My Forumer
My Country:
Default

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??
SplanK is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump