Hallo,
vielen dank erstmal für deine Antwort nur wie greife ich auf den PHP Kern zu...dachte das diese Angaben reichen würden...jaja die Rosa Rote Brille halt
MfG
PsychoJR
Hallo,
vielen dank erstmal für deine Antwort nur wie greife ich auf den PHP Kern zu...dachte das diese Angaben reichen würden...jaja die Rosa Rote Brille halt
MfG
PsychoJR
Hallo,
vielen dank erstmal für die Antwort..
Leider habe ich nicht extrem soviel ahnung von dieser Materie...
Aussehen tuen die beiden verfahren so....
PHPNuke:
<form action=\"modules.php?name=Your_Account\" method=\"post\"><input type=\"text\" name=\"username\" value=\"user name\" onFocus=\"if(this.value=='user name')this.value='';\" value style=\"width:90;height:18;\" class=1><img src=\"themes/pixol/images/spacer.gif\" width=\"5\" height=\"1\" border=\"0\"><input type=\"password\" name=\"user_password\" value=\"password\" onFocus=\"if(this.value=='password')this.value='';\" value style=\"width:90;height:18;\" class=1><input type=\"hidden\" name=\"random_num\" value=\"$random_num\"><input type=\"hidden\" name=\"gfx_check\" value=\"$code\"><input type=\"hidden\" name=\"op\" value=\"login\"><img src=\"themes/pixol/images/spacer.gif\" width=\"5\" height=\"1\" border=\"0\"><input type=\"image\" value=\"login\" class=\"noborder\" src=\"themes/pixol/images/login.gif\" border=\"0\" alt=login border=0 align=absmiddle><img src=\"themes/pixol/images/spacer.gif\" border=0 width=4 height=1><a href=\"modules.php?name=Your_Account&op=new_user\"><img src=\"themes/pixol/images/reg.gif\" border=0 alt=register border=0 align=absmiddle></a></TD></a></td></form>\n
wbb:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_USERCP_LOGIN_TITLE']}</title>
$headinclude
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="js/sha1.js"></script>
<script type="text/javascript" src="js/crypt.js"></script></then></if>
</head>
<body>
$header
<form action="login.php" method="post" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<input type="hidden" name="send" value="send" />
<input type="hidden" name="sid" value="$session[hash]" />
<if($allowloginencryption==1)><then>
<input type="hidden" name="authentificationcode" value="$session[authentificationcode]" />
<input type="hidden" name="crypted" value="false" /></then></if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder">
<tr>
<td class="tabletitle" align="left" colspan="2"><span class="normalfont">[b]{$lang->items['LANG_USERCP_LOGIN_TITLE']}[/b]</span></td>
</tr>
<tr align="left">
<td class="tableb"><span class="normalfont">{$lang->items['LANG_USERCP_LOGIN_USERNAME']}</span></td>
<td class="tableb"><input type="text" class="input" name="l_username" size="20" maxlength="50" tabindex="1" /><span class="smallfont"> [url='register.php{$SID_ARG_1ST}']{$lang->items['LANG_USERCP_LOGIN_REGISTER']}[/url]</span></td>
</tr>
<tr align="left">
<td class="tablea"><span class="normalfont">{$lang->items['LANG_USERCP_LOGIN_PASSWORT']}</span></td>
<td class="tablea"><input type="password" class="input" name="l_password" size="20" maxlength="30" tabindex="2" /><span class="smallfont"> [url='forgotpw.php{$SID_ARG_1ST}']{$lang->items['LANG_USERCP_PW_FORGOTPW']}[/url]</span></td>
</tr>
<if($allowloginencryption==1)><then>
<tr align="left">
<td class="tableb"><span class="normalfont"><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></span></td>
<td class="tableb"><input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.loginform);" /></td>
</tr></then></if>
</table>
<p align="center"><input class="input" type="submit" name="submit" accesskey="S" value="{$lang->items['LANG_USERCP_LOGIN_LOGIN']}" tabindex="3" /> <input class="input" type="reset" accesskey="R" value="{$lang->items['LANG_USERCP_LOGIN_RESET']}" /></p>
</form>
<if($allowloginencryption==1)><then>
<script type="text/javascript">
<!--
activate_loginencryption(document.loginform);
//-->
</script></then></if>
$footer
</body>
</html>
Alles anzeigen
Vielen Dank schonmal im vorraus
MfG
PsychoJR
Hallo zusammen,
habe da nen Problem..
Ich würde gerne 1 Login Script haben was 1x die Daten an mein PHPNuke sendet und einmal an das wbb 2.3.6
Was ich schon hinbekommen habe ist das wenn sich jemand bei Nuke oder im Forum reggt dieser sofort auch für das andere System registriert ist !
Das funktioniert auch alles...nun is nur das blöde das die Leute sich 2x einloggen müssen !
Dies würde ich wie bereits erwähnt gerne durch ein Globales Login Script ersetzten !
Hat zufällig jemand ne Idee oder sogar nen Script zur Hand ?
Vielen Dank schonmal im vorraus
MfG
PsychoJR