Register for your free account! | Forgot your password?

You last visited: Today at 13:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Regi Page machen

Discussion on Regi Page machen within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
wanka1994's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 38
Received Thanks: 0
Regi Page machen

Hi kann mir jemand eine Regi-Page machen der Ahnugn bzw. Erfahrung davon hat bei mir funzt es einfach nicht und die Config sowie auch Index kan ich auch nicht downloaden wäre nett wenn mir einer das über TeamViver machen würde meine isq nummer ist 577538130 MFG
wanka1994 is offline  
Old 12/22/2009, 14:11   #2
 
elite*gold: 12
Join Date: Nov 2009
Posts: 1,260
Received Thanks: 90
Also ich geh mal davon aus dass du gelsen hast?!
Chuixiong is offline  
Old 12/22/2009, 14:15   #3
 
Gegalskii's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 193
Received Thanks: 25
lies dir alles nochmal durch vilt. hast du was vergessen oder was falsch gemacht

Mfg
Gegalskii
Gegalskii is offline  
Old 02/17/2010, 18:34   #4
 
hahahas2's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 10
Received Thanks: 0
hi hier kannst du dir eine kleine regipage für dinen server erstellen.
1. erstellt 2editordokumente
eine heisst index die andere config .
bi index schreibt ihr das rein
Quote:
PHP Code:
<?php 
    
/*
    |-------------------------------------------------------------------
    | Datenbank Connection Details
    |-------------------------------------------------------------------
    */
        
$mysql_host     ".100";
        
$mysql_user     "root";
        
$mysql_pass     "123456";
        
$mysql_db    "account";
    
/*
    |-------------------------------------------------------------------
    | Datenbank Verbindung herstellen
    |-------------------------------------------------------------------
    */    
        
mysql_connect($mysql_host$mysql_user$mysql_pass) OR
        die(
"Es konnte keine Verbindung zur Datenbank hergestellt werden.<br /> Fehlermeldung: ".mysql_error());    
        
        
mysql_select_db($mysql_db) OR
        die(
"Die Datenbank konnte nicht benutzt werden.<br /> Fehlermeldung: ".mysql_error());
?>
bei $mysql_host eure hamachiip mit einer 100 hinter
dann kommt das in die index datei
PHP Code:
<?php 
    
include('config.php');
    if(isset(
$_POST['submit']) && $_POST['submit'] == 'Register') {
        
$username mysql_real_escape_string($_POST['username']);
        
$password mysql_real_escape_string($_POST['password']);
        
$rl_name mysql_real_escape_string($_POST['rl_name']);
        
$email mysql_real_escape_string($_POST['email']);
        
        
$sql "INSERT INTO account SET login = '".$username."', password = PASSWORD('".$password."'), real_name = '".$rl_name."', email = '".$email."'";
        
$result mysql_query($sql);
        if(
$result) { echo 'Sie haben Erfolgreich ein Account erstellt.'; } else { echo 'NOT'; }
    }
?>
<!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">
<head>
<title>Registration</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Registration" />
<meta name="keywords" content="some, keywords, comes, later" />
<meta name="language" content="en" />
<meta name="robots" content="index,follow" />
<meta name="author" content="S3cr3t" />
<meta name="revisit-After" content="5 days" />
<meta name="distribution" content="local" />
<style type="text/css">
<!--
body         { background:#000;    color:#FF0; font:bold 8pt Verdana,Arial,Helvetica,sans-serif; }
#container    { margin:40px auto; width:750px; overflow:hidden; }
#text         { padding:5px; }
#text ul     { padding:0px; margin-left:15px; }
#text li     { display:block; }
#left         { float:left; }
#right         { float:right; margin-right:15px; }
!-->
</style>
<script type="text/javascript">
if (top.frames.length != 0)
    top.location=self.location;
</script>
</head>
<body>
    <div id="container">
        <div id="text">
            <form action="index.php" method="post">
                <ul>
                    <li>Username:</li>
                    <li><input type="text" name="username" size="60" /></li>
                    <li>&nbsp;</li>
                    <li>Password:</li>
                    <li><input type="password" name="password" size="60" /></li>
                    <li>&nbsp;</li>
                    <li>Real Name:</li>
                    <li><input type="text" name="rl_name" size="60" /></li>
                    <li>&nbsp;</li>
                    <li>E-Mail:</li>
                    <li><input type="text" name="email" size="60" /></li>
                    <li>&nbsp;</li>
                                        <td><img src="captcha/captcha.php" border="0" title="Sicherheitscode"></td>
                                        <td><input type="text" name="sicherheitscode" size="5"></td>
                    <li><input type="submit" name="submit" value="Register" /></li>

                                </ul>   
            </form>
        </div>
    </div>
<tr>
</tr>

by xBLooMx www.elitepvpers.com
bearbeitet von Ravenear
</body>
</html>
wenn du noch ein captcha (ein sicherheitscode) haben wollt dan downloadet euch das hier und fügt es bei htdocs mit ein
download im anhang ich hoffe ich konnte dir helfen
hier der link zur probe wenn ihr alles fertig habt
Attached Files
File Type: rar captcha.rar (16.2 KB, 38 views)
hahahas2 is offline  
Old 03/04/2010, 16:06   #5
 
elite*gold: 0
Join Date: Jun 2009
Posts: 13
Received Thanks: 3
hallo ich hab nen metin2 root pserver gemacht und ne hp bei homepage-baukasten.de gemacht aber jetz hab ich ka wie ich ne seite mache wo man sich registrieren kann! wer mit hlift bekommt ein thx
Nightmaestro is offline  
Reply


Similar Threads Similar Threads
Regi Page machen PROBLEM
08/24/2010 - Metin2 - 4 Replies
Hab ein kleines Prob, jedes mal wenn ich meine Regi Page fertig habe alles installiert und alles richtig gemacht habe kommt das hier: http://www.fotos-hochladen.net/dasproblemr9emc1sz .jpg brauche dringend Hilfe :D
hii suche jemanden der ne regi page machen kann und..!!
05/19/2010 - Metin2 Private Server - 0 Replies
Wie schon gesagt suche ich jemanden der... ..Regipage für DynDns Server machen kann ..der mir zeigt wie ich mit dydns server auf filezilla connecten kann wäre echt nett von euch MSN : [email protected]
Wie kann ich eine Regi page für meinen HAmachi Pserver machen ?
05/01/2010 - Metin2 Private Server - 4 Replies
Ich hab ehct alles versucht ^.^ aber es geht nicht ^^ wer kann mir helfen ^^
Regi Page machen
12/21/2009 - Metin2 Private Server - 3 Replies
Hallo Comm. Kann mir vielleicht jemand Regi-Page machen per Teamviver ..? Kriege das einfach nicht hin :( wer hilft bekommt wenn er will rechte auf mein Server und ein THX plssssss helfen Meine isq nummer :577538130



All times are GMT +1. The time now is 13:43.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.