You are not logged in.

wcf.regNote.message

  • "Chiller-Nation" started this thread

Posts: 4

  • Send private message

1

Sunday, October 30th 2005, 10:06pm

Speedy

Hallo,

Habe hier nen Script also ne Datei mit so Felder die man aus füllen kann nach denn man aus gefüllt hat will ich es das er die sachen in BBCODE generiert wie mache ich das das er das macht?

denn wenn ich absenden oder so klicke löscht er alles hier der Code:

PHP Source 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<style type="text/css">
 <!--
body {
 color#E8E8E8;
 background-color#222222;
 font-familyVerdana;
 margin:0;
background-imageurl(images/bb_blackfuture/bg.gif);
}

body a:linkbody a:visitedbody a:active {
 color#E8E8E8;
 text-decorationunderline;
 
}
body a:hover {
 color#AAAAAA;
 text-decorationnone;
 
}


.logobackground {
 background-imageurl(images/bb_blackfuture/logo_bg.gif); 
}



.mainpage {
 background-color#222222;
}



.tableoutborder {
 background-color#000000;
}



.tableinborder {
 background-color#444444;
}

.threadline {
 color#444444;
}


.tabletitle {
 color#E8E8E8;
 background-color#000000;
 background-imageurl(images/bb_blackfuture/cellpic.jpg);
}


.tabletitle_fc {
 color#E8E8E8;
}


.inposttable {
 background-color#444444;
 
}

.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active { 
 color#E3E3E3;
 text-decorationunderline;
 
}
.tabletitle a:hover { 
 color#E8E8E8;
 text-decorationback;
 
}

.smallfont {
 font-size9px;
 font-familyVerdana;
 
 
}

.normalfont {
 font-size10px;
 font-familyVerdana;
 
 
}

.tablecat {
 color#55D800;
 background-color#000000;
 background-imageurl(images/bb_blackfuture/top_bg_o.gif);
}


.tablecat_fc {
 color#55D800;
}


.tablecat a:link, .tablecat a:visited, .tablecat a:active {
 color#e8e8e8;
 text-decorationunderline;
 
}
.tablecat a:hover { 
 color#55D800;
 text-decorationnone;
 
}

.tableb {
 color#e8e8e8;
 background-color#000000;
 border-left1px #555555 solid; 
border-top1px #555555 solid; 
border-right1px #333333 solid; 
border-bottom1px #333333 solid;
}


.tableb_fc {
 color#e8e8e8;
}


.tableb a:link, .tableb a:visited, .tableb a:active { 
 color#E8E8E8;
 text-decorationunderline;
 
}
.tableb a:hover { 
 color#55D800;
 
 
}

.tablea {
 color#e8e8e8;
 background-color#000000;
 border-left1px #555555 solid; 
border-top1px #555555 solid; 
border-right1px #333333 solid; 
border-bottom1px #333333 solid;
}


.tablea_fc {
 color#e8e8e8;
}


.tablea a:link, .tablea a:visited, .tablea a:active {
 color#E8E8E8;
 text-decorationunderline;
 
}
.tablea a:hover { 
 color#55D800;
 text-decorationnone;
 
}

.prefix {
 color#55D800;
 
 
 
}

.time {
 color#55D800;
 
 
 
}

.highlight {
 
 font-weightbold;
 
 
}

select {
 font-size11px;
 font-familytahoma,helvetica;
 color#EEEEEE;
 background-color#303030;
 
}

textarea {
 font-size11px;
 font-familytahoma,helvetica;
 color#EEEEEE;
 background-color#444444;
 background-imageurl(images/bb_blackfuture/textarea.gif);
}

.input {
 font-size11px;
 font-familytahoma,helvetica;
 color#EEEEEE;
 background-color#444444;
 
}

.publicevent {
 
 
}

.privateevent {
 
 
}

form {
 padding:0px;
 margin:0px;
}

pre {
 padding:0px;
 margin:0px;
 font-familyCourier new;
 font-size11px; 
}

.top_bg_o background-imageurl(images/bb_blackfuture/top_bg_o.gif); }

.top_bg_u background-imageurl(images/bb_blackfuture/top_bg_u.gif); }

.obenmitte {
background-imageurl(images/bb_blackfuture/obenmitte.gif);
}

.untenmitte {
background-imageurl(images/bb_blackfuture/untenmitte.gif);
}

.footer_bg {
background-imageurl(images/bb_blackfuture/top_bg_o.gif);
}


BODY SCROLLBAR-BASE-COLOR#000000; SCROLLBAR-ARROW-COLOR: #55D800}

