Author Topic: Hilfe! Bin noch Neuling und möchte Loginbox auf einer anderen Seite einbinden  (Read 14836 times)

0 Members and 1 Guest are viewing this topic.

Offline hacmac81

  • Newbie
  • *
  • Posts: 22
    • View Profile
Hallo,

stelle mir das so vor: Ich möchte aus meiner Gallerie die Login Box entfernen, was ich auch hinbekommen habe und nun möchte ich aber die Box auf einer anderen homepage einbinden(wenns geht html). So das sich die registrierten User einloggen können bsp. von meiner Hauptseite aus. Und natürlich auch von dort an die Registrierung durchführen.
Wäre unheimlich dankbar, wenn mir da einer helfen könnte.


mfg :?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Code: [Select]
<form action="HIER DEN PFAD ANPASSEN/login.php" method="post">

  Benutzername:<br />
  <input type="text" size="10" name="user_name" class="logininput" />
  <br />
  Passwort:<br />
  <input type="password" size="10" name="user_password" class="logininput" />
  <br />
  <table border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">

      <td><input name="auto_login" type="checkbox" value="1" checked /></td>
      <td width="130"><span class="smalltext">Beim nächsten Besuch automatisch anmelden?</span></td>
    </tr>
  </table>
  <br />
  <input type="submit" value="Anmelden" class="button" />
  <br />
  <br />

</form>

Das kannste einbinden so Du willst, so lange Du den Pfad oben anpasst...

Viel erfolg...

Offline hacmac81

  • Newbie
  • *
  • Posts: 22
    • View Profile
ok, dankedas script hier habe ich eingefügt, dass problem, was jetzt besteht ist das, dass ich egal was ich als benutzernamen und passwort eingebe , immer weitergeleitet werde. auch wenn ich garnichts eingebe, komme ich über "login" dahin.
was muss ich jetzt noch wie verknüpfen um mich nur als registrierter user üpber die login box einloggen zu können?
danke für eure hilfe im voraus!


msg

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Code: [Select]
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: login.php                                            *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.4                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

$main_template 0;

$nozip 1;
define('ROOT_PATH''./');
include(
ROOT_PATH.'global.php');
require(
ROOT_PATH.'includes/sessions.php');

$url $_SERVER['HTTP_REFERER'];

$error 0;
if (
$user_info['user_level'] != GUEST || empty($HTTP_POST_VARS['user_name']) || empty($HTTP_POST_VARS['user_password'])) {
  if (!
ereg("index.php"$url) && !ereg("login.php"$url) && !ereg("register.php"$url) && !ereg("member.php"$url)) {
    
redirect($url);
  }
  else {
    
redirect("index.php");
  }
}
else {
  
$user_name trim($HTTP_POST_VARS['user_name']);
  
$user_password trim($HTTP_POST_VARS['user_password']);
  
$auto_login = (isset($HTTP_POST_VARS['auto_login']) && $HTTP_POST_VARS['auto_login'] == 1) ? 0;

  if (
$site_sess->login($user_name$user_password$auto_login)) {
    if (!
ereg("index.php"$url) && !ereg("login.php"$url) && !ereg("register.php"$url) && !ereg("member.php"$url)) {
      
redirect($url);
    }
    else {
      
redirect("index.php");
    }
  }
  else {
    
$error $lang['invalid_login'];
  }
}
if (
$error) {
  
$main_template "error";
  include(
ROOT_PATH.'includes/page_header.php');
  
show_error_page($error);
}
?>

als mod_login.php speichern und diese dann in dem anderen Code als action "verlinken"...

Offline hacmac81

  • Newbie
  • *
  • Posts: 22
    • View Profile
