LoginAnywhere Mod

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
PM004
Berichten: 49
Lid geworden op: 10 apr 2005, 12:24

LoginAnywhere Mod

Bericht door PM004 » 23 apr 2005, 07:33

Ik kan niet goed Engels :oops: Dus wie zou even deze Mod voor mij willen vertalen?

Code: Selecteer alles

Thank you for downloading the LoginAnywhere Hack. Before installing the hack, you must make a few necessary code adjustments. First, open logon.php. Then, find all instances of

http://www.vipersoftrunescape.com/Forum/

and replace with the PhpBB root directory of your site (include the hostname, just in case you move the frame page's location). Then, find all instances of

main

and replace with the frame you want the result to appear in (not the frame the login box will be in). After this, open the frame file in which you want the login box to appear. Insert the code

<iframe src="http://www.yoursite.com/forum/logon.php" width="150" height="100"></iframe>

where you want the login box to be. You may modify the width and height to suit your needs, but if you do, there may be scrollbars. To prevent the scrollbars from appearing, add the

scrolling="no"

tag after the height tag. After this, save all changes. If necessary, change the extension to .htm or .html (untested).


Installation
------------

To install, upload logon.php to your root PhpBB folder. (i.e. yoursite.com/forum).


Use
---

Whenever a user types in their username in the first text box, and their password in the second, then press Log in, the frame you specified will log the person in to the specified account. If the person is already logged into another account, then they should first click the Log out link, or else the Log in button will have no effect.

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 23 apr 2005, 08:11

Voeg op de plek waar je een inlogscherm wil hebben deze code toe:

Code: Selecteer alles

<iframe src="http://www.yoursite.com/forum/logon.php" width="150" height="100"></iframe>
waar je de waarde van src aanpast tot de voor jouw correcte waarde.

De installatie is heel simpel, upload logon.php naar je forummap.
... Maar ik modereer (nog) niet.

PM004
Berichten: 49
Lid geworden op: 10 apr 2005, 12:24

Bericht door PM004 » 23 apr 2005, 08:26

Is dat alles? Vast niet, of ik heb iets niet goed gedaan....Nu krijg ik namelijk uhwww.....Kijk zelf maar even: http://www.paulmak.sohosted.com/simviews/

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 23 apr 2005, 08:39

... Maar ik modereer (nog) niet.

PM004
Berichten: 49
Lid geworden op: 10 apr 2005, 12:24

Bericht door PM004 » 23 apr 2005, 08:48

:oops: Dankje :bier:

Gesloten