Welcome, Guest. Please Login or Register.
May 16, 2024, 05:31:29 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  registrierung ändern « previous next »
Pages: [1] Reply Ignore Print
Author Topic: registrierung ändern  (Read 1332 times)
gegenwart
Noobie
*
Posts: 17


I'm Mr.Blabla!

registrierung ändern
« on: June 22, 2002, 08:02:55 AM »
Reply with quote

hi

also ich habe follgendes vor:
ich möchte eine registrierungsmöglichkeit außerhalb des forums haben...
der user soll sich auf der page für das forum anmelden können. ist das möglich? ich habe das so nicht hinbekommen....

thx for help

edit: und wie kann ich die verschlüsslung der passwörter ändern?
das problem ist nur, dass wir vielleicht in einem jahr wieder auf perl umsteigen MÜSSEN (webspace).
ich möchte nicht nochmal diese problem mit den passwörten haben....
« Last Edit: June 22, 2002, 08:08:06 AM by gegenwart » Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:registrierung ändern
« Reply #1 on: June 22, 2002, 08:08:59 AM »
Reply with quote

Registrierung ab Startseite sollte mit SSI möglich sein.
« Last Edit: June 22, 2002, 08:09:41 AM by andrea » Logged

gegenwart
Noobie
*
Posts: 17


I'm Mr.Blabla!

Re:registrierung ändern
« Reply #2 on: June 22, 2002, 11:45:22 AM »
Reply with quote

ähmm wie kann ich das über SSI machen und welche startseite? die vom forum oder irgendeine andere?
passwordsache??
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:registrierung ändern
« Reply #3 on: June 22, 2002, 12:03:57 PM »
Reply with quote

ssi ermöglicht das registrieren auch ausserhalb des forums!

mediman
Logged

mainComm Dev Team
gegenwart
Noobie
*
Posts: 17


I'm Mr.Blabla!

Re:registrierung ändern
« Reply #4 on: June 22, 2002, 12:22:32 PM »
Reply with quote

und wie geanu muss man das dann machen?
ich wollte jetzt einfach ein script erstellen, dass dann username usw. in die db einträgt...
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:registrierung ändern
« Reply #5 on: June 22, 2002, 12:30:46 PM »
Reply with quote

also abhängig davon ob dei hoster ssi überhaupt zulässt, ist auch ein eigenes kleinesscript möglich...

der code den du brauchst ist in der register.php, denk aber dran vorgher die settings.php zu includen, sinst werdend ie variablen leer bleiben...

mediman
Logged

mainComm Dev Team
gegenwart
Noobie
*
Posts: 17


I'm Mr.Blabla!

Re:registrierung ändern
« Reply #6 on: June 22, 2002, 12:35:54 PM »
Reply with quote

gut danke, ich werde das probieren :)
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:registrierung ändern
« Reply #7 on: June 22, 2002, 12:36:50 PM »
Reply with quote

falls du garnicht klarkommst sag halt was!

mediman
Logged

mainComm Dev Team
gegenwart
Noobie
*
Posts: 17


I'm Mr.Blabla!

Re:registrierung ändern
« Reply #8 on: June 22, 2002, 03:59:48 PM »
Reply with quote

irgendwie bekomme ich das noch nicht hin, vielleicht kannst du mir ein bisschen helfen, wäre echt nett :)

ich habe das jetzt so versucht...
die reg. soll auf eine extra seite, also nicht im yabbse verzeichtiss... deshalb extra db auswhl wieder.