danke dir, habe mit dreamweaver eine neue php datei gewählt, dann deinen eingefügt und diese als mod_login.php unter "/4images" hochgeladen. aber das prob besteht immernoch. hier mal der code

Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Intim-Club Vorschau</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="file:///C|/Programme/Macromedia/Contribute%20302/Configuration/Content/StarterPages/20-business/spa_1/mm_health_spa.css" type="text/css">
<style type="text/css">
@import url("file:///C|/Programme/Macromedia/Contribute%20302/Configuration/Content/StarterPages/20-business/spa_1/mm_health_spa.css");
.Stil14 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; font-size: 21px; color: #993300; }
.Stil30 {color: #993300; font-size: 12px; font-style: italic; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Stil31 {color: #993300; font-size: 12px; font-style: italic; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }
.Stil33 {font-size: 10px; color: #000000;}
.Stil34 {
color: #000000;
font-weight: bold;
}
.Stil112 { color: #000000;
font-weight: bold;
font-size: 9px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.Stil113 {
font-size: 20px;
color: #993300;
font-weight: bold;
font-style: italic;
font-family: "ParkAvenue BT";
}
.Stil114 {color: #FFFFFF}
</style>
<script language="javascript">

</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="99%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="#ffffff">
    <td height="34" colspan="7"><div align="center">
      <h1 align="center" style="margin-bottom: 0"><span class="Stil14">&nbsp;&nbsp; <img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclub.jpg">&nbsp;&nbsp; </span></h1>
    </div></td>
  </tr>
  <tr bgcolor="#9D1D0B">
    <td height="25" colspan="7" id="dateformat">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;  <div align="center"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclub1.jpg">
      <div id="Layer6" style="position:absolute; width:380px; height:40px; z-index:7; left: 273px; top: 804px;"><a href="http://www.sarahs-secret.de/intimclubreg.html"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclub4.jpg" border="0"></a></div>
      <div id="Layer7" style="position:absolute; width:127px; height:45px; z-index:8; left: 399px; top: 864px;"><a href="http://www.sarahs-secret.de/main.html"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclubzurueck.jpg" border="0"></a></div>
    </div>
      <div align="center">           </div>
      <div align="left"></div>
    <div align="center">    </div></td>
  </tr>
  <tr bgcolor="#993300">
    <td colspan="7"><img src="file:///C|/Programme/Macromedia/Contribute%20302/Configuration/Content/StarterPages/mm_spacer.gif" alt="" width="1" height="1" border="0"></td>
  </tr>
  <tr>
    <td width="110" valign="top" height="945" bgcolor="#FFFFFF">&nbsp;
      <div align="center">
        <p><br>
        </p>
        <p>          <br>
        <img src="http://web160.mgp2.he-providing.de/images/buttons/intimclublogin.jpg">        </p>
        <p class="Stil113">&nbsp;</p>
        <p class="Stil113">&nbsp;</p>
        <p class="Stil113">Schreib mir!  </p>
        <p><a href="mailto:sarah@sarahs-secret.de"><img src="http://web160.mgp2.he-providing.de/Intimclub/sarahsintimclubmail.jpg" width="57" height="36" border="0"></a></p>
      </div></td>
    <td width="4" bgcolor="#993300">&nbsp;</td>
    <td colspan="2" valign="top" bgcolor="#FFFFFF"><div align="center">
      <p>&nbsp;</p>
      <p><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclub2.jpg"></p>
      <p>&nbsp;</p>
      <div id="Layer13" style="position:absolute; width:158px; height:592px; z-index:14; left: 855px; top: 312px;">
        <embed src="http://www.imagelooop.de/looopSlider.swf?id=1f87ccf3-c49c-178e-bc3c-0015c5fd2ed5" quality="best" bgcolor="#ffffff" name="looopSlider" align="middle" allowScriptAccess="always" width="150" height="500" type="application/x-shockwave-flash" scale="noscale" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="c=01,01,02,01&configurationFile=http://vorschau2.sarahssecret.imagelooop.de/config.xml"></embed><br>
      </div>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <div id="Layer11" style="position:absolute; width:171px; height:166px; z-index:19; left: -9px; top: 237px;">
        <form action="http://web160.mgp2.he-providing.de/Intimclub/mod_login.php" method="post">
   

  :   
    <input name="user_name" type="text" class="logininput" size="15" maxlength="26" />
    <br />
  <br />
  <br />
  <input name="user_password" type="password" class="logininput" size="15" maxlength="26" />
  <br />
  <table border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">

      <td><input name="auto_login" type="checkbox" value="1" checked /></td>
      <td width="130"><span class="smalltext Stil114">Beim nächsten Besuch automatisch anmelden?</span></td>
    </tr>
  </table>
  <br />
  <input type="submit" value="Anmelden" class="button" />
  <br />
  <br />

</form></div>
      <p>&nbsp;</p>
      <div id="Layer4" style="position:absolute; width:461px; height:77px; z-index:6; left: 213px; top: 451px;">
        <p class="Stil31">***Sei dein eigener Regisseur***</p>
        <p class="Stil30">Hier hast du die M&ouml;glichkeit, mit deinen geilen Fantasie und Vorschl&auml;ge, dass Drehbuch zu beeinflussen. Sag mir, was du gerne sehen m&ouml;chtest und ich werde es bestm&ouml;glich umsetzen! </p>
      </div>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <div id="Layer5" style="position:absolute; width:200px; height:99px; z-index:5; left: 487px; top: 695px;">
        <p class="Stil31">Handy-Stuff</p>
        <p class="Stil30">alle geile Pics und Videos, die du hier findest, gibt es im Handyformat! Einfach downloaden und rauf auf`s Handy.</p>
        </div>
      <div id="Layer3" style="position:absolute; width:200px; height:106px; z-index:3; top: 694px; left: 241px;">
        <p class="Stil31">Downloads</p>
        <p class="Stil30">dort gibt es erotisch, sinnliche Bilder. Du siehst zwar Fsk-18 Stuff, dennoch sch&ouml;n in Pose gesetzt. Also, was f&uuml;r`s Auge! </p>
        </div>
      <div id="Layer2" style="position:absolute; width:200px; height:139px; z-index:2; left: 483px; top: 540px;">
        <p class="Stil31">versaute Videos</p>
        <p align="center" class="Stil30">ebenso eine versaute Rubrik wie die Pics nur alles auf Video festgehalten. Ich filme mich im Solarium, zu Hause bei versauten Spielchen und sogar auf Toilette. Das solltest du sehen! Auch hier wird w&ouml;chentlich geupdatet.</p>
      </div>
      <div id="Layer1" style="position:absolute; width:200px; height:124px; z-index:1; left: 232px; top: 542px;">
        <p align="center" class="Stil31">geile Pics </p>
        <p align="center" class="Stil30">hier findest du geile und versaute FSK18 Pics, Outdoor-Bilder, elegante W&auml;schebilder und vieles mehr! Diese Rubrik wird w&ouml;chentlich geupdatet.</p>
        </div>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <div id="Layer8" style="position:absolute; width:302px; height:42px; z-index:9; top: 933px; left: 311px;"><a href="http://www.sarahs-secret.de/rechtliches.html"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclubagb.jpg" border="0"></a><a href="http://www.sarahs-secret.de/impressum.html"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclubimpressum.jpg" border="0"></a></div>
      <div id="Layer9" style="position:absolute; width:137px; height:21px; z-index:10; left: 389px; top: 1008px;" class="Stil33">
        <p class="Stil34"><span class="Stil112">&copy;&acute;2007 by Sarah</span></p>
      </div>
    </div></td>
    <td width="4" bgcolor="#993300">&nbsp;</td>
    <td width="82" valign="top"><div align="center">
      <p>&nbsp;</p>
      <p><a href="http://www.sarahs-secret.de/intimclubreg.html"><img src="http://web160.mgp2.he-providing.de/images/buttons/sarahsintimclub3.jpg" border="0"></a></p>
    </div></td>
    <td width="12" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td width="110">&nbsp;</td>
    <td width="4" bgcolor="#993300">&nbsp;</td>
    <td width="258"><div align="right"></div></td>
    <td width="306">&nbsp;</td>
    <td width="4" bgcolor="#993300">&nbsp;</td>
    <td width="82">&nbsp;</td>
<td width="12">&nbsp;</td>
  </tr>
</table>
</body>
</html>
« Last Edit: March 14, 2007, 03:32:10 PM by Acidgod »

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
wo kann ich das testen?
richte mal einen Test-User usw für mich ein, dann schaue ich mir das mal an...

Offline hacmac81

  • Newbie
  • *
  • Posts: 22
    • View Profile
pn ist unterwegs..........

Offline Ilyas

  • Pre-Newbie
  • Posts: 6
    • View Profile
Hallo,

ich habe auch vor, die Loginbox auf der Webseite anzeigen zu lassen. Habe das alles oben auch gemacht. Was nun? Geht ja nicht...

MfG

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Kann man das mal sehen?
Du musst nur diesen Code an einer gewünschten Stelle packen und den pfad zur login.php anpassen:

Das musst du im Code anpassen:
Code: [Select]
<form action="HIER DEN PFAD ANPASSEN/login.php" method="post">
Code: [Select]
<form action="HIER DEN PFAD ANPASSEN/login.php" method="post">

  Benutzername:<br />
  <input type="text" size="10" name="user_name" class="logininput" />
  <br />
  Passwort:<br />
  <input type="password" size="10" name="user_password" class="logininput" />
  <br />
  <table border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">

      <td><input name="auto_login" type="checkbox" value="1" checked /></td>
      <td width="130"><span class="smalltext">Beim nächsten Besuch automatisch anmelden?</span></td>
    </tr>
  </table>
  <br />
  <input type="submit" value="Anmelden" class="button" />
  <br />
  <br />

</form>

Offline Ilyas

  • Pre-Newbie
  • Posts: 6
    • View Profile
ja ach ne, hab ich doch, geht aber nicht...

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Ich habe ja auch schon gefragt ob man das mal sehen kann wo du das eingebaut hast!

Offline Ilyas

  • Pre-Newbie
  • Posts: 6
    • View Profile
sry, missverstanden

Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
</style>

<style type="text/css">
a.style1:link{color:#FFFFFF;text-decoration: none;}
a.style1:visited{color:#FFFFFF;text-decoration: none;}
a.style1:active{color:#FFFFFF;text-decoration: none;}
a.style1:hover{color:#FFFFFF;text-decoration: none;}
</style>
<style type="text/css">
div#container
{
position:relative;
width: 786px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align:left;
}
body {text-align:center;margin:0}
</style>
</head>

<body>

<div id="container">
<div id="image1" style="position:absolute; overflow:hidden; left:16px; top:0px; width:753px; height:87px; z-index:0"><img src="images/topbg_056.jpg" border=0 width=753 height=87></div>

<div id="shape1" style="position:absolute; overflow:hidden; left:17px; top:95px; width:752px; height:32px; z-index:1; background-color:#75B739">&nbsp;</div>

<div id="hr1" style="position:absolute; overflow:hidden; left:285px; top:133px; width:484px; height:20px; z-index:2">
<hr size=5 width=484 color=#B0B0B0>
</div>

<div id="hr2" style="position:absolute; overflow:hidden; left:18px; top:133px; width:259px; height:20px; z-index:3">
<hr size=5 width=259 color=#73B839>
</div>

<div id="shape2" style="position:absolute; overflow:hidden; left:286px; top:144px; width:484px; height:142px; z-index:4; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="shape3" style="position:absolute; overflow:hidden; left:18px; top:145px; width:259px; height:171px; z-index:5; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="hr3" style="position:absolute; overflow:hidden; left:18px; top:316px; width:259px; height:29px; z-index:6">
<hr size=5 width=259 color=#73B839>
</div>

<div id="shape4" style="position:absolute; overflow:hidden; left:18px; top:328px; width:259px; height:159px; z-index:7; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="hr4" style="position:absolute; overflow:hidden; left:18px; top:487px; width:259px; height:20px; z-index:8">
<hr size=5 width=259 color=#73B839>
</div>

<div id="shape5" style="position:absolute; overflow:hidden; left:18px; top:499px; width:259px; height:160px; z-index:9; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="hr5" style="position:absolute; overflow:hidden; left:285px; top:286px; width:484px; height:25px; z-index:10">
<hr size=5 width=484 color=#B0B0B0>
</div>

<div id="shape6" style="position:absolute; overflow:hidden; left:285px; top:298px; width:484px; height:234px; z-index:11; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="hr6" style="position:absolute; overflow:hidden; left:285px; top:532px; width:484px; height:20px; z-index:12">
<hr size=5 width=484 color=#B0B0B0>
</div>

<div id="shape7" style="position:absolute; overflow:hidden; left:285px; top:544px; width:484px; height:115px; z-index:13; border:#DCDCDC 1px solid; background-color:#FFFFFF">&nbsp;</div>

<div id="hr7" style="position:absolute; overflow:hidden; left:18px; top:653px; width:752px; height:20px; z-index:14">
<hr size=5 width=752 color=#73B839>
</div>

<div id="text1" style="position:absolute; overflow:hidden; left:312px; top:156px; width:436px; height:384px; z-index:15"><div class="wpmd">
<div><font class="ws11" color="#333333" face="Tahoma"><B>Willkommen auf Augsburg-Designs!</B></font></div>
<div><font class="ws6" color="#C0C0C0" face="Tahoma"><B>...</B></font></div>
<div><font class="ws8" color="#99CC00" face="Tahoma"><B>Augsburg-Designs</B></font><font class="ws8" color="#808080" face="Tahoma"> ist ein junges anstrebendes Unternehmen mit sitz in Augsburg,</font></div>

<div><font class="ws8" color="#808080" face="Tahoma">die sich hauptsächlich mit Medienbearbeitung wie Web, Bilder, Videos und anderes beschäftigen.</font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">Das Unternehmen besteht erst seit Juli 2008.</font></div>
<div><font class="ws6" color="#C0C0C0" face="Verdana"><BR></font></div>
<div><font color="#C0C0C0" face="Verdana"><BR></font></div>
<div><font color="#C0C0C0" face="Verdana"><BR></font></div>
<div><font class="ws8" color="#C0C0C0" face="Verdana"><BR></font></div>
<div><font class="ws11" color="#333333" face="Tahoma"><B>Featured Products</B></font></div>
<div><font class="ws6" color="#C0C0C0" face="Tahoma"><B>...</B></font></div>
<div><font color="#C0C0C0" face="Tahoma"><B><BR></B></font></div>
<div><font color="#C0C0C0" face="Tahoma"><B><BR></B></font></div>
<div><font color="#C0C0C0" face="Tahoma"><B><BR></B></font></div>
<div><font color="#C0C0C0" face="Tahoma"><B><BR></B></font></div>

<div><font color="#C0C0C0" face="Tahoma"><B><BR></B></font></div>
<div><font color="#C0C0C0" face="Tahoma"><B>_______________________________________________________________</B></font></div>
</div></div>

<div id="image3" style="position:absolute; overflow:hidden; left:519px; top:344px; width:15px; height:175px; z-index:16"><img src="images/interline006.gif" border=0 width=15 height=175></div>

<div id="text2" style="position:absolute; overflow:hidden; left:48px; top:103px; width:633px; height:24px; z-index:17"><div class="wpmd">
<div><font face="Tahoma"><B><a href="index.html" class="style1">HOME</a></B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font color="#FFFFFF" face="Tahoma"><B>|</B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font face="Tahoma"><B><a href="webdesign.html" class="style1">WEBDESIGN</a></B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font color="#FFFFFF" face="Tahoma"><B>|</B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font face="Tahoma"><B><a href="printdesign.html" class="style1">PRINTDESIGTN</a></B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font color="#FFFFFF" face="Tahoma"><B>| </B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font face="Tahoma"><B><a href="about us.html" class="style1">ABOUT US</a></B></font><font color="#333333" face="Tahoma"><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font color="#FFFFFF" face="Tahoma"><B> |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </B></font><font face="Tahoma"><B><a href="contact us.html" class="style1">CONTACT US</a></B></font></div>

<div><font color="#FFFFFF" face="Tahoma"><B><BR></B></font></div>
</div></div>

<div id="text3" style="position:absolute; overflow:hidden; left:400px; top:355px; width:121px; height:153px; z-index:18"><div class="wpmd">
<div><font class="ws8" color="#99CC00" face="Tahoma"><B><U>Product</U></B></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">Here's a poem for my best friend. You make me happy, Everyday.</font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#99CC00" face="Tahoma"><B><U>Product</U></B></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">Here's a poem for my best friend. You make me happy, Everyday.</font></div>
</div>
</div>

<div id="image4" style="position:absolute; overflow:hidden; left:530px; top:346px; width:100px; height:80px; z-index:19"><img src="images/msimpro.gif" border=0 width=100 height=80></div>

<div id="image5" style="position:absolute; overflow:hidden; left:304px; top:443px; width:87px; height:70px; z-index:20"><img src="images/intkeyboardps2.gif" border=0 width=87 height=70></div>

<div id="image6" style="position:absolute; overflow:hidden; left:528px; top:438px; width:100px; height:80px; z-index:21"><img src="images/lj1100xi.gif" border=0 width=100 height=80></div>

<div id="image7" style="position:absolute; overflow:hidden; left:300px; top:346px; width:93px; height:74px; z-index:22"><img src="images/wheel_of_time.gif" border=0 width=93 height=74></div>

<div id="image8" style="position:absolute; overflow:hidden; left:57px; top:26px; width:36px; height:36px; z-index:23"><img src="images/logo_12.gif" border=0 width=36 height=36></div>

<div id="text5" style="position:absolute; overflow:hidden; left:107px; top:36px; width:365px; height:42px; z-index:24"><div class="wpmd">
<div><font class="ws12" color="#969696"><B>Augsburg-Designs Medien GmbH &amp; Co. KG</B></font></div>
</div></div>

<div id="text6" style="position:absolute; overflow:hidden; left:632px; top:355px; width:121px; height:153px; z-index:25"><div class="wpmd">
<div><font class="ws8" color="#99CC00" face="Tahoma"><B><U>Product</U></B></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">Here's a poem for my best friend. You make me happy, Everyday.</font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#99CC00" face="Tahoma"><B><U>Product</U></B></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">Here's a poem for my best friend. You make me happy, Everyday.</font></div>
</div>
</div>

<div id="text8" style="position:absolute; overflow:hidden; left:312px; top:559px; width:424px; height:152px; z-index:26"><div class="wpmd">


<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma"><BR></font></div>
<div><font class="ws8" color="#808080" face="Tahoma">© 2009 Augsburg-Designs Medien GmbH &amp; Co. KG. All rights reserved.</font></div>
</div></div>

<div id="html1" style="position:absolute; overflow:hidden; left:47px; top:165px; width:200px; height:125px; z-index:27">
<form action="gallery/mod_login.php" method="post">

  Benutzername:<br />
  <input type="text" size="10" name="user_name" class="logininput" />
  <br />
  Passwort:<br />
  <input type="password" size="10" name="user_password" class="logininput" />
  <br />
  <table border="0" cellspacing="0" cellpadding="0">

    <tr valign="top">

      <td><input name="auto_login" type="checkbox" value="1" checked /></td>
      <td width="130"><span class="smalltext">Beim nächsten Besuch automatisch anmelden?</span></td>
    </tr>
  </table>
  <br />
  <input type="submit" value="Anmelden" class="button" />
  <br />

  <br />

</form></div>

</body>
</html>

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Ist das auf einer externen Seite? Oder immernoch innerhalb der Gallery?

Das hier:
Code: [Select]
<form action="gallery/mod_login.php" method="post">
Solltest du mal versuchen mit dem gesamten Pfad anzugeben like:
Code: [Select]
<form action="http://DEINESEITE/gallery/mod_login.php" method="post">

Offline Ilyas

  • Pre-Newbie
  • Posts: 6
    • View Profile
ist auf selben server


root/
root/gallery/...

also ist die index in root/index.html und gallery ist halt auch in root drin...


hab es mit kompletten pfad auch getestet gestern, geht nicht

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Versuch mal einfach das hier:

Code: [Select]
<form action="gallery/login.php" method="post">
Wenns nicht geht trotzdem nochmal mit gesamten Pfad!