-->
</style>
<html><head><title>Speedreport hack</title></head><body><html><head><title>Speedreport</title></head><body><center><h1>Speedreport</h1><br><br><form method='post' action='speedreport.php'><h3>Dein Nick</h3><input type='text' name='urnick' maxlength='100' size=20><br><h3>Downloadname</h3><input type='text' name='dwlnam' maxlength='100' size=20><br><h3>Uploader</h3><input type='text' name='upld' maxlength='100' size=20><br><h3>Pubstatus</h3>Online <input type='radio' name='status' value='on'><br>Offline <input type='radio' name='status' value='off'><br>421 <input type='radio' name='status' value='421'><br><br><h3>Status</h3>Warten <input type='radio' name='do' value='warten'><br>Leechen <input type='radio' name='do' value='saugen'><br>Fertig <input type='radio' name='do' value='fertig'><br><br><h3>Download Speed Anfang</h3><input type='text' name='speed1' maxlength='3' size=20><br><h3>Download Speed Mitte</h3><input type='text' name='speed2' maxlength='3' size=20><br><h3>Download Speed Ende</h3><input type='text' name='speed3' maxlength='3' size=20><br><h3>Bewertung (in Punkten)</h3>Sehr Schlecht <input type='radio' name='be' value='1'><br>Schlecht <input type='radio' name='be' value='2'><br>Mittel <input type='radio' name='be' value='3'><br>Gut <input type='radio' name='be' value='4'><br>Sehr Gut <input type='radio' name='be' value='5'><br><br><h3>Kommentar</h3><textarea cols=20 rows=7 name='anmerk'></textarea><br><input type='hidden' name='typ' value='generate'><input type='hidden' name='was' value='speedy'><br><input type='submit' value='Weiter'><input type='reset' value='Abbrechen'></form></center></body></html></body>


Danke im Voraus

Prometheus

Administrator

Posts: 3,278

  • Send private message

2

Sunday, October 30th 2005, 10:17pm

davon ab das der code noch mehrere fehler enthällt bin ich nicht ganz sicher was du möchtest. was genau macht dieses skript und was passiert in der zieldatei? ohne mehr informationen ist es schwer zu helfen.

allerdings wenn du sagst nach dem absenden ist alles weg dann würde ich zuerst ohne mehr zu wissen mal auf register_globals tippen und das heißt du musst das zielskript so verändern das die variablen dort richtig in empfang genommen werden. das machst du indem du die variablen mit $_REQUEST['varname'] abfragst.
Jedwege Anfragen bitte an Technomausi oder ShaoKhan richten. Dieses Konto ist und bleibt inaktiv.

  • "Chiller-Nation" started this thread

Posts: 4

  • Send private message

3

Sunday, October 30th 2005, 10:26pm

Aso hier es soll sowas sein

Klick

hier sowas teste es mal aus ich bin kein php progger von der her weiß ich noch net viel will es langsam lernen kannst jetzut sagen was man machen muss und so?

Danke im Voraus

Prometheus

Administrator

Posts: 3,278

  • Send private message

4

Sunday, October 30th 2005, 10:59pm

was immer du da verlinkt hast das kann man sich nicht ansehen da benutzer und pw erforderlich sind.
Jedwege Anfragen bitte an Technomausi oder ShaoKhan richten. Dieses Konto ist und bleibt inaktiv.

  • "Chiller-Nation" started this thread

Posts: 4

  • Send private message

5

Sunday, October 30th 2005, 11:11pm

Aso ya stimmt sorry

Benutzername:
-----
Passwort:
-----

This post has been edited 1 times, last edit by "Chiller-Nation" (Oct 31st 2005, 1:19pm)


Prometheus

Administrator

Posts: 3,278

  • Send private message

6

Monday, October 31st 2005, 9:43am

jetzt seh ich was das is. ok das is wohl nicht so das große problem. das problem wird sein das du lediglich den quellcode kopiert hast den du mit der rechten maustaste erreichen kannst oder? weil das ist nur der ausgabebereich aber nicht der eigentliche php code. du musst jetzt das was das andere skript macht nachbauen in php.
Jedwege Anfragen bitte an Technomausi oder ShaoKhan richten. Dieses Konto ist und bleibt inaktiv.

  • "Chiller-Nation" started this thread

Posts: 4

  • Send private message

7

Monday, October 31st 2005, 1:19pm

Hat sich erledigt trozdem danke :D

CLOSE!

wcf.user.socialbookmarks.titel