1
Edwinspie
No login block or page
  • 2007/7/2 20:18

  • Edwinspie

  • Just popping in

  • Posts: 84

  • Since: 2006/8/18


Hi,
Seems I've made a serious stupid misstake:

I've been changing some blocks from "show" to "hide", and I'm afraid I accidently also set the user and/or(?) the login menu to "hide". ( thought i was still on the anonimous user page view )
I've tried to login with
www.africanwanderer.co.za/user.php which seems to resolve the userpage, but there's no block to fill in my username and password.
www.africanwanderer.co.za/admin.php sais I don't have the right to acces this page and redirects me to the indexpage.

Anyone a bright idea?

Txs,

Edwin

2
BlueStocking
Re: No login block or page

bump

Did you by any chance change the session setting to zero?
I did that one time.

I had to go into MySQL and find the session data and change it to 15.

Quote:

Preference: General Settings

Session expiration

Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled. Works only when you are using PHP4.2.0 or later.)
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

3
ewonline
Re: No login block or page
  • 2007/7/4 5:41

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


The session setting only applies if you have use custom sessions on.

If you have a database backup, you might consider restoring that.

However, it is possible to go into your XOOPS MySQL database and manually edit it so the login block is visible. Look in the XOOPSDBPREFIX_newblocks table for the Login block.
Resized Image

4
Alex_Grey
Re: No login block or page
  • 2007/7/4 13:07

  • Alex_Grey

  • Just popping in

  • Posts: 43

  • Since: 2007/6/16


what about creating a html page that does that login.

some html file. (already modified for your site)
<form action="http://africanwanderer.co.za/user.php" method="post">
    <
table cellspacing="0" align="center" style="border: 1px solid silver; width: 200px;">
      <
tr>
        <
th style="background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;" colspan="2">User Login</th>
      </
tr>

      <
tr>
        <
td style="padding: 2px;">Username: </td><td style="padding: 2px;"><input type="text" name="uname" size="12" value="" /></td>

      </
tr>
      <
tr>
        <
td style="padding: 2px;">Password: </td><td style="padding: 2px;"><input type="password" name="pass" size="12" /></td>
      </
tr>
      <
tr>
        <
td style="padding: 2px;">&nbsp;</td>

        <
td style="padding: 2px;">
            <
input type="hidden" name="xoops_redirect" value="/" />

            <
input type="hidden" name="xoops_login" value="1" />
            <
input type="submit" value="User Login" /></td>
      </
tr>
    </
table>
  </
form>
“There is nothing impossible to him who will try.” ~Alex The Great~
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

Login

Who's Online

224 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits