Der Code PHP ist eine Ergänzung, um den Benutzer in der Datenbank in Englisch zu sehen.
Quote:
<h2>Admin - User</h2>
<p>Here accounts or accountIds search. <br/> If an empty list is entered again, the full list on the screen. </ P> <form action="index.php" method="GET">
<input type="hidden" name="s" value="admin"/>
<input type="hidden" name="a" value="user"/>
<table>
<tr>
<th class="topLine">Search (Account / Account-ID):</th>
<td class="topLine"><input type="text" name="filter" value="<?PHP if(isset($_GET['filter'])) echo $_GET["filter"]; ?>" size="40" maxlength="16"/></td>
<td class="topLine"><input type="submit" name="submit" value="suchen"/></td>
</tr>
</table>
</form>
<?PHP
$sqlCmd = "SELECT COUNT(*) AS anzEintr FROM account.account WHERE login LIKE '%".mysql_real_escape_string($_GET['filter'])."%' OR id='".mysql_real_escape_string($_GET['filter'])."' ORDER BY login ASC";
$sqlQry = mysql_query($sqlCmd,$sqlServ);
$getAnz = mysql_fetch_object($sqlQry);
$cntEintraege = $getAnz->anzEintr;
if(isset($_GET['p'])) {
$aktSeite = (!checkInt($_GET['p'])) ? 0 : $_GET['p'];
}
else {
$aktSeite=0;
}
if($aktSeite==0) $aktSeite=1;
$test = calcPages($cntEintraege,$aktSeite,$serverSettings['page_entries']);
$sqlCmd = "SELECT email FROM account.account WHERE login LIKE '%".mysql_real_escape_string($_GET['filter'])."%' OR id='".mysql_real_escape_string($_GET['filter'])."' ORDER BY login ASC LIMIT ".$test[1].",".$serverSettings['page_entries'];
Das Skript verwenden Sie eine Sequenz. Sie müssen ändern "YourIPoftheserver" ist, dass Sie in ip-Server Metin2 oder anderen Server. Wenn die conection der Datenbank falsch ist, legte das Skript ein Fehler in der Datenbank.
Quote:
mysql_conect("YourIPoftheserver","root")or die ("Connection is not the message will come out in English".mysql_error());
mysql_select_db("account")or die("You have no database connection".mysql_error());
Das Skript wählen Sie eine Tabelle in Ihrer Datenbank in dem Fall ist account.account. Ich erkläre im Angebot
Quote:
$re=mysql_query("SELECT email FROM account.account");//Wählen Datenbank
while($f=mysql_fetch_array($re)){
$para=$f['email'];////Feld, um die E-Mail-Adresse oder Bereich greifen
$serverSettings=$f['titel']."Title your menssage"///Titel der Nachricht
$nombre=$f['login'];///Name des Benutzers in der Mitteilung.
Wichtig ist die E-Mail im HTML-, ist eine andere Ergänzung im Skript die Meldung in html. Es wird im Format html organisiert. Es wird, was es fordert. Ich lasse ein Beispiel
Quote:
<table>
<tr>
<th class="topLine">E-Mail</th>
</tr>
<?php
$cab."Content-type: text/html\r\n";
$cab.'From: ';
mysql_conect("YourIPoftheserver","root")or die ("Connection is not the message will come out in English".mysql_error());
mysql_select_db("account")or die("You have no database connection".mysql_error());
$re=mysql_query("SELECT email FROM account.account");
while($f=mysql_fetch_array($re)){
$para=$f['email'];
$serverSettings=$f['titel']."Title your menssage"
$nombre=$f['login'];
$msj='
Estimated:'.$login.'<br>
<br>Hi user Metin2</br>
<p>Metin2 invites you to play their only dedicated servers .</p>
What do you expect to play?
Today we have more stable servers and a staff fully responsible . Thanks to the great experiences we've been buying this year for their services .
If you keep playing Metin2 thank you for your faithfulness . I 've noticed that the server is already stable .
If you keep playing you are welcome to return to see that everything has improved. And now we are great .
We have dedicated servers. Accommodation web .
And two great programmers who are 24 -hour servers attentive to Metin2. Not all.
<p>We are also looking at the possibility of increasing the server attentive programmers and designers.</p>
The experiences have given us strength and s not only that. We can also say that thanks to donations that have been put by the players continue to improve .
We implement everything new official servers and combine with private servers while retaining the official style . Without losing that style.
<br>Metin2 invites you to its apogee.</br>
<p>Pages:</p>
<img src="http://yourdomain.com/img/event/eventsm.jpg">
Please do not answer this message. It is an email blast created by a PHP script code.
if(!isset($_GET['filter']) && empty($_GET['filter'])) {
$_GET['filter']='';
$url_extension = '';
}
else {
$url_extension = '&filter='.$_GET['filter'];
}
?>
<h2>Admin - User</h2>
<p>Here accounts or accountIds search. <br/> If an empty list is entered again, the full list on the screen. </ P> <form action="index.php" method="GET">
<input type="hidden" name="s" value="admin"/>
<input type="hidden" name="a" value="user"/>
<table>
<tr>
<th class="topLine">Search (Account / Account-ID):</th>
<td class="topLine"><input type="text" name="filter" value="<?PHP if(isset($_GET['filter'])) echo $_GET["filter"]; ?>" size="40" maxlength="16"/></td>
<td class="topLine"><input type="submit" name="submit" value="suchen"/></td>
</tr>
</table>
</form>
<?PHP
$sqlCmd = "SELECT COUNT(*) AS anzEintr FROM account.account WHERE login LIKE '%".mysql_real_escape_string($_GET['filter'])."%' OR id='".mysql_real_escape_string($_GET['filter'])."' ORDER BY login ASC";
$sqlQry = mysql_query($sqlCmd,$sqlServ);
$getAnz = mysql_fetch_object($sqlQry);
$cntEintraege = $getAnz->anzEintr;
if(isset($_GET['p'])) {
$aktSeite = (!checkInt($_GET['p'])) ? 0 : $_GET['p'];
}
else {
$aktSeite=0;
}
if($aktSeite==0) $aktSeite=1;
$test = calcPages($cntEintraege,$aktSeite,$serverSettings['page_entries']);
$sqlCmd = "SELECT email FROM account.account WHERE login LIKE '%".mysql_real_escape_string($_GET['filter'])."%' OR id='".mysql_real_escape_string($_GET['filter'])."' ORDER BY login ASC LIMIT ".$test[1].",".$serverSettings['page_entries'];
?>
<table>
<tr>
<th class="topLine">E-Mail</th>
</tr>
<?php
$cab."Content-type: text/html\r\n";
$cab.'From: ';
mysql_conect("YourIPoftheserver","root")or die ("Connection is not the message will come out in English".mysql_error());
mysql_select_db("account")or die("You have no database connection".mysql_error());
$re=mysql_query("SELECT email FROM account.account");
while($f=mysql_fetch_array($re)){
$para=$f['email'];
$serverSettings=$f['titel']."Title your menssage"
$nombre=$f['login'];
$msj='
Estimated:'.$login.'<br>
<br>Hi user Metin2</br>
<p>Metin2 invites you to play their only dedicated servers .</p>
What do you expect to play?
Today we have more stable servers and a staff fully responsible . Thanks to the great experiences we've been buying this year for their services .
If you keep playing Metin2 thank you for your faithfulness . I 've noticed that the server is already stable .
If you keep playing you are welcome to return to see that everything has improved. And now we are great .
We have dedicated servers. Accommodation web .
And two great programmers who are 24 -hour servers attentive to Metin2. Not all.
<p>We are also looking at the possibility of increasing the server attentive programmers and designers.</p>
The experiences have given us strength and s not only that. We can also say that thanks to donations that have been put by the players continue to improve .
We implement everything new official servers and combine with private servers while retaining the official style . Without losing that style.
<br>Metin2 invites you to its apogee.</br>
<p>Pages:</p>
1and1.com - Professional solutions for Website, Domain, Hosting
<img src="http://yourdomain.com/img/event/eventsm.jpg">
Please do not answer this message. It is an email blast created by a PHP script code.
echo"
<tr>
<td class=\"$zF\">".$getAccs->email."</td>\n
</tr>\n";
$x++;
}
?>
</table>
<?PHP
}
else {
echo'<p class="meldung">¡It has no connection to the db!</p>';
}
?>
Denken Sie daran, dass die Menge der E-Mail in Übereinstimmung mit Ihren DNS-Anbieter und das Skript sind automatisch gehen, um die Mail zu versenden.
Es kann auch erkennen, wie SPAM einigen Mail-Servern.
Sry, but that´s coded really crappy...
Sorry if i say that, but its the truth.
Pls just take a quick look at Zendmail.
With Zendmail you can send the mass-email in about 10 lines of code.
Sry, but that´s coded really crappy...
Sorry if i say that, but its the truth.
Pls just take a quick look at Zendmail.
With Zendmail you can send the mass-email in about 10 lines of code.
(FREE SERVICE) Bereits released Homepage Script's umwandeln für Homepage-Baukasten 09/09/2012 - Metin2 Private Server - 4 Replies Tach
Ich habe mich mal dazu entschlossen für die "Hamachi Server", die Homepage-Bauksten als Homepage-Provider benutzen, ein paar bereits released Homepage so umzuscripten, dass sie für Homepage-Baukasten funktionstüchtig sind.
Wenn ihr wirklich Interesse daran habt, könnt ihr mir entweder hier im Thread oder per PN einen Link zu einer bereits released Homepage schicken (oder selbst erstellte, einfach Script DL per PN senden), dannach werde ich es so umscripten und euch die Codes per PN...
Suche Homepage mit hen script Zahle für gute Homepage! 03/09/2011 - Metin2 Private Server - 6 Replies Wie in der überschrift zu lesen suche ich eine Homepage für einen Metin2 P-Server!
Ich würde sogar etwas für die Homepage Zahlen!
Und ich kann euch jetzt schon sagen Geld ist genug da!
Wer eine gute Homepage hat und die Verkaufen möchte pn me!