<?php
/*****************************************************************************/
/* Register.php                                                              */
/*****************************************************************************/
/* YaBB: Yet another Bulletin Board                                          */
/* Open-Source Project started by Zef Hemel ([email protected])                 */
/* Software Version: YaBB SE                                                 */
/* ========================================================================= */
/* Software Distributed by:    http://www.yabb.info                          */
/* Support, News, Updates at:  http://www.yabb.info/community                */
/*                             http://yabb.xnull.com/community               */
/* ========================================================================= */
/* Copyright (c) 2001-2002 Lewis Media - All Rights Reserved                 */
/* Software by: The YaBB Development Team                                    */
/*****************************************************************************/
/* This program is free software; you can redistribute it and/or modify it   */
/* under the terms of the GNU General Public License as published by the     */
/* Free Software Foundation; either version 2 of the License, or (at your    */
/* option) any later version.                                                */
/*                                                                           */
/* This program is distributed in the hope that it will be useful, but       */
/* WITHOUT ANY WARRANTY; without even the implied warranty of                */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General */
/* Public License for more details.                                          */
/*                                                                           */
/* The GNU GPL can be found in gpl.txt in this directory                     */
/*****************************************************************************/


// einstellung
    
$id "";
    
$pw "";
    
$host "localhost";
    
$database "yabb";
    
$table "yabbse_members";

// ende

// server + db connection

$conn_id mysql_connect($host,$id,$pw);
mysql_select_db($database,$conn_id);




  
// speichern der einträge

  
if ($action=="save") {

    
mysql_query("insert into $table (name,email,passwort) VALUES ('$memberName','$emailADDress','$passwd')");

  }
?>


<table width="952" align="center" bgcolor="#FFFFFF" bordercolor="#FF9900">
  <form action="<?php echo $PHP_SELF?>" method=post>
    <tr bgcolor="#006699" bordercolor="#FF9900">
      <input type="hidden" name="action" value="save">
      <td width="474" height="75"><font face="Verdana" size="2" color="#FFFFFF">*
        Benutzernamen wählen: <br>
        <font size="1">Nur zur Identifikation beim Einloggen. Sonderzeichen im
        Namen <br>
        kannst Du nach der Registrierung in Deinem Profil einstellen.</font></font>
        <font color="#FFFFFF"><b><font size="2" face="Verdana"><br>
        </font></b></font></td>
      <td colspan="2" height="75" width="466"><b><font face="Verdana" size="2" color="#000099">
        <input type=text name=name>
        </font></b></td>
    </tr>
    <tr bgcolor="#006699" bordercolor="#FF9900">
      <td width="474" height="75"><font size="2" face="Verdana" color="#FFFFFF">*
        E-Mail: <br>
        <font size="1">Es muss eine gültige E-Mail Adresse sein.</font></font></td>
      <td colspan="2" height="75" width="466"><b><font face="Verdana" size="2" color="#000099">
        <input type=TEXT name=email>
        </font></b></td>
    </tr>
    <tr bgcolor="#006699" bordercolor="#FF9900">
      <td height="38" width="474">
        <p><font face="Verdana" size="2" color="#FFFFFF">* Passwort:</font></p>
      </td>
      <td height="38" colspan="2" width="466">
        <p><font size="2"><font size="2"><font face="Verdana"><font face="Verdana"><b><b><b><b><b><b><font face="Verdana" size="2" color="#000099">
          <input type=TEXT name=Passwort>
          </font></b></b></b></b></b></b></font></font></font></font> </p>
    </tr>
    <tr bgcolor="#006699" bordercolor="#FF9900">
      <td height="40" width="474"><font size="2" face="Verdana" color="#FFFFFF">*
        Passwort wiederholen: </font></td>
      <td height="40" colspan="2" width="466">
        <div align="left"><b><font face="Verdana" size="2" color="#000099">
          <input type=TEXT name=Password2>
          </font></b></div>
      </td>
    <tr bgcolor="#006699" bordercolor="#FF9900">
      <td height="86" colspan="3">
        <center>
          <input type=submit value="Registrieren" name="submit">
        </center>
      </td>
  </form>
</table>
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:registrierung ändern
« Reply #9 on: June 22, 2002, 04:31:06 PM »
Reply with quote

@gegenwart: nimm bitte ein kleineres Avatar, welches nicht das Forum Layout zerschiesst...
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  registrierung ändern « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.013 seconds with 19 queries.