1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | | PHP-Quelltext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Installation Foto-Hack auf PHPKIT 1.6.1</title>
</head>
<body>
<p><font face="Verdana" size="2"><b><u>Foto-Hack - Installation auf
PHPKIT 1.6.1<br>
</u></b></font></p>
<p><font face="Verdana" size="2">Zuerst muss die Installation allgemein
wie in der Readme beschrieben durchgeführt werden und anschließend die
bereits auf dem Server
existierende <i><br>
inc/public/userextoptions.php</i> angepasst werden. Führe dazu
folgende Schritte durch:</font></p>
<p><font face="Verdana" size="2">• Lade die Datei <i>inc/public/userextoptions.php</i>
per FTP von deinem Webspace in ein Verzeichnis deiner Wahl auf
deiner Festplatte (aber <u>nicht</u> in das Verzeichnis wohin du den
Hack entpackt hast)<br>
• Mache eine Sicherheitskopie dieser Datei<br>
• Öffne die <b>im Hack enthaltene (!) </b><span
style="font-style: italic;">login/extoption.php</span> und <u>kopiere</u>
alles, was zwischen<br>
<span style="font-family: monospace;">/</span><code>/
Foto-Modifikation Start #1</code><br>
und<br>
<code>// Foto-Modifikation Ende #1</code><br>
steht (am besten kopierst du auch diese beiden genannten Zeilen um
Updates später leichter durchführen zu können).<br>
• Öffne die <b>heruntergeladene</b> <span style="font-style: italic;">inc/public/userextoptions.php</span>
in einem
Editor, z.B. Notepad und <u>füge unter</u> folgende Zeilen:</font></p>
<div align="left">
<table
style="background-color: rgb(255, 255, 213); font-family: Verdana,Arial,Helvetica; font-size: 11px; border-collapse: collapse; width: 361px; height: 100px;"
bordercolorlight="#808080" bordercolordark="#808080" border="1"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><code>...<br>
$SQL->query("UPDATE ".pkSQLTAB_USER."<br>
SET
user_avatar='".$SQL->f($avatar)."'<br>
WHERE
user_id='".pkGetUservalue('id')."'");<br>
<br>
pkHeaderLocation('userextoptions');<br>
}<br>
</code></td>
</tr>
</tbody>
</table>
</div>
<p><font face="Verdana" size="2"><u>den aus der <b>im Hack
enthaltenen</b> <i>login/extoption.php</i> kopierten Text</u>
(#1; s.o.) ein.</font></p>
<p><font face="Verdana" size="2">• Öffne die <b>im Hack enthaltene (!)
</b><span style="font-style: italic;">login/extoption.php</span> und <u>kopiere</u>
alles, was zwischen<br>
<span style="font-family: monospace;">/</span><code>/
Foto-Modifikation Start #2</code><br>
und<br>
<code>// Foto-Modifikation Ende #2</code><br>
steht (am besten kopierst du auch diese beiden genannten Zeilen um
Updates später leichter durchführen zu können).<br>
• Öffne die <b>heruntergeladene</b> <span style="font-style: italic;">inc/public/userextoptions.php</span>
in einem
Editor, z.B. Notepad und <u>füge über</u> folgende Zeilen:</font>
</p>
<div align="left">
<table
style="background-color: rgb(255, 255, 213); font-family: Verdana,Arial,Helvetica; font-size: 11px; border-collapse: collapse; width: 361px; height: 16px;"
bordercolorlight="#808080" bordercolordark="#808080" border="1"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><code>eval("\$site_body.=\"".pkTpl("extoption")."\";");<br>
</code></td>
</tr>
</tbody>
</table>
</div>
<br><font face="Verdana" size="2"><u>den aus der <b>im Hack
enthaltenen</b> <i>login/extoption.php</i> kopierten Text</u>
(#2; s.o.) ein.<br>
<br>
• Lade die <u>geänderte</u> Datei (<span style="font-style: italic;">userextoptions.php</span>)
per FTP wieder auf den Webspace in das Verzeichnis <i>inc/public</i> hoch<br><br>
• Lösche die Datei <i>login/extoption.php</i><br>
</font></>
<hr><font face="Verdana" size="2">Viel Spaß mit dieser Modifikation
wünscht<br>
DJMars, Marsti@gmx.de, <a href="http://www.german-destroyers.de/">http://www.german-destroyers.de</a></font>
</body>
</html>
|