Hack Install Wizard beta 2

Kaiba Master
Hi, ich hab ein Problem. Ich hab alles auf dem Board aber wenn ich jetzt auf z.b. Datein Bearbeiten klicke macht mein Rechner einfach nichts. Hat das irgendwas mit Mozilla Firefox zutun?
Feuerteufel
Sach ma wann kommt denn die final Version...O.O

Is zwar bisschen alt aber egal!
Cyperdrache
ICh habe ein Problem,

Ich möchte eine Datei Bearbeiten, kann sogar alles ausfüllen, bin fertig und möchte das er dass macht, aber ich finde den Button nicht.

HELP ME

MFG Cyperdrache
Reggie
(also falls das noch aktuell ist...)

das liegt an der hackwizard_dat.tpl
Da fehlte ein >

code:
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:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Hack Wizard ~ Datei ändern</title>
$headinclude
</head>

<body id="bg">
 $header
 <tr bgcolor="{tablecolora}" id="tablea">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a> » Hack Wizard ~ Datei ändern</b></font></td>
    <td align="right"><smallfont><b>$usercbar</b></font></td>
   </tr>
  </table></td>
 </tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td><table width="100%" border=0 cellpadding=0 cellspacing=0>
   <tr>
    <td width="100%"><normalfont color="{fontcolorsecond}"><b>Wizard Datei   $message</b></font></td>
    <tr>
  </table></td>
 </tr>
 <tr bgcolor="{tablecolora}" id="tablea" colspan=3>
  <td width="100%"><table width="100%"><form method="post" action="hackwizard.php?action=dat&sid=$session[hash]">
	<input type="hidden" name="send" value="send">
	<input type="hidden" name="pass_s" value="$pass_s">
   <tr class="firstrow" colspan=3>
    <td valign="top" colspan=3 align="left" width="50%"><normalfont>Datei:<br>$maindir/</font><input type="text" name="file" value=""></b><hr></td>
   </tr>
   <tr class="secondrow">
    <td valign="top" align="left" width="35%"><normalfont>Suche nach:<br></font><textarea name="old" cols="50" rows="7"></textarea></b></td>
    <td valign="top" align="left" width="30%"><br><input name="todo" type="radio" value="1"> Darüber einfügen<br>
<input name="todo" type="radio" value="2"> Darunter einfügen<br>
<input name="todo" type="radio" value="3"> Dahinter einfügen<br>
<input name="todo" type="radio" value="4"> Davor einfügen<br>
<input name="todo" type="radio" value="5"> Ersetzen mit</td>
    <td valign="top" align="left" width="35%"><br><textarea name="new" cols="50" rows="7"></textarea></td>
   </tr>
   <tr class="firstrow" colspan=3>
    <td valign="top" colspan=3 align="center" width="50%">$message2</b></td>
   </tr>
   <tr align="left">
    <normalfont><td colspan=3 align="center"><input type="submit" value="Ausführen"> <input type="reset" value="Zurücksetzen"></td>
    <td width="50%"></td>
</font></td>
   </tr>
  </form>
   <tr>
    <td colspan=3><hr width="100%" color="{tableinbordercolor}" noShade size=1></td>
   </tr>
   <tr align="left">
    <td align="left" colspan=2><normalfont><b>Navigation:<form method="post" action="hackwizard.php?sid=$session[hash]"></b><br>
	<input type="hidden" name="pass_s" value="$pass_s">
<select name="action">
		<option value="main">Hauptseite</option>
		<option value="upl">Dateien hochladen</option>
		<option value="sql">sql ausführen</option>
		<option value="dat">Datei bearbeiten</option>
		<option value="chmod">ChMod setzen</option>
		<option value="dir">Verzeichniss erstellen</option>
		<option value="secure">Passwort ändern</option></selct><input type="submit" value="Auswählen"></font></td>
    <td align="left"><normalfont></font></td>
  </tr>
   <tr>
    
    <td align="left"><normalfont></form></font></td>
<td></td>
   </tr>
  </table></td>
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td><table width="100%" border=0 cellpadding=0 cellspacing=0>
   <tr>
    <td><normalfont color="{fontcolorsecond}"><b>Hack Installation Wizard Beta 2 &copy; 2004 by Helmchen</B></font>
   </tr>
  </table></td>
 </tr>
</table>
$footer
</body>
</html>